.notfound-section{background:#fff;justify-content:center;align-items:center;padding:80px 20px;display:flex}.notfound-section .card{text-align:center;background:0 0;border-radius:18px;width:100%;max-width:420px;padding:30px 70px;animation:.6s forwards notfound-section--fadeUp}.notfound-section h1{color:#004aad;margin-bottom:16px;font-size:72px}.notfound-section p{color:#475569;margin-bottom:20px;font-size:16px}.notfound-section .progress{background:#e2e8f0;border-radius:999px;width:100%;height:6px;margin-bottom:20px;overflow:hidden}.notfound-section .bar{background:#004aad;width:0%;height:100%;animation:3s linear forwards notfound-section--load}@keyframes notfound-section--load{to{width:100%}}@keyframes notfound-section--fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.notfound-section .btn{color:#fff;cursor:pointer;background:#004aad;border:none;border-radius:12px;padding:12px 28px}.notfound-section .btn:hover{background:#1f6fd1}
