html:has(.strtk-age-gate),
body.strtk-age-gate-active {
	overflow: hidden !important;
}

html.strtk-age-verified,
html.strtk-age-verified body {
	overflow: auto !important;
}

html.strtk-age-verified .strtk-age-gate {
	display: none !important;
}

.strtk-age-gate,
.strtk-age-gate * {
	box-sizing: border-box;
}

.strtk-age-gate {
	align-items: center;
	color: var(--strtk-text, #fff);
	display: flex;
	font-family: inherit;
	font-size: 16px !important;
	line-height: 1.5 !important;
	inset: 0;
	justify-content: center;
	min-height: 100dvh;
	overflow: auto;
	padding: clamp(18px, 4vw, 52px);
	position: fixed;
	isolation: isolate;
	z-index: 2147483646;
}

.strtk-age-gate[data-style-mode="custom"] {
	font-family: var(--strtk-font, Montserrat, Arial, sans-serif);
}

.strtk-age-gate__backdrop {
	background-image: linear-gradient(rgba(17, 9, 2, .08), rgba(17, 9, 2, .08)), var(--strtk-background);
	background-position: 42% center;
	background-size: 145% auto;
	filter: blur(14px) saturate(.92);
	inset: 0;
	position: fixed;
	transform: scale(1.06);
	transform-origin: center;
	z-index: 0;
}

.strtk-age-gate__card {
	aspect-ratio: 1.604 / 1;
	display: grid;
	grid-template-columns: minmax(220px, 41%) minmax(330px, 59%);
	margin: auto;
	max-width: none;
	width: min(var(--strtk-panel-width, 840px), 82vw, calc(60dvh * 1.604));
	filter: drop-shadow(0 18px 38px rgba(0, 0, 0, .28));
	position: relative;
	z-index: 1;
}

.strtk-age-gate__people {
	height: 100%;
	min-height: 0;
	overflow: hidden;
}

.strtk-age-gate__people img {
	display: block;
	height: calc(100% + 8px) !important;
	margin: -4px !important;
	max-width: none !important;
	object-fit: cover;
	width: calc(100% + 8px) !important;
}

.strtk-age-gate__content {
	align-items: center;
	background-image: linear-gradient(rgba(0, 78, 43, .04), rgba(0, 78, 43, .04)), var(--strtk-panel);
	background-color: #006b3e;
	background-position: center center, center center;
	background-size: cover, auto calc(100% + 8px);
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	min-height: 0;
	padding: clamp(32px, 4.6vw, 54px) clamp(22px, 2.5vw, 36px) 30px;
	text-align: center;
}

.strtk-age-gate__logo {
	display: block;
	height: auto;
	margin: 0 auto clamp(28px, 4vh, 44px);
	max-width: min(280px, 82%);
	width: 100%;
}

.strtk-age-gate__form,
.strtk-age-gate__form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.strtk-age-gate__form legend {
	color: inherit;
	float: none;
	font: inherit;
	font-size: clamp(18px, var(--strtk-question-size, 22px), 32px) !important;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 auto 15px;
	padding: 0;
	width: 100%;
}

.strtk-age-gate__answers {
	align-items: center;
	display: flex;
	gap: clamp(20px, 5vw, 42px);
	justify-content: center;
}

.strtk-age-gate__answer {
	all: unset;
	align-items: center;
	appearance: none !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 5px;
	box-sizing: border-box !important;
	color: var(--strtk-text, #fff) !important;
	cursor: pointer;
	display: inline-flex !important;
	font: inherit;
	font-size: 17px !important;
	font-weight: 500 !important;
	gap: 7px;
	line-height: 1 !important;
	margin: 0;
	min-height: 44px;
	padding: 8px 10px !important;
}

.strtk-age-gate__answer:hover,
.strtk-age-gate__answer:active,
.strtk-age-gate__answer:focus,
.strtk-age-gate__answer:focus-visible {
	background: transparent !important;
	color: var(--strtk-text, #fff) !important;
}

.strtk-age-gate__answer span {
	background: transparent;
	border: 2px solid currentColor;
	border-radius: 50%;
	display: block;
	height: 17px;
	position: relative;
	width: 17px;
}

.strtk-age-gate__answer:hover span::after,
.strtk-age-gate__answer:focus-visible span::after {
	background: var(--strtk-accent, #d9a84e);
	border-radius: inherit;
	content: '';
	inset: 3px;
	position: absolute;
}

.strtk-age-gate__answer:focus-visible {
	box-shadow: 0 0 0 3px var(--strtk-accent, #d9a84e);
	outline: 2px solid #102d1c;
	outline-offset: 2px;
}

.strtk-age-gate__message {
	font-size: 14px;
	margin: 4px 0 0;
	min-height: 18px;
}

.strtk-age-gate__seal {
	display: block;
	height: auto;
	margin: clamp(18px, 3vh, 30px) auto 0;
	max-width: clamp(78px, 14dvh, 104px);
	width: 100%;
}

@media (max-width: 700px) {
	.strtk-age-gate {
		align-items: flex-start;
		padding: 16px;
	}

	.strtk-age-gate__card {
		aspect-ratio: auto;
		grid-template-columns: 1fr;
		margin: auto;
		max-width: min(420px, 100%);
		width: 100%;
	}

	.strtk-age-gate__people {
		aspect-ratio: 344 / 176;
		height: auto;
		min-height: 0;
	}

	.strtk-age-gate__backdrop {
		background-position: center;
		background-size: cover;
		filter: blur(8px) saturate(.94);
		transform: scale(1.04);
	}

	.strtk-age-gate__people img {
		object-position: center 56%;
	}

	.strtk-age-gate__content {
		height: auto;
		min-height: min(430px, calc(100dvh - 208px));
		padding: clamp(24px, 6vh, 42px) 22px 22px;
	}

	.strtk-age-gate__logo {
		margin-bottom: clamp(24px, 5vh, 38px);
		max-width: 270px;
	}

	.strtk-age-gate__seal {
		max-width: 104px;
	}
}

@media (max-width: 370px), (max-width: 700px) and (max-height: 650px) {
	.strtk-age-gate {
		padding: 10px;
	}

	.strtk-age-gate__people {
		aspect-ratio: 344 / 142;
	}

	.strtk-age-gate__content {
		min-height: 360px;
		padding: 20px 18px 16px;
	}

	.strtk-age-gate__logo {
		margin-bottom: 20px;
		max-width: 220px;
	}

	.strtk-age-gate__seal {
		margin-top: 12px;
		max-width: 82px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.strtk-age-gate *,
	.strtk-age-gate *::before,
	.strtk-age-gate *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
