:root {
	--strikkie-font: "Work Sans", sans-serif;
	--strikkie-font-size-hero: 80px;
	--strikkie-font-size-h1: 40px;
	--strikkie-font-size-h2: 26px;
	--strikkie-font-size-h3: 24px;
	--strikkie-font-size-body: 20px;
	--strikkie-font-size-body-small: 18px;
	--strikkie-font-size-body-xs: 12px;
	--strikkie-weight-regular: 400;
	--strikkie-weight-medium: 500;
	--strikkie-weight-bold: 700;
	--strikkie-line-tight: 1;
	--strikkie-line-body: 1.6;
	--strikkie-white: #fff;
	--strikkie-pink: #fb40ce;
	--strikkie-pink-shadow: #a4007d;
	--strikkie-blue: #160189;
	--strikkie-dark-blue: #090052;
	--strikkie-yellow: #ffdd00;
	--strikkie-yellow-shadow: #a69000;
	--strikkie-light-blue: #5682ff;
	--strikkie-beige: #fff5e7;
	--strikkie-shell: 1338px;
	--strikkie-gutter: clamp(20px, 3.55vw, 51px);
	--strikkie-radius: 32px;
}

.elementor-widget-strikkie-hero,
.elementor-widget-strikkie-page-hero,
.elementor-widget-strikkie-header,
.elementor-widget-strikkie-intro,
.elementor-widget-strikkie-video,
.elementor-widget-strikkie-steps,
.elementor-widget-strikkie-split,
.elementor-widget-strikkie-stats,
.elementor-widget-strikkie-partners,
.elementor-widget-strikkie-listing,
.elementor-widget-strikkie-cards,
.elementor-widget-strikkie-faq {
	font-family: var(--strikkie-font);
}

.strikkie-page-hero {
	min-height: 800px;
	padding: 100px 0;
}

.strikkie-page-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 656px) 544px;
	gap: 138px;
	align-items: end;
}

.strikkie-page-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 600px;
	padding-top: 150px;
	padding-bottom: 50px;
}

.strikkie-page-hero__content h1 {
	margin: 0 0 42px;
	font-size: 80px;
	font-weight: var(--strikkie-weight-bold);
	line-height: .9;
	letter-spacing: -2px;
}

.strikkie-section .strikkie-page-hero__content p {
	margin: 0;
	font-size: 20px;
	line-height: 1.6;
}

.strikkie-page-hero__media,
.strikkie-page-hero__image {
	display: block;
	width: 544px;
	height: 544px;
	border-radius: 8px;
}

.strikkie-page-hero__media { overflow: hidden; }
.strikkie-page-hero__image { object-fit: cover; }
.strikkie-page-hero__image { height: 544px !important; }
.strikkie-page-hero__description--mobile { display: none; }

.strikkie-page-hero--text-only {
	display: flex;
	align-items: center;
	min-height: 650px;
	padding: 150px 51px 50px;
}

.strikkie-page-hero--text-only .strikkie-page-hero__grid {
	display: flex;
	justify-content: center;
	width: 100%;
}

.strikkie-page-hero--text-only .strikkie-page-hero__content {
	align-items: center;
	min-height: 450px;
	width: 656px;
	padding: 50px 0;
	text-align: center;
}

.strikkie-page-hero--text-only .strikkie-page-hero__content h1 { margin-bottom: 40px; }

.strikkie-site-header,
.strikkie-site-header * {
	box-sizing: border-box;
}

.strikkie-site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	padding: 20px 0 14px;
	font-family: var(--strikkie-font);
}

body.admin-bar .strikkie-site-header {
	top: 32px;
}

.strikkie-header__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(1338px, calc(100% - 40px));
	min-height: 78px;
	margin-inline: auto;
	padding: 18px 24px;
	border-radius: 12px;
	background: var(--strikkie-dark-blue);
}

.strikkie-header__logo {
	display: block;
	flex: 0 0 111.484px;
	width: 111.484px;
	height: 42.026px;
}

.strikkie-header__logo-image {
	display: block;
	width: 111.484px;
	height: 42.026px;
	object-fit: contain;
	object-position: left center;
}

.strikkie-header__nav,
.strikkie-header__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.strikkie-header__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 12px;
	border-radius: 8px;
	color: var(--strikkie-white);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color .2s ease;
}

.strikkie-header__link:hover,
.strikkie-header__link:focus-visible {
	color: var(--strikkie-white);
	background: rgba(255, 255, 255, .1);
}

.strikkie-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 12px 24px;
	border-radius: 100px;
	color: var(--strikkie-blue);
	background: var(--strikkie-yellow);
	filter: drop-shadow(0 4px 0 var(--strikkie-yellow-shadow));
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: transform .2s ease;
}

.strikkie-header__cta:hover {
	color: var(--strikkie-blue);
	transform: translateY(-1px);
}

.strikkie-header__link:focus-visible,
.strikkie-header__cta:focus-visible {
	outline: 2px solid var(--strikkie-white);
	outline-offset: 2px;
}

.strikkie-header__toggle {
	display: none;
	width: 46px;
	height: 42px;
	padding: 8px;
	border: 0;
	border-radius: 8px;
	color: var(--strikkie-white);
	background: transparent !important;
}

.strikkie-header__toggle:hover,
.strikkie-header__toggle:focus {
	color: var(--strikkie-white);
	background: transparent !important;
}

.strikkie-header__toggle span {
	display: block;
	width: 100%;
	height: 2px;
	margin: 5px 0;
	background: currentColor;
	transition: transform .2s ease, opacity .2s ease;
}

@media (max-width: 1180px) {
	.strikkie-header__bar {
		width: calc(100% - 32px);
		padding-inline: 20px;
	}
	.strikkie-header__nav,
	.strikkie-header__actions {
		gap: 2px;
	}
	.strikkie-header__link {
		padding-inline: 8px;
		font-size: 16px;
	}
	.strikkie-header__cta {
		padding-inline: 18px;
		font-size: 18px;
	}
}

@media (max-width: 960px) {
	.strikkie-site-header {
		padding: 12px 0 8px;
	}
	.strikkie-header__bar {
		display: grid;
		grid-template-columns: 1fr auto;
		width: calc(100% - 24px);
		padding: 14px 18px;
	}
	.strikkie-header__toggle {
		display: block;
	}
	.strikkie-header__toggle[aria-expanded="true"] span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}
	.strikkie-header__toggle[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}
	.strikkie-header__toggle[aria-expanded="true"] span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}
	.strikkie-header__nav,
	.strikkie-header__actions {
		display: none;
		grid-column: 1 / -1;
		align-items: stretch;
		flex-direction: column;
		gap: 4px;
		width: 100%;
		padding-top: 16px;
	}
	.strikkie-header__actions {
		padding-top: 4px;
	}
	.strikkie-site-header.is-open .strikkie-header__nav,
	.strikkie-site-header.is-open .strikkie-header__actions {
		display: flex;
	}
	.strikkie-header__link,
	.strikkie-header__cta {
		width: 100%;
	}
	.strikkie-header__link {
		justify-content: flex-start;
	}
}

@media (max-width: 782px) {
	body.admin-bar .strikkie-site-header {
		top: 46px;
	}
}

.strikkie-section,
.strikkie-section * {
	box-sizing: border-box;
}

.strikkie-section {
	position: relative;
	margin: 0;
	font-family: var(--strikkie-font);
	color: var(--strikkie-blue);
}

.strikkie-shell {
	width: min(var(--strikkie-shell), calc(100% - (2 * var(--strikkie-gutter))));
	margin-inline: auto;
}

.strikkie-section h1,
.strikkie-section h2,
.strikkie-section h3,
.strikkie-section p {
	margin-top: 0;
}

