html,body{margin:0;background:#000;color:#fff}body{min-height:100vh}app-root{display:flex;flex-direction:column;min-height:100vh}main.body-wrapper{flex:1 0 auto}.section{padding:72px 0}.section--tight{padding:48px 0}.section--light{background:#fff;color:#000}.section--light :is(h1,h2,h3,h4,h5,h6){color:#000}.section--light p{color:#111}.section__inner{max-width:var(--max-width, 1200px);width:90%;margin:0 auto}.text-center{text-align:center}.subheading{opacity:.85;margin-top:1rem}.grid{display:grid;gap:32px;align-items:center}@media(min-width:768px){.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}}img{max-width:100%;height:auto}ul.checklist{list-style:none;padding:0;margin:1.5rem 0}ul.checklist li{position:relative;padding-left:2rem;margin-bottom:.85rem;line-height:1.5}ul.checklist li:before{content:"";position:absolute;left:0;top:.15rem;width:1.25rem;height:1.25rem;background:url(/assets/img/check-circle.svg) no-repeat center / contain}.cta-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.75rem}.section--center{text-align:center}.section--center .cta-row{justify-content:center}
