.stklsc-m {
	--stklsc-black: #181818;
	--stklsc-muted: #6b6b6b;
	--stklsc-line: #e6e4de;
	--stklsc-card: #f4f3ee;
	--stklsc-yellow: #fdf0ab;
	--stklsc-yellow-strong: #ffc857;
	--stklsc-bg: #fffffb;
	--stklsc-fs-h1: 57px;
	--stklsc-lh-h1: 64px;
	--stklsc-ls-h1: -0.25px;
	--stklsc-fs-lede: 28px;
	--stklsc-lh-lede: 28px;
	--stklsc-ls-lede: -1px;
	--stklsc-fs-h2: 45px;
	--stklsc-lh-h2: 52px;
	--stklsc-fs-body: 22px;
	--stklsc-lh-body: 26px;
	--stklsc-ls-body: -0.5px;
	--stklsc-fs-price: 57px;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 20px 160px 120px;
	color: var(--stklsc-black);
	font-family: Roboto, Arial, sans-serif;
	font-size: var(--stklsc-fs-body);
	line-height: var(--stklsc-lh-body);
	letter-spacing: var(--stklsc-ls-body);
}

.stklsc-m *,
.stklsc-m *::before,
.stklsc-m *::after {
	box-sizing: border-box;
}

.stklsc-m-hero,
.stklsc-m-layout {
	width: 100%;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.stklsc-m-hero {
	margin-bottom: 0;
}

.stklsc-m-hero-copy {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0 0 32px;
}

.stklsc-m-hero .stklsc-m-about {
	margin: 0;
	padding: 0;
}

.stklsc-m.stklsc-m .stklsc-m-hero h1 {
	margin: 0 0 20px;
	color: var(--stklsc-black);
	font-family: Roboto, Arial, sans-serif;
	font-size: var(--stklsc-fs-h1) !important;
	font-weight: 400 !important;
	line-height: var(--stklsc-lh-h1) !important;
	letter-spacing: var(--stklsc-ls-h1) !important;
}

.stklsc-m.stklsc-m .stklsc-m-lede {
	margin: 0;
	max-width: none;
	font-family: Roboto, Arial, sans-serif;
	font-size: var(--stklsc-fs-lede) !important;
	font-weight: 400 !important;
	line-height: var(--stklsc-lh-lede) !important;
	letter-spacing: var(--stklsc-ls-lede) !important;
}

.stklsc-m-jump {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 48px;
	margin-top: 20px;
	padding: 10px 16px 10px 18px;
	border: 1px solid var(--stklsc-black);
	border-radius: 40px;
	color: var(--stklsc-black);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none;
}

.stklsc-m-jump::after {
	content: "";
	width: 22px;
	height: 22px;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.175 13H4V11H16.175L10.575 5.4L12 4L20 12L12 20L10.575 18.6L16.175 13Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.175 13H4V11H16.175L10.575 5.4L12 4L20 12L12 20L10.575 18.6L16.175 13Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.stklsc-m-jump:hover,
.stklsc-m-jump:focus-visible {
	background: #ececec;
	outline: none;
}

.stklsc-m-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.stklsc-m-card,
.stklsc-m-form-card {
	min-width: 0;
	border-radius: 18px;
}

.stklsc-m-card {
	background: var(--stklsc-card);
	padding: 28px 24px;
}

.stklsc-m-card-kicker {
	margin: 0 0 18px;
	color: #7a7a7a;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1.45;
	text-transform: uppercase;
}

.stklsc-m-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 10px;
	margin: 0 0 18px;
}

.stklsc-m.stklsc-m .stklsc-m-price-value {
	font-size: var(--stklsc-fs-price) !important;
	font-weight: 400;
	line-height: 1;
	letter-spacing: var(--stklsc-ls-h1);
}

.stklsc-m.stklsc-m .stklsc-m-price-unit {
	color: var(--stklsc-muted);
	font-size: var(--stklsc-fs-body) !important;
	letter-spacing: var(--stklsc-ls-body);
}

.stklsc-m.stklsc-m .stklsc-m-card-tagline {
	margin: 0 0 8px;
	font-size: var(--stklsc-fs-body) !important;
	line-height: var(--stklsc-lh-body) !important;
	letter-spacing: var(--stklsc-ls-body);
}

.stklsc-m-facts {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.stklsc-m.stklsc-m .stklsc-m-facts li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px 16px;
	padding: 14px 0;
	border-top: 1px solid var(--stklsc-line);
	font-size: var(--stklsc-fs-body) !important;
	line-height: var(--stklsc-lh-body) !important;
	letter-spacing: var(--stklsc-ls-body);
}

.stklsc-m-facts span:last-child {
	font-weight: 500;
}

.stklsc-m-about {
	margin: 0;
}

.stklsc-m.stklsc-m .stklsc-m-about h2,
.stklsc-m.stklsc-m .stklsc-m-form-card h2 {
	margin: 0 0 14px;
	font-family: Roboto, Arial, sans-serif;
	font-size: var(--stklsc-fs-h2) !important;
	font-weight: 400 !important;
	line-height: var(--stklsc-lh-h2) !important;
	letter-spacing: 0 !important;
}

.stklsc-m.stklsc-m .stklsc-m-description,
.stklsc-m.stklsc-m .stklsc-m-description p {
	margin: 0 0 14px;
	font-family: Roboto, Arial, sans-serif;
	font-size: var(--stklsc-fs-body) !important;
	font-weight: 400;
	line-height: var(--stklsc-lh-body) !important;
	letter-spacing: var(--stklsc-ls-body) !important;
}

.stklsc-m-description p:last-child {
	margin-bottom: 0;
}

.stklsc-m.stklsc-m .stklsc-m-help {
	margin: 28px 0 0;
	font-size: var(--stklsc-fs-body) !important;
	line-height: var(--stklsc-lh-body) !important;
	letter-spacing: var(--stklsc-ls-body);
}

.stklsc-m-help a {
	color: var(--stklsc-black);
	font-weight: 500;
}

.stklsc-m-form-card {
	background: #fff;
	border: 1px solid var(--stklsc-line);
	padding: 28px 22px 24px;
}

#stklsc-membership-register {
	scroll-margin-top: 96px;
}