.strikkie-section h2 {
	font-size: clamp(38px, 4vw, 64px);
	font-weight: var(--strikkie-weight-bold);
	line-height: .98;
	letter-spacing: -1.5px;
	margin-bottom: 28px;
}

.strikkie-section h3 {
	font-size: 24px;
	font-weight: var(--strikkie-weight-medium);
	line-height: 1.15;
}

.strikkie-section p,
.strikkie-richtext {
	font-size: var(--strikkie-font-size-body);
	font-weight: var(--strikkie-weight-regular);
	line-height: var(--strikkie-line-body);
}

.strikkie-richtext > :last-child {
	margin-bottom: 0;
}

.strikkie-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.strikkie-actions--center {
	justify-content: center;
}

.strikkie-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 12px 24px;
	border-radius: 999px;
	font-family: var(--strikkie-font);
	font-size: var(--strikkie-font-size-body);
	font-weight: var(--strikkie-weight-bold);
	line-height: var(--strikkie-line-body);
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}

.strikkie-button:hover {
	transform: translateY(-2px);
}

.strikkie-button:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 4px;
}

.strikkie-button--pink {
	color: var(--strikkie-white);
	background: var(--strikkie-pink);
	filter: drop-shadow(0 4px 0 var(--strikkie-pink-shadow));
}

.strikkie-button--yellow {
	color: var(--strikkie-blue);
	background: var(--strikkie-yellow);
	filter: drop-shadow(0 4px 0 var(--strikkie-yellow-shadow));
}

.strikkie-button--outline {
	color: var(--strikkie-blue);
	border: 2px solid var(--strikkie-blue);
	background: transparent;
	filter: none;
}

.strikkie-hero {
	min-height: 850px;
	padding: 170px 0 70px;
	overflow: hidden;
}

.strikkie-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(480px, 1.05fr);
	align-items: center;
	min-height: 610px;
}

.strikkie-hero__content {
	position: relative;
	z-index: 2;
	max-width: 656px;
}

.strikkie-hero h1 {
	max-width: 650px;
	margin: 0 0 36px;
	font-size: var(--strikkie-font-size-hero);
	font-weight: var(--strikkie-weight-bold);
	line-height: .9;
	letter-spacing: -2px;
	color: inherit;
}

.strikkie-hero__content > p {
	max-width: 650px;
	margin-bottom: 38px;
	font-size: 20px;
	line-height: 1.6;
}

.strikkie-hero__description--mobile {
	display: none;
}

.strikkie-hero__stores {
	display: flex;
	gap: 12px;
	margin-top: 28px;
}

.strikkie-store-badge {
	display: block;
	width: 123px;
	height: 40px;
	object-fit: contain;
}

.strikkie-hero__safe {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 40px;
	font-size: 20px;
}

.strikkie-payment-logo {
	display: block;
	width: 69px;
	height: 36px;
	object-fit: contain;
}

.strikkie-hero__visual {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}

.strikkie-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}

.strikkie-intro {
	display: flex;
	align-items: center;
	min-height: 580px;
	padding: 0;
	overflow: hidden;
}

.strikkie-intro__inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.strikkie-section p.strikkie-intro__copy {
	width: 890px;
	margin: 0;
	color: var(--strikkie-dark-blue);
	font-size: var(--strikkie-font-size-h1);
	font-weight: var(--strikkie-weight-bold);
	line-height: 1.5;
	letter-spacing: -1px;
	text-align: center;
}

.strikkie-intro__line {
	display: block;
}

.strikkie-intro__copy strong {
	display: inline-block;
	padding: 0 7px;
	border-radius: 10px;
	color: var(--strikkie-white);
	background: var(--strikkie-pink);
	font-weight: 700;
	line-height: 1.45;
}

.strikkie-intro__portraits {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	margin: 0 5px;
	vertical-align: -13px;
}

.strikkie-intro__portrait {
	display: block;
	width: 57px;
	height: 57px;
	overflow: hidden;
	border-radius: 50%;
}

.strikkie-intro__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.strikkie-intro__muted {
	color: rgba(9, 0, 82, .2);
}

.strikkie-video {
	padding: 24px;
	background: var(--strikkie-pink);
}

.strikkie-video__cover {
	position: relative;
	width: 100%;
	height: 796px;
	margin-inline: auto;
	overflow: hidden;
	border-radius: 16px;
	background: var(--strikkie-dark-blue);
}

.strikkie-video__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.strikkie-video__play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 94.22px;
	height: 94.22px;
	padding: 0;
	border: 0;
	transform: translate(-50%, -50%);
	background: transparent !important;
	filter: drop-shadow(0 4.5px 0 #a69000);
	cursor: pointer;
}

.strikkie-video__play-shape,
.strikkie-video__play-shape img {
	display: block;
	width: 100%;
	height: 100%;
}

.strikkie-video__play-icon {
	position: absolute;
	top: 50%;
	left: calc(50% + 4.8px);
	display: block;
	width: 33px;
	height: 39px;
	transform: translate(-50%, -50%);
}

.strikkie-video__play-icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.strikkie-steps {
	padding: 100px 0;
	background: var(--strikkie-dark-blue);
	color: var(--strikkie-white);
	text-align: center;
}

.strikkie-steps .strikkie-shell {
	width: min(1112px, calc(100% - 48px));
}

.strikkie-steps h2 {
	margin: 0;
	font-size: 26px;
	font-weight: var(--strikkie-weight-bold);
	line-height: 1;
	letter-spacing: -1px;
}

.strikkie-steps__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 80px 0;
}

.strikkie-steps__mobile-controls {
	display: none;
}

.strikkie-step {
	position: relative;
	min-width: 0;
	padding: 12px;
	border-radius: 8px;
	background: var(--strikkie-beige);
	color: var(--strikkie-dark-blue);
}

.strikkie-step__image {
	height: 321px;
	overflow: hidden;
	border-radius: 8px;
}

.strikkie-step__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.strikkie-step__number {
	position: absolute;
	top: -50.5px;
	left: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 101px;
	height: 101px;
	transform: translateX(-50%) rotate(45deg);
	background: var(--strikkie-pink);
}

.strikkie-step__number span {
	transform: rotate(-45deg);
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	color: var(--strikkie-white);
}

.strikkie-step__footer {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 63px;
	padding-top: 12px;
	text-align: left;
}

.strikkie-step__icon {
	display: block;
	flex: 0 0 50.5px;
	width: 50.5px;
	height: 50.5px;
}

.strikkie-step__icon img,
.strikkie-step__brand img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.strikkie-step h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	white-space: nowrap;
}

.strikkie-step__brand {
	display: block;
	width: 70.5px;
	height: 36.4px;
}

.strikkie-steps .strikkie-button--outline {
	color: var(--strikkie-white);
	border-color: var(--strikkie-white);
}

.strikkie-split {
	padding: 100px 0;
}

.strikkie-split--standard {
	min-height: 548px;
}

.strikkie-split--story { min-height: 694px; }

.strikkie-split__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 547px;
	gap: 132px;
	align-items: center;
	width: min(1112px, calc(100% - 48px));
}

.strikkie-split--right .strikkie-split__media {
	order: 2;
}

.strikkie-split--standard.strikkie-split--right .strikkie-split__grid,
.strikkie-split--story.strikkie-split--right .strikkie-split__grid {
	grid-template-columns: 547px minmax(0, 1fr);
}

.strikkie-split__media {
	height: 302px;
	overflow: hidden;
	border-radius: 16px;
}

.strikkie-split__image {
	display: block;
	width: 100%;
	height: 100%;
	height: 100%;
	object-fit: cover;
}

.strikkie-split--standard .strikkie-split__image,
.strikkie-split--story .strikkie-split__image { height: 302px !important; }

.strikkie-split__content {
	max-width: 580px;
}

