.ahso-section{padding:64px 0;width:100%}.ahso-section--alt{background-color:#f9f9fb}.ahso-section--dark{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff}.ahso-container{max-width:var(--page-width, 1200px);margin:0 auto;padding:0 24px}.ahso-section__header{text-align:center;margin-bottom:48px;max-width:720px;margin-left:auto;margin-right:auto}.ahso-section__heading{font-family:var(--font-heading--family, inherit);font-size:2.25rem;font-weight:700;line-height:1.2;margin:0 0 12px;color:inherit}.ahso-section__subheading{font-size:1.125rem;line-height:1.6;opacity:.8;margin:0}@media screen and (min-width:990px){.ahso-section{padding:96px 0}.ahso-section--dark{padding:104px 0}.ahso-container{padding:0 48px}.ahso-section__header{margin-bottom:56px}.ahso-section__heading{font-size:2.5rem}}@media screen and (min-width:1400px){.ahso-section{padding:112px 0}.ahso-section--dark{padding:120px 0}.ahso-container{padding:0 64px}.ahso-section__header{margin-bottom:64px}}.ahso-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;font-family:var(--font-heading--family, inherit);font-size:.9375rem;font-weight:600;letter-spacing:.02em;text-decoration:none;border-radius:var(--style-border-radius-buttons-primary, 6px);cursor:pointer;transition:all .2s ease;border:2px solid transparent;line-height:1.2}.ahso-btn:focus-visible{outline:2px solid var(--color-primary, #b11217);outline-offset:2px}.ahso-btn--primary{background-color:#ffd503;color:#000;border-color:#ffd503}.ahso-btn--primary:hover{background-color:#000;color:#ffd503;border-color:#000}.ahso-btn--secondary{background-color:#b11217;color:#fff;border-color:#b11217}.ahso-btn--secondary:hover{background-color:#8c0c11;border-color:#8c0c11;color:#fff}.ahso-btn--outline{background:transparent;color:var(--color-foreground, #1a1a1a);border-color:currentColor}.ahso-btn--outline:hover{background-color:var(--color-foreground, #1a1a1a);color:var(--color-background, #ffffff)}.ahso-btn--white-outline{background:transparent;color:#fff;border-color:#fff6}.ahso-btn--white-outline:hover{background:#fff;color:#1a1a2e;border-color:#fff}.ahso-grid{display:grid;gap:24px}.ahso-grid--2{grid-template-columns:repeat(2,1fr)}.ahso-grid--3{grid-template-columns:repeat(3,1fr)}@media screen and (min-width:990px){.ahso-grid{gap:32px}}@media screen and (min-width:1400px){.ahso-grid{gap:40px}}.ahso-card{background:var(--color-background, #ffffff);border:1.5px solid #d0d0d0;border-radius:16px;padding:32px;box-shadow:0 2px 8px #0000000a;transition:box-shadow .3s ease,transform .3s ease,border-color .3s ease;position:relative;overflow:hidden}@media screen and (min-width:990px){.ahso-card{padding:40px}}.ahso-card:hover{border-color:#b0b0b0;box-shadow:0 16px 48px #00000024,0 6px 16px #00000014;transform:translateY(-6px) scale(1.015)}.ahso-card:focus-within{outline:2px solid var(--color-primary, #b11217);outline-offset:2px}@media screen and (max-width:749px){.ahso-section{padding:40px 0}.ahso-section__header{margin-bottom:32px}.ahso-section__heading{font-size:1.75rem}.ahso-container{padding:0 20px}.ahso-grid--2,.ahso-grid--3{grid-template-columns:1fr}}@media screen and (min-width:750px)and (max-width:989px){.ahso-container{padding:0 32px}.ahso-grid--3{grid-template-columns:repeat(2,1fr)}}.ahso-paths__card{display:flex;flex-direction:column}.ahso-paths__card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1}.ahso-paths__tagline{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#b11217;margin:0 0 8px}.ahso-paths__title{font-family:var(--font-heading--family, inherit);font-size:1.5rem;font-weight:700;margin:0 0 12px;line-height:1.2}.ahso-paths__desc{font-size:1rem;line-height:1.7;opacity:.7;margin:0 0 20px}.ahso-paths__bullets{list-style:none;padding:0;margin:0 0 28px;flex:1}.ahso-paths__bullets li{position:relative;padding-left:24px;margin-bottom:8px;font-size:.9375rem;line-height:1.5}.ahso-paths__bullets li:before{content:"\2713";position:absolute;left:0;color:#b11217;font-weight:700}.ahso-paths__video-trigger{margin:0 0 20px}.ahso-paths__video-btn{position:relative;display:block;width:100%;padding:0;border:none;border-radius:8px;overflow:hidden;cursor:pointer;background:none;line-height:0}.ahso-paths__video-btn:focus-visible{outline:2px solid #b11217;outline-offset:2px}.ahso-paths__video-thumb{width:100%;height:auto;display:block;aspect-ratio:16 / 9;object-fit:cover;border-radius:8px;transition:transform .3s ease,filter .3s ease}.ahso-paths__video-btn:hover .ahso-paths__video-thumb{transform:scale(1.03);filter:brightness(.92)}.ahso-paths__video-placeholder{width:100%;aspect-ratio:16 / 9;background:linear-gradient(135deg,#e8e8e8,#d4d4d4);border-radius:8px;transition:filter .3s ease;display:flex;align-items:center;justify-content:center}.ahso-paths__video-placeholder-text{font-size:.875rem;font-weight:600;color:#888;letter-spacing:.02em;line-height:1}.ahso-paths__video-btn--placeholder{cursor:default}.ahso-paths__video-btn:hover .ahso-paths__video-placeholder{filter:brightness(.92)}.ahso-paths__video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .2s ease;pointer-events:none}.ahso-paths__video-btn:hover .ahso-paths__video-play{transform:translate(-50%,-50%) scale(1.12)}.ahso-paths__video-label{margin:8px 0 0;font-size:.8125rem;font-weight:600;color:#b11217;text-align:center;line-height:1}.ahso-paths__tag{display:inline-block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:5px 12px;border-radius:100px;margin-bottom:12px;line-height:1.2}.ahso-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px}.ahso-modal[hidden]{display:none}.ahso-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf;cursor:pointer;animation:ahsoFadeIn .2s ease}.ahso-modal__content{position:relative;width:100%;max-width:900px;background:#000;border-radius:12px;overflow:hidden;animation:ahsoScaleIn .25s ease}.ahso-modal__close{position:absolute;top:12px;right:12px;z-index:2;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:background .2s}.ahso-modal__close:hover{background:#000000d9}.ahso-modal__close:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.ahso-modal__video-wrap{position:relative;width:100%;padding-top:56.25%}.ahso-modal__video-container{position:absolute;top:0;left:0;width:100%;height:100%}@keyframes ahsoFadeIn{0%{opacity:0}to{opacity:1}}@keyframes ahsoScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ahso-compare{background:var(--color-background, #fff);border:1.5px solid rgb(var(--color-foreground-rgb, 0 0 0) / .08);border-radius:16px;overflow:hidden;max-width:820px;margin:0 auto}.ahso-compare__head{display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:2px solid rgb(var(--color-foreground-rgb, 0 0 0) / .08)}.ahso-compare__head-feature{padding:20px 24px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgb(var(--color-foreground-rgb, 0 0 0) / .4);display:flex;align-items:center}.ahso-compare__head-col{padding:20px 24px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:.9375rem;font-family:var(--font-heading--family, inherit)}.ahso-compare__head-col--live{background:#2c3e7d0f;color:#2c3e7d}.ahso-compare__head-col--pace{background:#00897b0f;color:#00796b}.ahso-compare__head-icon{display:flex;flex-shrink:0}.ahso-compare__body{font-size:.9375rem}.ahso-compare__row{display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:1px solid rgb(var(--color-foreground-rgb, 0 0 0) / .05);transition:background-color .15s ease}.ahso-compare__row:nth-child(2n){background:rgb(var(--color-foreground-rgb, 0 0 0) / .015)}.ahso-compare__row:hover{background:rgb(var(--color-foreground-rgb, 0 0 0) / .035)}.ahso-compare__row:last-child{border-bottom:none}.ahso-compare__row--hidden{display:none}.ahso-compare__row--visible{display:grid}.ahso-compare__cell{padding:16px 24px;display:flex;align-items:center}.ahso-compare__cell--feature{font-weight:500;color:var(--color-foreground, #1a1a1a)}.ahso-compare__cell--live,.ahso-compare__cell--pace{justify-content:center}.ahso-compare__icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%}.ahso-compare__icon--yes{background:#2e7d321a;color:#2e7d32}.ahso-compare__icon--no{background:rgb(var(--color-foreground-rgb, 0 0 0) / .04);color:rgb(var(--color-foreground-rgb, 0 0 0) / .22)}.ahso-compare__text-value{font-size:.8125rem;font-weight:600;color:rgb(var(--color-foreground-rgb, 0 0 0) / .6);background:rgb(var(--color-foreground-rgb, 0 0 0) / .04);padding:4px 12px;border-radius:100px}.ahso-compare__toggle{display:flex;justify-content:center;padding:16px 24px;border-top:1px solid rgb(var(--color-foreground-rgb, 0 0 0) / .05)}.ahso-compare__toggle-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:none;font-family:var(--font-heading--family, inherit);font-size:.875rem;font-weight:600;color:#2c3e7d;cursor:pointer;padding:8px 16px;border-radius:8px;transition:background .2s ease}.ahso-compare__toggle-btn:hover{background:#2c3e7d0f}.ahso-compare__toggle-btn:focus-visible{outline:2px solid #2c3e7d;outline-offset:2px}.ahso-compare__toggle-chevron{transition:transform .25s ease}.ahso-compare__toggle-btn[aria-expanded=true] .ahso-compare__toggle-chevron{transform:rotate(180deg)}.ahso-compare__ctas{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;padding:20px 24px 24px;border-top:2px solid rgb(var(--color-foreground-rgb, 0 0 0) / .06)}.ahso-compare__cta-spacer{display:block}.ahso-compare__cta-col{display:flex;justify-content:center;padding:0 8px}.ahso-compare__cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-size:.875rem;font-weight:700;border-radius:10px;text-decoration:none;transition:all .2s ease;white-space:nowrap;width:100%;text-align:center}.ahso-compare__cta--live{background:#2c3e7d;color:#fff}.ahso-compare__cta--live:hover{background:#1e2d5e}.ahso-compare__cta--pace{background:#00796b;color:#fff}.ahso-compare__cta--pace:hover{background:#005a4f}@media screen and (max-width:749px){.ahso-compare__head{grid-template-columns:1fr 1fr}.ahso-compare__head-feature{display:none}.ahso-compare__head-col{padding:16px;font-size:.8125rem}.ahso-compare__row{grid-template-columns:1fr;padding:14px 20px;gap:8px}.ahso-compare__cell{padding:0}.ahso-compare__cell--feature{font-weight:600;font-size:.9375rem}.ahso-compare__cell--live,.ahso-compare__cell--pace{justify-content:flex-start;gap:8px}.ahso-compare__cell--live:before,.ahso-compare__cell--pace:before{content:attr(data-label);font-size:.75rem;font-weight:600;color:rgb(var(--color-foreground-rgb, 0 0 0) / .4);min-width:76px}.ahso-compare__row--visible{display:grid}.ahso-compare__ctas{grid-template-columns:1fr 1fr;padding:16px;gap:10px}.ahso-compare__cta-spacer{display:none}.ahso-compare__cta{padding:12px 16px;font-size:.8125rem}}.ahso-connect{background:linear-gradient(135deg,#f8f4ed,#f5f0e8)}.ahso-connect__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center}@media screen and (min-width:1400px){.ahso-connect__grid{gap:72px}}.ahso-connect__badge{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:#b112171a;color:#b11217;padding:4px 12px;border-radius:4px;margin-bottom:16px}.ahso-connect__heading{font-family:var(--font-heading--family, inherit);font-size:1.75rem;font-weight:700;margin:0 0 8px;line-height:1.2}.ahso-connect__subheading{font-size:1rem;font-weight:600;opacity:.7;margin:0 0 16px}.ahso-connect__body{font-size:1rem;line-height:1.75;margin:0 0 20px}.ahso-connect__reassurance{font-size:.875rem;font-style:italic;opacity:.65;margin:0}.ahso-connect__eligibility{background:#fff;border-radius:12px;padding:32px;border:1px solid rgb(var(--color-border-rgb, 0 0 0) / .08)}@media screen and (min-width:990px){.ahso-connect__eligibility{padding:40px}}.ahso-connect__eligibility-title{font-family:var(--font-heading--family, inherit);font-weight:700;font-size:1.125rem;margin:0 0 16px}.ahso-connect__checklist{list-style:none;padding:0;margin:0 0 24px}.ahso-connect__checklist li{position:relative;padding-left:28px;margin-bottom:10px;font-size:.9375rem;line-height:1.5}.ahso-connect__checklist li:before{content:"\2610";position:absolute;left:0;font-size:1.1rem}@media screen and (max-width:749px){.ahso-connect__grid{grid-template-columns:1fr;gap:32px}}@media(max-width:749px){.ahso-pillars__grid{grid-template-columns:1fr!important}}@media(min-width:750px)and (max-width:989px){.ahso-pillars__grid{grid-template-columns:repeat(2,1fr)!important}}.ahso-pillars__icon,.ahso-pillars__image-wrap{align-self:center}.ahso-pillars__image-wrap{width:100%;margin-bottom:20px;border-radius:12px;overflow:hidden;background:rgb(var(--color-foreground-rgb, 0 0 0) / .02)}.ahso-pillars__image{width:100%;height:260px;object-fit:contain;display:block;padding:12px}@media screen and (min-width:990px){.ahso-pillars__image{height:280px}}.ahso-pillars__icon{width:48px;height:48px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;background:#b1121714;border-radius:12px;font-size:1.5rem}.ahso-pillars__title{font-family:var(--font-heading--family, inherit);font-size:1.25rem;font-weight:700;margin:0 0 10px;line-height:1.3}.ahso-pillars__body{font-size:.9375rem;line-height:1.7;opacity:.7;margin:0}@media screen and (min-width:990px){.ahso-pillars__icon{width:56px;height:56px;margin-bottom:20px;font-size:1.625rem}}.ahso-testimonial{text-align:center;padding:40px 32px}@media screen and (min-width:990px){.ahso-testimonial{padding:48px 40px}}.ahso-testimonial__image-wrap{margin:0 auto 20px;border-radius:50%;overflow:hidden;border:3px solid #C8A96A;flex-shrink:0}.ahso-testimonial__image{width:100%;height:100%;object-fit:cover;display:block}.ahso-testimonial__quote{font-size:1.0625rem;line-height:1.75;font-style:italic;margin:0 0 24px;position:relative}.ahso-testimonial__quote:before{content:"\201c";font-size:3rem;line-height:1;display:block;color:#b11217;opacity:.3;margin-bottom:8px}.ahso-testimonial__name{font-weight:700;font-size:.9375rem;margin:0}.ahso-testimonial__role{font-size:.8125rem;opacity:.6;margin:4px 0 0}.ahso-testimonial__video{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:auto;padding-top:20px;border:none;background:none;font-family:inherit;font-size:.8125rem;font-weight:600;color:#b11217;cursor:pointer;transition:color .2s ease}.ahso-testimonial__video-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#b11217;color:#fff;flex-shrink:0;transition:background .2s ease,transform .2s ease}.ahso-testimonial__video-icon svg{width:12px;height:12px;margin-left:1px}.ahso-testimonial__video:hover{color:#8a0e12}.ahso-testimonial__video:hover .ahso-testimonial__video-icon{background:#8a0e12;transform:scale(1.1)}.ahso-video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center}.ahso-video-modal[hidden]{display:none}.ahso-video-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000c;cursor:pointer}.ahso-video-modal__content{position:relative;width:90vw;max-width:900px;aspect-ratio:16 / 9;z-index:1}.ahso-video-modal__player{width:100%;height:100%;border-radius:8px;overflow:hidden;background:#000}.ahso-video-modal__player iframe{width:100%;height:100%;border:none}.ahso-video-modal__close{position:absolute;top:-44px;right:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffff26;color:#fff;cursor:pointer;transition:background .2s ease}.ahso-video-modal__close:hover{background:#ffffff4d}.ahso-tc{position:relative}.ahso-tc__viewport{overflow:hidden}.ahso-tc__track{display:flex;gap:20px;transition:transform .4s ease}.ahso-tc__slide{flex-shrink:0}.ahso-tc__slide .ahso-testimonial{margin:0;height:100%;display:flex;flex-direction:column}.ahso-tc__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgb(var(--color-foreground-rgb, 0 0 0) / .12);border-radius:50%;background:#fff;color:var(--color-foreground, #1a1a1a);cursor:pointer;transition:all .2s ease;box-shadow:0 1px 4px #0000000f}.ahso-tc__arrow:hover{background:#0b2a4a;color:#fff;border-color:#0b2a4a}.ahso-tc__arrow--prev{left:-56px}.ahso-tc__arrow--next{right:-56px}@media(max-width:1100px){.ahso-tc__arrow--prev{left:-8px}.ahso-tc__arrow--next{right:-8px}.ahso-tc__arrow{width:36px;height:36px;background:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.ahso-tc__dots{display:flex;justify-content:center;gap:10px;margin-top:24px}.ahso-tc__dot{width:9px;height:9px;border-radius:50%;border:2px solid rgb(var(--color-foreground-rgb, 0 0 0) / .25);background:transparent;cursor:pointer;padding:0;transition:all .25s ease}.ahso-tc__dot.is-active{background:#0b2a4a;border-color:#0b2a4a;transform:scale(1.2)}.ahso-tc__dot:hover{border-color:#0b2a4a}.ahso-courses__chips{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:32px}@media screen and (min-width:990px){.ahso-courses__chips{gap:16px;margin-bottom:40px}}.ahso-courses__chip{display:inline-flex;align-items:center;padding:10px 20px;font-size:.875rem;font-weight:600;text-decoration:none;color:var(--color-foreground, #1a1a1a);background:var(--color-background, #ffffff);border:1px solid rgb(var(--color-border-rgb, 0 0 0) / .12);border-radius:100px;transition:all .2s ease}.ahso-courses__chip:hover{background:var(--color-foreground, #1a1a1a);color:var(--color-background, #ffffff);border-color:var(--color-foreground, #1a1a1a)}.ahso-courses__chip:focus-visible{outline:2px solid #b11217;outline-offset:2px}.ahso-courses__cta,.ahso-advisor{text-align:center}.ahso-advisor .ahso-section__header{margin-bottom:24px}.ahso-advisor__body{font-size:1.125rem;line-height:1.6;max-width:560px;margin:0 auto 32px;opacity:.85}@media screen and (min-width:990px){.ahso-advisor__body{font-size:1.1875rem;margin-bottom:40px}}.ahso-faq__group{margin-bottom:32px}@media screen and (min-width:990px){.ahso-faq__group{margin-bottom:40px}}.ahso-faq__group:last-child{margin-bottom:0}.ahso-faq__groups{max-width:820px;margin:0 auto}.ahso-faq__group-title{font-family:var(--font-heading--family, inherit);font-size:1.25rem;font-weight:700;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid rgb(var(--color-border-rgb, 0 0 0) / .1)}.ahso-faq__item{border-bottom:1px solid rgb(var(--color-border-rgb, 0 0 0) / .08)}.ahso-faq__question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0;background:none;border:none;font-family:var(--font-body--family, inherit);font-size:1rem;font-weight:600;text-align:left;cursor:pointer;color:inherit;gap:16px;line-height:1.4}.ahso-faq__question:hover{opacity:.7}.ahso-faq__question:focus-visible{outline:2px solid #b11217;outline-offset:-2px}.ahso-faq__icon{flex-shrink:0;width:20px;height:20px;transition:transform .25s ease}.ahso-faq__question[aria-expanded=true] .ahso-faq__icon{transform:rotate(45deg)}.ahso-faq__answer{overflow:hidden;max-height:0;transition:max-height .3s ease,padding .3s ease;padding:0}.ahso-faq__answer[data-open=true]{max-height:500px;padding:0 0 16px}.ahso-faq__answer p{margin:0;font-size:.9375rem;line-height:1.7;opacity:.8}
/*# sourceMappingURL=/cdn/shop/t/1/assets/ahso-home.css.map */
