/*------Age Gate------*/
.has-agegate {
    overflow: hidden;
}
.agegate {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 99999;
    padding: 30px 0;
    background: rgba(25, 54, 97, 0.80);
}
.agegate-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--blue);
    mix-blend-mode: multiply;
    z-index: 99999;
}
.agegate-inner {
    width: 100%;
    padding: 40px;
    position: relative;
    background: var(--blue);
}

.agegate-logo {
    width: 120px;
    margin: 0 auto 20px;
}
.agegate-logo img {
    width: 100%;
}
.agegate-title {
    margin-bottom: 30px;
}
.agegate-title h1 {
    font-size: 54px;
    margin-bottom: .5em !important;
}
.agegate-title p {
    color: #fff;
    margin: 0;
}
.agegate-inner form {
    width: 960px;
    margin: 0 auto;
    font-size: 24px;
}
.agegate-row {
    margin-left: -10px;
    margin-right: -10px;
}
.agegate-row [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: calc(100% / 3);
    margin-bottom: 40px;
}
.agegate .form-control::-moz-placeholder {
    color: #fff;
}
.agegate .form-control::-ms-placeholder {
    color: #fff;
}
.agegate .form-control::-webkit-input-placeholder {
    color: #fff;
}
.agegate .form-control {
    font-size: 54px;
    height: 2.4em;
    border-radius: .27em;
    background: #16365D;
    color: #fff;
    font-family: var(--guzzo);
    padding: 0;    
    border-color: transparent;
}
.country-row p {
    color: #fff;
    text-transform: uppercase;
    font-family: var(--guzzo);
    font-size: 1em;
    line-height: 1em;
    margin-right: 1.75em;
}
.agegate .select-container {
    margin: 0;
    width: 320px;
    font-size: 1em;
}
.agegate .sweeps-form .chosen-container-single a.chosen-single {
    font-size: 1em;
    line-height: 2.4em;
    height: 2.5em;
    color: #fff;
    text-align: left;
    border: 1px solid #fff;
    padding: 0 2em 0 1em;
    width: 100%;
    background: transparent;
    border-radius: .625em;
    text-transform: uppercase;
    text-transform: uppercase;
    font-family: var(--guzzo);
    transition: border-radius 300ms;    
}
.agegate .sweeps-form .chosen-container-single.chosen-with-drop a.chosen-single { 
    border-radius: .625em .625em 0 0;
}
.agegate .sweeps-form .chosen-container .chosen-drop {
    border-radius: 0 0 .625em .625em ;
}
.chosen-container .chosen-results {
    padding: 6px 0 6px 4px;
}
.agegate .sweeps-form .chosen-container-single .chosen-single div {
    background-position: center center;
    background-size: .7em auto;
    width: 2em;
}
.remember-me {
    display: flex;
    margin: 40px 0;
}
.agegate label.customRC {
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
    padding-left: 2.4em;
    position: relative;
    cursor: pointer;
    font-family: var(--guzzo);
}
.agegate label.customRC span {
    width: 1.67em;
    height: 1.67em;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    border: 1px solid #fff;
    transform: translateY(-50%);
    border-radius: .5em;
}
.agegate label.customRC span::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    background: url(../images/tick-arrow.svg) center center no-repeat;
    background-size: 60% auto;
}
input.customRC:checked + label.customRC span::after {
    opacity: 1;
}
.agegate-btn_holder .btn {
    height: 2.9em;
    min-width: 10.83em;
}
.agegate-btn_holder .btn:hover {
    background: #fff;
}
.agegate .brand-footer {
    margin-top: 40px;
}
.brand-footer a {
    width: 80px;
    margin-bottom: 15px;
}
.brand-footer a img {
    width: 100%;
}
.brand-footer p {
    font-size: 11px;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #8DCCD5;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 1399px) {
    .agegate {
        padding: 20px 0;
    }
    .agegate-inner {
        padding: 30px;
    }
    .agegate-logo {
        width: 100px;
        margin: 0 auto 18px;
    }
    .agegate-title {
        margin-bottom: 26px;
    }
    .agegate-title h1 {
        font-size: 44px;
    }
    .agegate-inner form {
        width: 820px;
        font-size: 20px;
    }
    .agegate-row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .agegate-row [class^="col-"] {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 35px;
    }
    .agegate .form-control {
        font-size: 44px;
    }
    .agegate .select-container {
        width: 280px;
    }
    .remember-me {
        display: flex;
        margin: 35px 0;
    }
    .agegate .brand-footer {
        margin-top: 35px;
    }
    .brand-footer a {
        width: 70px;
        margin-bottom: 13px;
    }
    .brand-footer p {
        font-size: 10px;
    }        
}

