/* DATAWEB Custom 404 v1.0.3 */
.dw-notfound{
    max-width:820px;
    margin:70px auto 90px;
    padding:52px 40px;
    text-align:center;
    background:#fff;
    border:1px solid #e5e9f0;
    border-radius:24px;
    box-shadow:0 24px 60px rgba(15,27,51,.08);
}

.dw-notfound-code{
    font-size:92px;
    line-height:.95;
    font-weight:950;
    letter-spacing:-7px;
    color:#155eef;
    opacity:.12;
    margin-bottom:-10px;
}

.dw-notfound-kicker{
    display:inline-block;
    color:#155eef;
    font-size:11px;
    font-weight:900;
    letter-spacing:1.2px;
    margin-bottom:10px;
}

.dw-notfound h1{
    margin:0;
    color:#0f1b33;
    font-size:38px;
    line-height:1.1;
    letter-spacing:-1.2px;
}

.dw-notfound p{
    max-width:620px;
    margin:16px auto 0;
    color:#667085;
    font-size:15px;
    line-height:1.65;
}

.dw-notfound-actions{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:28px;
}

.dw-notfound-actions a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:0 18px;
    border-radius:11px;
    text-decoration:none;
    font-size:13px;
    font-weight:800;
}

.dw-notfound-primary{
    color:#fff !important;
    background:#155eef;
}

.dw-notfound-secondary{
    color:#0f1b33 !important;
    background:#f3f6fb;
    border:1px solid #e2e8f0;
}

.dw-notfound-links{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:18px;
    margin-top:26px;
    padding-top:22px;
    border-top:1px solid #edf0f5;
}

.dw-notfound-links a{
    color:#526074;
    font-size:12px;
    font-weight:700;
    text-decoration:none;
}

.dw-notfound-links a:hover{
    color:#155eef;
}

@media(max-width:600px){
    .dw-notfound{
        margin:34px auto 50px;
        padding:34px 20px;
        border-radius:18px;
    }

    .dw-notfound-code{
        font-size:72px;
    }

    .dw-notfound h1{
        font-size:28px;
    }

    .dw-notfound-actions{
        flex-direction:column;
    }

    .dw-notfound-actions a{
        width:100%;
        box-sizing:border-box;
    }
}
