<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    padding: 0;
    margin: 0
}
.logo {
    width:120px
}
#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.notfound {
    max-width: 653px;
    width: 100%;
    text-align: center;
    line-height: 1.4
}

.notfound .notfound-404 h1 {
    color: var(--Colors-Neutral-Black, #000);
    font-family: Helvetica;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
}

.notfound .notfound-404 h1&gt;span {
    text-shadow: 2px 2px 0 #ff1100, -2px -2px 0 #ff1100, 0 0 8px #ff0000
}

.notfound p {
    font-family: josefin sans, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    font-family: Helvetica;
}

.notfound a {
}


@media only screen and (max-width:480px) {
    #notfound .notfound{
        top:45%
    }
    .notfound h1 {
        margin-bottom:0;
    }
    .notfound p {
        color: #000;
        font-family: Helvetica;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        margin-top:0;
    }

    .notfound .notfound-404 h1 {
        font-size: 40px
    }
}</pre></body></html>