*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden}body{color:#fff;background:#000}a{color:inherit;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@supports (-webkit-touch-callout:none){body{min-height:-webkit-fill-available}}.bounce{animation-duration:2s;animation-iteration-count:infinite;transform-origin:bottom;animation-name:bounce;animation-timing-function:cubic-bezier(.28,.84,.42,1)}@keyframes bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(1.1,.9) translateY(0)}30%{transform:scale(.9,1.1) translateY(-10px)}50%{transform:scale(1.05,.95) translateY(0)}57%{transform:scale(1) translateY(-2px)}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}.leaflet-container{width:100%;height:100%}