.landingPage{min-height:100vh;background:#fff}.landingPage__hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:56px;gap:56px;max-width:1120px;margin:0 auto;padding:72px 40px 96px}.landingPage__content{text-align:left}.landingPage__media{display:flex;justify-content:center}.landingPage__eyebrow{margin:0 0 8px;font-size:1.1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#1a1a1a}.landingPage__title{margin:0 0 20px;font-size:3rem;font-weight:400;color:#1a1a1a}.landingPage__lede{margin:0 0 32px;font-size:1.15rem;line-height:1.6;color:#4a4a4a}.landingPage__illustration{display:block;width:100%;max-width:520px;border:1px solid #e6e6e6;border-radius:20px;background:#fbfaf7}.landingPage__paths{max-width:420px}.landingPage__card{padding:32px;background:#f3f4f2;border:1px solid #e6e6e6;border-radius:20px}.landingPage__cardTitle{margin:0 0 8px;font-size:1.3rem;font-weight:500;color:#1a1a1a}.landingPage__cardBody{margin:0 0 24px;font-size:.95rem;line-height:1.5;color:#4a4a4a}.landingPage__tenantList{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:0;padding:0;list-style:none}.landingPage__tenantLink{display:inline-block;padding:10px 20px;font-size:.9rem;color:#1a1a1a;text-decoration:none;background:linear-gradient(90deg,#a9d3d8,#c3dcac);border-radius:999px;transition:filter .15s ease}.landingPage__tenantLink:hover{filter:brightness(.97)}@media(max-width:900px){.landingPage__hero{grid-template-columns:1fr;gap:40px;text-align:center}.landingPage__content{text-align:center}.landingPage__lede{max-width:560px;margin:0 auto 32px}.landingPage__paths{margin:0 auto}.landingPage__illustration{max-width:480px}}@media(max-width:720px){.landingPage__hero{padding:48px 24px 64px}.landingPage__title{font-size:2.2rem}}