body.has-agegate {
    overflow: hidden;
}
.agegate {
    background: #181C1E;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 99999;
    padding: 40px 0px;
}
.bg {
    position: fixed;
    background: linear-gradient(0deg, #181C1E 0%, #181C1E 100%), url(../images/age-repeat.png) left top / 134px 134px repeat, #181C1E;
    background-blend-mode: difference, normal, normal;
}
.lockup {
    position: fixed;
    background: url(../images/lockup.svg) center top no-repeat;
    background-size: contain;
    pointer-events: none;

}
.agegate-logo {
    width: 190px;
    margin: 0px auto 60px;
}
.agegate-logo img {
    width: 100%;
}
.agegate-inner {
    width: 100%;
}

.agegate-form {
    width: 746px;
    height: 374px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 1) url(../images/age-border.svg) center top no-repeat;
    background-size: contain;
    position: relative;
}

.agegate-form p {
    color: var(--beige);
    line-height: 1em;
}
.agegate-form .h2 {
    color: var(--bronze);
    margin: 20px 0 33px;
}
.agegate-options button,
.agegate-options a {
    height: 66px;
    font-size: 40px;
    width: 5.35em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 3px;
    font-family: var(--title);
    font-weight: 900;
    color: var(--beige);
    border: 2px solid var(--beige);
    margin: 0 10px;
    transition: background 500ms var(--easeSineOut);
}
.agegate-options button:hover,
.agegate-options a:hover {
    background: rgba(235, 223, 209, .15);
}
.firefox .agegate-options button span,
.firefox .agegate-options a span {
    padding-top: .25em;
}


.agegate-footer {
    text-align: center;
    width: 100%;
    margin-top: 110px;
}
.agegate-footer > img {
    width: 100px;
    margin: 0 auto;
}
.age-owl {
    width: 100px;
    display: block;
    margin: 50px auto 12px;
}
.age-owl img {
    width: 100%;
}
.agegate-footer p {
    color: var(--beige);
    text-align: center;
    font-family: Helvetica;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

@media screen and (max-width: 1599px) {
    .agegate-logo {
        width: 152px;
        margin: 0px auto 48px;
    }
    .agegate-form {
        width: 596px;
        height: 299px;
    }
    .agegate-form .h2 {
        margin: 16px 0 27px;
    }
    .agegate-options button,
    .agegate-options a {
        height: 54px;
        font-size: 32px;
        margin: 0 8px;
    }
    .agegate-footer {
        margin-top: 95px;
    }
    .agegate-footer > img {
        width: 86px;
    }
    .age-owl {
        width: 80px;
        margin: 40px auto 10px;
    }
}
@media screen and (max-width: 1279px) {
    .agegate-logo {
        width: 123px;
        margin: 0px auto 39px;
    }

    .agegate-form {
        width: 480px;
        height: 241px;
    }
    .agegate-form .h2 {
        margin: 13px 0 22px;
    }
    .agegate-options button,
    .agegate-options a {
        height: 48px;
        font-size: 26px;
        margin: 0 7px;
    }
    .agegate-footer {
        margin-top: 74px;
    }
    .agegate-footer > img {
        width: 67px;
    }
    .age-owl {
        width: 65px;
        margin: 33px auto 8px;
    }
        
}

@media screen and (max-width: 767px) {
    .agegate-logo {
        width: 170px;
        margin: 0px auto 45px;
    }

    .agegate-form {
        width: 100%;
        height: auto;
        background: none;
    }
    .agegate-form .h2 {
        margin: 10px 0 25px;
    }
    .agegate-options {
        flex-direction: column;
    }
    .agegate-options button,
    .agegate-options a {
        height: 66px;
        font-size: 40px;
        margin: 0;
    }
    .agegate-options button {
        margin-bottom: 22px;
    }
    .agegate-footer {
        margin-top: 60px;
    }
    .agegate-footer > img {
        width: 55px;
    }
    .age-owl {
        width: 100px;
        margin: 33px auto 12px;
    }
    .agegate-footer p {
        font-size: 9px;
    }
    
    .lockup {
        background-position: center center;
        background-size: auto 125%;
    }
}