<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.agegate-visible #agv2 {
  width: 100%;
  height: auto;
  padding: 0;
}

body.agegate-visible #agv2 .agv2__container {
  width: 100%;
  height: auto;
  padding: 0;
  min-height: 90vh;
}

#agv2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: initial;
  background-color: transparent;
  font-family: "Corona-Headline";
}

#agv2 .agv2__container {
  height: 100%;
  padding: 0 0 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#agv2 .agv2__wrapper {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 2rem 1rem;
  position: relative;
  padding-top: 0;
}

#agv2 .agv2__wrapper header {
  position: relative;
  padding-top: 5rem;
}

#agv2 .agv2__brand {
  width: 80%;
  max-width: 350px;
  margin: 0 auto;
}

#agv2 .agv2__brand img {
  width: 300px;
  height: auto;
}

#agv2 .form-age__header {
  padding-bottom: 15px;
  position: relative;
}

#agv2 .text-container {
  padding: 0 15px;
}

#agv2 .text-container p {
  color: #ffffff;
  font-size: 36px;
  font-family: "Corona Headline";
  text-transform: uppercase;
  margin-top: 4rem;
}

#agv2 .agv2__p {
  margin: 0;
  color: #ffffff;
  font-size: 27px;
  font-family: "Corona Headline";
  margin-bottom: .2rem;
}

#agv2 .agv2__p.small {
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  left: 0;
  width: 75%;
  margin: 0 auto;
  right: 0;
}

#agv2 .agv2__p.small a {
  color: #FEC62B;
  text-decoration: none;
}

#agv2 .containerInputsNew {
  margin: 0px 10px;
  border-radius: 10px;
  border: 3px solid #ffffff;
  display: flex;
  padding: .3rem;
}

#agv2 .agv2__input {
  width: 60px;
  height: 80px;
  margin: .2rem;
  color: #ffffff;
  font-size: 18px;
  outline: none;
  text-align: center;
  border-style: none;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, .35);
  font-family: "Corona Headline";
}

#agv2 .agv2__input::-moz-placeholder {
  opacity: .9;
  color: #ffffff;
}

#agv2 .agv2__input:-ms-input-placeholder {
  opacity: .9;
  color: #fff;
}

#agv2 .agv2__input::placeholder {
  opacity: .9;
  color: #ffffff;
}

#agv2 input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

#agv2 .agv2__checkbox {
  font-size: 2rem;
  margin-bottom: 15px;

  display: -ms-grid;
  display: grid;
  justify-content: center;
  grid-template-columns: -webkit-min-content auto;
  -ms-grid-columns: -webkit-min-content .3em auto;
  -ms-grid-columns: min-content .3em auto;
  grid-template-columns: min-content auto;
  grid-gap: .3em;
  /*display: none;*/
}

#agv2 .agv2__checkbox--disabled {
  color: var(--disabled);
}

#agv2 .agv2__checkbox .checkbox__control {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -ms-inline-grid;
  display: inline-grid;
  border: 1px solid #85DF6E;
  background-color: transparent;
}

#agv2 .agv2__checkbox .checkbox__control svg {
  transition: transform .1s ease-in 25ms;
  transform: scale(0);
  transform-origin: bottom left;
}

#agv2 .agv2__checkbox .checkbox__input {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#agv2 .agv2__checkbox .checkbox__input&gt;* {
  grid-area: checkbox;
}

#agv2 .agv2__checkbox .checkbox__input input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

#agv2 .agv2__checkbox .checkbox__input input:checked+.checkbox__control {
  background-color: #85DF6E;
  box-shadow: inset 0 0 0 4px #164F3A;
}

#agv2 .agv2__checkbox .checkbox__input input:disabled+.checkbox__control {
  color: var(--disabled);
}

#agv2 .agv2__label {
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  font-family: "Corona-Headline";
}

#agv2 .form-age {
  margin: 2rem 0;
}

#agv2 .form-age__content {
  margin: 1rem 0;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
}

#agv2 .form-age__navigation {
  top: 0;
  left: 6rem;
  width: 90px;
  height: 130px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

#agv2 .agegate-legal {
  width: 400px;
  margin: 0 auto;
  padding: 1rem 0 0 0;
  display: none;
  text-align: left;
}

#agv2 .legal__load .agegate-legal {
  display: block;
}

#agv2 .agegate-legal__row {
  margin: 1rem 0;
}

#agv2 .agegate__btns {
  margin: 1.5rem 0 3rem 0;
  text-align: center;
}

