:root{--color-bg:#f8f9fb}*,:after,:before{box-sizing:border-box}html{font-size:100%}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--color-bg)}.home{display:flex;justify-content:flex-start;align-items:center;height:100dvh;max-height:100dvh;overflow:hidden;padding:1.75rem 1.25rem 0}@media (max-width:639px){body,html{overflow:hidden;height:100dvh}}.home-logo{display:block;width:min(320px,82vw);height:auto;margin:0 auto}@media (min-width:640px){.home,body,html{min-height:100vh}.home{height:auto;max-height:none;overflow:visible;justify-content:center;padding:2rem}.home-logo{width:min(400px,50vw)}}