@media screen and (max-width: 1199px) {
    .agegate {
        padding: 15px;
    }
    .agegate-inner {
        padding: 25px;
    }
    .agegate-logo {
        width: 86px;
        margin: 0 auto 15px;
    }
    .agegate-title {
        margin-bottom: 22px;
    }
    .agegate-title h1 {
        font-size: 36px;
    }
    .agegate-inner form {
        width: 680px;
        font-size: 18px;
    }
    .agegate-row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .agegate-row [class^="col-"] {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 29px;
    }
    .agegate .form-control {
        font-size: 36px;
    }
    .agegate .select-container {
        width: 230px;
    }
    .remember-me {
        display: flex;
        margin: 29px 0;
    }
    .agegate .brand-footer {
        margin-top: 29px;
    }
    .brand-footer a {
        width: 60px;
        margin-bottom: 11px;
    }
    .brand-footer p {
        font-size: 8px;
    }        
}

@media screen and (max-width: 991px) {
    .agegate-inner form {
        width: 560px;
    }    
}



@media screen and (max-width: 767px) {
    .agegate {
        padding: 15px;
    }
    .agegate-container.container {
        padding: 0;
    }
    .agegate-inner {
        padding: 25px 20px;
    }
    .agegate-logo {
        width: 90px;
        margin: 0 auto 20px;
    }
    .agegate-title {
        margin-bottom: 22px;
    }
    .agegate-title h1 {
        font-size: 36px;
    }
    .agegate-title .h2.mixed-type span {
        font-size: 46px;
        line-height: 1em;
    }
    .agegate-inner form {
        width: 100%;
        font-size: 18px;
        padding: 0;
    }
    .agegate-country-row {
        flex-direction: column;
    }
    .country-row p {
        margin: 0 0 1em;
    }
    .agegate-row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .agegate-row [class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 29px;
    }
    .agegate .form-control {
        font-size: 24px;
    }
    .agegate .select-container {
        width: 230px;
    }
    .remember-me {
        display: flex;
        margin: 28px 0;
    }
    .agegate .brand-footer {
        margin-top: 28px;
    }
    .brand-footer a {
        width: 60px;
        margin-bottom: 11px;
    }
    .brand-footer p {
        font-size: 8px;
        text-align: center;
    }     
}

@media screen and (max-width: 767px) and (min-width: 540px) {
    .agegate {
        padding: 22px;
    }
    .agegate-container.container {
        padding: 0;
    }
    .agegate-inner {
        padding: 36px 29px;
    }
    .agegate-logo {
        width: 128px;
        margin: 0 auto 29px;
    }
    .agegate-title {
        margin-bottom: 32px;
    }
    .agegate-title h1 {
        font-size: 50px;
    }
    .agegate-title .h2.mixed-type span {
        font-size: 66px;
        line-height: 1em;
    }
    .agegate-inner form {
        width: 100%;
        font-size: 26px;
        padding: 0;
    }
    .agegate-country-row {
        flex-direction: column;
    }
    .country-row p {
        margin: 0 0 1em;
    }
    .agegate-row {
        margin-left: -7px;
        margin-right: -7px;
    }
    .agegate-row [class^="col-"] {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 42px;
    }
    .agegate .form-control {
        font-size: 35px;
    }
    .agegate .select-container {
        width: 327px;
    }
    .remember-me {
        display: flex;
        margin: 40px 0;
    }
    .agegate .brand-footer {
        margin-top: 40px;
    }
    .brand-footer a {
        width: 86px;
        margin-bottom: 16px;
    }
    .brand-footer p {
        font-size: 12px;
        text-align: center;
    }    
}