.stklsc-m.stklsc-m .stklsc-m-form-card h2 {
	margin: 0 0 8px;
}

.stklsc-m.stklsc-m .stklsc-m-form-intro {
	margin: 0 0 20px;
	color: var(--stklsc-muted);
	font-size: var(--stklsc-fs-body) !important;
	line-height: var(--stklsc-lh-body) !important;
	letter-spacing: var(--stklsc-ls-body);
}

.stklsc-m-banner {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 15px;
	line-height: 1.45;
}

.stklsc-m-banner--error,
.stklsc-m-field-error {
	background: #f8ecec;
	color: #7a1f1f;
}

.stklsc-m-banner--ok {
	background: #eef6ea;
	color: #21501f;
}

.stklsc-m-banner--info {
	background: var(--stklsc-card);
}

.stklsc-m-banner:focus {
	outline: 2px solid var(--stklsc-black);
	outline-offset: 2px;
}

.stklsc-m-pending {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 220px;
	text-align: center;
}

.stklsc-m-pending[hidden] {
	display: none;
}

.stklsc-m-spinner {
	display: block;
	width: 56px;
	height: 56px;
	animation: stklsc-m-spin 0.8s linear infinite;
}

.stklsc-m-pending-message {
	margin: 0;
	max-width: 36em;
	font-size: 18px;
	line-height: 1.45;
}

.stklsc-m-form-card.is-pending > h2,
.stklsc-m-form-card.is-pending > .stklsc-m-form-intro,
.stklsc-m-form-card.is-pending > .stklsc-m-banner,
.stklsc-m-form-card.is-pending > .stklsc-m-form,
.stklsc-m-form-card.is-done > h2,
.stklsc-m-form-card.is-done > .stklsc-m-form-intro,
.stklsc-m-form-card.is-done > .stklsc-m-banner,
.stklsc-m-form-card.is-done > .stklsc-m-form {
	display: none;
}

.stklsc-m-form-card.is-done .stklsc-m-spinner {
	display: none;
}

.stklsc-m-form-card.is-done .stklsc-m-pending-message {
	padding: 16px 18px;
	border-radius: 10px;
	background: #eef6ea;
	color: #21501f;
}

@keyframes stklsc-m-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.stklsc-m-spinner {
		animation: none;
	}
}

.stklsc-m-section {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 4px 0 16px;
	border-top: 1px solid var(--stklsc-line);
}

.stklsc-m.stklsc-m .stklsc-m-section-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 16px 0 14px;
	font-size: var(--stklsc-fs-body) !important;
	font-weight: 400;
	letter-spacing: var(--stklsc-ls-body);
}

.stklsc-m-step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--stklsc-black);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.stklsc-m-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
}

.stklsc-m-field {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	min-width: 0;
}

.stklsc-m-field label,
.stklsc-m-check {
	display: block;
	position: static;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: var(--stklsc-ls-body);
}

.stklsc-m-opt {
	margin-left: 6px;
	color: var(--stklsc-muted);
	font-weight: 400;
}

.stklsc-m.stklsc-m .stklsc-m-field input,
.stklsc-m.stklsc-m .stklsc-m-field textarea {
	width: 100%;
	height: auto !important;
	min-height: 56px !important;
	margin: 0 !important;
	padding: 16px !important;
	border: 1px solid #d5d3cc;
	border-radius: 10px;
	background: #fff;
	color: var(--stklsc-black);
	font: inherit;
	font-size: 16px !important;
	line-height: 1.4 !important;
}

