body {
    overflow-x: hidden;
    overflow-y: hidden;
}
.NotFound__wrap__1hyNu{
    background-image:url(../img/socialclub/react/backgrounds/the-lost-mobile.jpg);
    background-position:top;
    background-repeat:no-repeat;
    background-size:cover;
    height:100vh;
    margin-top:-60px;
    width: 2000px;
    margin-left: -450px;
}
@media (min-width:45em){
    .NotFound__wrap__1hyNu{
        background-image:url(../img/socialclub/react/backgrounds/the-lost.jpg)
    }
}
.NotFound__bar__15wbf{
    background:rgba(255,255,255,.95);
    bottom:80px;
    color:#1a1a1a;
    font-weight:700;
    padding:40px;
    position:absolute;
    width: 2000px;
}
.NotFound__inner__gY2oB{
    align-items:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin:0 auto;
    max-width:1420px
}
@media (min-width:45em){
    .NotFound__inner__gY2oB{
        flex-direction:row
    }
}
.NotFound__desc__3hut5{
    margin:0;
    text-align:center
}
.ErrorView__wrap__2pt-K{
    background-color:#1a1a1a;
    background-image:url(../img/react/socialclub/zheaders/sc_pattern_new_light.png);
    background-repeat:repeat;
    height:100vh
}
.ErrorView__container__11ifr{
    left:50%;
    max-width:900px;
    padding:.625rem;
    position:fixed;
    top:50%;
    transform:translate(-50%,-50%);
    width:100%
}
@media (min-width:64em){
    .ErrorView__container__11ifr{
        padding:1.25rem
    }
}
