html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

a {
    background-color: transparent
}

img {
    border-style: none
}

* {
    box-sizing: border-box
}

body, html {
    height: 100%
}

html {
    font-size: 62.5%
}

body {
    font-feature-settings: "pnum" on, "lnum" on;
    font-family: Raleway, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    font-weight: 500;
    line-height: 1.333334;
    overflow-x: hidden
}

a {
    color: #f50000;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

.end-page {
    background: linear-gradient(90deg, #060479, #154adb);
    min-height: 100vh;
    min-width: 100vw
}

@media only screen and (min-width: 1136px) {
    .end-page {
        align-items: center;
        display: flex
    }
}

.end-page__layout {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;
    padding: 4.8rem 2.4rem;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 168rem;
}

@media only screen and (min-width: 1136px) {
    .end-page__layout {
        font-size: 2.4rem;
        font-weight: 500;
        line-height: 3.2rem;
        padding: 0 2.4rem
    }
}

.end-page__logo {
    margin-bottom: 9rem;
    width: 14.7rem
}

.end-page__description {
    font-weight: 700;
    margin-bottom: 3.2rem
}

.end-page__link {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    margin-top: 1.6rem;
    text-decoration: underline
}

.end-page__icon {
    margin-right: .8rem;
    height: 2.4rem;
    width: 2.4rem;
}