.stklsc-m-field input:focus,
.stklsc-m-field textarea:focus,
.stklsc-m-submit:focus-visible,
.stklsc-m-retry:focus-visible,
.stklsc-m-accordion summary:focus-visible {
	outline: 2px solid var(--stklsc-black);
	outline-offset: 2px;
}

.stklsc-m-field-error {
	display: none;
	padding: 6px 8px;
	border-radius: 6px;
	font-size: 13px;
}

.stklsc-m-field.is-invalid .stklsc-m-field-error {
	display: block;
}

.stklsc-m-field.is-invalid input,
.stklsc-m-field.is-invalid textarea {
	border-color: #b3261e;
}

.stklsc-m-people {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.stklsc-m-person {
	padding: 16px;
	border: 1px solid var(--stklsc-line);
	border-radius: 12px;
	background: var(--stklsc-card);
}

.stklsc-m-person-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 14px;
}

.stklsc-m.stklsc-m .stklsc-m-person-title {
	margin: 0;
	font-size: 16px !important;
	font-weight: 500;
	letter-spacing: var(--stklsc-ls-body);
}

.stklsc-m-person-remove,
.stklsc-m-add {
	min-height: 40px;
	padding: 8px 14px;
	border: 1px solid var(--stklsc-black);
	border-radius: 8px;
	background: #fff;
	color: var(--stklsc-black);
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.3px;
	cursor: pointer;
}

.stklsc-m-person-remove {
	border-color: transparent;
	text-decoration: underline;
	font-weight: 500;
}

.stklsc-m-add {
	align-self: flex-start;
}

.stklsc-m-person-remove:hover,
.stklsc-m-add:hover,
.stklsc-m-person-remove:focus-visible,
.stklsc-m-add:focus-visible {
	background: #ececec;
}

.stklsc-m-household-error {
	display: none;
	margin: 0;
	padding: 6px 8px;
	border-radius: 6px;
	background: #f8ecec;
	color: #7a1f1f;
	font-size: 13px;
}

.stklsc-m-household-error.is-visible {
	display: block;
}

.stklsc-m-accordion {
	margin: 0;
	border-bottom: 1px solid var(--stklsc-line);
}

.stklsc-m.stklsc-m .stklsc-m-accordion summary {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 52px;
	padding: 8px 0;
	cursor: pointer;
	font-size: var(--stklsc-fs-body) !important;
	font-weight: 400;
	letter-spacing: var(--stklsc-ls-body);
	list-style: none;
}

.stklsc-m-accordion summary::-webkit-details-marker {
	display: none;
}

.stklsc-m-accordion summary::before {
	content: "▸";
	display: inline-block;
	width: 1em;
	color: var(--stklsc-black);
}

.stklsc-m-accordion[open] summary::before {
	content: "▾";
}

.stklsc-m-accordion-body {
	display: grid;
	gap: 18px;
	padding: 4px 0 20px;
}

.stklsc-m-waiver {
	max-height: 240px;
	overflow: auto;
	margin: 0 0 16px;
	padding: 14px 16px;
	border-radius: 12px;
	background: var(--stklsc-card);
	-webkit-overflow-scrolling: touch;
}

.elementor-page-5663 .elementor-widget-shortcode > .elementor-widget-container {
	padding: 0;
}

.stklsc-m-waiver h2,
.stklsc-m-waiver h3 {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.stklsc-m-waiver p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.5;
}

.stklsc-m-waiver p:last-child {
	margin-bottom: 0;
}

.stklsc-m-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 8px 0 18px;
	font-weight: 400;
	line-height: 1.4;
}

.stklsc-m-check input {
	width: 20px;
	height: 20px;
	margin: 2px 0 0;
	flex: 0 0 20px;
	accent-color: var(--stklsc-black);
}

.stklsc-m-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.stklsc-m-submit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 56px;
	padding: 12px 18px;
	border: 0;
	border-radius: 10px;
	background: var(--stklsc-yellow);
	color: var(--stklsc-black);
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.5px;
	cursor: pointer;
}

.stklsc-m-submit::after {
	content: "→";
	font-weight: 400;
}

.stklsc-m-submit:hover,
.stklsc-m-submit:focus-visible {
	background: var(--stklsc-yellow-strong);
}

.stklsc-m-submit[disabled] {
	cursor: wait;
	opacity: 0.7;
}

.stklsc-m-status {
	margin: 12px 0 0;
	font-size: 14px;
	color: var(--stklsc-muted);
}

.stklsc-m-unavailable,
.stklsc-m-empty {
	padding: 24px;
	border: 1px solid var(--stklsc-line);
	border-radius: 16px;
	background: #fff;
}

