﻿:root{--cms-max-width: 1280px;--cms-max-content: 960px;--cms-max-steps: 1200px;--cms-max-cta: 1200px;--cms-header-height: 92px;--cms-section-py: 6rem;--cms-section-py-reduced: 4rem;--cms-gap-form: 1rem 1.25rem;--cms-gap-cards: 12px;--cms-shadow-card: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);--cms-shadow-form: 0 18px 48px rgba(28, 57, 142, 0.18);--cms-shadow-panel: 0 0 30px 15px rgba(0, 0, 0, 0.1);--cms-shadow-pill: 0 0 30px rgba(0, 0, 0, 0.15);--grid-ratio-hero: 4fr 8fr;--grid-ratio-content: 6fr 6fr;--grid-ratio-steps: repeat(3, minmax(0, 1fr));--surface-tint: rgba(109, 123, 250, 0.11);--surface-tint-strong: rgba(109, 123, 250, 0.2);--surface-muted: rgba(76, 80, 100, 0.1);--surface-header: #f3f5ff;--surface-section-muted: #eef2ff;--surface-info-pill: #eaf0ff;--color-blue-dark: #1e3f82;--color-blue-darkest: #031d51;--color-ghost: #f5f5f7;--color-border-soft: #d1d5dc;--color-text-secondary: #4a5565;--color-step-border: rgba(255, 255, 255, 0.28)}.grid{display:grid}.grid--2{grid-template-columns:var(--grid-cols, repeat(2, 1fr))}.grid--3{grid-template-columns:var(--grid-cols, repeat(3, minmax(0, 1fr)))}.grid--4{grid-template-columns:var(--grid-cols, repeat(4, minmax(0, 1fr)))}.grid--hero{grid-template-columns:var(--grid-cols, var(--grid-ratio-hero, 4fr 8fr))}.grid--content{grid-template-columns:var(--grid-cols, var(--grid-ratio-content, 6fr 6fr))}.grid--steps{grid-template-columns:var(--grid-cols, var(--grid-ratio-steps, repeat(3, minmax(0, 1fr))))}.grid--gap-sm{gap:1rem}.grid--gap-md{gap:clamp(1.5rem,3vw,3rem)}.grid--gap-lg{gap:clamp(2rem,4vw,4rem)}.grid--align-center{align-items:center}.grid--align-start{align-items:start}@media(max-width: 920px){.grid--2,.grid--3,.grid--4,.grid--hero,.grid--content,.grid--steps{grid-template-columns:1fr}}.panel{border-radius:15px;padding:3rem}.panel--primary{color:#fff;background:linear-gradient(130deg, var(--brand-primary) 45%, #031d51 100%);display:flex;flex-direction:column;justify-content:center}.panel--primary h1,.panel--primary h2,.panel--primary h3{color:#fff}.panel--primary .badge{color:#fff;background:hsla(0,0%,100%,.15)}.panel--primary .hero-copy{max-width:100%;color:hsla(0,0%,100%,.85)}.panel--primary .panel-heading{margin:0 0 1rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;line-height:1.15}.panel--surface{background:#fff;box-shadow:0 0 30px 15px rgba(0,0,0,.1)}.panel--plain{padding:0;background:rgba(0,0,0,0);box-shadow:none}.panel--muted{padding:1rem;border-radius:15px;background:var(--surface-muted)}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--brand-text);background:var(--surface-white, #fff);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.5}a{color:inherit}.page{min-height:100vh;overflow-x:hidden}.header{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;height:var(--cms-header-height);margin:0 auto;padding:0 clamp(1rem,3.2vw,2.5rem);background:var(--surface-header)}.flex-site .header{position:relative}.logo{display:inline-flex;align-items:center;min-width:0;font-weight:800;text-decoration:none}.logo img{display:block;width:220px;height:60px;max-width:min(220px,56vw);object-fit:contain;object-position:left center}.logo-fallback{display:grid;place-items:center;width:4rem;height:2.6rem;border-radius:8px;color:#fff;background:var(--brand-primary)}.header-actions{display:flex;align-items:center;gap:.75rem}.nav-burger{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;border-radius:8px;background:rgba(0,0,0,0);color:var(--brand-primary);cursor:pointer}.nav-burger-bars,.nav-burger-bars::before,.nav-burger-bars::after{content:"";display:block;width:22px;height:2px;border-radius:999px;background:currentColor}.nav-burger-bars{position:relative}.nav-burger-bars::before{position:absolute;top:-7px;left:0}.nav-burger-bars::after{position:absolute;top:7px;left:0}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;z-index:20;flex-direction:column;gap:1.25rem;padding:1.5rem clamp(1rem,3.2vw,2.5rem) 2rem;background:#fff;border-radius:0 0 14px 14px;box-shadow:var(--cms-shadow-pill)}.mobile-menu .pill-button{align-self:flex-start}.mobile-menu-links{display:grid}.mobile-menu-link{padding:1rem 0;border-top:1px solid var(--color-border-soft);color:var(--brand-primary);font-weight:700;text-decoration:none}.mobile-menu-link:first-child{border-top:0}.section{width:min(100%,var(--cms-max-width));margin:0 auto;padding:var(--cms-section-py) clamp(1rem,3.2vw,2.5rem)}.step-icon,.why-icon,.faq-icon{display:grid;place-items:center;border-radius:999px;box-shadow:var(--cms-shadow-card)}.step-icon img,.why-icon img,.faq-icon img{width:28px;height:28px}@media(max-width: 920px){.header{height:auto;padding-top:1rem;padding-bottom:1rem}.header-actions{gap:.4rem}.section{padding-top:var(--cms-section-py-reduced);padding-bottom:var(--cms-section-py-reduced)}}@media(max-width: 768px){.flex-site .logo img{width:128px;height:36px}.flex-site .nav-burger{display:inline-flex}.flex-site .pill-button--header{display:none}.flex-site .header--nav-open .mobile-menu{display:flex}}@media(max-width: 620px){.page:not(.flex-site) .header{align-items:flex-start;flex-direction:column}}.mini-link,.pill-button,.primary-button,.inverse-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:800;letter-spacing:0;white-space:nowrap;text-decoration:none}.mini-link{min-height:3rem;padding:0 1rem;color:var(--brand-accent);background:#fff;border:1px solid rgba(255,105,0,.25);font-size:.78rem}.pill-button,.primary-button{border:0;color:#fff;background:var(--brand-accent)}.pill-button{min-height:3rem;padding:0 1rem;font-size:.78rem}.primary-button,.inverse-button{min-height:64px;padding:0 2rem;font-size:.95rem;text-transform:uppercase}.inverse-button{color:var(--brand-primary);background:#fff}.pill-button::after,.primary-button::after,.inverse-button::after{content:"";width:.9rem;height:.9rem;margin-left:.45rem;background:currentColor;-webkit-mask:var(--asset-frame-1) center/contain no-repeat;mask:var(--asset-frame-1) center/contain no-repeat}@media(max-width: 920px){.mini-link,.pill-button{padding-inline:.75rem}}@media(max-width: 620px){.primary-button,.inverse-button{width:100%}}.flex-site .mini-link,.flex-site .pill-button{text-transform:uppercase;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.flex-site .primary-button,.flex-site .inverse-button{transition:background-color .15s ease,color .15s ease,border-color .15s ease}.flex-site .mini-link{background:rgba(0,0,0,0);border-color:var(--brand-accent)}.flex-site .mini-link:hover,.flex-site .mini-link:focus-visible{color:#fff;background:#f54900;border-color:#f54900}.flex-site .mini-link:active{color:#fff;background:#9f2d00;border-color:#9f2d00}.flex-site .pill-button:hover,.flex-site .pill-button:focus-visible,.flex-site .primary-button:hover,.flex-site .primary-button:focus-visible{background:#f54900}.flex-site .pill-button:active,.flex-site .primary-button:active{background:#9f2d00}.flex-site .inverse-button:hover,.flex-site .inverse-button:focus-visible{background:#f5f5f7}.flex-site .inverse-button:active{background:#d1d5dc}@media(max-width: 768px){.flex-site .primary-button,.flex-site .inverse-button{min-height:42px;font-size:.875rem}}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:.45rem 1rem;border-radius:999px;color:var(--brand-accent);background:rgba(255,105,0,.15);font-size:.82rem;font-weight:800;text-transform:uppercase}.accent{color:var(--brand-accent)}.hero h1,.section-title,.cta h2{margin:0;font-weight:900;letter-spacing:0;line-height:1}.section-title{text-align:center;font-size:clamp(2.25rem,4vw,3rem)}.hero-wrap{position:relative;background:linear-gradient(180deg, #eef0ff 0%, #fff 100%)}.hero{width:min(100%,var(--cms-max-width));margin:0 auto;min-height:987px;padding:64px clamp(1rem,3.2vw,2.5rem) 0;text-align:center}.hero h1{margin-top:1.5rem;font-size:clamp(2.8rem,5vw,4rem)}.hero-copy{margin:1.5rem auto 0;max-width:42rem;color:var(--text-secondary, #4a5565);font-size:1.125rem}.application-card{width:min(794px,100vw - 2rem);margin:56px auto 0;padding:clamp(1.5rem,4vw,3.75rem);border-radius:14px;background:#fff;box-shadow:var(--cms-shadow-form)}.form-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:var(--cms-gap-form)}.field{width:100%;min-height:48px;padding:0 1rem;border:0;border-radius:999px;color:var(--text-secondary, #4a5565);background:#f3f4f6;font:inherit}.field::placeholder{color:#99a1af;opacity:1}select.field{appearance:none;-webkit-appearance:none;padding-right:2.75rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px 16px}select.field:has(option[value=""]:checked){color:#99a1af}.field-full{grid-column:1/-1}.application-card .primary-button{margin-top:1.5rem}.highlights{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem 1.5rem;margin:1.5rem 0 0}.highlight-item{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:700;color:var(--brand-primary)}.highlight-item::before{content:"✓";color:var(--brand-accent)}.hero-wrap--subpage{background:linear-gradient(180deg, #eef0ff 0%, #fff 100%)}.hero-wrap--subpage .hero--split-header{width:min(100%,var(--cms-max-width));margin:0 auto;padding:5rem clamp(1rem,3.2vw,2.5rem) 1rem;text-align:center;display:grid;justify-items:center}.hero-wrap--subpage .hero--split-header h1{margin-top:1rem;font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:20ch}.hero--split{text-align:left}.hero-wrap--subpage .hero--split{padding-top:2.5rem;padding-bottom:6rem;align-items:stretch}.hero-contact{display:flex;flex-direction:column;justify-content:center;gap:1.5rem}.hero-contact .hero-copy{max-width:none;margin:0;color:var(--text-secondary, #4a5565)}.hero-contact-list{display:grid;gap:1rem;margin:0;padding:0;list-style:none}.hero-contact-item{color:var(--brand-primary);font-weight:700;overflow-wrap:anywhere}.hero-contact-item a{color:var(--brand-primary);text-decoration:none}.hero-contact-item a:hover{text-decoration:underline}.hero-wrap--subpage .hero--split-form-only{grid-template-columns:minmax(0, 48rem);justify-content:center}.hero-wrap--subpage .panel--primary{text-align:left}.hero-wrap--subpage .panel--primary .hero-copy{margin:0}.hero-wrap--subpage .panel--surface{padding:2.5rem}.hero-wrap--subpage .application-card{width:100%;margin:0;padding:0;border-radius:0;box-shadow:none}@media(max-width: 920px){.hero{min-height:auto;padding-bottom:5rem}.hero-wrap--subpage .hero--split-header{padding-top:4rem;padding-bottom:1rem}.hero-wrap--subpage .hero--split{padding-top:2rem;padding-bottom:4rem}}@media(max-width: 620px){.form-grid,.field-full{grid-template-columns:1fr;grid-column:auto}.application-card{padding:1.25rem}}.steps{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));width:min(var(--cms-max-steps),100vw - 2rem);margin:-132px auto 5rem;color:#fff;border-radius:14px;background:linear-gradient(135deg, var(--brand-secondary), var(--color-blue-dark))}.step{display:flex;align-items:center;gap:1.25rem;min-height:196px;padding:1.5rem}.step+.step{border-left:1px solid var(--color-step-border)}.step-icon{width:44px;height:44px;flex:0 0 44px;background:var(--brand-accent)}.step h3{margin:0;color:#fff;font-size:1.25rem}.step p{margin:.75rem 0 0;font-size:.9rem}.steps-section--cards{background:linear-gradient(180deg, #eef0ff 0%, #fff 100%)}.steps-section--cards .steps-heading{display:grid;justify-items:center;gap:1rem;text-align:center}.steps-section--cards .steps-grid-shell{margin-top:var(--cms-section-py-reduced)}.steps-section--cards .step-card{position:relative;overflow:hidden;min-height:252px;padding:2rem;border-radius:8px;background:#fff;box-shadow:var(--cms-shadow-card)}.steps-section--cards .step-card-number{position:absolute;top:-0.35rem;right:0;color:var(--color-ghost);font-size:6rem;font-weight:900;line-height:1}.steps-section--cards .step-icon{position:relative;z-index:1;width:80px;height:80px;flex:0 0 80px;background:var(--color-blue-dark)}.steps-section--cards .step-card h3{position:relative;z-index:1;margin:1.5rem 0 0;color:var(--color-blue-dark);font-size:1.25rem;line-height:1.4}.steps-section--cards .step-card p{position:relative;z-index:1;margin:1rem 0 0;color:var(--text-secondary, #4a5565);font-weight:600}@media(max-width: 920px){.steps{margin-top:-32px;padding-bottom:60px}.step{min-height:0;padding:1.5rem 1rem}.step+.step{border-left:0;border-top:1px solid var(--color-step-border)}}@media(max-width: 620px){.steps{grid-template-columns:1fr;width:100%}.step{gap:1rem;min-height:0;padding:1.5rem clamp(1rem,6vw,2rem)}.step h3{font-size:1.125rem}.step p{font-size:.95rem}}.emergency{display:grid;grid-template-columns:minmax(0, 1.2fr) minmax(20rem, 0.8fr);gap:clamp(2rem,5vw,4rem);align-items:center}.emergency h2{margin:0;line-height:1.08;font-size:clamp(2.25rem,4vw,3rem)}.emergency p{max-width:42rem;margin:1.5rem 0 0;color:var(--text-secondary, #4a5565);font-size:1.05rem}.pill-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1rem;margin:2rem 0;max-width:43.25rem}.info-pill{display:flex;align-items:center;gap:.65rem;min-height:52px;padding:0 1rem;border-radius:999px;color:var(--brand-primary);background:var(--surface-info-pill);font-weight:800;font-size:.92rem}.info-pill::before{content:"";width:1.25rem;height:1.25rem;flex:0 0 auto;border-radius:999px;background:var(--brand-accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/0.7rem no-repeat}.emergency-image{position:relative;min-height:520px;display:flex;align-items:end;justify-content:center}.emergency-image img{width:min(100%,468px);height:auto;display:block}.emergency--no-image{grid-template-columns:minmax(0, 44rem);justify-content:center}.emergency--list{display:block}.emergency--list-inner{text-align:center}.emergency--list .section-title{margin-top:1rem}.emergency--list-inner>p{max-width:48rem;margin:1rem auto 0}.emergency--list .requirement-list{display:grid;gap:.75rem;margin:2rem auto 0;max-width:44rem;text-align:left}.emergency--list .requirement-item{display:flex;align-items:center;gap:1rem;min-height:56px;padding:.75rem 1.5rem;border-radius:999px;color:#fff;background:var(--brand-primary);box-shadow:var(--cms-shadow-pill);font-weight:700}.emergency--list .requirement-item::before{content:"";width:1.5rem;height:1.5rem;flex:0 0 1.5rem;border-radius:999px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c398e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:.85rem}.emergency--list .primary-button{margin-top:1.5rem}.emergency--list-inner>p+.primary-button{margin-top:5rem}.emergency--contact{display:block;background:rgba(0,0,0,0)}.emergency--contact .contact-list{display:grid;gap:1.5rem;margin-top:2rem;max-width:44rem}.emergency--contact .contact-item{display:flex;align-items:center;gap:1.5rem;min-width:0}.emergency--contact .contact-icon{display:grid;place-items:center;width:4rem;height:4rem;flex:0 0 4rem;border-radius:999px;color:#fff;background:var(--brand-accent);box-shadow:var(--cms-shadow-pill)}.emergency--contact .contact-item-text strong{display:block;color:var(--brand-primary);font-size:1.05rem}.emergency--contact .contact-item-text{min-width:0}.emergency--contact .contact-item-text span{color:var(--text-secondary, #4a5565);font-size:.95rem;overflow-wrap:anywhere}@media(max-width: 920px){.emergency{grid-template-columns:1fr}.pill-grid{grid-template-columns:1fr}.emergency-image{min-height:0}}@media(max-width: 620px){.emergency--contact .contact-list{gap:1.25rem}.emergency--contact .contact-item{gap:1rem}.emergency--contact .contact-icon{width:3rem;height:3rem;flex-basis:3rem}}.feature-list-section{background:#fff}.feature-list{display:grid;grid-template-columns:minmax(0, 1fr) minmax(18rem, 0.85fr);gap:clamp(2rem,6vw,5rem);align-items:center}.feature-list-copy h2{max-width:24ch;margin:1.25rem 0 0;color:var(--brand-primary);font-size:1.5rem;font-weight:700;line-height:1.3}.feature-list-copy h2 .accent{display:block}.feature-list-body{max-width:40rem;margin:1.25rem 0 0;color:var(--text-secondary, #4a5565);font-size:1.05rem}.feature-list-items{display:grid;gap:1.25rem;margin-top:2rem;max-width:44rem}.feature-list-item{display:grid;grid-template-columns:2.5rem minmax(0, 1fr);gap:1rem;align-items:start}.feature-list-icon{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:999px;color:#fff;background:var(--brand-primary);box-shadow:var(--cms-shadow-card)}.feature-list-icon::before{content:"";width:1rem;height:1rem;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat}.feature-list-item h3{margin:0;color:var(--brand-primary);font-size:1.05rem;line-height:1.35}.feature-list-item p{margin:.5rem 0 0;color:var(--text-secondary, #4a5565);font-size:1rem}.feature-list-art{position:relative;display:flex;align-items:end;justify-content:center;min-height:520px}.feature-list-art::before{content:"";position:absolute;inset:auto 0 0;height:72%;border-radius:24px;background:linear-gradient(140deg, var(--surface-section-muted), rgba(255, 105, 0, 0.12))}.feature-list-art img{position:relative;width:min(100%,460px);height:auto;filter:drop-shadow(0 24px 36px rgba(3, 29, 81, 0.18))}@media(max-width: 920px){.feature-list{grid-template-columns:1fr}.feature-list-copy h2{max-width:16ch}.feature-list-art{min-height:0}.feature-list-art img{width:min(100%,360px)}}.why-section{background:linear-gradient(180deg, #eef0ff 0%, #fff 100%)}.why-section .section{padding-top:var(--cms-section-py-reduced);padding-bottom:var(--cms-section-py-reduced)}.cards-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:var(--cms-gap-cards);margin-top:var(--cms-section-py-reduced);padding:1rem;border-radius:8px;background:#d1d5dc}.why-card{position:relative;overflow:hidden;min-height:252px;padding:1rem 2rem;border-radius:8px;background:#fff;box-shadow:var(--cms-shadow-card)}.why-icon{position:relative;z-index:1;width:80px;height:80px;background:var(--brand-primary)}.why-number{position:absolute;top:-0.35rem;right:0;color:#f3f4f6;font-size:6rem;font-weight:900;line-height:1}.why-card h3{position:relative;z-index:1;margin:1.5rem 0 0;color:var(--brand-primary);font-weight:600;font-size:1.25rem;line-height:1.4}.why-card p{position:relative;z-index:1;margin:1rem 0 0;color:var(--text-secondary, #4a5565);font-weight:400}.cards-grid--repayment .why-number{display:none}.cards-grid--repayment .why-card{display:flex;flex-direction:column;align-items:center;text-align:center}.cards-grid--repayment .why-icon{background:var(--brand-accent)}@media(max-width: 920px){.cards-grid{grid-template-columns:1fr}}.video-section{background:#fff}.video-heading{display:grid;justify-items:center;gap:1rem;margin-bottom:var(--cms-section-py-reduced);text-align:center}.video-body{max-width:48rem;margin:0;color:var(--text-secondary, #4a5565)}.video-frame{position:relative;width:100%;max-width:960px;margin:0 auto;aspect-ratio:16/9;border-radius:14px;overflow:hidden;box-shadow:var(--cms-shadow-card)}.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.faq-section .section{max-width:var(--cms-max-content)}.faq-list{display:grid;gap:1rem;margin-top:48px}details{overflow:hidden;border:1px solid var(--color-border-soft);border-radius:999px;background:#fff;box-shadow:var(--cms-shadow-card)}details[open]{border:0;border-radius:0;background:rgba(0,0,0,0);box-shadow:none;overflow:visible}summary{display:flex;align-items:center;gap:1rem;min-height:66px;padding:1rem 2rem;cursor:pointer;list-style:none;font-weight:800}summary::-webkit-details-marker{display:none}details[open] summary{color:#fff;border-radius:999px;background:var(--brand-accent);box-shadow:var(--cms-shadow-card)}.faq-icon{width:32px;height:32px;background:var(--brand-accent)}.faq-icon::before{content:"";width:20px;height:20px;background:#fff;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center/contain no-repeat;transition:transform .2s ease}details[open] .faq-icon{background:#fff}details[open] .faq-icon::before{background:var(--brand-accent);transform:rotate(180deg)}.faq-answer{padding:1.25rem 2rem 1.75rem 5rem;color:var(--text-secondary, #4a5565)}details[open] .faq-answer{margin-top:1rem;padding:1.5rem 2rem;border:1px solid var(--color-border-soft);border-radius:14px;background:#fff;box-shadow:var(--cms-shadow-card)}@media(max-width: 620px){.faq-answer{padding-left:2rem}}.cta-shell{width:min(var(--cms-max-cta),100vw - 2rem);margin:0 auto;padding:0 clamp(0rem,3vw,0rem) var(--cms-section-py)}.flex-site .cta-shell{padding-top:2rem}.cta{position:relative;overflow:hidden;min-height:431px;padding:40px 60px;border-radius:24px;color:#fff;background:linear-gradient(90deg, #1447e6 0%, #00d5be 100%)}.cta-content{position:relative;z-index:1;display:grid;justify-items:start;align-items:start;gap:1.5rem;max-width:576px}.cta .badge{width:auto;min-width:149px}.cta .inverse-button{width:auto;min-width:196px}.cta h2{font-size:clamp(2.4rem,4vw,3rem);line-height:1.05}.cta p{margin:0;font-size:1.125rem}.cta img{position:absolute;right:0;bottom:0;width:min(46vw,568px);height:auto}@media(max-width: 920px){.cta{padding:2rem}.cta img{position:relative;display:block;width:min(100%,420px);margin:2rem auto -2rem}}.footer{width:min(100%,var(--cms-max-width));margin:0 auto;padding:5rem clamp(1rem,3.2vw,2.5rem) 2rem;border-top:1px solid hsla(0,0%,100%,.1)}.footer-main{display:grid;grid-template-columns:minmax(17rem, 0.9fr) repeat(3, minmax(0, 1fr));gap:3.75rem;padding-bottom:60px;border-bottom:1px solid var(--color-border-soft)}.footer h3{margin:0 0 1.5rem;font-size:1rem}.footer p,.footer a,.legal{overflow-wrap:anywhere;color:var(--text-secondary, #4a5565)}.footer p{margin:1.5rem 0 0}.footer ul{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}.footer a{display:inline-flex;align-items:center;text-decoration:none}.legal{padding-top:4rem;font-size:.95rem;line-height:1.55;text-align:justify;white-space:pre-line}.copyright{margin-top:2rem;color:var(--text-secondary, #4a5565);font-size:.85rem;text-align:center}@media(max-width: 920px){.footer-main{grid-template-columns:1fr}.flex-site .footer-main{grid-template-columns:repeat(3, minmax(0, 1fr))}.flex-site .footer-main>:first-child{grid-column:1/-1}.footer ul{gap:0}.footer a{min-height:3rem;min-width:3rem}}@media(max-width: 620px){.flex-site .footer-main{grid-template-columns:1fr}}.premier-site{--premier-blue: #478fe4;--premier-navy: #1e3f82;--premier-deep-navy: #001f54;--premier-orange: #f54900;--premier-orange-bright: #ff6900;--premier-ink: #130d33;--premier-muted: #4a5565;margin:0;color:var(--premier-ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.5}.premier-site *,.premier-site *::before,.premier-site *::after{box-sizing:border-box}.premier-skip-link{position:fixed;z-index:100;top:0;left:1rem;padding:.75rem 1rem;color:#fff;background:var(--premier-deep-navy);transform:translateY(-120%)}.premier-skip-link:focus{transform:translateY(0)}.premier-header{position:relative;display:flex;min-height:4rem;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;color:#fff;background:var(--premier-blue)}.premier-logo{display:flex;width:8rem;height:2.25rem;align-items:center}.premier-logo img,.premier-footer-brand img{display:block;width:100%;height:auto;object-fit:contain}.premier-logo img{height:2.25rem;object-position:left center}.premier-nav,.premier-header-actions{display:none}.premier-mobile-menu summary{display:grid;width:2.75rem;height:2.75rem;place-items:center;padding:0;border:1px solid hsla(0,0%,100%,.65);border-radius:50%;cursor:pointer;list-style:none}.premier-mobile-menu summary::-webkit-details-marker{display:none}.premier-mobile-menu nav{position:absolute;z-index:10;top:calc(100% - .25rem);right:1rem;display:grid;width:min(18rem,100vw - 2rem);padding:.75rem;border-radius:.75rem;background:var(--premier-deep-navy);box-shadow:0 1rem 2rem rgba(0,0,0,.22)}.premier-mobile-menu nav a{min-height:2.75rem;padding:.75rem;border-radius:.5rem;text-decoration:none}.premier-mobile-menu nav a:hover{background:hsla(0,0%,100%,.12)}.premier-button{display:inline-flex;min-height:2.75rem;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;border:1px solid rgba(0,0,0,0);border-radius:9999px;font-weight:700;line-height:1;text-decoration:none;cursor:pointer;transition:transform 150ms ease,box-shadow 150ms ease,background-color 150ms ease}.premier-button:hover{transform:translateY(-1px)}.premier-button:focus-visible,.premier-site a:focus-visible,.premier-site input:focus-visible{outline:3px solid #ffd452;outline-offset:3px}.premier-button-outline{padding-inline:1.25rem;color:#fff;border-color:#fff}.premier-button-light{color:var(--premier-navy);background:#fff}.premier-button-primary,.premier-button-call{color:#fff;background:var(--premier-orange-bright);box-shadow:0 4px 7px rgba(0,0,0,.1)}.premier-button-call{background:var(--premier-orange)}.premier-button-call img{width:1.5rem;height:1.5rem}.premier-hero{overflow:hidden;background:linear-gradient(115deg, #e0f2fe 0%, #fae8ff 50%, #fce7f3 100%)}.premier-hero-inner,.premier-section-inner,.premier-footer-main,.premier-legal{width:min(100%,75rem);margin-inline:auto}.premier-hero-inner{display:flex;flex-direction:column;gap:4rem;align-items:center;padding:2.5rem 1rem}.premier-hero-image-ring{width:min(100%,31.25rem);aspect-ratio:1;padding:.5rem;border-radius:50%;background:conic-gradient(from 135deg, #ff6ec4, #7873f5, #4facfe, #00f2fe, #43e97b, #ffd452, #ff6ec4);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.premier-hero-image-ring img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}.premier-hero-copy{width:100%;text-align:center}.premier-hero-copy h1{display:flex;margin:0;flex-direction:column;font-size:clamp(2.5rem,12vw,3.75rem);line-height:1.08;letter-spacing:-0.035em}.premier-hero-copy h1 strong{color:rgba(0,0,0,0);background:linear-gradient(90deg, #101828 0%, var(--premier-blue) 50%, #101828 100%);background-clip:text}.premier-hero-copy>p{margin:.75rem 0 0;color:var(--premier-muted);font-size:1rem}.premier-hero-actions{display:grid;gap:.75rem;margin-top:1.5rem}.premier-calculator-section{padding:5rem 1rem;background:#f4f4ff}.premier-calculator{width:min(100%,56rem);margin-inline:auto;padding:1.25rem;border-radius:1.5rem;background:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1);text-align:center}.premier-calculator h2{margin:0 0 1.5rem;color:var(--premier-navy);font-size:1.5rem;line-height:1.35;text-transform:uppercase}.premier-form-grid{display:grid;gap:1rem}.premier-field{display:block}.premier-field span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0, 0, 0, 0)}.premier-field input{width:100%;min-height:3rem;padding:.75rem 1rem;color:var(--premier-ink);border:1px solid #d1d5dc;border-radius:9999px;background:#f3f4f6;font:inherit}.premier-amount{margin:1.5rem 0}.premier-amount output{display:block;color:var(--premier-orange);font-size:2rem;font-weight:700;line-height:1.2}.premier-range-row{display:grid;grid-template-columns:auto minmax(0, 1fr) auto;gap:.75rem;align-items:center;margin-top:1rem}.premier-range-row input{width:100%;accent-color:var(--premier-orange)}.premier-calculator>.premier-button{width:100%}.premier-testimonials,.premier-benefits{padding:5rem 1rem}.premier-testimonials{background:#fff}.premier-testimonials h2,.premier-benefits h2{max-width:48rem;margin:0 auto 2.5rem;color:var(--premier-navy);font-size:clamp(2rem,7vw,2.5rem);line-height:1.2;text-align:center}.premier-testimonial-card{width:min(100%,46rem);margin:0 auto;padding:2rem;border:1px solid #e5e7eb;border-radius:.75rem;background:#fff;box-shadow:0 12px 30px rgba(30,63,130,.1);text-align:center}.premier-stars{color:#ffb100;letter-spacing:.2em}.premier-testimonial-card blockquote{margin:1rem 0}.premier-testimonial-card blockquote strong{display:block;color:var(--premier-navy);font-size:1.25rem}.premier-testimonial-card blockquote p{margin:.75rem 0 0;color:var(--premier-muted);font-size:1.125rem}.premier-testimonial-card figcaption{color:var(--premier-orange);font-weight:700}.premier-carousel-controls{display:flex;gap:.5rem;align-items:center;justify-content:center;margin-top:1.5rem}.premier-carousel-controls .premier-carousel-arrow{display:grid;width:2.75rem;height:2.75rem;margin-inline:.5rem;place-items:center;border:1px solid #ffedd4;border-radius:50%;background:#fff}.premier-carousel-controls .premier-carousel-arrow img{width:1rem;height:1rem}.premier-carousel-controls span{width:.5rem;height:.5rem;border-radius:50%;background:#d1d5dc}.premier-carousel-controls .is-active{width:1.5rem;border-radius:9999px;background:var(--premier-orange)}.premier-moment-banner{padding:1.5rem 1rem;color:#fff;background:var(--premier-blue);text-align:center}.premier-moment-banner p{margin:0;font-size:clamp(1.25rem,5vw,1.75rem);font-weight:700}.premier-benefits{background:#f4f4ff}.premier-benefits h2 strong{color:var(--premier-orange)}.premier-benefit-grid{display:grid;gap:1.25rem}.premier-benefit-card{padding:1.5rem;border:1px solid #e6e8ef;border-radius:.75rem;background:#fff;box-shadow:0 8px 18px rgba(30,63,130,.07)}.premier-benefit-icon{display:grid;width:3.5rem;height:3.5rem;place-items:center;border-radius:.75rem;background:#fff6ef}.premier-benefit-icon img{width:2rem;height:2rem}.premier-benefit-card h3{margin:1rem 0 .5rem;color:var(--premier-navy);font-size:1.125rem}.premier-benefit-card p{margin:0;color:var(--premier-muted)}.premier-footer{padding:3rem 1rem 1.5rem;color:#fff;background:var(--premier-deep-navy)}.premier-footer-main{display:grid;gap:2rem}.premier-footer-main>*{min-width:0}.premier-footer-brand{max-width:15rem}.premier-footer-brand img{height:3.5rem;object-position:left center}.premier-footer h2{margin:0 0 .75rem;font-size:1.125rem}.premier-footer ul{margin:0;padding:0;list-style:none}.premier-footer li+li{margin-top:.65rem}.premier-footer a{overflow-wrap:anywhere;text-decoration-thickness:1px;text-underline-offset:.2em}.premier-footer address{display:flex;flex-direction:column;gap:.5rem;font-style:normal;overflow-wrap:anywhere;white-space:pre-line}.premier-legal{display:grid;gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.24)}.premier-legal>img{width:9.25rem;height:auto;padding:.5rem;border-radius:50%;background:#fff}.premier-legal p{margin:0 0 .75rem;font-size:.875rem;text-align:justify}.premier-copyright{margin:2rem auto 0;text-align:center}.premier-back-to-top{position:fixed;right:1rem;bottom:1rem;display:grid;width:3rem;height:3rem;place-items:center;color:#fff !important;border-radius:50%;background:var(--premier-orange);box-shadow:0 8px 20px rgba(0,0,0,.2);font-size:1.5rem;text-decoration:none}@media(min-width: 48rem){.premier-header{min-height:4.75rem;padding-inline:clamp(1.5rem,4vw,3.75rem)}.premier-logo{width:12.5rem;height:2.75rem}.premier-logo img{height:2.75rem}.premier-nav{display:flex;gap:clamp(1rem,2.4vw,2rem);align-items:center}.premier-header-actions{display:flex;gap:.75rem;align-items:center}.premier-mobile-menu{display:none}.premier-nav a{font-weight:600;text-decoration:none}.premier-header-actions .premier-button-light{display:inline-flex}.premier-hero-inner{display:grid;grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);gap:clamp(2.5rem,7vw,5rem);min-height:38rem;padding:5rem clamp(2rem,6vw,3.75rem)}.premier-hero-copy{text-align:left}.premier-hero-copy h1{font-size:clamp(3rem,6vw,3.75rem)}.premier-hero-copy>p{font-size:1.25rem}.premier-hero-actions{display:flex}.premier-button-call{display:none}.premier-calculator{padding:2rem}.premier-form-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.premier-field-full{grid-column:1/-1}.premier-calculator>.premier-button{width:auto;min-width:11rem}.premier-benefit-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}.premier-footer-main{grid-template-columns:1.15fr .8fr 1.2fr 1.25fr}.premier-legal{grid-template-columns:auto minmax(0, 1fr);align-items:start}}@media(prefers-reduced-motion: reduce){.premier-site *,.premier-site *::before,.premier-site *::after{scroll-behavior:auto !important;transition-duration:.01ms !important}}.usl-site{--usl-navy: #001f54;--usl-blue: #1e3f82;--usl-red: #c62836;--usl-orange: #f54900;--usl-ink: #130d33;margin:0;color:var(--usl-ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,sans-serif;line-height:1.5}.usl-site *,.usl-site *::before,.usl-site *::after{box-sizing:border-box}.usl-site h1,.usl-site h2,.usl-site h3,.usl-site p{margin-top:0}.usl-site h2{font-size:clamp(2rem,8vw,3rem);line-height:1.1}.usl-site h2 strong{color:var(--usl-red)}.usl-site a:focus-visible,.usl-site button:focus-visible,.usl-site input:focus-visible,.usl-site select:focus-visible,.usl-site summary:focus-visible{outline:3px solid #ffcf4a;outline-offset:3px}.usl-shell{width:min(100% - 2rem,75rem);margin-inline:auto}.usl-narrow{max-width:52rem}.usl-skip{position:fixed;z-index:100;top:0;left:1rem;padding:.75rem 1rem;color:#fff;background:var(--usl-navy);transform:translateY(-130%)}.usl-skip:focus{transform:translateY(0)}.usl-eyebrow{margin-bottom:.75rem;color:var(--usl-red);font-size:.875rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.usl-header{position:relative;display:flex;min-height:4.5rem;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:#fff;box-shadow:0 2px 12px rgba(0,31,84,.09)}.usl-logo{width:9rem}.usl-logo img,.usl-footer-logo{display:block;width:100%;height:auto}.usl-nav{display:none}.usl-actions{display:none;gap:.5rem}.usl-button{display:inline-flex;min-height:2.75rem;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.35rem;border:2px solid rgba(0,0,0,0);border-radius:999px;font:inherit;font-weight:800;line-height:1;text-decoration:none;cursor:pointer}.usl-button-primary{color:#fff;background:var(--usl-red);box-shadow:0 8px 18px rgba(198,40,54,.22)}.usl-button-outline{color:var(--usl-blue);border-color:var(--usl-blue);background:#fff}.usl-mobile-menu summary{display:grid;width:2.75rem;height:2.75rem;place-items:center;padding:0;color:var(--usl-blue);border:2px solid var(--usl-blue);border-radius:50%;cursor:pointer;list-style:none}.usl-mobile-menu summary::-webkit-details-marker{display:none}.usl-mobile-menu nav{position:absolute;z-index:10;top:calc(100% - .25rem);right:1rem;display:grid;width:min(18rem,100vw - 2rem);padding:.75rem;border-radius:.75rem;background:#fff;box-shadow:0 1rem 2rem rgba(0,31,84,.2)}.usl-mobile-menu nav a{min-height:2.75rem;padding:.75rem;color:var(--usl-blue);border-radius:.5rem;font-weight:700;text-decoration:none}.usl-mobile-menu nav a:hover{background:#f6f8fc}.usl-hero{overflow:hidden;color:#fff;background:radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12) 0 2px, transparent 3px) 0 0/34px 34px,linear-gradient(135deg, var(--usl-navy), var(--usl-blue))}.usl-hero-grid{display:flex;min-height:39rem;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding-block:4rem}.usl-hero-copy{text-align:center}.usl-hero h1{margin-bottom:1.25rem;font-size:clamp(3rem,14vw,5.5rem);line-height:.98;letter-spacing:-0.045em}.usl-hero h1 span,.usl-hero h1 strong{display:block}.usl-hero h1 strong{color:#fff}.usl-hero-copy p{margin-bottom:1.75rem;font-size:1.15rem}.usl-hero-image{width:min(100%,32rem);aspect-ratio:4/3;border:.5rem solid #fff;border-radius:50% 45% 52% 42%;object-fit:cover;box-shadow:0 24px 50px rgba(0,0,0,.25)}.usl-apply-section{padding:5rem 0;background:#f6f8fc}.usl-apply-grid{display:grid;gap:2.5rem}.usl-about p{color:#4a5565}.usl-about ul{display:grid;gap:.85rem;padding:0;list-style:none}.usl-about li{display:flex;gap:.75rem;align-items:center}.usl-about li span{display:grid;width:1.75rem;height:1.75rem;place-items:center;flex:0 0 auto;color:#fff;border-radius:50%;background:var(--usl-red)}.usl-form{padding:1.5rem;border-top:.45rem solid var(--usl-red);border-radius:1rem;background:#fff;box-shadow:0 18px 42px rgba(0,31,84,.13)}.usl-form>h2{margin-bottom:.25rem;color:var(--usl-blue);font-size:1.75rem;text-align:center}.usl-form>p{color:#6b7280;font-size:.8rem;text-align:center}.usl-form-grid{display:grid;gap:1rem;margin-block:1.5rem}.usl-field span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0, 0, 0, 0)}.usl-field input,.usl-field select{width:100%;min-height:3rem;padding:.75rem 1rem;color:var(--usl-ink);border:1px solid #d1d5dc;border-radius:.5rem;background:#f8fafc;font:inherit}.usl-form>.usl-button{width:100%}.usl-steps{padding:5rem 0;color:#fff;background:var(--usl-navy);text-align:center}.usl-steps .usl-eyebrow{color:#fff}.usl-step-grid{display:grid;gap:1rem;margin-top:2.5rem}.usl-step-grid article{padding:1.75rem;border:1px solid hsla(0,0%,100%,.2);border-radius:1rem;background:hsla(0,0%,100%,.07)}.usl-step-grid article>span{display:grid;width:3rem;height:3rem;place-items:center;margin:0 auto 1rem;color:#fff;border-radius:50%;background:var(--usl-red);font-size:1.3rem;font-weight:900}.usl-faq,.usl-benefits,.usl-testimonials{padding:5rem 0;text-align:center}.usl-faq details{margin-top:.75rem;border:1px solid #d9dfeb;border-radius:.75rem;background:#fff;text-align:left}.usl-faq summary{padding:1.15rem;color:var(--usl-blue);font-weight:800;cursor:pointer}.usl-faq details p{padding:0 1.15rem 1.15rem;color:#4a5565}.usl-benefits{background:#f6f8fc}.usl-benefit-grid{display:grid;gap:1rem;margin-top:2.5rem}.usl-benefit-grid article{padding:1.75rem;border-radius:1rem;background:#fff;box-shadow:0 10px 30px rgba(0,31,84,.08);text-align:left}.usl-card-icon{display:grid;width:2.75rem;height:2.75rem;place-items:center;margin-bottom:1.25rem;color:#fff;border-radius:.65rem;background:var(--usl-red);font-weight:900}.usl-benefit-grid h3{color:var(--usl-blue)}.usl-benefit-grid p{color:#4a5565}.usl-testimonials figure{margin:2rem 0 0;padding:2rem;border-radius:1rem;background:#fff;box-shadow:0 15px 35px rgba(0,31,84,.12)}.usl-testimonials figure>div{color:#ffb000;letter-spacing:.25em}.usl-testimonials blockquote{margin:1rem 0;color:#4a5565;font-size:1.15rem}.usl-testimonials figcaption{color:var(--usl-blue);font-weight:800}.usl-cta{padding:4rem 0;color:#fff;background:var(--usl-blue)}.usl-cta-grid{display:grid;gap:2rem;align-items:center;text-align:center}.usl-cta img{width:min(100%,20rem);margin-inline:auto;border-radius:50%}.usl-footer{padding:4rem 0 2rem;color:#fff;background:var(--usl-navy)}.usl-footer-grid{display:grid;gap:2rem}.usl-footer-grid h2{font-size:1.1rem}.usl-footer-grid a,.usl-footer-grid span{display:block;margin-top:.55rem;color:#fff;overflow-wrap:anywhere}.usl-footer-grid address{font-style:normal;white-space:pre-line}.usl-footer-logo{max-width:13rem;padding:.5rem;border-radius:.4rem;background:#fff}.usl-ola{width:7rem;padding:.35rem;border-radius:.5rem;background:#fff}.usl-legal{margin-top:3rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.2)}.usl-legal p{font-size:.82rem;text-align:justify}@media(min-width: 48rem){.usl-header{min-height:5.75rem;padding-inline:clamp(1.5rem,4vw,3rem)}.usl-logo{width:12rem}.usl-nav{display:flex;align-items:center;gap:clamp(1rem,2.4vw,2rem)}.usl-nav a{color:var(--usl-blue);font-weight:700;text-decoration:none}.usl-actions{display:flex}.usl-mobile-menu{display:none}.usl-hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:43rem}.usl-hero-copy{text-align:left}.usl-hero h1{font-size:clamp(4rem,7vw,5.5rem)}.usl-apply-grid{grid-template-columns:1.05fr .95fr;gap:4rem;align-items:center}.usl-form{padding:2rem}.usl-form-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.usl-field-full{grid-column:1/-1}.usl-step-grid{grid-template-columns:repeat(3, 1fr)}.usl-benefit-grid{grid-template-columns:repeat(3, 1fr)}.usl-cta-grid{grid-template-columns:.65fr 1.35fr;text-align:left}.usl-footer-grid{grid-template-columns:1.3fr .7fr 1fr 1.2fr auto}}@media(prefers-reduced-motion: reduce){.usl-site *{scroll-behavior:auto !important}}.als-marketing-site{--als-purple: #6e11b0;--als-violet: #9810fa;--als-pale: #f7f2ff;--als-border: #e9d4ff;--als-ink: #162456;margin:0;color:var(--als-ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,sans-serif;line-height:1.5}.als-marketing-site *,.als-marketing-site *::before,.als-marketing-site *::after{box-sizing:border-box}.als-marketing-site h1,.als-marketing-site h2,.als-marketing-site h3,.als-marketing-site p{margin-top:0}.als-marketing-site h2{margin-bottom:2rem;font-size:clamp(2rem,8vw,2.8rem);line-height:1.15}.als-marketing-site h2 strong{color:var(--als-violet)}.als-marketing-site a:focus-visible,.als-marketing-site button:focus-visible,.als-marketing-site input:focus-visible,.als-marketing-site select:focus-visible,.als-marketing-site summary:focus-visible{outline:3px solid #f2b84b;outline-offset:3px}.als-skip{position:fixed;z-index:200;top:0;left:1rem;padding:.75rem 1rem;color:#fff;background:var(--als-purple);transform:translateY(-130%)}.als-skip:focus{transform:translateY(0)}.als-eyebrow{margin-bottom:.5rem;color:var(--als-purple);font-size:.875rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.als-button{display:inline-flex;min-height:2.75rem;align-items:center;justify-content:center;padding:.7rem 1rem;border:1.5px solid rgba(0,0,0,0);border-radius:.5rem;font-weight:700;line-height:1;text-decoration:none;cursor:pointer}.als-button-primary{color:#fff;background:linear-gradient(90deg, var(--als-violet), var(--als-purple));box-shadow:0 10px 25px rgba(152,16,250,.2)}.als-button-outline{color:var(--als-purple);border-color:var(--als-border);background:#fff}.als-mobile-header{position:sticky;z-index:50;top:0;display:flex;height:4.25rem;align-items:center;justify-content:space-between;padding:.6rem 1rem;border-bottom:1px solid var(--als-border);background:hsla(0,0%,100%,.96)}.als-mobile-header img{display:block;width:9.5rem;height:2.75rem;object-fit:contain;object-position:left center}.als-mobile-actions{display:flex;align-items:center;gap:.5rem}.als-mobile-menu{position:relative}.als-mobile-menu summary{display:grid;width:2.75rem;height:2.75rem;place-items:center;padding:0;color:var(--als-purple);border:1.5px solid var(--als-border);border-radius:.5rem;cursor:pointer;list-style:none}.als-mobile-menu summary::-webkit-details-marker{display:none}.als-mobile-menu nav{position:absolute;z-index:10;top:calc(100% + .5rem);right:0;display:grid;width:min(18rem,100vw - 2rem);padding:.75rem;border:1px solid var(--als-border);border-radius:.75rem;background:#fff;box-shadow:0 1rem 2rem rgba(89,22,139,.18)}.als-mobile-menu nav a{min-height:2.75rem;padding:.75rem;color:var(--als-purple);border-radius:.5rem;font-weight:700;text-decoration:none}.als-mobile-menu nav a:hover{background:var(--als-pale)}.als-sidebar{display:none}.als-page{min-width:0}.als-section{padding:4rem 1rem;text-align:center}.als-section>*{width:min(100%,56rem);margin-inline:auto}.als-soft{background:var(--als-pale)}.als-hero{padding-top:1.5rem}.als-account{display:none}.als-hero-card{display:grid;gap:2rem;padding:1.25rem;border:1px solid #d1d5dc;border-radius:.75rem;background:#f4f4ff;box-shadow:0 10px 25px rgba(89,22,139,.1);text-align:left}.als-hero h1{margin-bottom:1.25rem;color:rgba(0,0,0,0);background:linear-gradient(90deg, #59168b, var(--als-violet));background-clip:text;font-size:clamp(2.6rem,12vw,4rem);line-height:1.08;letter-spacing:-0.035em}.als-hero h1 strong{display:block;color:#1e3f82}.als-hero-copy>p{color:#1e3f82}.als-hero .als-lead{font-size:1.15rem}.als-hero-copy>.als-button{width:100%}.als-mini-steps{display:grid;grid-template-columns:repeat(3, 1fr);gap:.5rem;margin-top:1.5rem;text-align:center}.als-mini-steps span{padding:.65rem .25rem;border-radius:.5rem;background:#ffedd4;font-size:.75rem}.als-hero figure{position:relative;margin:0}.als-hero figure img{display:block;width:100%;aspect-ratio:4/3;border:.55rem solid #ffedd4;border-radius:1.5rem;object-fit:cover}.als-hero figcaption{position:relative;width:max-content;max-width:90%;margin:-1.4rem auto 0;padding:.85rem 1.3rem;color:#fff;border-radius:1rem;background:linear-gradient(90deg, var(--als-violet), var(--als-purple));font-weight:700}.als-card-grid,.als-step-grid{display:grid;gap:1rem}.als-card-grid article,.als-step-grid article{min-width:0;padding:1.5rem;border:1px solid var(--als-border);border-radius:1rem;background:#fff;box-shadow:0 10px 25px rgba(89,22,139,.08);overflow-wrap:anywhere;text-align:left}.als-card-grid article>span,.als-step-grid article>span{display:grid;width:3rem;height:3rem;place-items:center;margin-bottom:1rem;color:#fff;border-radius:.75rem;background:linear-gradient(135deg, var(--als-violet), var(--als-purple));font-weight:900}.als-card-grid article p,.als-step-grid article p{color:#4a5565}.als-apply-section{background:linear-gradient(135deg, #f3e8ff, #fff)}.als-form{padding:1.5rem;border:1px solid var(--als-border);border-radius:1rem;background:#fff;box-shadow:0 20px 45px rgba(89,22,139,.13)}.als-form-grid{display:grid;gap:1rem;margin-block:1.5rem;text-align:left}.als-field>span{display:block;margin-bottom:.4rem;color:var(--als-purple);font-size:.85rem;font-weight:700}.als-field input,.als-field select{width:100%;min-height:3rem;padding:.75rem 1rem;color:var(--als-ink);border:1px solid #d1d5dc;border-radius:.55rem;background:#fafafa;font:inherit}.als-form>.als-button{width:100%}.als-review{margin:0 auto;padding:2rem;border:1px solid var(--als-border);border-radius:1rem;background:#fff;box-shadow:0 16px 35px rgba(89,22,139,.1)}.als-review>div{color:#f2a900;letter-spacing:.25em}.als-review blockquote{margin:1rem 0;color:#4a5565;font-size:1.15rem}.als-review figcaption{color:var(--als-purple);font-weight:800}.als-rate-card{display:grid;gap:2rem;padding:1.25rem;border:1px solid var(--als-border);border-radius:1rem;background:#fff;text-align:left}.als-video{display:grid;min-height:18rem;place-items:center;border-radius:.75rem;background:linear-gradient(135deg, #59168b, #c27aff)}.als-video span{display:grid;width:4rem;height:4rem;place-items:center;color:var(--als-purple);border-radius:50%;background:#fff;font-size:1.5rem}.als-rate-card h3{margin:1.5rem 0 .4rem;color:var(--als-purple)}.als-rate-card p{color:#4a5565}.als-faq-list details{margin-top:.75rem;border:1px solid var(--als-border);border-radius:.65rem;background:#fff;text-align:left}.als-faq-list summary{padding:1rem;color:var(--als-purple);font-weight:800;cursor:pointer}.als-faq-list details p{padding:0 1rem 1rem;color:#4a5565}.als-about>p:last-child{max-width:48rem;color:#4a5565;font-size:1.1rem}.als-contact-grid{display:grid;gap:1rem}.als-contact-grid a{display:flex;min-width:0;flex-direction:column;padding:1.5rem;color:var(--als-ink);border:1px solid var(--als-border);border-radius:1rem;background:#fff;text-decoration:none}.als-contact-grid strong{color:var(--als-purple)}.als-contact-grid span{overflow-wrap:anywhere}.als-footer{padding:3rem 1rem;color:#fff;background:#3b0764}.als-footer>*{width:min(100%,56rem);margin-inline:auto}.als-footer-top{display:grid;gap:1.5rem;margin-bottom:2rem}.als-footer-top img{width:12rem;padding:.5rem;border-radius:.5rem;background:#fff}.als-footer-top div{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.als-footer a{color:#fff}.als-footer p{font-size:.82rem;text-align:justify;white-space:pre-line}.als-policy{padding:3rem 1rem 5rem}.als-policy>*{width:min(100%,56rem);margin-inline:auto}.als-policy header{padding:2.5rem;border-radius:1rem;background:var(--als-pale);text-align:center}.als-policy h1{margin:0;color:var(--als-purple);font-size:clamp(2.5rem,8vw,4rem)}.als-policy article{padding-top:2rem;color:#4a5565}.als-policy article h2,.als-policy article h3,.als-policy article h4{color:var(--als-purple)}.als-policy article h2{margin-top:2.5rem;font-size:1.75rem}.als-policy article h3{margin-top:2rem}.als-policy article ul{padding-left:1.25rem}.als-policy article table{width:100%;border-collapse:collapse}.als-policy article th,.als-policy article td{padding:.75rem;border:1px solid var(--als-border);text-align:left;vertical-align:top}@media(max-width: 47.99rem){.als-policy article table,.als-policy article thead,.als-policy article tbody,.als-policy article tr,.als-policy article th,.als-policy article td{display:block}.als-policy article thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0, 0, 0, 0)}.als-policy article tr{margin-bottom:1rem;border:1px solid var(--als-border);border-radius:.75rem;overflow:hidden}.als-policy article td{border:0;border-top:1px solid var(--als-border)}}@media(min-width: 48rem){.als-mobile-header{display:none}.als-sidebar{position:fixed;z-index:40;inset:0 auto 0 0;display:flex;width:16rem;flex-direction:column;padding:1.5rem 1rem;border-right:1px solid var(--als-border);background:#fff;box-shadow:0 10px 25px rgba(89,22,139,.08)}.als-logo img{display:block;width:100%;height:4rem;object-fit:contain}.als-sidebar nav{display:grid;gap:.25rem;margin-top:2rem;overflow-y:auto}.als-sidebar nav a{display:flex;min-height:2.75rem;align-items:center;gap:.75rem;padding:.65rem .75rem;color:var(--als-purple);border-radius:.75rem;text-decoration:none}.als-sidebar nav a:hover{background:var(--als-pale)}.als-sidebar-actions{display:grid;gap:.75rem;margin-top:auto}.als-page{margin-left:16rem}.als-section{padding:5rem clamp(1.5rem,4vw,3rem)}.als-hero{padding-top:1.25rem}.als-account{display:block;width:min(100%,56rem);margin:0 auto 1rem;color:var(--als-purple);font-weight:700;text-align:right}.als-hero-card{grid-template-columns:1fr 1fr;align-items:center;padding:4rem}.als-hero h1{font-size:clamp(3rem,5vw,4rem)}.als-card-grid{grid-template-columns:repeat(3, 1fr)}.als-step-grid{grid-template-columns:repeat(3, 1fr)}.als-form{padding:2.5rem}.als-form-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.als-field-full{grid-column:1/-1}.als-rate-card{grid-template-columns:.9fr 1.1fr;padding:2rem}.als-contact-grid{grid-template-columns:repeat(3, 1fr)}.als-footer-top{grid-template-columns:auto 1fr;align-items:center}.als-policy{padding:4rem clamp(2rem,5vw,5rem) 6rem}}@media(prefers-reduced-motion: reduce){.als-marketing-site *{scroll-behavior:auto !important}}
