noscript {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

noscript > section {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #E5E5E5;
}

noscript > section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 72px;
    background-image: url("./icons/line.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 100%;
    bottom: 36%;
    z-index: -1;
}

noscript .logo {
    width: 150px;
    height: 27px;
    background-image: url("~@/assets/logo.svg");
    background-repeat: no-repeat;
    background-size: 150px 32px;
}

noscript .title {
    margin: 0 0 10px 0;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    color: #D42E2E;
}

noscript .content {
    position: relative;
    top: 50%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    justify-content: center;
    margin: auto;
    transform: translateY(-50%);
}

noscript .content > section {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 38px 0 0 0;
}

noscript .description {
    margin: 0;
    max-width: 66%;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: end;
    color: #000000;
}

noscript .image {
    position: relative;
    height: 292px;
    width: 262px;
    background-image: url("./icons/error-noscript.svg");
    background-repeat: no-repeat;
    background-size: 292px 282px;
}
