.gated-wrapper h1,
.gated-wrapper ul {
    /* text-indent: -6px; */
    /* margin: 0px 0 0 -6px; */
}

.gated-wrapper .new-title {
    text-indent: -3px;
    margin-bottom: 34px;
    line-height: 80px;
    font-size: 80px;
    /* fixMe: find the corresponding rem value */
}

.gated-wrapper ul {
    margin-left: 0;
}


.gated-wrapper ul li {
    display: list-item;
    padding: 0;
    margin: 0;
}

.gated-wrapper ul li.extended {
    display: none;
}

ul li.extended.show {
    display: block;
}

.gated ul li a {
    cursor: pointer;
    display: inline-block;
    font-kerning: normal;
    font-weight: 500;
    font-size: 2.5rem;
    letter-spacing: -2.8px;
    line-height: 65px;
    pointer-events: all;
    text-decoration-line: none;
    text-indent: -5px;
    text-rendering: geometricPrecision;
    width: 100vw;
}

.gated ul a h3:hover {
    color: #255eaf40 !important;
}

.gated a:hover {
    color: #8ca6c9;
    text-decoration: double;
}

section#Gated article,
section#Gated {
    height: auto;
}

@media only screen and (max-width: 768px) {
    .gated-wrapper .new-title {
        margin: 0 0 37px -6px;
        /* font-size: 85px; */
        font-size: 3.985rem;
        line-height: 65px;
    }

    .gated ul li a {
        font-weight: 500;
        /* font-size: 64px; */
        font-size: 3rem;
        /* fixMe: find the corresponding rem value */
        line-height: 74px;
    }
}


@media only screen and (max-width: 320px) {
    section#Gated article {
        zoom: 0.6;
    }
}