.strikkie-split__content h2 {
	margin-bottom: 36px;
	font-size: 40px;
	font-weight: var(--strikkie-weight-bold);
	line-height: 1;
	letter-spacing: -1px;
}

.strikkie-split--story .strikkie-richtext + .strikkie-button { margin-top: 36px; }

.strikkie-eyebrow {
	margin-bottom: 16px;
	font-size: 16px !important;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.strikkie-checklist {
	display: grid;
	gap: 6px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.strikkie-checklist li {
	display: grid;
	grid-template-columns: 32px 1fr;
	gap: 6px;
	align-items: start;
	font-size: 20px;
	line-height: 1.6;
}

.strikkie-checklist li span {
	display: block;
	width: 32px;
	height: 32px;
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	color: var(--strikkie-pink);
}

.strikkie-split--business {
	padding: 50px 24px;
	background: var(--strikkie-white) !important;
}

.strikkie-split--business .strikkie-split__grid {
	position: relative;
	display: flex;
	justify-content: flex-end;
	width: min(1334px, 100%);
	min-height: 710px;
	padding: 75px 108px;
	overflow: hidden;
	border-radius: 16px;
	background: var(--strikkie-beige);
}

.strikkie-split--business .strikkie-split__media {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 792px;
	height: 100%;
	border-radius: 0;
}

.strikkie-split--business .strikkie-split__image {
	object-fit: cover;
	object-position: left center;
}

.strikkie-split--business .strikkie-split__content {
	position: relative;
	z-index: 1;
	width: 547px;
	max-width: 47%;
}

.strikkie-split--business .strikkie-checklist {
	margin-bottom: 36px;
}

.strikkie-split--business .strikkie-checklist li span {
	color: var(--strikkie-light-blue);
}

.strikkie-stats {
	min-height: 750px;
	padding: 96px 0;
}

.strikkie-stats__header {
	display: grid;
	grid-template-columns: 321px 660px;
	justify-content: space-between;
	align-items: start;
}

.strikkie-stats__header h2,
.strikkie-partners h2 {
	margin: 0;
	font-size: 26px;
	font-weight: var(--strikkie-weight-bold);
	line-height: 1;
	letter-spacing: -1px;
}

.strikkie-section .strikkie-stats__header p {
	margin: 0;
	font-size: 20px;
	line-height: 1.6;
}

.strikkie-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 95px;
}

.strikkie-stats__diamond {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	overflow: hidden;
}

.strikkie-stats__diamond--pink { color: var(--strikkie-white); background: var(--strikkie-pink); clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); }
.strikkie-stats__diamond--white { color: var(--strikkie-dark-blue); background: var(--strikkie-white); clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); }
.strikkie-stats__diamond--image { clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); }
.strikkie-stats__diamond--image > div,
.strikkie-stats__image { width: 100%; height: 100%; }
.strikkie-stats__image { display: block; height: 100% !important; object-fit: cover; }

.strikkie-stats__diamond--framed {
	background: var(--strikkie-pink);
	clip-path: none;
}

.strikkie-stats__diamond--framed::before {
	content: "";
	position: absolute;
	inset: 17%;
	background: var(--strikkie-white);
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.strikkie-stats__diamond--framed .strikkie-stats__diamond-content { color: var(--strikkie-dark-blue); }

.strikkie-stats__diamond-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.strikkie-stats__diamond-content strong { font-size: 56px; font-weight: 700; line-height: 1; letter-spacing: -2px; }
.strikkie-stats__diamond-content span { margin-top: 8px; font-size: 20px; line-height: 1.2; }
.strikkie-stats__label--mobile { display: none; }

.strikkie-partners {
	min-height: 355px;
	padding: 96px 0;
}

.strikkie-partners h2 { text-align: center; }

.strikkie-partners__grid {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
	margin-top: 60px;
}

.strikkie-partners__item { display: flex; align-items: center; justify-content: center; height: 73px; }
.strikkie-partners__item:nth-child(1) { width: 295px; }
.strikkie-partners__item:nth-child(2) { width: 198px; }
.strikkie-partners__item:nth-child(3) { width: 276px; }
.strikkie-partners__image { display: block; width: 100%; height: 100%; object-fit: contain; }

.strikkie-listing {
	min-height: 1967px;
	padding: 200px 0;
}

.strikkie-listing__shell { width: min(1112px, calc(100% - 48px)); }

.strikkie-listing__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.strikkie-listing__header h2 {
	width: 340px;
	margin: 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -1px;
}

.strikkie-listing__filters { display: flex; align-items: center; gap: 16px; }
.strikkie-listing__filter {
	padding: 0;
	border: 0;
	color: var(--strikkie-dark-blue);
	background: transparent;
	font: 400 20px/1.6 var(--strikkie-font);
	opacity: .5;
	white-space: nowrap;
	cursor: pointer;
}
.strikkie-listing__filter.is-active { opacity: 1; text-decoration: underline; text-underline-offset: 2px; }

.strikkie-listing__grid {
	display: grid;
	grid-template-columns: repeat(3, 321px);
	gap: 75px;
	margin-top: 60px;
}

.strikkie-listing__card { width: 321px; }
.strikkie-listing__card a { width: 321px; }
.strikkie-listing__card .strikkie-card__media { width: 305px; height: 305px; }
.strikkie-listing__card h3 { width: 305px; min-height: 76px; padding: 16px 8px; font-size: 24px; line-height: 1; }

.strikkie-pagination {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 60px;
}

.strikkie-pagination__item {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid var(--strikkie-dark-blue);
	border-radius: 50%;
	color: var(--strikkie-dark-blue);
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
}
.strikkie-pagination__item.is-active { border-color: var(--strikkie-pink); color: var(--strikkie-pink); }
.strikkie-pagination__item.is-disabled { opacity: .2; }

.strikkie-cards {
	padding: 100px 0;
}

.strikkie-cards--products {
	padding: 150px 0;
	min-height: 677px;
	background: var(--strikkie-white);
	color: var(--strikkie-dark-blue);
}

.strikkie-cards--products .strikkie-shell {
	display: grid;
	grid-template-columns: 547px 659px;
	gap: 131px;
	width: min(1338px, calc(100% - 102px));
}

.strikkie-cards__header {
	display: flex;
	justify-content: space-between;
	gap: 48px;
	align-items: flex-start;
	margin-bottom: 40px;
}

.strikkie-cards__header > div {
	max-width: 760px;
}

.strikkie-cards--products .strikkie-cards__header {
	flex-direction: column;
	justify-content: flex-start;
	gap: 24px;
	margin: 0;
}

.strikkie-cards--products .strikkie-cards__header h2 {
	margin-bottom: 24px;
	font-size: 40px;
	line-height: 1;
	letter-spacing: -1px;
}

.strikkie-cards--products .strikkie-button {
	min-height: 31px;
	padding: 0 18px;
	font-size: 12px;
	font-weight: var(--strikkie-weight-bold);
	line-height: 31px;
	filter: drop-shadow(0 2px 0 var(--strikkie-pink-shadow));
}

.strikkie-cards__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.strikkie-cards--products .strikkie-cards__grid {
	grid-template-columns: repeat(2, 321px);
	gap: 17px;
}

.strikkie-card a {
	display: block;
	padding: 8px 8px 0;
	color: inherit;
	background: var(--strikkie-beige);
	text-decoration: none;
}

.strikkie-card__media {
	height: 305px;
	overflow: hidden;
	border-radius: 8px;
	background: var(--strikkie-beige);
}

.strikkie-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.strikkie-card a:hover .strikkie-card__image {
	transform: scale(1.035);
}

.strikkie-card h3 {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin: 0;
	padding: 16px 8px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	background: var(--strikkie-beige);
}

.strikkie-card h3 span {
	color: var(--strikkie-dark-blue);
}

.strikkie-cards--news {
	background: var(--strikkie-beige);
	color: var(--strikkie-dark-blue);
}

.strikkie-cards--news .strikkie-shell {
	position: relative;
	width: min(1112px, calc(100% - 48px));
}

.strikkie-cards--news .strikkie-cards__header {
	align-items: flex-start;
	margin-bottom: 40px;
}

.strikkie-cards--news .strikkie-cards__header h2 {
	margin: 0;
	font-size: 26px;
	font-weight: var(--strikkie-weight-bold);
	line-height: 1;
	letter-spacing: -1px;
}

.strikkie-cards--news .strikkie-cards__header .strikkie-button {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 100px;
	min-height: 31px;
	padding: 0 18px;
	font-size: 12px;
	font-weight: var(--strikkie-weight-bold);
	line-height: 31px;
	filter: drop-shadow(0 2px 0 var(--strikkie-pink-shadow));
}

.strikkie-cards--news .strikkie-cards__grid {
	position: relative;
	grid-template-columns: 431.9px 321px 321px;
	gap: 19px;
	padding-bottom: 22px;
}

.strikkie-cards--news .strikkie-card {
	background: var(--strikkie-white);
}

.strikkie-cards--news .strikkie-card a {
	background: var(--strikkie-white);
}

.strikkie-cards--news .strikkie-card:first-child .strikkie-card__media {
	height: 416px;
}

.strikkie-cards--news .strikkie-card:first-child h3 {
	padding-inline: 16px;
}

.strikkie-cards--news .strikkie-card h3 {
	background: var(--strikkie-white);
}

.strikkie-faq {
	padding: 100px 0 60px;
	background: var(--strikkie-blue);
	color: var(--strikkie-white);
}

.strikkie-faq__grid {
	display: block;
	width: min(773px, calc(100% - 48px));
}

.strikkie-faq__visual {
	display: none;
}

.strikkie-faq__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.strikkie-faq__content h2 {
	margin-bottom: 60px;
	font-size: 26px;
	font-weight: var(--strikkie-weight-bold);
	line-height: 1;
	letter-spacing: -1px;
	text-align: center;
}

.strikkie-faq__item {
	margin-bottom: 16px;
	border: 0;
	border-left: 8px solid var(--strikkie-pink);
	background: var(--strikkie-dark-blue);
	transition: background-color .2s ease;
}

.strikkie-faq__item:hover,
.strikkie-faq__item:focus-within {
	background: var(--strikkie-blue);
}

.strikkie-faq__item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.strikkie-faq__item button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	width: 100%;
	padding: 24px;
	border: 0;
	color: inherit;
	background: transparent;
	font: inherit;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}

