.kl-discipline-showcase {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.kl-discipline-showcase__media {
	position: absolute;
	inset: -9%;
	pointer-events: none;
	z-index: 0;
	background-repeat: no-repeat;
	will-change: clip-path, border-radius, transform;
}

.kl-discipline-showcase > .kl-home-wrap {
	position: relative;
	z-index: 3;
}

.kl-discipline-showcase::before {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.kl-discipline-showcase,
	.kl-discipline-showcase * {
		will-change: auto;
	}
}
