.main{
    padding-bottom: 0;
}
.hero___404-bg{
    height: 100vh;
    margin-top: 0;
    position: relative;
}
.hero___404-bg figure{
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
}
.hero___404-bg figure::before{
    content: unset;
}
.hero___404-bg figure::after{
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    /* background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 10%,transparent 90%,rgba(0, 0, 0, 0.6)); */
    background-image: radial-gradient(transparent 40%, rgba(0, 0, 0, 0.6));
    z-index: 1;
}
.hero___404-bg figure > img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.top-most-element, .header, .footer{ display: none; }

._404__redirection,
._404__message{
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
._404__redirection{
    z-index: 2;
    bottom: unset;
    height: 0;
}
._404__message{
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
}
._404__redirection ._404-redirection__inner a{
    color: orange;
    font-weight: bold;
    transform: translate(0, 100%);
    height: 40px;
}
._404__redirection ._404-redirection__inner a:hover{
    color: rgba(255, 169, 19, 1);
    color: var(--theme-color-two);
}
._404__redirection ._404-redirection__inner{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
._404__redirection ._404-redirection__inner a:first-child{

}
._404__redirection ._404-redirection__inner a:last-child{

}