.sch-series-grid{background:var(--sch-steel-soft);border:1px solid var(--sch-steel-soft);color:var(--sch-text-heading);display:grid;gap:2px;grid-template-columns:repeat(3,1fr)}.sch-series-card{background:var(--sch-steel-deep);border:0;color:var(--sch-text-heading);cursor:pointer;display:flex;flex-direction:column;font-family:inherit;min-height:280px;outline:1px solid transparent;outline-offset:-1px;padding:48px 40px 40px;position:relative;text-align:left;transition:outline-color .2s ease}.sch-theme-light .sch-series-card{background:var(--sch-ivory)}.sch-series-card:focus-visible,.sch-series-card:hover{outline-color:var(--sch-text-eyebrow)}.sch-series-card__stars{color:var(--sch-text-eyebrow);display:flex;font-size:16px;gap:4px;line-height:1;position:absolute;right:40px;top:40px}.sch-series-card__tag{color:var(--sch-text-soft);margin-bottom:8px}.sch-series-card__name{color:var(--sch-text-heading);font-weight:200;margin-bottom:20px}.sch-series-card__body{color:var(--sch-text-body);font-size:16px;line-height:1.6;margin:0 0 32px;min-height:72px}.sch-series-card__body p{margin:0}.sch-series-card__cta{align-items:center;border-top:1px solid var(--sch-steel-soft);display:flex;justify-content:space-between;margin-top:auto;padding-top:24px}.sch-series-card__cta-label{color:var(--sch-text-heading);font-size:12px;font-weight:600;letter-spacing:var(--sch-tracking-button);text-transform:uppercase;transition:color .2s ease}.sch-series-card__cta-arrow{color:var(--sch-text-heading);font-size:20px;line-height:1;transition:transform .25s ease,color .2s ease}.sch-series-card:focus-visible .sch-series-card__cta-arrow,.sch-series-card:focus-visible .sch-series-card__cta-label,.sch-series-card:hover .sch-series-card__cta-arrow,.sch-series-card:hover .sch-series-card__cta-label{color:var(--sch-text-eyebrow)}.sch-series-card:focus-visible .sch-series-card__cta-arrow,.sch-series-card:hover .sch-series-card__cta-arrow{transform:translateY(6px)}@media (max-width:1139px){.sch-series-grid{grid-template-columns:1fr}.sch-series-card{min-height:0;padding:36px 28px 28px}.sch-series-card__stars{right:28px;top:28px}.sch-series-card__body{margin-bottom:24px;min-height:0}}