/* Small route-specific refinements kept outside the preserved LP bundle. */
.mym-scale__chart-chip--two,
.mym-scale__chart-chip--three {
  padding: 10px 13px;
}

.mym-scale__chart-chip--two span,
.mym-scale__chart-chip--three span {
  font-size: 8px;
}

.mym-scale__chart-chip--two strong,
.mym-scale__chart-chip--three strong {
  font-size: 12px;
}

@media (max-width: 760px) {
  .mym-scale__chart-chip--two,
  .mym-scale__chart-chip--three {
    padding: 8px 10px;
  }

  .mym-scale__chart-chip--two strong,
  .mym-scale__chart-chip--three strong {
    font-size: 10px;
  }
}

.mym-blueprint .mym-services-draft__grid {
  width: min(100%, 760px);
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (min-width: 561px) and (max-width: 900px) {
  .mym-blueprint .mym-services-draft__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .mym-blueprint .mym-services-draft__grid {
    grid-template-columns: 1fr !important;
  }
}
.mym-performance-copy .mym-performance-subheadline{max-width:660px;margin:-3px 0 24px;color:#fff;font-size:17px;font-weight:700;line-height:1.45}.mym-performance-body{max-width:690px;margin-bottom:15px}.mym-performance-body p{margin:0 0 10px;color:rgba(232,244,255,.68);font-size:14px;line-height:1.58}.mym-performance-copy .mym-performance-callout{max-width:690px;margin:9px 0 0;padding:14px 16px;border:1px solid rgba(99,204,255,.42);border-radius:10px;background:linear-gradient(105deg,#0d73ca,#1597e5);color:#fff;font-weight:600;box-shadow:0 12px 28px rgba(5,64,123,.22)}.mym-performance-callout strong{color:#fff;font-weight:800}
.mym-performance-copy h2{font-size:clamp(30px,3.15vw,44px)!important;line-height:1.07!important}.mym-performance-copy .mym-performance-callout{max-width:690px;margin:9px 0 0;padding:15px 18px;border:0;border-left:3px solid #179AE4;border-radius:0;background:#0a1a2e;box-shadow:0 12px 28px rgba(0,0,0,.18)}.mym-performance-callout p{margin:0;color:rgba(232,244,255,.82);font-size:14px;line-height:1.58}.mym-performance-callout p+p{margin-top:10px}.mym-performance-callout strong{color:#fff;font-weight:800}@media(max-width:560px){.mym-performance-copy h2{font-size:29px!important}}
