.agegate-wrapper {
    margin-top: 1.1em;
}

.agegate,
body.has-agegate {
    overflow: hidden
}
.agegate {
    position: fixed;
    background: rgba(101, 152, 207, 0.85);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-overflow-scrolling: touch;
    z-index: 6944445;
    overflow: hidden;
    overflow-y: auto;
    font-size: 26px;
    padding: 1em 0;
}
.agegate-outer {
    width: 33em;
    margin: 0 auto;
    border: 72px solid transparent;
    border-image: url(../images/agegate-border.svg) 91 stretch;
}
.agegate-body {
    width: 19.6667em;
    margin: 0 auto;
    padding: .5em 0;
}
.agegate .h1 {
    font-family: 'larken', sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0 auto 0;
    text-indent: 0;
    background: none;
    height: auto;
    width: 100%;
}
.agegate-divider {
    border: none;
    height: 2px;
    background: #F4A24E;
    margin: 0.8em auto;
    width: 80%;
    opacity: 1;
}
.agegate .no-entry .agegate-body {
    opacity: 0;
    pointer-events: none;
}
.agegate .no-entry .h1.no-entry {
    opacity: 1;
}
.agegate .h1.no-entry {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    transform: translate(-50%, -50%);
    font-size: 1.1em;
    opacity: 0;
    background: none;
    text-indent: 0;
    height: auto;
}
.agegate-btns {
    width: 100%;
    margin-top: 1.2em;
    gap: 1em;
}
.agegate-btn {
    min-width: 9.133em;
    color: #015546;
    font-family: 'adelle', serif;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0 1.5em;
    height: 2.64em;
    line-height: 2.64em;
    display: inline-block;
    width: fit-content;
    background: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    text-align: center;
}
.agegate-btn:hover {
    background-color: #F9AA72;
    border-color: #F9AA72;
    color: #fff;
}


@media screen and (max-width: 767px) {
.agegate-outer {
    width: 100%;
    margin: 0 auto;
    border: none;
    border-image: none;
}
.agegate-body {
  width: 100%;
  margin: 0 auto;
  padding: 1em 1em;
}
.agegate-btns {
  display: block;
}
.agegate-btn {
  margin: 0.3em auto;
}

}