.strikkie-faq__item button:hover,
.strikkie-faq__item button:focus {
	color: var(--strikkie-white);
	background: transparent !important;
}

.strikkie-faq__item button:focus-visible {
	outline: 2px solid var(--strikkie-light-blue);
	outline-offset: -4px;
}

.strikkie-faq__item button > span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.strikkie-faq__item button i {
	position: relative;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	border-radius: 0;
	background: transparent;
}

.strikkie-faq__item button i::before,
.strikkie-faq__item button i::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	background: var(--strikkie-white);
	transform: translate(-50%, -50%);
}

.strikkie-faq__item button i::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform .2s ease;
}

.strikkie-faq__item.is-open button i::after {
	transform: translate(-50%, -50%) rotate(0);
}

.strikkie-faq__answer {
	padding: 0 62px 24px 24px;
	font-size: 16px;
	line-height: 1.6;
}

/* Keep the existing global Uichemy footer on the same Strikkie type scale. */
.uichemy-strikkie-footer-11-u10,
.uichemy-strikkie-footer-11-u10 * {
	font-family: var(--strikkie-font);
}

.uichemy-strikkie-footer-11-u10 .cta-card__text {
	font-size: var(--strikkie-font-size-h1);
	font-weight: var(--strikkie-weight-bold);
	line-height: var(--strikkie-line-tight);
	letter-spacing: -1px;
}

.uichemy-strikkie-footer-11-u10 .cta-card--blue .cta-card__text {
	font-size: var(--strikkie-font-size-h2);
}

.uichemy-strikkie-footer-11-u10 .cta-card__mask {
	top: 0 !important;
	left: 0 !important;
	width: 591px !important;
	height: 286px !important;
	max-width: none !important;
	object-fit: contain !important;
	object-position: left top !important;
}

.uichemy-strikkie-footer-11-u10 .btn {
	font-size: var(--strikkie-font-size-body);
	font-weight: var(--strikkie-weight-bold);
	line-height: var(--strikkie-line-body);
}

.uichemy-strikkie-footer-11-u10 .btn--white {
	filter: drop-shadow(0 4px 0 var(--strikkie-pink-shadow));
}

.uichemy-strikkie-footer-11-u10 .btn--outline {
	filter: none;
}

.uichemy-strikkie-footer-11-u10 .footer-newsletter__head strong,
.uichemy-strikkie-footer-11-u10 .footer-col > :first-child {
	font-size: var(--strikkie-font-size-body);
	font-weight: var(--strikkie-weight-bold);
	line-height: var(--strikkie-line-body);
}

.uichemy-strikkie-footer-11-u10 .footer-newsletter__head,
.uichemy-strikkie-footer-11-u10 .footer-col,
.uichemy-strikkie-footer-11-u10 .footer-col a,
.uichemy-strikkie-footer-11-u10 .footer-col p,
.uichemy-strikkie-footer-11-u10 input {
	font-size: var(--strikkie-font-size-body-small);
	font-weight: var(--strikkie-weight-regular);
	line-height: var(--strikkie-line-body);
}

.uichemy-strikkie-footer-11-u10 .footer-col__link {
	color: var(--strikkie-white) !important;
}

.uichemy-strikkie-footer-11-u10 .footer-newsletter__input {
	padding: 24px 0 4px !important;
}

.uichemy-strikkie-footer-11-u10 .footer-newsletter__input::placeholder {
	color: rgba(255, 255, 255, .5) !important;
	opacity: 1 !important;
}

.uichemy-strikkie-footer-11-u10 .btn--small {
	font-size: var(--strikkie-font-size-body-xs);
	font-weight: var(--strikkie-weight-bold);
	line-height: 32px;
	filter: drop-shadow(0 2px 0 var(--strikkie-pink-shadow));
}

.uichemy-strikkie-footer-11-u10 .footer-bottom,
.uichemy-strikkie-footer-11-u10 .footer-bottom a {
	font-size: var(--strikkie-font-size-body-xs);
	font-weight: var(--strikkie-weight-regular);
	line-height: var(--strikkie-line-body);
}

.uichemy-strikkie-footer-11-u10 .footer-bottom__link {
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 2px !important;
}

@media (max-width: 1024px) {
	.strikkie-page-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 44vw);
		gap: 48px;
	}
	.strikkie-page-hero__media,
	.strikkie-page-hero__image { width: 100%; height: auto; aspect-ratio: 1; }
	.strikkie-stats__header { grid-template-columns: 1fr 1.5fr; gap: 60px; }
	.strikkie-stats__diamond-content strong { font-size: 42px; }
	.strikkie-partners__grid { gap: 36px; }
	.strikkie-listing__grid { grid-template-columns: repeat(2, 321px); justify-content: space-between; gap: 50px; }
	.strikkie-listing__filters { flex-wrap: wrap; justify-content: flex-end; }
	.strikkie-hero {
		min-height: 760px;
		padding-top: 145px;
	}
	.strikkie-hero__grid {
		grid-template-columns: minmax(0, 1.12fr) minmax(350px, .88fr);
	}
	.strikkie-section p.strikkie-intro__copy {
		width: min(890px, 92vw);
		font-size: 34px;
	}
	.strikkie-video__cover,
	.strikkie-video__image {
		height: 520px;
	}
	.strikkie-steps__grid {
		margin-inline: auto;
	}
	.strikkie-step h3 {
		font-size: 16px;
	}
	.strikkie-step__icon {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
	}
	.strikkie-split__grid {
		grid-template-columns: 1fr 1fr;
		gap: 48px;
	}
	.strikkie-split--business .strikkie-split__grid {
		padding-inline: 54px;
	}
	.strikkie-cards--products .strikkie-shell {
		grid-template-columns: 1fr;
		gap: 48px;
	}
	.strikkie-cards--products .strikkie-cards__grid {
		grid-template-columns: repeat(2, minmax(0, 321px));
	}
	.strikkie-cards--news .strikkie-cards__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.strikkie-cards--news .strikkie-card:first-child .strikkie-card__media,
	.strikkie-card__media {
		height: 280px;
	}
}

