@media (min-width: 992px) {
}
html.agegate-enabled,
html.agegate-enabled body {
  overflow-y: hidden;
}
.agegate {
  font-family: 'Apercu', sans-serif;
}
.agegate.agegate-back {
  z-index: 1100;
  background: #EAF6FC;
}
.body-morning .agegate.agegate-back,
.agegate.agegate-back.body-morning {
  background: #EE97A0;
}
.body-afternoon .agegate.agegate-back,
.agegate.agegate-back.body-afternoon {
  background: #EAF6FC;
}
.body-evening .agegate.agegate-back,
.agegate.agegate-back.body-evening {
  background: #023388;
}
.agegate.agegate-back:before {
  background-image: none;
}
.body-morning .agegate.agegate-back:before,
.agegate.agegate-back.body-morning:before {
  background-image: linear-gradient(180deg, #0079AE 0%, #0093B5 28%, #EE97A0 90%);
}
.body-afternoon .agegate.agegate-back:before,
.agegate.agegate-back.body-afternoon:before {
  background-image: none;
}
.body-evening .agegate.agegate-back:before,
.agegate.agegate-back.body-evening:before {
  background-image: linear-gradient(180deg, #000119 0%, #023388 100%);
}
.agegate.agegate-back:before {
  height: 100vh;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.agegate.agegate-front {
  z-index: 1120;
}
.agegate.agegate-noscript {
  background: #000 !important;
  color: #fff !important;
  padding: 40px !important;
  font-size: 14px !important;
}
.agegate .agegate-content {
  transition: max-width 300ms;
  width: calc(100% - 30px);
  max-width: 300px;
  padding: 0;
  background: none;
  color: #262b55;
  padding: 15px 0;
  max-width: 340px;
}
@media (min-width: 768px) {
  .agegate .agegate-content {
    max-width: 380px;
  }
}
@media (min-width: 1280px) {
  .agegate .agegate-content {
    max-width: 420px;
  }
}
body.popup .agegate .agegate-content {
  width: 100%;
  max-width: none;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .agegate .agegate-content {
    max-width: 450px;
  }
}
.agegate a {
  color: #262b55;
}
.agegate .agegate-logo {
  background: url('/site/assets/img/stella-logo-red.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 170px;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .agegate .agegate-logo {
    width: 250px;
    height: 175px;
  }
}
.agegate .agegate-header {
  font-family: 'Apercu', sans-serif;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 46px;
  font-family: 'Life Artois';
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 72px;
  transition: font-size 300ms;
}
.agegate .agegate-header.script {
  font-family: 'Life Artois';
  font-weight: normal;
  font-size: 72px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .agegate .agegate-header {
    font-size: 96px;
    line-height: 64px;
    margin-top: 25px;
    margin-bottom: 40px;
  }
}
.agegate .agegate-subheader {
  font-weight: normal;
  font-size: 14.4px;
  line-height: 18px;
  margin-top: 12px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .agegate .agegate-subheader {
    font-size: 16px;
    line-height: 20px;
  }
}
.agegate .agegate-block {
  margin-bottom: 8px;
}
.agegate .agegate-dob-inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: stretch;
      justify-items: stretch;
  margin-top: 10px;
}
.agegate .agegate-dob-inputs > * {
  width: auto;
  -ms-flex: 2 1 0px;
      flex: 2 1 0;
  margin-left: 4px;
  margin-right: 4px;
}
.agegate .agegate-dob-inputs > *:first-child {
  margin-left: 0;
}
.agegate .agegate-dob-inputs > *:last-child {
  margin-right: 0;
}
.agegate .agegate-input-text {
  background: #fff;
  color: #262b55;
  font-family: 'Apercu', sans-serif;
  line-height: normal;
  font-weight: 700;
  font-size: 19px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 4px 0;
}
.agegate .agegate-input-text,
.agegate .agegate-input-text:focus {
  border: 1px solid transparent;
}
.agegate .agegate-input-text,
.agegate .agegate-input-text:focus,
.agegate .agegate-input-text:hover {
  border-bottom-color: #262b55;
  box-shadow: none;
}
.agegate .agegate-input-text .placeholder,
.agegate .agegate-input-text::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(38, 43, 85, 0.4);
  font-weight: 400;
}
.agegate .agegate-input-text .placeholder,
.agegate .agegate-input-text:-ms-input-placeholder {
  opacity: 1;
  color: rgba(38, 43, 85, 0.4);
  font-weight: 400;
}
.agegate .agegate-input-text .placeholder,
.agegate .agegate-input-text::placeholder {
  opacity: 1;
  color: rgba(38, 43, 85, 0.4);
  font-weight: 400;
}
.agegate .agegate-input-text:-webkit-autofill,
.agegate .agegate-input-text:-webkit-autofill:hover,
.agegate .agegate-input-text:-webkit-autofill:focus,
.agegate .agegate-input-text:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
}
.agegate .agegate-input-text.input-lg {
  padding: 5px 0;
  font-size: 30px;
}
.agegate .agegate-input-text[disabled],
.agegate .agegate-input-text.disabled {
  background: none;
}
.agegate .agegate-input-text,
.agegate .agegate-input-text[name=agegate-y] {
  width: 50px;
  min-width: 0;
}
.agegate .agegate-checkbox-item .agegate-checkbox-left {
  padding-top: 0;
}
.agegate label {
  text-transform: none;
  font-size: 14.4px;
}
.agegate .agegate-button {
  transition: background-color 300ms, color 300ms, width 300ms, min-width 300ms, padding 300ms;
  border: 0;
  font-weight: 900;
  padding: 9px 33px;
  min-width: 150px;
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  font-size: 16px;
}
.agegate .agegate-button,
.agegate .agegate-button:hover,
.agegate .agegate-button:active,
.agegate .agegate-button:focus,
.agegate .agegate-button:active:focus,
.agegate .agegate-button.active {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  outline: 0;
  background: #D50032;
  color: #fff;
}
.agegate .agegate-button:hover,
.agegate .agegate-button:active {
  background: #fff;
  color: #D50032;
}
.agegate .agegate-button .loader {
  display: inline-block;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 2px solid #fff;
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  animation: rotate 1.1s infinite linear;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -11px;
  display: none;
}
.agegate .agegate-button .loader,
.agegate .agegate-button .loader:after {
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
.agegate .agegate-button:hover .loader {
  display: inline-block;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 2px solid #D50032;
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  animation: rotate 1.1s infinite linear;
  display: none;
}
.agegate .agegate-button:hover .loader,
.agegate .agegate-button:hover .loader:after {
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
.agegate .agegate-button.loading {
  padding-right: 50px;
}
.agegate .agegate-button.loading .loader {
  display: block;
}
.agegate .agegate-button.incomplete {
  visibility: hidden;
}
.agegate .agegate-button.fullwidth {
  display: block;
  width: 100%;
}
.agegate .agegate-error {
  max-width: none;
  background: #D50032;
  border: 0;
  font-size: 14.4px;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
}
.agegate .agegate-error-too-young {
  color: #262b55;
}
.agegate .agegate-has-error-too-young .agegate-hide-too-young {
  opacity: 0;
}
.agegate .agegate-cookie-info-link,
.agegate .agegate-remember-warning,
.agegate .agegate-cookie-info,
.agegate .agegate-bottom {
  font-style: normal;
}
.agegate .agegate-cookie {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.agegate .agegate-cookie .agegate-label-remember {
  padding-left: 0;
  padding-right: 0;
}
.agegate .agegate-bottom {
  font-size: 12px;
  margin-top: 25px;
}
.agegate .agegate-bottom p {
  margin-bottom: 0;
}
.agegate .agegate-bottom,
.agegate .agegate-bottom a {
  color: #262b55;
}
.agegate .agegate-remember-warning {
  display: block;
}
.agegate .agegate-cookie-info-link,
.agegate .agegate-cookie-info {
  letter-spacing: normal;
  line-height: 18px;
  font-size: 12px;
  text-transform: none;
  display: block;
}
.agegate .agegate-shortimprint,
.agegate .agegate-responsibledrinking,
.agegate .agegate-contentsharing {
  line-height: 16px;
  font-size: 12px;
  font-weight: bold;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.agegate .agegate-contentsharing {
  margin-top: 15px;
}
.agegate.agegate-back:after {
  background: none;
}

/*# sourceMappingURL=../maps/custom/agegate-custom.css.map */
