.ss-section{border-top:1px solid #cfe3ef;border-bottom:1px solid #cfe3ef;background-color:rgba(224,242,251,.4)}.ss-inner{margin-left:auto;margin-right:auto;display:flex;max-width:80rem;flex-direction:column;gap:1rem;padding:1rem}@media (min-width:768px){.ss-inner{flex-direction:row;align-items:center;gap:2rem}}.ss-head{display:flex;align-items:center;gap:.5rem}.ss-badge{display:grid;place-items:center;height:2.25rem;width:2.25rem;border-radius:9999px;background-color:rgba(8,145,178,.16);color:#0891b2}.ss-eyebrow{font-size:.75rem;line-height:1rem;text-transform:uppercase;letter-spacing:.05em;color:#5b7488}.ss-eyebrow,.ss-title{font-family:var(--font-wv-body)}.ss-title{font-size:.875rem;line-height:1.25rem;font-weight:600;color:#0f2536}.ss-month{color:#0891b2}.ss-groups{display:flex;align-items:center;gap:1.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.ss-groups::-webkit-scrollbar{display:none}@media (min-width:768px){.ss-groups{flex:1 1}}.ss-group{gap:.75rem}.ss-group,.ss-group-label{display:flex;align-items:center}.ss-group-label{gap:.375rem;white-space:nowrap;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#5b7488;font-family:var(--font-wv-body)}.ss-marquee{position:relative;flex:1 1;min-width:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.ss-track{display:flex;align-items:center;gap:.5rem;width:max-content;will-change:transform}.ss-track-left{animation:ss-marquee-left 32s linear infinite}.ss-track-right{animation:ss-marquee-right 32s linear infinite}.ss-marquee:hover .ss-track{animation-play-state:paused}@keyframes ss-marquee-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes ss-marquee-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media (prefers-reduced-motion:reduce){.ss-track{animation:none;width:auto}.ss-marquee{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.ss-marquee::-webkit-scrollbar{display:none}.ss-track>.ss-pill[aria-hidden=true]{display:none}}.ss-pill{display:inline-flex;flex-shrink:0;align-items:center;gap:.375rem;border-radius:9999px;border:1px solid #cfe3ef;background-color:#f5fafd;padding:.375rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500;color:#0f2536;text-decoration:none;font-family:var(--font-wv-body);transition:color .15s ease,border-color .15s ease}.ss-pill:hover{border-color:#0891b2;color:#0891b2}.ss-dot{height:.375rem;width:.375rem;border-radius:9999px}.ss-dot-great{background-color:#10b981}.ss-dot-good{background-color:#f59e0b}.ss-arrow{opacity:0;transition:opacity .15s ease}.ss-pill:hover .ss-arrow{opacity:1}.ss-icon{flex-shrink:0}