#error-404 #hero-section {
    margin-top: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px 15px 10px;
}

#error-404 .references {
    display: none;
}

#error-404 #daliresphcp-isi {
    padding: 20px 0 0px;
}

#error-404 #StickyWrapper {
    display: none;
}

/*#error-404 #daliresp-site-header #search-box{*/
/*        display: block;*/
/*}*/

#error-404 .hero-bottom-line {
    width: 102%;
    border-bottom: 4px solid #f4a428;
    margin-top: -15px;
    margin-left: -2.5px;
}

#error-404 #hero-title h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: #f4a428;
    margin-top: 30px;
    letter-spacing: 2px;
    margin-bottom: -3px;
}

#error-404 #sub-title h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 23.5px;
    color: #05316e;
    text-transform: uppercase;
    margin-top: 19px;
    margin-bottom: 9px;
    letter-spacing: 1px;
}

#error-404 #main-container ul {
    text-align: center;
    padding-left: 14px;
}

#error-404 #main-container ul li {
    position: relative;
    font-size: 13px;
    line-height: 16px;
    color: #58595b;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding-bottom: 13px;
}

#error-404 #main-container ul li::before {
    position: absolute;
    left: -13px;
    top: -2px;
    padding-right: 5px;
    font-size: 7px;
    content: "\25CF";
    color: #f5a900;
    line-height: 18px;
}

#error-404 #main-container ul li:last-child {
    padding-bottom: 26px;
}

#error-404 #hero-section .head-list {
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #58595b;
    margin-bottom: 18.5px;
}

#error-404 .text:has(.head-list) {
    width: 100%;
}

#error-404 #main-container ul.last-ul li:last-child {
    padding-bottom: 18px;
}

#error-404 #hero-section .head-list.second-head {
    margin-bottom: 19px;
}

#error-404 #main-container ul li a {
    color: #0989e0;
    text-decoration: underline;
}

#error-404 #isi {
    padding: 20px 15px 5px;
}

#error-404 #error-500 {
    max-width: 80%;
    margin: 0 auto;
    margin-top: -20px;
}

@media only screen and (min-width: 992px) {
    #error-404 #hero-section {
        position: relative;
        width: 950px;
        height: 100%;
        margin: 0 auto;
        align-items: flex-start;
    }

    #error-404 #hero-title h1 {
        margin-bottom: 0;
    }

    #error-404 #daliresp-site-footer-container .cmp-text p:first-child {
        display: inline-flex;
        align-items: flex-end;
        margin-bottom: 10px;
    }

    #error-404 #hero-section .title {
        text-align: center;
        width: 100%;
    }

    #error-404 #hero-title h1 {
        font-size: 46px;
        line-height: 42px;
        margin-top: 34px;
        font-weight: 400;
    }

    #error-404 .hero-bottom-line {
        max-width: 54%;
        width: 100%;
        margin: -32px auto 0;
        border-bottom: 5px solid #f4a428;
    }

    #error-404 #error-500 {
        max-width: 75%;
    }

    #error-404 #main-container ul li {
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 10px;
    }

    #error-404 #main-container ul li::before {
        font-size: 12px;
        top: 0px;
    }

    #error-404 #main-container ul li a:hover {
        color: #002669;
    }

    #error-404 #sub-title h2 {
        font-size: 35px;
        line-height: 34px;
        letter-spacing: 2px;
        margin-top: 20px;
        margin-bottom: 13px;
        font-weight: 400;
    }

    #error-404 #hero-section .head-list {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15.5px;
    }

    #error-404 #main-container ul li:last-child {
        padding-bottom: 15px;
    }

    #error-404 #hero-section .head-list.second-head {
        margin-bottom: 15px;
    }

    #error-404 #main-container ul.last-ul li:last-child {
        padding-bottom: 43px;
    }
}