/* 404 PAGE ***************************************/
/**************************************************/

.error404 .breadcrumbs {
    display: none;
}
.error404 .unimarconi-content {
    min-height: 400px;
}
.error404 .site-content .unimarconi-content #primary.content-area {
    width: 100%;
    max-width: none;
    margin-top: 48px;
    margin-bottom: 64px;
    flex-basis: unset;
}
.error404 .error404-content-wrapper {
    
}
.error404 .error404-content-wrapper .error-image {
    margin-bottom: 24px;
}
.error404 .error404-content-wrapper .error-mesasage {
    font-weight: 900;
    margin-bottom: 40px;
}
.error404 .error404-content-wrapper .error-mesasage .error-type {}
.error404 .error404-content-wrapper .error-text {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 48px;
}
.error404 .error404-content-wrapper .error-tips .actions a {
    font-weight: 900;
}


@media (min-width: 1200px) {
    .error404 .site-content .unimarconi-content {
        width: 100%;
        max-width: 770px;
        margin: 0 auto;
    }
    .error404 .site-content .unimarconi-content #primary.content-area .site-main {
        display: block;
    }
}

/**************************************************/
/* END 404 PAGE ***********************************/
/**************************************************/