.lucratief-footer-wordmark {
	--lucratief-footer-wordmark-glow-color: #bac6f4;
	--lucratief-footer-wordmark-x: 50%;
	--lucratief-footer-wordmark-y: 54%;
	position: relative;
	isolation: isolate;
	display: block;
	width: 100%;
	max-width: none;
	color: inherit;
	text-decoration: none;
	outline-offset: 0.8rem;
}

.lucratief-footer-wordmark:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 0.8rem;
}

.lucratief-footer-wordmark__base {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	opacity: 0.025;
	transition: opacity 220ms ease;
}

.lucratief-footer-wordmark__glow {
	position: absolute;
	z-index: 1;
	inset: 0;
	pointer-events: none;
	opacity: 0;
	background: radial-gradient(
		ellipse 47.85% 217.4% at var(--lucratief-footer-wordmark-x) var(--lucratief-footer-wordmark-y),
		color-mix(in srgb, var(--lucratief-footer-wordmark-glow-color) 56%, transparent) 0%,
		color-mix(in srgb, var(--lucratief-footer-wordmark-glow-color) 34%, transparent) 24%,
		color-mix(in srgb, var(--lucratief-footer-wordmark-glow-color) 12%, transparent) 58%,
		transparent 100%
	);
	-webkit-mask-image: var(--lucratief-footer-wordmark-mask);
	mask-image: var(--lucratief-footer-wordmark-mask);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	transition: opacity 220ms ease;
	will-change: opacity;
}

.lucratief-footer-wordmark[data-footer-wordmark-active="true"] .lucratief-footer-wordmark__glow,
.lucratief-footer-wordmark:focus-visible .lucratief-footer-wordmark__glow {
	opacity: 0.68;
}

@supports not ((mask-image: url("")) or (-webkit-mask-image: url(""))) {
	.lucratief-footer-wordmark__base {
		opacity: 0.16;
	}

	.lucratief-footer-wordmark__glow {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lucratief-footer-wordmark__base,
	.lucratief-footer-wordmark__glow {
		transition: none;
	}
}
