:root {
  --co-hair: rgba(37, 64, 143, 0.22);
  --co-rule: rgba(37, 64, 143, 0.4);
  --co-faint: #8c98a4;
}

.co-page {
  padding-top: 0;
  background: #fff;
}

.co-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.co-heading__pill {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  color: var(--brand-blue);
  margin: 0;
  padding: 12px 30px;
  border: 1.5px solid var(--brand-blue);
  border-radius: 999px;
}

.co-hero .co-heading__pill {
  font-size: 30px;
  line-height: 1.08;
}
.co-heading__accent {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.co-heading__accent i {
  width: 30px;
  height: 6px;
  border-radius: 999px;
  background: #44c8f5;
}
.co-heading__accent b {
  width: 7px;
  height: 6px;
  border-radius: 50%;
}
.pgeLink a{
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 24px;
    color: #12224d;
    margin: 0 0 1.35rem;
    font-style: italic;
    text-decoration: none;
}
.co-heading__accent b:nth-of-type(1) { background: #8bc751; }
.co-heading__accent b:nth-of-type(2) { background: #ffcb05; }

.co-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: var(--brand-blue);
  margin: 0 0 1.2rem;
}

.co-subtitle {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: var(--brand-blue);
  margin: 1.8rem 0 0.9rem;
}

.co-chip {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
  background: linear-gradient(90deg, #f3da61, #89d7e7);
  padding: 8px 20px;
  border-radius: 999px;
  margin: 0 0 1.15rem;
}

.co-section { padding: clamp(1rem, 8vw, 1rem) 6vw; }

.co-wrap { max-width: 1500px; margin: 0 auto; }

.co-section .co-heading { margin-bottom: 1.5rem; }

html.js .co-prose p[data-reveal] { transition-delay: 0.12s; }

.co-prose p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 24px;
  color: #12224d;
  margin: 0 0 1.35rem;
}

.co-note {
  font-style: italic;
  color: var(--co-faint);
}

.co-hero {
  position: relative;
  padding: max(calc(var(--nav-height, 141px) + clamp(1.5rem, 4vw, 3rem)), 150px) 6vw clamp(1.5rem, 4vw, 2.5rem);
}
.co-hero__inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.co-list {
  margin: 0 0 1.35rem;
  padding-left: 1.3rem;
  columns: 2;
  column-gap: 3rem;
}
.co-list li {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 22px;
  color: #12224d;
  margin: 0 0 0.6rem;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.co-list li::marker { color: #12224d; }
.co-list li:last-child { margin-bottom: 0; }
.co-list--num {
  list-style: decimal;
  columns: 1;
}
.co-list--num li::marker { color: var(--brand-blue); font-weight: 600; }

.co-tablewrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.co-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 20px;
  color: #12224d;
}
.co-table th,
.co-table td {
  border: 0;
  border-bottom: 1px solid var(--co-hair);
  padding: 7px 14px;
  text-align: left;
  vertical-align: middle;
}
.co-table thead th { border-top: 1px solid var(--co-hair); }
.co-table th:not(:first-child),
.co-table td:not(:first-child) {
  text-align: right;
  white-space: nowrap;
}
.co-table thead th {
  font-family: var(--font-display);
  font-weight: 600;
  color: #000;
}
.co-table .co-table__hi {
  border-left: 1px solid var(--co-rule);
  border-right: 1px solid var(--co-rule);
}
.co-table thead th.co-table__hi {
  background: var(--brand-blue);
  color: #fff;
}
.co-table tbody td.co-table__hi { background: #e6e7f4; }
.co-table sup {
  font-size: 0.7em;
  line-height: 0;
  vertical-align: super;
}

.co-tablenote {
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
  color: #12224d;
  margin: 0.5rem 0 1.35rem;
}
.co-tablenote sup {
  font-size: 0.75em;
  line-height: 0;
  vertical-align: super;
}

.co-figure { margin:0px 0px 30px 0px; }
.co-figure__media {
  display: block;
  width: 100%;
  height: auto;
}
.co-figure--placeholder .co-figure__ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: clamp(220px, 30vw, 420px);
  padding: 2rem;
  text-align: center;
  color: var(--co-faint);
  border: 2px dashed rgba(37, 64, 143, 0.28);
  background:
    repeating-linear-gradient(
      135deg,
      rgba(37, 64, 143, 0.035) 0 12px,
      rgba(37, 64, 143, 0) 12px 24px
    ),
    #f7f9fc;
  margin-bottom: 30px;
}
.co-figure__ph-title {
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-blue);
  margin: 0.5rem 0 0;
}
.co-figure__ph-meta {
  font-size: 0.78rem;
  line-height: 1.6;
  color: var(--co-faint);
  margin: 0;
}

@media (max-width: 1000px) {
  .co-list { columns: 1; }
}

@media (max-width: 760px) {
  .co-hero .co-heading__pill { font-size: 32px; }
  .co-section { padding: 3rem 6vw; }
  .co-table th,
  .co-table td { padding: 8px 10px; }
}

.outlook
{
  color:#6d6e77;
}
