.growth-page a:focus-visible,.growth-page button:focus-visible{outline:3px solid #fff;outline-offset:3px;box-shadow:0 0 0 6px #005964}
.g-nav-help{display:flex;gap:22px;align-items:center}
.g-nav-help a{text-decoration:none;font-size:14px;font-weight:800}
.g-now{margin:24px 0;background:#e0f7fa;border-left:6px solid #ffd800;border-radius:14px;padding:22px 24px}
.g-now .g-eyebrow{color:#005964;margin-bottom:6px!important}
.g-now p:last-child{margin:0;font-size:22px;line-height:1.55;font-weight:800;color:#005964}
.g-steps{counter-reset:guide-step;list-style:none;padding:0!important;margin:18px 0 28px!important;display:grid;gap:13px}
.g-steps li{counter-increment:guide-step;display:grid;grid-template-columns:38px 1fr;gap:13px;align-items:start;margin:0!important}
.g-steps li:before{content:counter(guide-step);width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#ffd800;color:#15383e;font-weight:800;line-height:1}
.g-fallback,.g-access,.g-safety{border-radius:14px;padding:20px 22px;margin:24px 0}
.g-fallback{background:#fff9d9;border:1px solid #ead16b}
.g-access{background:#f3fbfb;border:1px solid #c8e3e6}
.g-safety{background:#005964;color:#fff}
.g-fallback h2,.g-access h2,.g-safety h2{font:800 17px Onest,Arial,sans-serif;letter-spacing:0;margin:0 0 9px}
.g-fallback p:last-child,.g-access p:last-child,.g-safety p:last-child{margin-bottom:0}
.g-safety a{color:#fff}
.g-callout-list{padding-left:1.2em}
.g-callout-list li{margin-bottom:9px}
.g-scope{font-size:14px!important;color:#45646a}
.g-prose h2[id]{scroll-margin-top:24px}
.g-guide-nav{display:flex;gap:12px 20px;flex-wrap:wrap;margin:24px 0 0;padding-top:18px;border-top:1px solid #c8e3e6;font-size:13px;font-weight:800}
@media(max-width:600px){
  .g-nav nav{display:none}
  .g-nav-help{display:flex;margin-left:auto;gap:10px}
  .g-nav-help a{font-size:12px;min-height:42px;display:flex;align-items:center}
  .g-nav-help .g-pill{display:none}
  .g-now{padding:18px}.g-now p:last-child{font-size:19px}
  .g-fallback,.g-access,.g-safety{padding:18px}
}
@media(max-width:380px){.g-nav{gap:8px}.g-nav img{width:92px}.g-nav-help{gap:7px}.g-nav-help a{font-size:10.5px}.g-nav-help .g-pill{display:none}}
@media print{.g-nav-help,.g-guide-nav{display:none!important}}