@media (max-width: 767px) {
	:root {
		--strikkie-gutter: 20px;
		--strikkie-radius: 16px;
	}

	.strikkie-page-hero {
		min-height: 0;
		padding: 112px 20px 64px;
	}

	.strikkie-page-hero__grid {
		display: flex;
		flex-direction: column-reverse;
		gap: 40px;
		width: 100%;
	}

	.strikkie-page-hero__content {
		min-height: 0;
		padding: 0;
	}

	.strikkie-page-hero__content h1 {
		margin-bottom: 24px;
		font-size: 48px;
	}

	.strikkie-page-hero__media,
	.strikkie-page-hero__image {
		width: 100%;
		height: auto !important;
		aspect-ratio: 1;
	}

	.strikkie-stats { min-height: 0; padding: 70px 20px; }
	.strikkie-stats .strikkie-shell { width: 100%; }
	.strikkie-stats__header { grid-template-columns: 1fr; gap: 28px; }
	.strikkie-stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 64px; }
	.strikkie-stats__diamond-content strong { font-size: 38px; }
	.strikkie-stats__diamond-content span { font-size: 15px; }
	.strikkie-partners { min-height: 0; padding: 70px 20px; }
	.strikkie-partners .strikkie-shell { width: 100%; }
	.strikkie-partners__grid { flex-direction: column; gap: 36px; margin-top: 48px; }
	.strikkie-partners__item { max-width: 75vw; height: 60px; }

	html,
	body {
		overflow-x: clip;
	}

	.strikkie-site-header {
		padding: 20px 0 8px;
	}

	.strikkie-header__bar {
		width: calc(100% - 12px);
		min-height: 74px;
		padding: 14px 26px;
		border-radius: 16px;
	}

	.strikkie-header__logo,
	.strikkie-header__logo-image {
		width: 108px;
		height: 41px;
	}

	.strikkie-header__toggle {
		width: 40px;
		height: 40px;
		padding: 7px;
	}

	.strikkie-section h2 {
		font-size: 30px;
		line-height: 1;
		letter-spacing: -1px;
	}

	.strikkie-section p,
	.strikkie-richtext,
	.strikkie-checklist li {
		font-size: 18px;
		line-height: 1.55;
	}

	.strikkie-button {
		min-height: 52px;
		padding: 10px 22px;
		font-size: 17px;
	}

	.strikkie-hero {
		min-height: 0;
		padding: 120px 0 56px;
	}

	.strikkie-hero__grid {
		display: flex;
		flex-direction: column;
		width: 100%;
		min-height: 0;
	}

	.strikkie-hero__visual {
		position: relative;
		order: 1;
		width: 310px;
		height: 310px;
		margin: 10px auto 45px;
		overflow: hidden;
		clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	}

	.strikkie-hero__image {
		object-position: 57% center;
	}

	.strikkie-hero__content {
		display: flex;
		order: 2;
		flex-direction: column;
		align-items: center;
		width: calc(100% - 40px);
		max-width: none;
		margin-inline: auto;
		text-align: center;
	}

	.strikkie-hero h1 {
		order: 1;
		max-width: 350px;
		margin: 0 0 36px;
		font-size: 56px;
		line-height: .9;
		letter-spacing: -2px;
	}

	.strikkie-hero__content > p {
		order: 6;
		max-width: 350px;
		margin: 58px 0 0;
		font-size: 20px;
		line-height: 1.55;
	}

	.strikkie-hero__description--desktop {
		display: none;
	}

	.strikkie-hero__description--mobile {
		display: block;
	}

	.strikkie-hero .strikkie-actions {
		display: flex;
		order: 2;
		flex-direction: column;
		align-items: center;
		width: auto;
		gap: 12px;
	}

	.strikkie-hero .strikkie-button {
		width: auto;
		min-height: 44px;
		padding: 8px 20px;
		font-size: 15px;
	}

	.strikkie-hero__stores {
		order: 3;
		flex-wrap: nowrap;
		justify-content: center;
		margin-top: 28px;
	}

	.strikkie-store-badge {
		width: 130px;
		height: 43px;
	}

	.strikkie-hero__safe {
		order: 4;
		justify-content: center;
		margin-top: 42px;
		font-size: 20px;
	}

	.strikkie-intro {
		min-height: 375px;
		padding: 70px 0;
	}

	.strikkie-intro__inner {
		width: calc(100% - 32px);
	}

	.strikkie-section p.strikkie-intro__copy {
		width: 100%;
		font-size: 24px;
		line-height: 1.5;
		letter-spacing: -.5px;
	}

	.strikkie-intro__line {
		display: inline;
	}

	.strikkie-intro__copy strong {
		padding-inline: 4px;
		border-radius: 5px;
	}

	.strikkie-intro__portrait {
		width: 42px;
		height: 42px;
	}

	.strikkie-intro__portraits {
		gap: 4px;
		margin-inline: 3px;
		vertical-align: -10px;
	}

	.strikkie-video {
		padding: 20px 12px;
	}

	.strikkie-video__cover,
	.strikkie-video__image {
		height: 466px;
		min-height: 0;
	}

	.strikkie-video__image {
		height: 100% !important;
	}

	.strikkie-video__cover {
		border-radius: 16px;
	}

	.strikkie-video__play {
		width: 82px;
		height: 82px;
	}

	.strikkie-steps {
		padding: 100px 0 88px;
	}

	.strikkie-steps .strikkie-shell {
		width: 100%;
	}

	.strikkie-steps h2 {
		font-size: 26px;
	}

	.strikkie-steps__grid {
		display: flex;
		gap: 12px;
		width: 100%;
		margin: 66px 0 0;
		padding: 52px 12px 8px;
		overflow-x: auto;
		overflow-y: visible;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 12px;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		text-align: left;
	}

	.strikkie-steps__grid::-webkit-scrollbar {
		display: none;
	}

	.strikkie-step {
		flex: 0 0 calc(100% - 24px);
		padding: 8px;
		scroll-snap-align: start;
	}

	.strikkie-step__image {
		height: 300px;
	}

	.strikkie-step:first-child::before,
	.strikkie-step:first-child::after {
		content: "€";
		position: absolute;
		right: 17px;
		display: grid;
		place-items: center;
		width: 122px;
		height: 122px;
		border-radius: 50%;
		color: var(--strikkie-blue);
		background: var(--strikkie-yellow);
		font-size: 76px;
		font-weight: var(--strikkie-weight-medium);
		line-height: 1;
	}

	.strikkie-step:first-child::before {
		top: 16px;
	}

	.strikkie-step:first-child::after {
		top: 151px;
	}

	.strikkie-step:first-child .strikkie-step__image {
		width: 52%;
	}

	.strikkie-step:first-child .strikkie-step__icon {
		display: none;
	}

	.strikkie-step__number {
		top: -41px;
		width: 82px;
		height: 82px;
	}

	.strikkie-step__number span {
		font-size: 32px;
	}

	.strikkie-step__footer {
		gap: 8px;
		min-height: 55px;
		padding-top: 8px;
	}

	.strikkie-step__icon {
		flex-basis: 40px;
		width: 40px;
		height: 40px;
	}

	.strikkie-step h3 {
		font-size: 17px;
		white-space: nowrap;
	}

	.strikkie-step__brand {
		width: 58px;
		height: 30px;
	}

	.strikkie-steps__mobile-controls {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 24px 24px 58px;
	}

	.strikkie-steps__dots,
	.strikkie-steps__arrows {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.strikkie-steps__dot {
		width: 16px;
		height: 16px;
		border: 2px solid rgba(255, 255, 255, .75);
		border-radius: 50%;
	}

	.strikkie-steps__dot.is-active {
		border-color: var(--strikkie-pink);
		background: var(--strikkie-pink);
	}

	.strikkie-steps__arrow {
		display: grid;
		place-items: center;
		width: 52px;
		height: 52px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		color: var(--strikkie-white);
		background: var(--strikkie-pink);
		box-shadow: 0 4px 0 var(--strikkie-pink-shadow);
		font-size: 28px;
		line-height: 1;
	}

	.strikkie-steps__arrow:disabled {
		color: rgba(22, 1, 137, .2);
		background: var(--strikkie-white);
		box-shadow: none;
	}

	.strikkie-steps .strikkie-actions {
		flex-direction: column;
		width: auto;
		gap: 20px;
	}

	.strikkie-steps .strikkie-button {
		width: auto;
	}

	.strikkie-split--standard,
	.strikkie-split--story {
		padding: 126px 0 64px;
	}

	.strikkie-split__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 48px;
		width: calc(100% - 56px);
	}

	.strikkie-split--right .strikkie-split__media {
		order: initial;
	}

	.strikkie-split--standard .strikkie-split__media,
	.strikkie-split--standard .strikkie-split__image,
	.strikkie-split--story .strikkie-split__media,
	.strikkie-split--story .strikkie-split__image {
		height: 190px !important;
	}

	.strikkie-split--standard .strikkie-split__media,
	.strikkie-split--story .strikkie-split__media {
		width: 304px;
		max-width: 100%;
		margin-inline: auto;
	}

	.strikkie-split__content {
		max-width: none;
	}

	.strikkie-split__content h2 {
		margin-bottom: 32px;
		font-size: 30px;
	}

	.strikkie-checklist {
		gap: 10px;
		margin-top: 28px;
	}

	.strikkie-checklist li {
		grid-template-columns: 28px 1fr;
		gap: 6px;
	}

	.strikkie-checklist li span {
		width: 28px;
		height: 28px;
		font-size: 24px;
	}

	.strikkie-cards--products {
		padding: 64px 0 110px;
	}

	.strikkie-cards--products .strikkie-shell,
	.strikkie-cards--news .strikkie-shell {
		display: flex;
		flex-direction: column;
		width: calc(100% - 40px);
	}

	.strikkie-cards--products .strikkie-cards__header,
	.strikkie-cards--news .strikkie-cards__header {
		display: contents;
	}

	.strikkie-cards__header > div {
		order: 1;
		max-width: none;
	}

	.strikkie-cards__header h2,
	.strikkie-cards--products .strikkie-cards__header h2,
	.strikkie-cards--news .strikkie-cards__header h2 {
		margin-bottom: 30px;
		font-size: 30px;
		line-height: 1;
		letter-spacing: -1px;
	}

	.strikkie-cards__grid,
	.strikkie-cards--products .strikkie-cards__grid,
	.strikkie-cards--news .strikkie-cards__grid {
		order: 2;
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
		width: 100%;
		margin-top: 46px;
		padding-bottom: 0;
	}

	.strikkie-cards__header .strikkie-button,
	.strikkie-cards--products .strikkie-button,
	.strikkie-cards--news .strikkie-cards__header .strikkie-button {
		position: static;
		align-self: center;
		order: 3;
		width: auto;
		margin-top: 40px;
	}

	.strikkie-cards--products .strikkie-cards__grid {
		margin-top: 58px;
	}

	.strikkie-cards--products .strikkie-cards__header .strikkie-button {
		margin-top: 50px;
	}

	.strikkie-card a {
		padding: 8px 8px 0;
	}

	.strikkie-cards--news .strikkie-card:first-child .strikkie-card__media,
	.strikkie-card__media {
		height: 318px;
		max-height: calc(100vw - 56px);
	}

	.strikkie-card h3,
	.strikkie-cards--news .strikkie-card:first-child h3 {
		align-items: center;
		min-height: 86px;
		padding: 18px 14px;
		font-size: 24px;
		line-height: 1.15;
	}

	.strikkie-split--business {
		padding: 40px 12px 55px;
	}

	.strikkie-split--business .strikkie-split__grid {
		display: block;
		width: 100%;
		min-height: 0;
		padding: 0;
		border-radius: 16px;
	}

	.strikkie-split--business .strikkie-split__media {
		position: relative;
		width: 100%;
		height: 270px;
	}

	.strikkie-split--business .strikkie-split__content {
		width: auto;
		max-width: none;
		padding: 42px 32px 52px;
	}

	.strikkie-split--business .strikkie-split__content h2 {
		font-size: 32px;
	}

	.strikkie-split--business .strikkie-button {
		margin-top: 32px;
	}

	.strikkie-cards--news {
		padding: 66px 0 39px;
	}

	.strikkie-cards--news .strikkie-cards__grid {
		margin-top: 30px;
	}

	.strikkie-cards--news .strikkie-cards__header .strikkie-button {
		margin-top: 24px;
	}

	.strikkie-cards--news .strikkie-card h3,
	.strikkie-cards--news .strikkie-card:first-child h3 {
		min-height: 108px;
	}

	.strikkie-cards--news .strikkie-cards__header h2 {
		align-self: center;
		text-align: center;
	}

	.strikkie-faq {
		padding: 126px 0 135px;
	}

	.strikkie-faq__grid {
		grid-template-columns: minmax(0, 1fr);
		width: calc(100% - 24px);
	}

	.strikkie-faq__grid > * {
		min-width: 0;
	}

	.strikkie-faq__content h2 {
		margin-bottom: 58px;
		font-size: 30px;
	}

	.strikkie-faq__item {
		margin-bottom: 16px;
		border-left-width: 8px;
	}

	.strikkie-faq__item button {
		padding: 26px 24px;
		font-size: 20px;
	}

	.strikkie-faq__answer {
		padding: 0 24px 30px;
		font-size: 18px;
		line-height: 1.55;
	}

	.uichemy-strikkie-footer-11-u10 {
		padding: 31px 0 !important;
	}

	.uichemy-strikkie-footer-11-u10 .footer-inner {
		padding: 0 12px !important;
		gap: 38px !important;
	}

	.uichemy-strikkie-footer-11-u10 .footer-top {
		gap: 16px !important;
	}

	.uichemy-strikkie-footer-11-u10 .cta-card {
		width: 100% !important;
		border-radius: 12px !important;
	}

	.uichemy-strikkie-footer-11-u10 .cta-card--pink {
		display: flex !important;
		flex-direction: column !important;
		height: 445px !important;
		min-height: 445px !important;
		padding: 0 32px 38px !important;
		overflow: hidden !important;
	}

	.uichemy-strikkie-footer-11-u10 .cta-card--pink .cta-card__mask {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		order: -1;
		width: calc(100% + 64px) !important;
		height: 190px !important;
		margin: 0 -32px 16px !important;
		object-fit: cover !important;
		object-position: center top !important;
	}

	.uichemy-strikkie-footer-11-u10 .cta-card--pink .cta-card__content {
		align-items: flex-start !important;
		gap: 20px !important;
	}

	.uichemy-strikkie-footer-11-u10 .cta-card__text,
	.uichemy-strikkie-footer-11-u10 .cta-card--blue .cta-card__text {
		font-size: 32px !important;
		line-height: 1 !important;
		letter-spacing: -1px !important;
	}

	.uichemy-strikkie-footer-11-u10 .cta-card--blue {
		min-height: 260px !important;
		padding: 44px 32px !important;
	}

	.uichemy-strikkie-footer-11-u10 .cta-card--blue .cta-card__content {
		align-items: flex-start !important;
		gap: 42px !important;
	}

	.uichemy-strikkie-footer-11-u10 .btn {
		font-size: 18px;
	}

	.uichemy-strikkie-footer-11-u10 .footer-main {
		gap: 54px !important;
	}

	.uichemy-strikkie-footer-11-u10 .footer-newsletter {
		gap: 34px !important;
	}

	.uichemy-strikkie-footer-11-u10 .footer-newsletter__head strong,
	.uichemy-strikkie-footer-11-u10 .footer-newsletter__title,
	.uichemy-strikkie-footer-11-u10 .footer-col > :first-child {
		font-size: 24px !important;
		line-height: 1.2 !important;
	}

	.uichemy-strikkie-footer-11-u10 .footer-newsletter__desc,
	.uichemy-strikkie-footer-11-u10 .footer-col,
	.uichemy-strikkie-footer-11-u10 .footer-col a,
	.uichemy-strikkie-footer-11-u10 .footer-col p,
	.uichemy-strikkie-footer-11-u10 input {
		font-size: 18px !important;
	}

	.uichemy-strikkie-footer-11-u10 .footer-newsletter__form {
		flex-direction: row !important;
		align-items: flex-end !important;
		gap: 16px !important;
	}

	.uichemy-strikkie-footer-11-u10 .footer-newsletter__field {
		min-width: 0;
	}

	.uichemy-strikkie-footer-11-u10 .footer-newsletter__input {
		padding: 18px 0 4px !important;
	}

	.uichemy-strikkie-footer-11-u10 .footer-newsletter .btn--small {
		flex: 0 0 auto;
		align-self: flex-end !important;
	}

	.uichemy-strikkie-footer-11-u10 .footer-social {
		width: 242px !important;
		height: auto !important;
	}

	.uichemy-strikkie-footer-11-u10 .footer-links {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		gap: 36px 28px !important;
	}

	.uichemy-strikkie-footer-11-u10 .footer-col {
		gap: 12px !important;
	}

	.uichemy-strikkie-footer-11-u10 .footer-col:nth-child(3) {
		grid-column: 2;
		grid-row: 2;
	}

	.uichemy-strikkie-footer-11-u10 .footer-col:nth-child(1) {
		grid-column: 1;
		grid-row: 1 / span 2;
	}

	.uichemy-strikkie-footer-11-u10 .footer-col:nth-child(2) {
		grid-column: 2;
		grid-row: 1;
	}

	.uichemy-strikkie-footer-11-u10 .footer-col__link {
		text-decoration: underline !important;
		text-decoration-thickness: 1px !important;
		text-underline-offset: 2px !important;
	}

	.uichemy-strikkie-footer-11-u10 .footer-divider {
		margin-block: 10px 0 !important;
	}

	.uichemy-strikkie-footer-11-u10 .footer-bottom {
		align-items: center !important;
		gap: 20px !important;
		text-align: center;
	}

	.uichemy-strikkie-footer-11-u10 .footer-bottom,
	.uichemy-strikkie-footer-11-u10 .footer-bottom a {
		font-size: 12px;
	}

	.uichemy-strikkie-footer-11-u10 .footer-bottom__links {
		justify-content: center;
		gap: 12px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.strikkie-button,
	.strikkie-card__image,
	.strikkie-faq__item button i::after {
		transition: none;
	}
}