#agv2 .agegate__btn.main {
  width: 180px;
  height: auto;
  margin: 0;
  padding: 12px 30px;
  color: #ffffff;
  font-size: 15px;
  line-height: normal;
  border: none;
  position: relative;
  border-radius: 13.6653px;
  display: inline-block;
  text-decoration: none;
  background-color: #DEB139;
  font-family: "Sequel";
  padding: 1.15rem 1rem;
}

#agv2 .agegate__btn.main:after {
  content: '';
  top: 0;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 15px;
  margin: auto;
  position: absolute;

  background-image: url("../../dist/img/icons/icon-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#agv2 .form-age__back {
  display: flex;
  align-items: center;
  justify-content: center;
}

#agv2 .form-age__back img {
  width: 40px;
  height: auto;
}

#age-gate-01 .error-year {
  color: red;
  font-weight: bold;
}

#age-gate-02 .error-year,
#age-gate-03 .error-year {
  color: red;
  font-weight: bold;
}

.buttons {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  position: absolute;
}

.buttons button {
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .02);
}

.buttons button:hover {
  background-color: rgba(0, 0, 0, .04);
}

.buttons #top {
  top: 0%;
  left: 50%;
  position: absolute;
}

.buttons #bottom {
  bottom: 0;
  left: 50%;
  position: absolute;
}

.buttons #left {
  top: 50%;
  left: 0px;
  position: absolute;
}

.buttons #right {
  top: 50%;
  right: 0;
  position: absolute;
}

.top-layer {
  top: -100%;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .9s cubic-bezier(.6, .05, .4, 1);
}

.top-layer.active {
  top: 100%
}

.top-layer--2 {
  transition-delay: .6s;
}

.top-layer--3 {
  transition-delay: .4s;
}

.top-layer--4 {
  transition-delay: .2s;
}

.top-layer--5 {
  transition-delay: .1s;
}

.bottom-layer {
  top: 100%;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .7s cubic-bezier(.645, .045, .355, 1);
}

.bottom-layer.active {
  top: -100%
}

.bottom-layer--2 {
  transition-delay: .12s;
}

.bottom-layer--3 {
  transition-delay: .4s;
}

.left-layer {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all .7s cubic-bezier(.645, .045, .355, 1);
}

.left-layer.active {
  left: 0;
}

.left-layer--2 {
  transition-delay: .3s;
}

.left-layer--3 {
  transition-delay: .12s;
}

.left-layer--4 {
  transition-delay: .08s;
}

.right-layer {
  top: auto;
  left: -100%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .9s cubic-bezier(.645, .045, .355, 1);
}

.right-layer.active {
  left: 0;
}

.right-layer--2 {
  transition-delay: .3s;
}

.right-layer--3 {
  transition-delay: .2s;
}

@media screen and (max-width: 570px) {

  #agv2 .agv2__wrapper header {
    padding-top: 1rem;
  }

  #agv2 .agv2__p.small {
    width: 100%;
    padding: 0;
    bottom: 1rem;
  }

  .agv2__wrapper .form-age {
    position: relative;
    padding-bottom: 4rem;
  }

  #agv2 .agv2__wrapper {
    max-width: 95%;
    padding: 0;
  }

  body.agegate-visible #agv2,
  body.agegate-visible #agv2 .agv2__container {
    width: 100%;
    height: 100%;
    position: relative;
    display: block !important;
  }

  #agv2 .agv2__brand img {
    width: 75%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  #agv2 .agv2__p {
    font-size: 1.45rem;
  }

  #agv2 .text-container p {
    font-size: 32px;
    width: 75%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  #agv2 .form-age__content {
    flex-direction: column;
  }

  #agv2 .form-age__content .year {
    margin-bottom: 0;
  }

  #agv2 .agv2__checkbox .checkbox__control {
    width: 17.5px;
    height: 17.5px;
  }

  #agv2 .agv2__input {
    width: 50px;
    height: 70px;
    padding: 0;
    margin: .3rem;
    outline: none;
    font-size: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  #agv2 .form-age__navigation {
    left: 0;
    width: 55px;
    height: 80px;
    margin: .3rem;
  }

  #agv2 .agegate-legal__row {
    margin: 0 0 1rem 0;
  }

  #agv2 .agegate-legal {
    width: 100%;
    padding: 0;
  }
}
/*# sourceMappingURL=agegate.css.map */</pre></body></html>