.stklsc-m-retry {
	margin-top: 12px;
	min-height: 44px;
	padding: 10px 16px;
	border: 1px solid var(--stklsc-black);
	border-radius: 8px;
	background: #fff;
	color: var(--stklsc-black);
	font: inherit;
	cursor: pointer;
}

.stklsc-m-waiver {
	color: #181818;
}

.elementor-field-type-acceptance .elementor-field-option label {
	color: #181818 !important;
}

.stklsc-m-dir-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	max-width: 1120px;
	margin: 40px auto 0;
}

.stklsc-m-dir-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	height: 100%;
}

.stklsc-m.stklsc-m-directory .stklsc-m-dir-card h2 {
	margin: 0;
	color: var(--stklsc-black);
	font-family: Roboto, Arial, sans-serif;
	font-size: 32px !important;
	font-weight: 400 !important;
	line-height: 40px !important;
	letter-spacing: 0 !important;
}

.stklsc-m.stklsc-m-directory .stklsc-m-dir-brief {
	margin: 0;
	flex: 1 1 auto;
	color: var(--stklsc-muted);
	font-size: var(--stklsc-fs-body) !important;
	line-height: var(--stklsc-lh-body) !important;
	letter-spacing: var(--stklsc-ls-body);
}

.stklsc-m-directory .stklsc-m-price {
	margin-bottom: 0;
}

.stklsc-m.stklsc-m-directory a.stklsc-m-dir-join {
	display: inline-flex !important;
	align-items: center !important;
	align-self: flex-start !important;
	justify-content: space-between !important;
	gap: 8px !important;
	width: auto !important;
	min-width: 225px;
	max-width: 100%;
	min-height: 42px;
	margin-top: auto;
	padding: 8px 12px !important;
	border: 1px solid #181818 !important;
	border-radius: 40px !important;
	background: transparent !important;
	color: #181818 !important;
	font-family: Roboto, Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 24px !important;
	letter-spacing: 0.5px !important;
	word-spacing: 0 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.stklsc-m.stklsc-m-directory a.stklsc-m-dir-join:hover,
.stklsc-m.stklsc-m-directory a.stklsc-m-dir-join:focus-visible {
	background: #ececec;
	color: var(--stklsc-black) !important;
	border-color: var(--stklsc-black);
	outline: none;
}

.stklsc-m-dir-join-text {
	white-space: nowrap;
}

.stklsc-m-dir-join-icon {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.175 13H4V11H16.175L10.575 5.4L12 4L20 12L12 20L10.575 18.6L16.175 13Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.175 13H4V11H16.175L10.575 5.4L12 4L20 12L12 20L10.575 18.6L16.175 13Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 1024px) {
	.stklsc-m {
		--stklsc-fs-h1: 32px;
		--stklsc-lh-h1: 40px;
		--stklsc-ls-h1: 0;
		--stklsc-fs-lede: 22px;
		--stklsc-lh-lede: 28px;
		--stklsc-ls-lede: 0;
		--stklsc-fs-h2: 28px;
		--stklsc-lh-h2: 36px;
		--stklsc-fs-body: 18px;
		--stklsc-lh-body: 24px;
		--stklsc-ls-body: 0.5px;
		--stklsc-fs-price: 45px;
		padding: 0 100px 48px;
	}

	.stklsc-m-hero-copy {
		width: 100%;
		max-width: none;
		margin-bottom: 24px;
	}
}

@media (max-width: 767px) {
	.stklsc-m {
		--stklsc-fs-h2: 28px;
		--stklsc-lh-h2: 36px;
		--stklsc-fs-price: 36px;
		padding: 0 24px 48px;
	}

	.stklsc-m-dir-grid {
		grid-template-columns: 1fr;
		margin-top: 28px;
	}

	.stklsc-m.stklsc-m-directory a.stklsc-m-dir-join {
		align-self: stretch !important;
		width: 100% !important;
		min-width: 0;
	}

	.stklsc-m.stklsc-m-directory .stklsc-m-dir-card h2 {
		font-size: 28px !important;
		line-height: 36px !important;
	}

	.stklsc-m-description,
	.stklsc-m-description p {
		line-height: 24px;
	}
}

@media (min-width: 768px) {
	.stklsc-m-card,
	.stklsc-m-form-card {
		padding: 32px;
	}

	.stklsc-m-details {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.stklsc-m-details .stklsc-m-field--wide {
		grid-column: 1 / -1;
	}
}

@media (min-width: 1025px) {
	.stklsc-m-jump {
		display: none;
	}

	.stklsc-m-layout {
		grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
		gap: 36px;
	}

	.stklsc-m-form-card {
		position: sticky;
		top: 24px;
	}
}