@media (max-width: 767px) {
	body.page-id-77 .strikkie-page-hero {
		display: flex;
		align-items: center;
		width: 100%;
		height: 780px;
		min-height: 780px;
		padding: 125px 41px 50px;
		overflow: hidden;
	}

	body.page-id-77 .strikkie-page-hero__grid {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
		gap: 40px;
		width: 293px;
	}

	body.page-id-77 .strikkie-page-hero__content {
		align-items: center;
		width: 293px;
		padding: 0;
		text-align: center;
	}

	body.page-id-77 .strikkie-page-hero__content h1 {
		margin: 0 0 40px;
		font-size: 60px;
		font-weight: 700;
		line-height: .9;
		letter-spacing: -2px;
	}

	body.page-id-77 .strikkie-page-hero__description--desktop { display: none; }
	body.page-id-77 .strikkie-page-hero__description--mobile { display: block; }
	body.page-id-77 .strikkie-section .strikkie-page-hero__content p { font-size: 20px; line-height: 1.6; }

	body.page-id-77 .strikkie-page-hero__media,
	body.page-id-77 .strikkie-page-hero__image {
		flex: 0 0 294px;
		width: 294px;
		height: 294px !important;
		aspect-ratio: 1;
		border-radius: 8px;
	}

	body.page-id-77 .strikkie-intro {
		display: flex;
		align-items: center;
		min-height: 360px;
		padding: 100px 0;
	}

	body.page-id-77 .strikkie-intro__inner { width: 293px; }
	body.page-id-77 .strikkie-section p.strikkie-intro__copy {
		width: 293px;
		font-size: 20px;
		line-height: 1.6;
		letter-spacing: 0;
	}
	body.page-id-77 .strikkie-intro__portrait { width: 29px; height: 29px; }
	body.page-id-77 .strikkie-intro__portraits { gap: 3px; margin-inline: 3px; vertical-align: -7px; }

	body.page-id-77 .strikkie-split--standard,
	body.page-id-77 .strikkie-split--story {
		min-height: 0;
		padding: 100px 41px;
	}
	body.page-id-77 .strikkie-split--story { min-height: 1133.871px; }
	body.page-id-77 .strikkie-split--standard { min-height: 900.871px; }

	body.page-id-77 .strikkie-split__grid {
		display: flex;
		flex-direction: column;
		gap: 40px;
		width: 293px;
	}

	body.page-id-77 .strikkie-split--right .strikkie-split__media { order: initial; }
	body.page-id-77 .strikkie-split--standard .strikkie-split__media,
	body.page-id-77 .strikkie-split--story .strikkie-split__media {
		width: 293px;
		height: 162.871px !important;
		margin: 0;
		border-radius: 8px;
	}
	body.page-id-77 .strikkie-split--standard .strikkie-split__image,
	body.page-id-77 .strikkie-split--story .strikkie-split__image { width: 293px; height: 162.871px !important; }
	body.page-id-77 .strikkie-split__content { width: 293px; }
	body.page-id-77 .strikkie-split__content h2 {
		margin-bottom: 24px;
		font-size: 30px;
		line-height: .9;
		letter-spacing: -1px;
	}
	body.page-id-77 .strikkie-split__content .strikkie-richtext,
	body.page-id-77 .strikkie-split__content .strikkie-richtext p,
	body.page-id-77 .strikkie-checklist li { font-size: 20px; line-height: 1.6; }
	body.page-id-77 .strikkie-split--story .strikkie-richtext + .strikkie-button { margin-top: 36px; }

	body.page-id-77 .strikkie-stats {
		min-height: 1763.003px;
		padding: 96px 41px;
	}
	body.page-id-77 .strikkie-stats .strikkie-shell { width: 293px; }
	body.page-id-77 .strikkie-stats__header {
		display: flex;
		flex-direction: column;
		gap: 24px;
		width: 293px;
	}
	body.page-id-77 .strikkie-stats__header h2 { font-size: 26px; line-height: 1; letter-spacing: -1px; }
	body.page-id-77 .strikkie-section .strikkie-stats__header p { font-size: 20px; line-height: 1.6; }
	body.page-id-77 .strikkie-stats__grid {
		display: flex;
		flex-direction: column;
		width: 292px;
		margin-top: 60px;
	}
	body.page-id-77 .strikkie-stats__diamond { flex: 0 0 292px; width: 292px; height: 292px; }
	body.page-id-77 .strikkie-stats__diamond-content strong { font-size: 60px; line-height: .9; letter-spacing: -2px; }
	body.page-id-77 .strikkie-stats__diamond-content span { margin-top: 0; font-size: 20px; line-height: 1.6; }
	body.page-id-77 .strikkie-stats__label--desktop { display: none; }
	body.page-id-77 .strikkie-stats__label--mobile { display: block; }

	body.page-id-77 .strikkie-partners {
		min-height: 325.8px;
		padding: 96px 0;
		overflow: hidden;
	}
	body.page-id-77 .strikkie-partners .strikkie-shell { width: 100%; }
	body.page-id-77 .strikkie-partners h2 { font-size: 26px; line-height: 1; }
	body.page-id-77 .strikkie-partners__grid {
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 60px;
		width: 578px;
		margin: 60px auto 0;
	}
	body.page-id-77 .strikkie-partners__item { flex: none; max-width: none; height: 43.8px; }
	body.page-id-77 .strikkie-partners__item:nth-child(1) { width: 177px; }
	body.page-id-77 .strikkie-partners__item:nth-child(2) { width: 118.8px; }
	body.page-id-77 .strikkie-partners__item:nth-child(3) { width: 162px; }

	body.page-id-77 .strikkie-cards--news { padding: 50px 11px; }
	body.page-id-77 .strikkie-cards--news { min-height: 1516.405px; }
	body.page-id-77 .strikkie-cards--news .strikkie-shell { width: 353px; }
	body.page-id-77 .strikkie-cards--news .strikkie-cards__header h2 { margin: 0; font-size: 26px; line-height: 1; }
	body.page-id-77 .strikkie-cards--news .strikkie-cards__grid { width: 321px; margin: 40px auto 0; }
	body.page-id-77 .strikkie-cards--news .strikkie-card,
	body.page-id-77 .strikkie-cards--news .strikkie-card a { width: 321px; }
	body.page-id-77 .strikkie-cards--news .strikkie-card:first-child .strikkie-card__media,
	body.page-id-77 .strikkie-cards--news .strikkie-card__media { height: 305px; }
	body.page-id-77 .strikkie-cards--news .strikkie-card h3,
	body.page-id-77 .strikkie-cards--news .strikkie-card:first-child h3 { min-height: 84px; padding: 16px 8px; font-size: 24px; line-height: 1.4; }
	body.page-id-77 .strikkie-cards--news .strikkie-cards__header .strikkie-button { margin-top: 40px; }

	body.page-id-77 .strikkie-faq { min-height: 902px; padding: 96px 12px; }
	body.page-id-77 .strikkie-faq__grid { width: 351px; }
	body.page-id-77 .strikkie-faq__content h2 { margin-bottom: 64px; font-size: 26px; line-height: 1; }
	body.page-id-77 .strikkie-faq__item { margin-bottom: 16px; }
	body.page-id-77 .strikkie-faq__item button { padding: 24px; padding-left: 32px; font-size: 18px; line-height: 28px; }
	body.page-id-77 .strikkie-faq__answer { padding: 0 24px 24px 32px; font-size: 16px; line-height: 1.6; }
	body.page-id-77 .uichemy-strikkie-footer-11-u10 { padding-top: 0 !important; padding-bottom: 0 !important; }
}

