@keyframes how-program-fade-up{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes how-program-fade-down{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes how-program-fade-left{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes how-program-fade-right{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes how-program-zoom-in{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}.how-program-works{position:relative;overflow:hidden;color:var(--white);background:var(--dark)}.how-program-works.spacing-none{padding:0}.how-program-works.spacing-small{padding:40px 0}@media(max-width:900px){.how-program-works.spacing-small{padding:30px 0}}.how-program-works.spacing-medium{padding:88px 0}@media(max-width:900px){.how-program-works.spacing-medium{padding:60px 0}}@media(max-width:600px){.how-program-works.spacing-medium{padding:40px 0}}.how-program-works.spacing-large{padding:120px 0}@media(max-width:900px){.how-program-works.spacing-large{padding:80px 0}}@media(max-width:600px){.how-program-works.spacing-large{padding:60px 0}}.how-program-works::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:none;background:var(--how-program-works-overlay-url, none);background-size:cover;background-position:center;background-repeat:no-repeat;pointer-events:none;z-index:1;opacity:.5}.how-program-works--solid{background:var(--dark)}.how-program-works--lightning .how-program-works__card-bottom{background:var(--ast-lightning)}.how-program-works--nexus .how-program-works__card-bottom{background:var(--ast-nexus)}.how-program-works--dual-step .how-program-works__card-bottom{background:var(--ast-dual-step)}.how-program-works--instant-funding .how-program-works__card-bottom{background:var(--ast-instant-funding)}.how-program-works--instant-funding .how-program-works__cards{flex-wrap:wrap;justify-content:center}.how-program-works--instant-funding .how-program-works__card{flex:0 0 calc(35% - 24px);max-width:calc(35% - 24px)}@media(max-width:1200px){.how-program-works--instant-funding .how-program-works__card{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media(max-width:900px){.how-program-works--instant-funding .how-program-works__card{flex:0 0 calc(50% - 16px);max-width:calc(50% - 16px)}}@media(max-width:600px){.how-program-works--instant-funding .how-program-works__card{flex:0 0 100%;max-width:100%}}.how-program-works--instant-funding .how-program-works__step-pill{display:inline-flex;align-self:flex-start;padding:6px 12px;background:var(--primary-green);color:var(--dark);border-radius:999px;font-family:var(--font-alt);font-size:12px;font-weight:800;line-height:normal;line-height:1;letter-spacing:.5px;text-transform:uppercase}.how-program-works__inner{display:flex;flex-direction:column;gap:88px;align-items:center;position:relative;z-index:2}@media(max-width:900px){.how-program-works__inner{gap:60px}}@media(max-width:600px){.how-program-works__inner{gap:40px}}.how-program-works__title-wrapper[data-title-animate]{opacity:0}.how-program-works__title-wrapper[data-title-animate][data-animation=fade-up]{transform:translateY(30px)}.how-program-works__title-wrapper[data-title-animate][data-animation=fade-down]{transform:translateY(-30px)}.how-program-works__title-wrapper[data-title-animate][data-animation=fade-left]{transform:translateX(-30px)}.how-program-works__title-wrapper[data-title-animate][data-animation=fade-right]{transform:translateX(30px)}.how-program-works__title-wrapper[data-title-animate][data-animation=zoom-in]{transform:scale(0.9)}.how-program-works__title-wrapper.is-animated[data-animation=fade-up]{animation:how-program-fade-up .6s ease-out forwards}.how-program-works__title-wrapper.is-animated[data-animation=fade-down]{animation:how-program-fade-down .6s ease-out forwards}.how-program-works__title-wrapper.is-animated[data-animation=fade-left]{animation:how-program-fade-left .6s ease-out forwards}.how-program-works__title-wrapper.is-animated[data-animation=fade-right]{animation:how-program-fade-right .6s ease-out forwards}.how-program-works__title-wrapper.is-animated[data-animation=zoom-in]{animation:how-program-zoom-in .6s ease-out forwards}.how-program-works__title{font-size:64px;font-weight:900;line-height:normal}@media(max-width:900px){.how-program-works__title{font-size:48px}}@media(max-width:600px){.how-program-works__title{font-size:40px;font-weight:900}}.how-program-works__title{line-height:.9;color:var(--white);font-family:var(--font-alt);white-space:pre-line;text-align:center;text-transform:uppercase;margin:0;max-width:868px}.how-program-works__cards{display:flex;gap:48px;width:100%;justify-content:center}@media(max-width:900px){.how-program-works__cards{flex-wrap:wrap;gap:32px}}@media(max-width:600px){.how-program-works__cards{flex-direction:column;gap:24px}}.how-program-works__card{flex:1;min-width:280px;border-radius:10px;overflow:hidden;background:var(--light-gray);display:flex;flex-direction:column}@media(max-width:900px){.how-program-works__card{max-width:calc(50% - 16px)}}@media(max-width:600px){.how-program-works__card{max-width:100%}}[data-cards-animate] .how-program-works__card{opacity:0}[data-cards-animate][data-animation=fade-up] .how-program-works__card{transform:translateY(30px)}[data-cards-animate][data-animation=fade-down] .how-program-works__card{transform:translateY(-30px)}[data-cards-animate][data-animation=fade-left] .how-program-works__card{transform:translateX(30px)}[data-cards-animate][data-animation=fade-right] .how-program-works__card{transform:translateX(-30px)}[data-cards-animate][data-animation=zoom-in] .how-program-works__card{transform:scale(0.9)}[data-cards-animate][data-animation=fade-up] .how-program-works__card.is-visible{animation:how-program-fade-up .6s ease-out forwards;animation-delay:0s;animation-delay:var(--stagger-delay, 0s)}[data-cards-animate][data-animation=fade-down] .how-program-works__card.is-visible{animation:how-program-fade-down .6s ease-out forwards;animation-delay:0s;animation-delay:var(--stagger-delay, 0s)}[data-cards-animate][data-animation=fade-left] .how-program-works__card.is-visible{animation:how-program-fade-left .6s ease-out forwards;animation-delay:0s;animation-delay:var(--stagger-delay, 0s)}[data-cards-animate][data-animation=fade-right] .how-program-works__card.is-visible{animation:how-program-fade-right .6s ease-out forwards;animation-delay:0s;animation-delay:var(--stagger-delay, 0s)}[data-cards-animate][data-animation=zoom-in] .how-program-works__card.is-visible{animation:how-program-zoom-in .6s ease-out forwards;animation-delay:0s;animation-delay:var(--stagger-delay, 0s)}.how-program-works__card-top{background:var(--light-gray);padding:40px;display:flex;flex-direction:column;gap:24px;flex:1}@media(max-width:600px){.how-program-works__card-top{padding:40px;gap:24px}}.how-program-works__card-title{font-size:32px;font-weight:900;line-height:normal}@media(max-width:900px){.how-program-works__card-title{font-size:28px}}@media(max-width:600px){.how-program-works__card-title{font-size:32px;font-weight:900}}.how-program-works__card-title{line-height:.9;text-transform:uppercase;font-family:var(--font-alt);color:var(--dark);white-space:pre-line;margin:0;max-width:80%}@media(max-width:600px){.how-program-works__card-title{max-width:100%}}.how-program-works__card-description{font-size:18px;font-weight:500;line-height:normal}@media(max-width:900px){.how-program-works__card-description{font-size:16px}}@media(max-width:600px){.how-program-works__card-description{font-size:18px;font-weight:500}}.how-program-works__card-description{line-height:1.5;color:var(--border-accent);margin:0}.how-program-works__card-bottom{flex:1;display:flex;align-items:center;justify-content:center;max-height:300px}@media(max-width:600px){.how-program-works__card-bottom{padding:40px;max-height:none}}.how-program-works__illustration{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.how-program-works--nexus .how-program-works__cards{flex-wrap:wrap;justify-content:center}.how-program-works--nexus .how-program-works__card{flex:0 0 calc(35% - 24px);max-width:calc(35% - 24px)}@media(max-width:1200px){.how-program-works--nexus .how-program-works__card{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media(max-width:900px){.how-program-works--nexus .how-program-works__card{flex:0 0 calc(50% - 16px);max-width:calc(50% - 16px)}}@media(max-width:600px){.how-program-works--nexus .how-program-works__card{flex:1;max-width:100%}}@media(prefers-reduced-motion:reduce){.how-program-works__title-wrapper[data-title-animate],.how-program-works__card{opacity:1 !important;transform:none !important;animation:none !important}} 