.ag {
  color: #081432;
  text-align: center;
}
.ag .ag__content {
  border-radius: 24px;
  background-color: #FFFFFF;
  width: 327px;
  padding: 24px 0;
}
.ag .ag__body {
  overflow: auto;
  padding: 0 24px;
}
.ag .ag__logo {
  padding: 11px;
  height: 62px;
  width: 100%;
  object-fit: contain;
}
.ag .ag__message {
  margin-top: 12px;
  font-family: "BioRhyme", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0;
}
.ag .ag__checkbox {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  cursor: pointer;
  height: 24px;
  outline: none;
  position: relative;
  width: 24px;
  z-index: 1;
}
.ag .ag__checkbox:checked + .ag__checkbox-checkmark {
  background-color: #081432;
}
.ag .ag__checkbox:checked + .ag__checkbox-checkmark::after {
  background-image: var(--checked-icon);
}
.ag .ag__checkbox-checkmark {
  --checked-icon: "";
  --indeterminate-icon: "";
  position: absolute;
  top: 0;
  border-radius: 4px;
  display: inline-block;
  height: 24px;
  width: 24px;
  background-color: #FFFFFF;
  border: 2px solid rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
}
.ag .ag__checkbox-checkmark::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  filter: brightness(100);
}
.ag .ag__checkbox-label {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 24px;
  user-select: none;
  cursor: pointer;
}
.ag .ag__checkbox-text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 150%;
}
.ag .ag__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border-radius: 24px;
  border: 2px solid #081432;
  padding: 0 24px;
  min-height: 48px;
  width: 100%;
  background-color: #081432;
  font-family: "BioRhyme", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #FFFFFF;
}
.ag .ag__btn:hover,
.ag .ag__btn:focus {
  background-color: #081432;
  color: rgba(255, 255, 255, 0.85);
}
.ag .ag__caption {
  margin-top: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.6);
}
.ag .ag__caption a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 5px;
}
/*# sourceMappingURL=age-gate.css.map */