* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.emptyAll {
  opacity: 0;
}

.clear-select {
  display: none !important;
}

.age-gate {
  font-size: 16px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  overflow-y: auto;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.age-gate__wrapper {
  opacity: 0;
  transition: 0.3s;
  margin: 0 auto;
  max-width: 31.56em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 2.625em 0 1.8125em 0;
  gap: 20px;
}

.age-gate__label {
  display: block;
  margin: 1em 0;
  text-align: left;
  font-size: 12px;
  color: #000;
}

.age-gate__logo {
  max-width: 10.43em;
  margin: 0 auto;
}

.age-gate__logo img {
  max-width: 100%;
}

.age-gate__container {
  padding: 2.75em;
  background: #ffffff;
  border-radius: 0 2.5em 0 0;
}

.age-gate__title {
  max-width: 75%;
  margin: 0 auto 1.875em;
  font-size: 0.875em;
  text-transform: uppercase;
  line-height: 1.2;
}

.age-gate__btn-row {
  margin-bottom: 0.5em;
  position: relative;
}

.age-gate__btn-row:last-of-type {
  margin-bottom: 0;
}

.age-gate__btn-submit {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 0;
  color: #ffffff;
  padding: 1em;
  text-align: center;
  border: 0;
  width: 100%;
  max-width: 11.312em;
}

.age-gate input[type="checkbox"] + label {
  display: inherit;
}

.age-gate__remember-me-text {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.age-gate__remember-me span {
  font-size: 0.75em;
  line-height: 0.94em;
}

.age-gate__remember-me input {
  position: absolute;
  left: -200%;
  opacity: 0;
  z-index: 1;
}

.age-gate__remember-me input:focus-visible + label:before {
  outline: 1px solid #000000;
}

.age-gate__remember-me input + label {
  padding-left: 25px !important;
  flex-wrap: wrap;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75em;
  line-height: 0.94em;
  margin-right: 5px;
}

.age-gate__remember-me input + label:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.9);
  position: absolute;
  margin-right: 0.5em;
  left: 0;
}

.age-gate__remember-me input + label:after {
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 4px;
  background: rgba(0, 0, 0, 0.9);
  transition: transform 0.25s cubic-bezier(0.165,0.84,0.44,1);
  transform: scale(0) translateZ(0);
}

.age-gate__remember-me input:checked + label:after {
  transform: scale(1) translateZ(0);
}

.age-gate__btn-submit {
  font-size: 0.875em;
  text-transform: uppercase;
  margin-top: 1em;
  cursor: pointer;
}

.age-gate__btn-submit:hover {
  opacity: 0.8;
  transition: 0.4s;
}

.age-gate__description {
  font-size: 12px;
  line-height: 1.5;
  color: #ffffff;
}

.age-gate__btn-row  .text-btn__wrapper.full-date-field {
  width: 100%;
}

.age-gate__btn-row  .text-btn__wrapper input {
  border: 1px solid #000000;
  font-size: inherit;
}

.age-gate__btn-row  .text-btn__wrapper input:focus {
  outline-width: 1px;
  outline-style: solid;
  outline-color: inherit;
}

.age-gate__description a {
  line-height: 1.5;
  color: #ffffff;
}

.age-gate .select-wrapper {
  position: relative;
}

.age-gate .date-row .select-wrapper--100 {
  width: 100%;
}

.age-gate .date-row .select-wrapper--50 {
  width: 50%;
}

.age-gate .date-row .select-wrapper--30 {
  width: 30%;
}

.age-gate .svelte-select .svelte-select-list .list-item .item.active {
  background-color: #000000;
}

.age-gate .date-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5%;
}

.radio-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  row-gap: 10px;
  column-gap: 20px;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.radio-btn__wrapper {
  flex-grow: 1;
  padding: 0;
  position: relative;
}

.radio-btn__wrapper input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio-btn__wrapper input + label {
  border: 1px solid rgba(0, 0, 0, 0.9);
  padding: 0.625em 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
}

.radio-btn__wrapper input:checked + label,
.radio-btn__wrapper label:hover {
  background: rgba(0, 0, 0, 0.9);
  color: #ffffff;
}

.country-access-denied-msg {
  color: #000000;
  font-size: 1.1em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding: 1.2em;
  transition: 0.4s;
}

.age-gate__btn-row .text-btn__wrapper {
  width: 30%;
}

.age-gate__date .age-gate__btn-row .text-btn__wrapper input {
  width: 100%;
  padding: 10px 16px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 0;
}

.age-gate .age-gate__btn-row input {
  min-height: 0 !important;
}
.age-gate .svelecte-control .indicator-container .indicator-icon {
  display: none;
}

.age-gate .svelecte-control .sv-control {
  border-radius: 0 !important;
}

.age-gate .age-gate__btn-row .svelte-select input:focus {
  outline: none !important;
}

.age-gate .age-gate__btn-row .svelte-select input:hover {
  cursor: pointer;
}

.age-gate .age-gate__btn-row .svelte-select {
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
}

.age-gate .svelte-select button {
  cursor: pointer !important;
}

.age-gate .age-gate__btn-row input:focus {
  outline-style: solid !important;
}

.age-gate label {
  display: block;
}

.age-gate__remember-me {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

input:focus-visible {
  outline: 0;
}

.age-gate label {
  padding-left: 0 !important;
}

.age-gate .age-gate__date.error .age-gate__error-message {
  display: block !important;
}

.age-gate .age-gate__country.error .age-gate__error-message {
  display: block !important;
}
.age-gate .age-gate__country .svelte-select {
  border-radius: 0 !important;
}

.age-gate .select-wrapper.hide-clear-btn .clear-select {
  display: none !important;
}

.age-gate .select-wrapper.error,
.age-gate .text-btn__wrapper.error {
  border: 2px solid #eb3755;
}

.age-gate input {
  height: 100%;
}

.age-gate__error-message {
  font-size: 0.8125rem;
  text-align: left;
  margin-bottom: 0.625rem;
  display: block;
  color: #eb3755;
}

.age-gate .age-gate__btn-row .svelte-select .value-container input {
  min-height: 0;
}

.age-gate__wrapper .svelte-select.focused .value-container input {
  caret-color: transparent;
}

.age-gate__wrapper .svelte-select.focused.list-open .value-container input {
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .age-gate .age-gate__wrapper {
    max-width: 84%;
    gap: 20px;
  }
  .age-gate .date-row .select-wrapper {
    width: 100%;
    margin-bottom: 8px;
  }

  .age-gate__btn-row.date-row {
    flex-direction: column;
  }

  .age-gate__btn-row .text-btn__wrapper {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }
}

@media (max-height: 500px) {
  .svelte-select-list {
    height: 40vh;
  }
}

.svelte-select-list {
  top: 100% !important;
  bottom: auto !important;
}
