/* site/positioning-roles.css?v=104 */
.fit-role-console {
  --role-line:#8eb6e43b;
  border: 1px solid #42658d;
  background: #091b32;
  color: #d4e5ff;
  overflow: hidden;
}
.fit-role-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 28px;
  border-bottom: 1px solid var(--role-line);
  font-size: 12px;
  line-height: 1.7;
  color: #a6c4e9;
}
.fit-role-toolbar > span:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fit-role-toolbar > span:first-child::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #adcff9;
}
.fit-role-stage {
  padding: 20px 18px 14px;
  background:
    radial-gradient(
      ellipse at 78% 50%,
      #285c8d36,
      transparent 52%),
    linear-gradient(
      135deg,
      #081b31,
      #0b203b);
}
.fit-role-stage > svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 680px;
  overflow: visible;
}
.fit-role-stage > svg[data-layout=compact] {
  max-height: none;
  max-width: 600px;
  margin-inline: auto;
}
.fit-role-stage path {
  fill: none;
  stroke: #91b8e6;
  stroke-width: .8;
  vector-effect: non-scaling-stroke;
}
.fit-role-stage .role-field-grid {
  stroke: #638abc;
  stroke-width: .55;
  opacity: .15;
}
.fit-role-stage .role-field-registration {
  stroke: #87aedb;
  opacity: .5;
}
.fit-role-stage .role-core-orbit {
  stroke: #8dbbea;
  stroke-width: .65;
  opacity: .24;
}
.fit-role-stage .role-connection {
  stroke: #9bc5f2;
  stroke-width: .85;
}
.fit-role-stage .role-flow {
  stroke: #e3f2ff;
  stroke-width: 1.5;
  stroke-dasharray: 9 91;
  pointer-events: none;
}
.fit-role-stage .role-port {
  fill: #c8e4ff;
  pointer-events: none;
}
.fit-role-stage text {
  font-family:
    Poppins,
    Arial,
    sans-serif;
  fill: #a8c9ee;
  font-size: 17px;
  letter-spacing: 0;
  pointer-events: none;
}
.fit-role-stage .role-field-label {
  font-size: 14px;
  fill: #7fa4d0;
  letter-spacing: .055em;
}
.fit-role-stage .role-evidence-caption text {
  font-size: 13px;
  fill: #88acd6;
}
.fit-role-stage .role-evidence-caption path {
  stroke: #86aedb;
  opacity: .4;
}
.fit-role-stage > svg[data-layout=compact] .role-node-label {
  font-size: 21px;
}
.fit-role-stage > svg[data-layout=compact] .role-field-label {
  font-size: 20px;
}
.fit-role-stage > svg[data-layout=compact] .role-evidence-caption text {
  font-size: 18px;
}
.fit-role-stage .role-glass {
  cursor: pointer;
}
.fit-role-stage .role-glass-rear {
  fill: #0c223b;
  fill-opacity: .65;
  stroke: #638dbb;
  stroke-width: .7;
}
.fit-role-stage .role-glass-foundation {
  opacity: .5;
}
.fit-role-stage .role-glass-depth {
  opacity: .7;
}
.fit-role-stage .role-foundation-read {
  stroke: #95bfec;
  opacity: .48;
}
.fit-role-stage .role-surface-grid {
  stroke: #6d9dcd;
  stroke-width: .55;
  opacity: .22;
}
.fit-role-stage .role-analysis-plane {
  fill: #1a426c;
  fill-opacity: .12;
  stroke: #abcdf2;
  stroke-width: .65;
}
.fit-role-stage .role-glass-face {
  fill: url(#fit-role-glass);
  stroke: #81a8d7;
  stroke-width: .8;
}
.fit-role-stage .role-glass-edge {
  stroke: url(#fit-role-edge);
  stroke-width: 1.1;
}
.fit-role-stage .role-glyph > path {
  stroke: #c8e3ff;
  stroke-width: 1;
}
.fit-role-stage .role-glyph > svg {
  width: 128px;
  height: 24px;
  min-height: 0;
  max-height: none;
  overflow: hidden;
  filter: url(#fit-role-mark);
}
.fit-role-stage .role-fine {
  stroke: #97bee8;
  stroke-width: .7;
  opacity: .65;
}
.fit-role-stage .role-focus-brackets {
  stroke: #d5eaff;
  stroke-width: 1;
}
.fit-role-stage .role-glass:hover .role-glass-edge {
  stroke: #eff7ff;
}
.fit-role-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-block: 1px solid var(--role-line);
}
.fit-role-tabs button {
  position: relative;
  min-width: 0;
  min-height: 106px;
  text-align: left;
  padding: 18px 20px;
  color: #9eb9db;
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 14px;
  line-height: 1.6;
  transition: background .35s, color .35s;
}
.fit-role-tabs button + button {
  border-left: 1px solid var(--role-line);
}
.fit-role-tabs button > span:first-child {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: .08em;
  color: #7e9fc8;
}
.fit-role-tabs button::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -1px;
  height: 1px;
  background: #cbe3ff;
  opacity: 0;
  transform: scaleX(.25);
  transition: opacity .35s, transform .55s cubic-bezier(.2, .7, .3, 1);
}
.fit-role-tabs button[aria-selected=true] {
  color: #eaf4ff;
  background: #21496a50;
}
.fit-role-tabs button[aria-selected=true]::after {
  opacity: 1;
  transform: scaleX(1);
}
.fit-role-tabs button:hover {
  color: #edf6ff;
  background: #2045693b;
}
.fit-role-mobile {
  display: none;
}
.fit-role-reading {
  display: grid;
  padding: 30px 32px 32px;
}
.fit-role-pane {
  grid-area: 1/1;
  min-width: 0;
  align-self: start;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .14s ease, visibility 0s linear .14s;
}
.fit-role-pane.is-selected {
  opacity: 1;
  visibility: inherit;
  pointer-events: auto;
  transition-delay: .16s, 0s;
  transition-duration: .35s, 0s;
}
.fit-role-pane h3 {
  font-size: clamp(24px, 2.3vw, 32px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -.025em;
  color: #e5f0ff;
  margin: 0 0 24px;
}
.fit-role-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
}
.fit-role-columns > div {
  border-top: 1px solid var(--role-line);
  padding-top: 18px;
}
.fit-role-columns .fit-role-label {
  font-size: 12px;
  letter-spacing: .035em;
  color: #85addd;
  margin: 0 0 12px;
}
.fit-role-columns p {
  font-size: 16px;
  line-height: 1.85;
  color: #c1d5ef;
  margin: 0;
  max-width: 600px;
}
.fit-role-compare {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 64px;
  padding: 18px 32px;
  background: #0c223b;
  border: 0;
  border-top: 1px solid var(--role-line);
  color: #bbd5f4;
  font: inherit;
  font-size: 14px;
  text-align: left;
}
.fit-role-compare:hover {
  color: #f1f7ff;
  background: #153350;
}
.fit-role-compare-mark {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  flex: none;
}
.fit-role-compare-mark::before,
.fit-role-compare-mark::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 1px;
  background: currentColor;
  transition: transform .35s;
}
.fit-role-compare-mark::after {
  transform: rotate(90deg);
}
.fit-role-compare[aria-expanded=true] .fit-role-compare-mark::after {
  transform: rotate(0);
}
.fit-role-drawer {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  opacity: 0;
  transition:
    grid-template-rows .5s cubic-bezier(.2, .7, .3, 1),
    opacity .35s,
    visibility 0s .5s;
}
.fit-role-drawer.is-open {
  grid-template-rows: 1fr;
  visibility: inherit;
  opacity: 1;
  transition-delay: 0s;
}
.fit-role-drawer-inner {
  min-height: 0;
  overflow: hidden;
}
.fit-role-console .fit-table-wrap thead {
  background: #153350;
  color: #c5ddfc;
}
.fit-role-console .fit-table-wrap :is(th, td) {
  border-color: var(--role-line);
  color: #b6cdea;
}
.fit-role-console .fit-table-wrap tbody th {
  color: #e0edff;
}
.fit-role-console .fit-table-wrap .fit-kade-row {
  background: #142e4d;
}
.fit-role-console :is(button, select, .fit-role-reading):focus-visible {
  outline: 2px solid #cde4ff;
  outline-offset: -5px;
}
.positioning-page :is(#fit-title, #fit-comparison-title, #fit-investor-title) {
  scroll-margin-top: calc(var(--header) + 30px);
}
.positioning-path {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  margin-top: 28px;
}
.positioning-path a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
  transition: border-color .25s, color .25s;
}
.positioning-path a::before {
  content: "";
  width: 4px;
  height: 4px;
  border: 1px solid #7294bf;
}
.positioning-path a:hover {
  color: var(--blue);
  border-color: var(--blue);
}
.positioning-intro {
  position: relative;
}
.positioning-intro > .eyebrow::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 1px;
  background: var(--blue);
  margin-right: 13px;
  vertical-align: middle;
}
.fit-console,
.fit-role-console {
  box-shadow: 0 18px 50px #1227440a;
}
@supports (grid-template-rows:subgrid) {
  .fit-role-reading {
    grid-template-rows: auto auto;
  }
  .fit-role-pane {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: grid;
    grid-template-rows: subgrid;
  }
}
@media (max-width: 800px) {
  .fit-role-tabs button {
    padding: 17px 12px;
    font-size: 13px;
    min-height: 112px;
  }
  .fit-role-tabs button::after {
    left: 12px;
    right: 12px;
  }
  .fit-role-reading {
    padding: 26px;
  }
  .fit-role-toolbar {
    padding: 18px 24px;
  }
  .fit-role-compare {
    padding-inline: 26px;
  }
  .fit-role-columns {
    gap: 26px;
  }
}
@media (max-width: 600px) {
  .fit-role-toolbar {
    padding: 17px 18px;
    gap: 12px;
    font-size: 11px;
  }
  .fit-role-stage {
    padding: 8px 0 0;
  }
  .fit-role-stage > svg {
    min-height: 155px;
  }
  .fit-role-tabs {
    display: none;
  }
  .fit-role-mobile {
    display: block;
    padding: 18px;
    border-block: 1px solid var(--role-line);
  }
  .fit-role-mobile label {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    color: #94b8e4;
    margin-bottom: 10px;
  }
  .fit-role-mobile select {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 10px 28px 10px 12px;
    border: 1px solid #7198c45c;
    border-radius: 0;
    font: inherit;
    font-size: 15px;
    line-height: 1.6;
    color: #deecff;
    background: #142e49;
    color-scheme: dark;
  }
  .fit-role-reading {
    padding: 24px 20px;
  }
  .fit-role-pane h3 {
    font-size: 25px;
    margin-bottom: 21px;
  }
  .fit-role-columns {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .fit-role-columns p {
    font-size: 15px;
    line-height: 1.8;
  }
  .fit-role-compare {
    padding: 18px 20px;
  }
  .fit-role-console .fit-table-wrap tbody tr {
    margin: 0;
    border: 0;
    border-top: 1px solid var(--role-line);
  }
  .fit-role-console .fit-table-wrap tbody th {
    background: #102b49;
    color: #e0edff;
  }
  .fit-role-console .fit-table-wrap td::before {
    color: #91b8eb;
  }
  .positioning-path {
    gap: 8px 22px;
    margin-top: 22px;
  }
  .positioning-path a {
    font-size: 12px;
  }
}
.motion-paused .fit-role-console * {
  transition: none !important;
}
@media (max-width: 600px) {
  @supports (grid-template-rows:subgrid) {
    .fit-role-reading {
      grid-template-rows: auto auto auto;
    }
    .fit-role-pane {
      grid-row: 1 / span 3;
    }
    .fit-role-columns {
      display: contents;
    }
    .fit-role-columns > div:first-child {
      margin-bottom: 22px;
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  .fit-role-console * {
    transition: none !important;
  }
}
@media (forced-colors: active) {
  .fit-role-console,
  .fit-role-compare,
  .fit-role-mobile select {
    background: Canvas;
    color: CanvasText;
  }
  .fit-role-console :is(p, h3, span, button, th, td) {
    color: CanvasText !important;
  }
  .fit-role-tabs button[aria-selected=true] {
    outline: 2px solid Highlight;
    outline-offset: -4px;
  }
  .fit-role-stage {
    display: none;
  }
}
.fit-role-stage {
  position: relative;
  background:
    radial-gradient(
      ellipse at 78% 45%,
      #23578230,
      transparent 58%),
    #07192e;
}
.fit-role-stage > svg {
  max-height: 720px;
}
.fit-role-stage .role-focus-instrument {
  pointer-events: none;
}
.fit-role-stage .role-focus-instrument ellipse {
  fill: none;
  stroke: #8bc4ed;
  stroke-width: .6;
  opacity: .12;
  vector-effect: non-scaling-stroke;
}
.fit-role-stage .role-focus-instrument ellipse + ellipse {
  stroke-dasharray: 1 9;
  opacity: .18;
}
.fit-role-stage .role-focus-instrument path {
  stroke: #bfebff;
  stroke-width: .8;
  opacity: .42;
}
.fit-role-stage .role-glass-face {
  fill-opacity: .68;
  stroke: #9bc6e4;
}
.fit-role-stage .role-glass-rear {
  fill: #123252;
  fill-opacity: .3;
  stroke: #8dbfe5;
}
.fit-role-stage .role-glass-foundation {
  opacity: .62;
}
.fit-role-stage .role-analysis-plane {
  fill: #164268;
  fill-opacity: .28;
  stroke: #b5d8f1;
  stroke-width: .8;
}
.fit-role-stage .role-layer-tethers {
  stroke: #a3d6f5;
  stroke-width: .6;
  stroke-dasharray: 2 5;
  pointer-events: none;
}
.fit-role-stage .role-scan-line {
  stroke: #e1f5ff;
  stroke-width: .8;
  pointer-events: none;
}
.fit-role-stage .role-flow {
  stroke: #d9f5ff;
  stroke-width: 1.2;
  stroke-dasharray: 8 92;
}
.fit-role-stage .role-glass-edge {
  stroke-width: 1;
}
.fit-role-stage .role-node-label {
  fill: #cee6fb;
}
.fit-role-stage .role-core-orbit {
  opacity: .1;
}
.fit-role-stage .role-surface-grid {
  opacity: .12;
}
.fit-role-stage .role-foundation-read {
  opacity: .25;
}
.fit-role-stage [data-role-label].is-selected .role-node-label {
  fill: #edf6ff;
}
.fit-role-tabs button > span:first-child {
  font-size: 12px;
  letter-spacing: .04em;
}
.fit-role-columns .fit-role-label {
  font-size: 14px;
  letter-spacing: 0;
}
@media (min-width: 601px) and (max-width: 1100px) {
  .fit-role-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .fit-role-tabs button:nth-child(4) {
    border-left: 0;
  }
  .fit-role-tabs button:nth-child(n+4) {
    border-top: 1px solid var(--role-line);
  }
}
.fit-role-stage {
  padding: 24px 22px 12px;
  background:
    radial-gradient(
      ellipse at 75% 45%,
      #2250772b,
      transparent 55%),
    #07192e;
}
.fit-role-stage > svg {
  max-height: 700px;
}
.fit-role-stage .role-source .role-glass-foundation,
.fit-role-stage .role-source .role-analysis-plane,
.fit-role-stage .role-source .role-layer-tethers,
.fit-role-stage .role-source .role-scan-line {
  display: none;
}
.fit-role-stage .role-glass-foundation {
  opacity: .22;
}
.fit-role-stage .role-glass-depth {
  opacity: .4;
}
.fit-role-stage .role-glass-face {
  fill-opacity: 1;
  stroke: #6f99bf;
  stroke-width: .8;
}
.fit-role-stage .role-core .role-glass-face {
  stroke: #accce5;
  stroke-width: 1.1;
}
.fit-role-stage .role-analysis-plane {
  fill: none;
  stroke: none;
}
.fit-role-stage .role-glyph > g > svg {
  filter: url(#fit-role-mark);
}
.fit-role-stage .role-node-label {
  font-size: 17px;
  fill: #c7dcec;
}
.fit-role-stage .role-core-label .role-node-label {
  font-size: 18px;
  fill: #acc9e3;
}
.fit-role-stage .role-glyph .role-core-title {
  font-size: 16px;
  fill: #d1e4f4;
}
.fit-role-stage .role-glyph .role-record-label {
  font-size: 17px;
  fill: #e2edf7;
}
.fit-role-stage .role-glyph .role-record-number {
  font-size: 11px;
  fill: #88b0d2;
}
.fit-role-stage .role-record-rule,
.fit-role-stage .role-source-divider {
  stroke: #83acd1;
  opacity: .3;
}
.fit-role-stage .role-glyph .role-record-tick {
  stroke: #a8d5f4;
  stroke-width: 1.3;
}
.fit-role-stage .role-evidence-caption text {
  font-size: 14px;
  fill: #9dbfdb;
}
.fit-role-stage .role-connection {
  stroke: #85b1d4;
  stroke-width: 1;
}
.fit-role-stage .role-scan-line {
  display: none;
}
.fit-role-stage .role-layer-tethers {
  opacity: 0 !important;
}
.fit-role-stage .role-core .role-glass-foundation {
  opacity: .35;
}
.fit-role-stage .role-source-label {
  pointer-events: none;
}
.fit-role-stage > svg[data-layout=compact] .role-node-label {
  font-size: 21px;
}
.fit-role-stage > svg[data-layout=compact] .role-core-label .role-node-label {
  font-size: 22px;
}
.fit-role-stage > svg[data-layout=compact] .role-field-label {
  font-size: 19px;
}
.fit-role-stage > svg[data-layout=compact] .role-evidence-caption text {
  font-size: 19px;
}
.fit-role-toolbar > span:nth-child(2) {
  margin-left: auto;
}
.fit-role-toolbar button:disabled {
  opacity: .35;
  cursor: default;
}
@media (max-width: 600px) {
  .fit-role-stage {
    padding: 12px 0;
  }
  .fit-role-stage .role-glyph .role-record-label {
    font-size: 21px;
  }
  .fit-role-stage .role-glyph .role-core-title {
    font-size: 19px;
  }
  .fit-role-toolbar > span:nth-child(2) {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .fit-role-stage > svg[data-layout=compact] .role-node-label {
    font-size: 27px;
  }
  .fit-role-stage > svg[data-layout=compact] .role-core-label .role-node-label {
    font-size: 26px;
  }
  .fit-role-stage > svg[data-layout=compact] .role-field-label {
    font-size: 24px;
  }
  .fit-role-stage > svg[data-layout=compact] .role-evidence-caption text {
    font-size: 25px;
  }
  .fit-role-stage .role-glyph .role-record-label {
    font-size: 25px;
  }
  .fit-role-stage .role-glyph .role-core-title {
    font-size: 23px;
  }
}

/* site/positioning.css */
.positioning-intro {
  padding: 65px var(--gutter) 45px;
}
.positioning-intro > .eyebrow {
  font-size: 12px;
  letter-spacing: .14em;
  margin-bottom: 28px;
}
.positioning-intro h1 {
  font-size: clamp(36px, 4.6vw, 68px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.04em;
  max-width: 1100px;
}
.positioning-intro h1 > span,
.fit-section-heading h2 > span {
  color: var(--blue);
}
.positioning-lead {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 8%;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid var(--line);
  max-width: 1170px;
}
.positioning-lead p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
  max-width: 650px;
}
.positioning-lead .positioning-statement {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -.02em;
  color: var(--navy);
}
.fit-console {
  margin: 0 var(--gutter) 70px;
  background: #081a31;
  border: 1px solid #436b9d;
  color: #c8dcf9;
  overflow: hidden;
}
.fit-console-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #8ab4eb35;
  padding: 24px 28px;
}
.fit-console-top h2 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -.025em;
  color: #e5f0ff;
  line-height: 1.3;
}
.fit-console-top > span {
  font-size: 12px;
  color: #8eb2e1;
}
.fit-source-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #8ab4eb40;
}
.fit-source-tabs button {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
  font-size: 16px;
  line-height: 1.55;
  padding: 21px 23px;
  color: #a8c3e6;
  min-height: 104px;
  background: transparent;
  border: 0;
  position: relative;
}
.fit-source-tabs button + button {
  border-left: 1px solid #8ab4eb30;
}
.fit-source-tabs button > span {
  font-size: 12px;
  color: #729bcc;
}
.fit-source-tabs button[aria-selected=true] {
  background: #17406a72;
  color: #f2f8ff;
}
.fit-source-tabs button[aria-selected=true]::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #b2d5ff;
}
.fit-source-tabs button:focus-visible,
.fit-profiles button:focus-visible {
  outline: 2px solid #c4dfff;
  outline-offset: -5px;
}
.fit-workspace {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
}
.fit-reading {
  padding: 36px 30px;
  min-height: 670px;
  border-right: 1px solid #8ab4eb30;
  background: #0b203a;
}
.fit-reading-number {
  font-size: 12px;
  letter-spacing: .12em;
  color: #91b9f0;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.fit-reading h3 {
  font-size: clamp(25px, 2.5vw, 36px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -.03em;
  color: #e9f3ff;
  min-height: 87px;
  margin-bottom: 18px;
}
.fit-reading :is(.fit-existing, .fit-added p, .fit-kept) {
  font-size: 16px;
  line-height: 1.85;
  color: #b3c8e6;
}
.fit-existing {
  min-height: 110px;
}
.fit-added {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #8db8ef40;
}
.fit-added > span {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #a7ccff;
  display: block;
  margin-bottom: 13px;
}
.fit-added p {
  min-height: 120px;
}
.fit-reading .fit-kept {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 22px;
  color: #88a9d1;
}
.fit-visual {
  min-width: 0;
  background:
    radial-gradient(
      ellipse at 65% 42%,
      #17437250,
      transparent 64%);
}
.fit-profiles {
  padding: 25px 25px 0;
}
.fit-profiles > span {
  display: block;
  font-size: 12px;
  color: #8fb2de;
  letter-spacing: .07em;
  margin-bottom: 14px;
}
.fit-profiles > div {
  display: flex;
  gap: 0;
  border-block: 1px solid #8bb3e836;
}
.fit-profiles button {
  background: transparent;
  border: 0;
  color: #9fbbde;
  font-size: 14px;
  padding: 15px 13px;
  min-height: 50px;
  flex: 1;
  line-height: 1.6;
}
.fit-profiles button[aria-pressed=true] {
  color: #ebf5ff;
  background: #2854825c;
  box-shadow: inset 0 -1px #b4d3ff;
}
.fit-diagram {
  margin: 0;
  padding: 0 9px;
  overflow: hidden;
}
.fit-diagram svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 340px;
  overflow: visible;
}
.fit-diagram text {
  font-family: Poppins, sans-serif;
  fill: #bed6f5;
  font-size: 20px;
  letter-spacing: 0;
}
.fit-diagram .fit-svg-note {
  font-size: 16px;
  fill: #87a7d0;
  letter-spacing: .06em;
}
.fit-diagram .fit-svg-label {
  font-size: 18px;
  fill: #a6caff;
}
.fit-diagram .fit-svg-heading {
  font-size: 19px;
  fill: #a6caff;
  letter-spacing: .055em;
}
.fit-diagram .fit-input-label {
  font-size: 21px;
  fill: #95b4df;
}
.fit-diagram .fit-input-label.is-active {
  fill: #f0f7ff;
}
.fit-diagram .fit-route {
  fill: none;
  stroke: #668dbf;
  stroke-width: 1;
  opacity: .32;
}
.fit-diagram .fit-route.is-active {
  stroke: #cae3ff;
  opacity: 1;
}
.fit-diagram .fit-trace {
  fill: none;
  stroke: #e2f2ff;
  stroke-width: 1.5;
  stroke-dasharray: 15 85;
  stroke-dashoffset: -15;
}
.fit-diagram .fit-grid {
  fill: none;
  stroke: #6e99ce;
  stroke-width: .6;
  opacity: .14;
}
.fit-diagram .fit-boundary {
  fill: #2456930a;
  stroke: #b4d5ff;
  stroke-width: 1;
  stroke-dasharray: 3 5;
  opacity: .65;
}
.fit-diagram .fit-plane-rear {
  fill: #0c2341;
  stroke: #5c84b8;
  stroke-width: .8;
}
.fit-diagram .fit-plane {
  fill: #143960;
  stroke: #b9dbff;
  stroke-width: 1.1;
}
.fit-diagram .fit-plane-grid {
  fill: none;
  stroke: #7fafee;
  stroke-width: .75;
  opacity: .4;
}
.fit-diagram .fit-book {
  fill: #0a203b;
  stroke: #8fb7e7;
  stroke-width: .9;
}
.fit-diagram .fit-reticle {
  fill: none;
  stroke: #e2f1ff;
  stroke-width: 1.15;
}
.fit-diagram svg[data-layout=compact] {
  max-width: 430px;
  margin-inline: auto;
}
.fit-diagram svg[data-layout=wide] text {
  font-size: 22px;
}
.fit-diagram svg[data-layout=wide] .fit-input-label {
  font-size: 23px;
}
.fit-diagram svg[data-layout=wide] .fit-svg-label {
  font-size: 24px;
}
.fit-diagram svg[data-layout=wide] .fit-svg-note {
  font-size: 20px;
  letter-spacing: 0;
}
.fit-diagram svg[data-layout=wide] .fit-svg-heading {
  font-size: 22px;
  letter-spacing: 0;
}
.fit-diagram svg[data-layout=wide] .fit-book-note {
  font-size: 18px;
}
.fit-boundary-copy {
  padding: 0 30px 27px;
  min-height: 160px;
}
.fit-boundary-copy strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #d4e5ff;
  margin-bottom: 12px;
}
.fit-boundary-copy p {
  font-size: 14px;
  line-height: 1.85;
  color: #9cb9e0;
  max-width: 630px;
}
.fit-console-bottom {
  padding: 20px 28px;
  border-top: 1px solid #8ab4eb35;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: 12px;
  color: #83a7d5;
}
.fit-console-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-height: 44px;
  font-size: 14px;
  color: #c9dfff;
}
.fit-comparison {
  padding: 0 var(--gutter) 70px;
}
.fit-section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 9%;
  align-items: end;
  margin-bottom: 38px;
}
.fit-section-heading .eyebrow {
  grid-column: 1/-1;
  font-size: 12px;
}
.fit-section-heading h2 {
  font-size: clamp(30px, 3.4vw, 47px);
  line-height: 1.16;
  letter-spacing: -.035em;
  font-weight: 500;
}
.fit-section-heading > p:last-child {
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
}
.fit-table-wrap table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}
.fit-table-wrap th,
.fit-table-wrap td {
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.fit-table-wrap thead {
  background: #e6eefb;
  color: var(--blue);
}
.fit-table-wrap thead th {
  font-size: 14px;
  font-weight: 500;
}
.fit-table-wrap tbody th {
  font-weight: 500;
  width: 29%;
  color: var(--navy);
}
.fit-table-wrap td {
  color: var(--muted);
  width: 35.5%;
}
.fit-table-wrap .fit-kade-row {
  background: #e7effd;
}
.fit-table-wrap .fit-kade-row th {
  color: var(--blue);
}
.fit-table-note {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
  margin-top: 24px;
  max-width: 1100px;
}
.fit-investor {
  padding: 56px var(--gutter) 65px;
  background: #0a1b32;
  color: #c0d6f3;
}
.fit-investor .eyebrow {
  color: #8db7ed;
  font-size: 12px;
  margin-bottom: 25px;
}
.fit-investor h2 {
  font-size: clamp(30px, 3.8vw, 52px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -.035em;
  color: #e7f1ff;
}
.fit-investor h2 > span {
  color: #9bc1fb;
}
.fit-investor > div:not(.fit-next) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  margin-top: 30px;
  max-width: 1150px;
}
.fit-investor p {
  font-size: 16px;
  line-height: 1.85;
  color: #abc4e4;
}
.fit-next {
  display: flex;
  gap: 40px;
  margin-top: 30px;
  border-top: 1px solid #8bb7eb40;
  padding-top: 22px;
}
.fit-next a {
  display: flex;
  align-items: center;
  gap: 25px;
  min-height: 44px;
  font-size: 16px;
  color: #d4e6ff;
}
@media (max-width: 1100px) {
  .fit-workspace {
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  }
  .fit-reading {
    padding: 28px 24px;
  }
  .fit-source-tabs button {
    padding: 18px;
    font-size: 15px;
  }
  .fit-diagram svg {
    min-height: 0;
  }
  .fit-boundary-copy {
    padding-inline: 24px;
  }
  .fit-profiles {
    padding-inline: 18px;
  }
}
@media (max-width: 1100px) {
  .positioning-intro {
    padding-top: 38px;
  }
  .positioning-lead {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .positioning-lead .positioning-statement {
    font-size: 25px;
  }
  .fit-source-tabs {
    grid-template-columns: 1fr 1fr;
  }
  .fit-source-tabs button:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #8ab4eb30;
  }
  .fit-source-tabs button:nth-child(4) {
    border-top: 1px solid #8ab4eb30;
  }
  .fit-workspace {
    display: flex;
    flex-direction: column;
  }
  .fit-reading {
    order: 2;
    min-height: 0;
    border: 0;
    border-top: 1px solid #8ab4eb40;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
  }
  .fit-reading-number {
    grid-column: 1/-1;
    margin: 0;
  }
  .fit-reading h3 {
    min-height: 0;
    margin: 0;
  }
  .fit-existing {
    min-height: 0;
  }
  .fit-added {
    margin: 0;
  }
  .fit-added p {
    min-height: 0;
  }
  .fit-kept {
    padding-top: 20px;
  }
  .fit-visual {
    order: 1;
  }
  .fit-diagram {
    max-width: 750px;
    margin: auto;
  }
  .fit-boundary-copy {
    min-height: 140px;
  }
  .fit-section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .fit-console-bottom {
    display: block;
  }
  .fit-console-bottom a {
    margin-top: 10px;
  }
  .fit-investor > div:not(.fit-next) {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
@media (max-width: 550px) {
  .positioning-intro {
    padding-top: 32px;
    padding-bottom: 30px;
  }
  .positioning-intro h1 {
    font-size: 34px;
  }
  .positioning-lead {
    padding-top: 25px;
    margin-top: 25px;
    gap: 20px;
  }
  .fit-console {
    margin-inline: 0;
    border-inline: 0;
    margin-bottom: 45px;
  }
  .fit-console-top {
    padding: 22px var(--gutter);
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }
  .fit-console-top h2 {
    font-size: 23px;
  }
  .fit-source-tabs button {
    padding: 17px var(--gutter);
    font-size: 14px;
    min-height: 115px;
    gap: 10px;
  }
  .fit-profiles {
    padding: 24px var(--gutter) 0;
  }
  .fit-profiles button {
    font-size: 14px;
    padding: 12px 7px;
  }
  .fit-diagram {
    padding: 0;
  }
  .fit-boundary-copy {
    padding: 0 var(--gutter) 25px;
    min-height: 220px;
  }
  .fit-reading {
    display: block;
    padding: 26px var(--gutter);
    min-height: 615px;
  }
  .fit-reading-number {
    margin-bottom: 20px;
  }
  .fit-reading h3 {
    font-size: 30px;
    min-height: 73px;
    margin-bottom: 20px;
  }
  .fit-existing {
    min-height: 120px;
  }
  .fit-added {
    margin-top: 20px;
    padding-top: 22px;
  }
  .fit-added p {
    min-height: 145px;
  }
  .fit-reading .fit-kept {
    margin-top: 22px;
    padding: 0;
    min-height: 100px;
  }
  .fit-console-bottom {
    padding-inline: var(--gutter);
  }
  .fit-console-bottom a {
    font-size: 14px;
    align-items: start;
  }
  .fit-table-wrap table {
    font-size: 14px;
    line-height: 1.8;
    table-layout: fixed;
  }
  .fit-table-wrap thead th {
    font-size: 12px;
  }
  .fit-table-wrap th,
  .fit-table-wrap td {
    padding: 17px 7px;
    overflow-wrap: anywhere;
  }
  .fit-table-wrap tbody th {
    width: 28%;
    font-size: 14px;
  }
  .fit-table-wrap td {
    width: 36%;
  }
  .fit-comparison {
    padding-bottom: 45px;
  }
  .fit-investor {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .fit-next {
    display: block;
  }
  .fit-next a + a {
    margin-top: 15px;
  }
  .fit-table-note {
    font-size: 14px;
  }
}
.motion-paused .fit-console * {
  transition: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .fit-console * {
    transition: none !important;
  }
}
@media (forced-colors: active) {
  .fit-console,
  .fit-reading,
  .fit-investor {
    background: Canvas;
    color: CanvasText;
  }
  .fit-console :is(h2, h3, p, strong, span, button, a),
  .fit-investor :is(p, h2, span, a) {
    color: CanvasText !important;
  }
  .fit-source-tabs button[aria-selected=true],
  .fit-profiles button[aria-pressed=true] {
    outline: 2px solid Highlight;
    outline-offset: -4px;
  }
}
@media (max-width: 550px) {
  .fit-table-wrap thead {
    position: absolute;
    width: 1px;
    height: 1px;
    clip-path: inset(50%);
    overflow: hidden;
  }
  .fit-table-wrap table,
  .fit-table-wrap tbody,
  .fit-table-wrap tr,
  .fit-table-wrap th,
  .fit-table-wrap td {
    display: block;
    width: 100%;
  }
  .fit-table-wrap tbody tr {
    margin-bottom: 20px;
    border: 1px solid var(--line);
  }
  .fit-table-wrap tbody th {
    width: 100%;
    font-size: 17px;
    line-height: 1.55;
    background: #e7eef8;
    padding: 17px 18px;
    overflow-wrap: normal;
  }
  .fit-table-wrap tbody td {
    width: 100%;
    font-size: 16px;
    padding: 17px 18px;
    overflow-wrap: normal;
  }
  .fit-table-wrap td::before {
    display: block;
    font-size: 12px;
    letter-spacing: .07em;
    color: var(--blue);
    margin-bottom: 7px;
  }
  .fit-table-wrap td:nth-child(2)::before {
    content: "ROLE RETAINED";
  }
  .fit-table-wrap td:nth-child(3)::before {
    content: "RELATIONSHIP TO KADE";
  }
  .fit-table-wrap td:last-child {
    border: 0;
  }
}
