#root{height:100vh;width:100%;margin:0 auto;padding:0;text-align:center}html,body{width:100%;height:100%;margin:0;padding:0}h1,h2,h3,h4,h5,p{padding:0;margin:0}*{box-sizing:border-box}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.page{min-height:100vh;width:100%;margin:0;padding:0;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}#navigationBar{display:flex;height:65px;background:#fff;box-shadow:4px 3px 10px 5px #f3f5f7;width:100%;position:fixed;top:0;left:0;z-index:1000}#logoImage{height:100px}#logoContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;flex:8}#logoMargin{display:flex;flex:1}.onboarding-loading{width:min(100%,520px);margin:96px auto 40px;padding:0 20px 32px;box-sizing:border-box}.onboarding-loading-card{background:#f3f4f6;border-radius:16px;padding:24px;border:1px solid #e5e7eb;box-shadow:0 2px 6px #00000014;position:relative;overflow:hidden;opacity:.85;filter:blur(2px)}@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.onboarding-loading-card{filter:none}.onboarding-loading-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff40}}.onboarding-loading-title{height:22px;width:72%;background:#e5e7eb;border-radius:10px;margin-bottom:18px}.onboarding-loading-line{height:12px;width:100%;background:#e5e7eb;border-radius:10px;margin-bottom:10px}.onboarding-loading-line.short{width:70%}.onboarding-loading-option{height:54px;background:#e5e7eb;border-radius:12px;margin-top:12px}.onboarding-loading-spinner{margin:22px auto 0;width:26px;height:26px;border:3px solid #e5e7eb;border-top-color:#6b7280;border-radius:50%;animation:onboarding-loading-spin .8s linear infinite}@keyframes onboarding-loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 600px){.onboarding-loading{margin-top:88px;padding:0 16px 28px}.onboarding-loading-card{padding:20px}}.leaflet-container{width:100%;height:100%}
