:root{--fs-hero:clamp(1.5rem, 1.5rem + (100vw - 375px) * 14 / 1065, 2.375rem);--fs-h1:clamp(1.5rem, 1.5rem + (100vw - 375px) * 14 / 1065, 2.375rem);--fs-h2:clamp(1.5rem, 1.5rem + (100vw - 375px) * 13 / 1065, 2.3125rem);--fs-h3:clamp(1.125rem, 1.125rem + (100vw - 375px) * 5 / 1065, 1.4375rem);--fs-h4:clamp(1.0625rem, 1.0625rem + (100vw - 375px) * 3 / 1065, 1.25rem);--fs-h5:clamp(1rem, 1rem + (100vw - 375px) * 1 / 1065, 1.0625rem);--fs-body-lg:clamp(.9375rem, .9375rem + (100vw - 375px) * 2 / 1065, 1.0625rem);--fs-body:clamp(.875rem, .875rem + (100vw - 375px) * 2 / 1065, 1rem);--fs-body-sm:clamp(.8125rem, .8125rem + (100vw - 375px) * 1 / 1065, .875rem);--fs-caption:clamp(.8125rem, .8125rem + (100vw - 375px) * 1 / 1065, .875rem);--fs-micro:.75rem;--fs-stat:clamp(2.125rem, 2.125rem + (100vw - 375px) * 20 / 1065, 3.375rem);--fs-button:clamp(1rem, 1rem + (100vw - 375px) * 4 / 1065, 1.25rem);--fs-nav:clamp(.9375rem, .9375rem + (100vw - 992px) * 1 / 208, 1rem);--fs-banner:clamp(.875rem, .875rem + (100vw - 375px) * 3 / 1065, 1.0625rem)}.program-card{flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:22rem;margin-inline:auto;display:flex}.program-card__icon{object-fit:contain;object-position:center;width:52px;height:52px;display:block}.program-card__title{color:inherit;text-align:center;align-self:stretch;margin:0;font-family:Afacad,sans-serif;font-size:clamp(1.125rem,1.125rem + .469484vw - 1.76056px,1.4375rem);font-weight:700;line-height:1.2}.program-card__body{color:inherit;text-align:center;align-self:stretch;margin:0;font-family:Afacad,sans-serif;font-size:clamp(.9375rem,.9375rem + .187793vw - .704225px,1.0625rem);font-weight:400;line-height:1.55}.program-card__body p{margin:0 0 .5rem}.program-card__cta{color:var(--card-cta-color,#ed1c24);text-align:center;border-bottom:1px solid var(--card-cta-bar,#ed1c24);isolation:isolate;margin-top:0;padding:.25rem .7rem;font-family:Afacad,sans-serif;font-size:clamp(.8125rem,.8125rem + .0938967vw - .352113px,.875rem);font-weight:700;text-decoration:none;transition:color .3s cubic-bezier(.645,.045,.355,1);position:relative;overflow:hidden}.program-card__cta:before{content:"";z-index:-1;background-color:var(--card-cta-hover-bg,#ed1c24);transition:transform .3s cubic-bezier(.645,.045,.355,1);position:absolute;inset:0;transform:translate(-101%)}.program-card__cta:hover,.program-card__cta:focus-visible{color:var(--card-cta-hover-color,#fff);outline:none}.program-card__cta:hover:before,.program-card__cta:focus-visible:before{transform:translate(0)}@media screen and (width>=576px){.program-card{align-items:flex-start;margin-inline:0}.program-card__icon{object-position:left center}.program-card__title,.program-card__body,.program-card__cta{text-align:left}}@media screen and (width>=768px){.program-card__icon{width:60px;height:60px}.program-card__cta{margin-top:auto}}