.how-create-account .htca,
.how-to-subscribe .htsjp,
.tickets-types .htcjpp,
.sports-mining .wism,
.sports-mining .wtowj,
.sports-mining .htsw,
.sap-act .wtkwsap,
.sap-act .htcsap,
.career .htmce,
.virtual-outfits .wvo,
.join-team .htjt,
.prof-calc .prcalc,
.use-twigse .htut {
    display: none;
}
.next-chapter {
    width: 1278px;
    margin: 0 auto;
}
.next-chapter h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}   
.next-chapter h2 img {
    margin-left: 14px;
}
.next-chapter ul {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}
.next-chapter ul li {
    margin: 0 20px 20px 0;
}
.next-chapter ul a {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 11px 20px;
    background: #111;
    border-radius: 24px;
    white-space: nowrap;
}
.next-chapter ul img {
    margin-right: 14px;
}
.next-chapter ul br {
    display: inline;
    content: ' ';
    padding: 0 3px;
}



@media screen and (max-width: 1300px) {
    .next-chapter {
        max-width: 342px;
    }
    .next-chapter h2 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 40px;
    }
    .next-chapter h2 img {
        margin-left: 10px;
        width: 20px;
        height: 20px;
    }
    .next-chapter ul {
        margin-bottom: 0;
        flex-direction: column;
    }
    .next-chapter ul li {
        margin: 0 0 12px 0;
    }
    .next-chapter ul a {
        font-size: 14px;
        line-height: 18px;
        white-space: normal;
    }
    .next-chapter ul img {
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 780px) and (max-width: 1300px) {
    .next-chapter {
        max-width: 684px;
    }
    .next-chapter h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 80px;
    }
    .next-chapter h2 img {
        margin-left: 20px;
        width: 40px;
        height: 40px;
    }
    .next-chapter ul li {
        margin: 0 0 24px 0;
    }
    .next-chapter ul a {
        font-size: 28px;
        line-height: 36px;
        padding: 22px 40px;
        border-radius: 48px;
    }
    .next-chapter ul img {
        margin-right: 20px;
        width: 40px;
        height: 40px;
    }
}