:root{
  --ap-primary:#01c7fc;
  --ap-secondary:#0056d6;
  --ap-accent:#ff4015;
  --ap-text:#000000;
  --ap-muted:#444450;
  --ap-border:rgba(255,255,255,0.10);
  --nw-max:1120px;
  --nw-gap:34px;
}

.ap-main .nw-page{
  max-width:var(--nw-max);
  margin:0 auto;
}

.ap-main .nw-page .ap-block{
  position:relative;
  padding:20px;
  margin:0 0 var(--nw-gap) 0;
  display:flow-root;
  clear:both;
}

.ap-main .nw-page .ap-block + .ap-block{
  margin-top:0;
}

.ap-main .nw-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--ap-muted);
  margin-bottom:8px;
}

.ap-main .nw-copy p{
  font-size:1rem;
  line-height:1.72;
  max-width:82ch;
  margin:.55rem 0;
}

.ap-main .nw-copy h3{
  margin:1rem 0 .5rem 0;
  font-size:1.03rem;
}

.ap-main .nw-list{
  margin:.8rem 0 .8rem 1.2rem;
  padding:0;
}

.ap-main .nw-list li{
  margin:.32rem 0;
  line-height:1.55;
}

.ap-main .nw-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

.ap-main .nw-links .ap-pill{
  display:inline-flex;
  align-items:center;
}

.ap-main .nw-faq .ap-acc{
  margin-top:10px;
}

.ap-main .nw-figure-right{
  float:right;
  width:46%;
  max-width:46%;
  margin:0 0 18px 24px;
}

.ap-main .nw-figure-right .ap-img{
  width:100%;
  height:auto;
  display:block;
}

.ap-main .nw-clear{
  clear:both;
}

@media (max-width:760px){
  .ap-main .nw-page .ap-block{
    padding:16px;
  }

  .ap-main .nw-figure-right{
    float:none;
    width:100%;
    max-width:100%;
    margin:0 0 14px 0;
  }
}
