*{box-sizing:border-box}body{background:#eef3f8;margin:0;font-family:Segoe UI,Roboto,sans-serif}#root{width:100%;min-height:100svh}.home-page{background:#eef3f8;justify-content:center;align-items:flex-start;width:100%;min-height:100svh;padding:2px;display:flex}.hero-image{object-fit:cover;width:calc(100vw - 4px);max-width:none;height:calc(100svh - 4px);max-height:none;box-shadow:none;border-radius:0;display:block}@media (width<=768px){.home-page{padding:2px}.hero-image{object-fit:contain;width:100%;height:auto;max-height:calc(100svh - 4px)}}