@media (max-width: 767px) {
	.strikkie-page-hero {
		display: flex;
		align-items: center;
		width: 100%;
		height: 780px;
		min-height: 780px;
		padding: 125px 41px 50px;
		overflow: hidden;
	}
	.strikkie-page-hero__grid {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
		gap: 40px;
		width: 293px;
	}
	.strikkie-page-hero__content { align-items: center; width: 293px; padding: 0; text-align: center; }
	.strikkie-page-hero__content h1 { margin: 0 0 40px; font-size: 60px; line-height: .9; letter-spacing: -2px; }
	.strikkie-page-hero__description--desktop { display: none; }
	.strikkie-page-hero__description--mobile { display: block; }
	.strikkie-section .strikkie-page-hero__content p { font-size: 20px; line-height: 1.6; }
	.strikkie-page-hero__media,
	.strikkie-page-hero__image { flex: 0 0 294px; width: 294px; height: 294px !important; aspect-ratio: 1; }

	.strikkie-page-hero--text-only {
		height: 700px;
		min-height: 700px;
		padding: 150px 41px 50px;
	}
	.strikkie-page-hero--text-only .strikkie-page-hero__grid { width: 293px; }
	.strikkie-page-hero--text-only .strikkie-page-hero__content {
		justify-content: center;
		min-height: 500px;
		width: 293px;
		padding: 50px 0;
	}
	.strikkie-page-hero--text-only .strikkie-page-hero__content h1 { margin-bottom: 40px; }

	.strikkie-listing {
		min-height: 3820px;
		padding: 100px 0;
	}
	.strikkie-listing__shell { width: 293px; }
	.strikkie-listing__header { flex-direction: column; gap: 18px; width: 293px; min-height: 154px; }
	.strikkie-listing__header h2 { width: 293px; font-size: 26px; line-height: 1; }
	.strikkie-listing__filters { justify-content: flex-start; gap: 2px 16px; width: 293px; }
	.strikkie-listing__filter { font-size: 20px; line-height: 1.6; }
	.strikkie-listing__grid {
		display: flex;
		flex-direction: column;
		gap: 18px;
		width: 321px;
		margin: 30px 0 0 -14px;
	}
	.strikkie-listing__card,
	.strikkie-listing__card a { width: 321px; height: 405px; }
	.strikkie-listing__card .strikkie-card__media { width: 305px; height: 305px; }
	.strikkie-listing__card h3 { width: 305px; min-height: 84px; padding: 16px 8px; font-size: 24px; line-height: 1.4; }
	.strikkie-pagination { gap: 5px; width: 220px; margin-top: 30px; }
	.strikkie-pagination__item { width: 20px; height: 20px; font-size: 10px; }

	body.page-id-79 .uichemy-strikkie-footer-11-u10,
	body.page-id-80 .uichemy-strikkie-footer-11-u10 { padding-top: 8.5px !important; padding-bottom: 8.5px !important; }
}

body.page-id-79 .uichemy-strikkie-footer-11-u10 .cta-card--blue,
body.page-id-80 .uichemy-strikkie-footer-11-u10 .cta-card--blue { display: none !important; }
body.page-id-79 .uichemy-strikkie-footer-11-u10 .cta-card--pink,
body.page-id-80 .uichemy-strikkie-footer-11-u10 .cta-card--pink {
	width: 100% !important;
	max-width: none !important;
	background: var(--strikkie-blue) !important;
}
body.page-id-79 .uichemy-strikkie-footer-11-u10 .cta-card--pink .btn--white,
body.page-id-80 .uichemy-strikkie-footer-11-u10 .cta-card--pink .btn--white {
	color: var(--strikkie-white) !important;
	background: var(--strikkie-pink) !important;
	filter: drop-shadow(0 4px 0 var(--strikkie-pink-shadow));
}

@media (min-width: 768px) {
	body.page-id-79 .uichemy-strikkie-footer-11-u10,
	body.page-id-80 .uichemy-strikkie-footer-11-u10 { padding-top: 32.5px !important; padding-bottom: 32.5px !important; }
	body.page-id-80 .strikkie-listing { min-height: 1867px; padding: 100px 0 200px; }
}
