.pricing-module__M04R1G__cardContainer{flex-direction:row;justify-content:space-between;align-items:stretch;gap:3rem;width:75%;display:flex}.pricing-module__M04R1G__pricingSection{flex-direction:column;justify-content:center;align-items:center;display:flex}.pricing-module__M04R1G__serviceSlider{width:75%;margin:0 auto;padding-top:5vh}.pricing-module__M04R1G__sliderTrack{border-radius:9999px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0006}.pricing-module__M04R1G__sliderIndicator{background-color:var(--color-primary);z-index:0;border-radius:9999px;width:33.33%;transition:left .3s;position:absolute;top:0;bottom:0}.pricing-module__M04R1G__sliderIndicator.pricing-module__M04R1G__monthly{left:0%}.pricing-module__M04R1G__sliderIndicator.pricing-module__M04R1G__semesterly{left:33.33%}.pricing-module__M04R1G__sliderIndicator.pricing-module__M04R1G__yearly{left:66.66%}.pricing-module__M04R1G__sliderOption{color:var(--color-primary);z-index:1;text-align:center;background:0 0;border:none;flex:1;padding:2vh 1vw;font-size:1rem;font-weight:700;transition:color .3s;position:relative}.pricing-module__M04R1G__sliderOption:hover{cursor:pointer}.pricing-module__M04R1G__sliderOption.pricing-module__M04R1G__active{color:var(--color-bg)}@media (max-width:1024px){.pricing-module__M04R1G__cardContainer{flex-direction:column;align-items:center;gap:1.5rem;width:90%;margin:0 auto}.pricing-module__M04R1G__serviceSlider{width:90%;padding-top:3vh}.pricing-module__M04R1G__sliderTrack{width:100%}.pricing-module__M04R1G__sliderOption{font-size:1.25rem}.pricing-module__M04R1G__sliderOption.pricing-module__M04R1G__active{background-color:var(--color-primary);color:var(--color-bg);z-index:2;border-radius:9999px}}@media (max-width:900px){.pricing-module__M04R1G__cardContainer{flex-direction:column;align-items:center;gap:1.25rem;width:95%;margin:0 auto}.pricing-module__M04R1G__serviceSlider{width:95%;padding-top:3vh}.pricing-module__M04R1G__sliderOption{padding:1.5vh 1vw;font-size:.98rem}}@media (max-width:600px){.pricing-module__M04R1G__cardContainer{box-sizing:border-box;gap:1rem;width:100%;padding:0 1rem}.pricing-module__M04R1G__serviceSlider{width:95%;padding-top:2.5vh}.pricing-module__M04R1G__sliderOption{padding:1.1vh .5vw;font-size:.95rem}.pricing-module__M04R1G__sliderIndicator{display:none}.pricing-module__M04R1G__sliderOption.pricing-module__M04R1G__active{background-color:var(--color-primary);color:var(--color-bg);z-index:2;border-radius:9999px}}
.footer{background:var(--color-bg);width:100%;color:var(--color-body);font-family:var(--font-primary);border-top:1px solid var(--color-border);box-sizing:border-box;flex-direction:column;gap:4rem;padding:3rem 0 0;display:flex}.footer__main{flex-wrap:wrap;justify-content:space-between;margin:0 auto;padding:0 2rem;display:flex;gap:2.5rem!important}.footer__col{flex-direction:column;flex:180px;gap:1.25rem;min-width:180px;max-width:260px;display:flex}.footer__brand{flex:260px;max-width:320px}.footer__logo{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);color:var(--color-primary);letter-spacing:.02em;margin-bottom:.5rem;display:inline-block}.footer__desc{font-size:var(--font-size-md);color:var(--color-body);opacity:.85;margin-bottom:.5rem}.footer__heading{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--color-heading);margin-bottom:.25rem}.footer__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer__list a{color:var(--link-color);-webkit-text-decoration:var(--link-decoration);text-decoration:var(--link-decoration);font-size:var(--font-size-md);transition:color .2s}.footer__list a:hover,.footer__list a:focus{color:var(--link-hover-color);-webkit-text-decoration:var(--link-hover-decoration);text-decoration:var(--link-hover-decoration)}.footer__bottom{font-size:var(--font-size-sm);color:var(--color-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;margin:0 auto;padding:0 2rem 2rem;display:flex}.footer__copyright{margin-right:1rem}.footer__built{opacity:.8}@media (max-width:900px){.footer__main{gap:1.5rem;padding:0 1rem}.footer__col{gap:1rem;min-width:140px;max-width:220px}.footer__brand{max-width:240px}}@media (max-width:600px){.footer__main{flex-direction:column;align-items:stretch;gap:2rem;padding:0 .5rem}.footer__col,.footer__brand{flex:100%;min-width:0;max-width:100%}.footer__bottom{text-align:center;flex-direction:column;gap:.5rem;padding:0 .5rem 1.5rem}}.footer__list a[aria-disabled=true]{filter:grayscale();opacity:.65;color:var(--color-muted);cursor:help;text-decoration:underline;position:relative}.footer__list a[aria-disabled=true]:hover,.footer__list a[aria-disabled=true]:focus{color:var(--link-hover-color)}.footer__list a[aria-disabled=true]:after{content:"This resource is not yet available. Check back for updates.";color:#fff;white-space:normal;text-align:center;z-index:50;border-radius:6px;width:260px;max-width:260px;padding:.5rem .75rem;font-size:.85rem;line-height:1.2;display:none;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 6px 18px #02061759;background:#111827f2!important}.footer__list a[aria-disabled=true]:before{content:"";z-index:51;border:6px solid #0000;border-top-color:#111827f2;display:none;position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%)}.footer__list a[aria-disabled=true]:hover:after,.footer__list a[aria-disabled=true]:focus:after,.footer__list a[aria-disabled=true]:hover:before,.footer__list a[aria-disabled=true]:focus:before{display:block}.footer__list a[aria-disabled=true]:focus{outline:none;box-shadow:0 0 0 3px #6366f11f}
