.app-hero{color:#111}.app-hero__content{display:flex;flex-direction:column;align-items:flex-start;max-width:800px;margin:0 auto;background:white;padding:2rem;border-radius:4px}.app-hero h1{font-size:2.5rem;margin-bottom:1rem}.app-hero p{font-size:1.125rem;margin-bottom:2rem}.app-hero__cta{display:inline-block;background-color:var(--color-button-primary);color:white;margin-top:6px;padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:600;transition:background .2s ease-in-out;align-self:flex-end}.app-hero__cta:hover{background-color:var(--color-button-secondary)}.app-hero__image-container{display:flex;justify-content:center;width:100%;margin:2rem 0}.app-hero__image{max-width:50%;height:auto;border-radius:6px}.side-by-side{margin-bottom:1rem;padding:0;background:#fff;border-radius:4px}.side-by-side__inner{display:flex;flex-direction:column;max-width:800px;margin:0 auto;align-items:center}.side-by-side__item{width:100%}.side-by-side__content{padding:2rem}.side-by-side__image img{max-width:100%;height:auto}.side-by-side__image{display:flex;justify-content:center}@media (min-width:850px){.side-by-side__inner{flex-direction:row}.side-by-side__item{flex:1 1 50%;width:auto}.image-left .side-by-side__image{order:0}.image-left .side-by-side__content,.image-right .side-by-side__image{order:1}.image-right .side-by-side__content{order:0}}.icon-card{border-radius:4px;padding:24px;display:flex;flex-direction:column;gap:8px;height:100%;text-align:left;transition:transform .2s ease}.icon-card__iconcontainer{padding:4px}.icon-card__icon,.icon-card__iconcontainer{display:flex;align-items:center;justify-content:center}.icon-card__icon{width:48px;height:48px;border-radius:50%;font-size:1.25rem}.icon-card__title{font-size:1.125rem;font-weight:700;margin:0}.icon-card__text{font-size:.95rem;line-height:1.6}