#page-not-found #page-not-found-cta p {
    margin: 0 0 36px;
    letter-spacing: -0.36px;
    color: #414042;
    font-size: 18px;
    line-height: 24px;
}

#page-not-found #page-not-found-cta h2 {
    margin: 0;
    color: #414042;
    font-size: 80px;
    font-family: 'Zen Kaku Gothic New';
    line-height: 80px;
    font-weight: 700;
}

#page-not-found #page-not-found-cta {
    margin: 60px auto 120px;
    max-width: 777px;
}

#page-not-found #page-not-found-cta h3 {
    font-size: 32px;
    margin: 10px 0 20px;
    line-height: 32px;
    font-weight: 700;
    color: #414042;
}

#page-not-found #page-not-found-cta p.quantum-full-width-cta__copy {
     display: none;
}

#page-not-found .quantum-full-width-cta__button {
    color: #393C40;
    font-family: "Zen Kaku Gothic New";
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

#page-not-found .quantum-full-width-cta__button:before {
    content: '';
    width: 20px;
    height: 21px;
    transform: rotate(180deg);
    background-image: url('/-/media/A46892F4760F43C48EB589493F03AD9E.ashx');
    background-repeat: no-repeat;
    display: inline-block;
    flex: 0 0 20px;
}

#page-not-found .quantum-full-width-cta__button:hover {
    color: #f89807;
}

@media screen and (max-width: 767px) {
    #page-not-found #page-not-found-cta {
        margin: 45px auto 70px;
    }
    #page-not-found #page-not-found-cta h2 {
        font-size: 56px;
        line-height: 56px;
    }
    #page-not-found #page-not-found-cta h3 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 900;
    }
    #page-not-found #page-not-found-cta p {
        font-size: 16px;
        letter-spacing: -0.32px;
    }
    #page-not-found .quantum-full-width-cta__button {
        font-size: 16px;
    }
    #page-not-found header.header-nav {
        border-bottom: 2px solid #5b85d9;
    }
}