/**
 * Homepage Splide paint / motion helpers.
 */

/* Soften the large blur while the track is translating. */
.tsak-main-slider.box-shadow--xl.is-moving {
	box-shadow: rgba(0, 0, 0, 0.22) 0 0 28px 0;
}

/* Logo strip: keep marks small; avoid layout thrash. */
#brxe-tyhrto.splide .splide__slide img {
	width: 64px;
	height: 64px;
	max-width: 64px;
	object-fit: contain;
}
