.jf-cursor-halo{
	position:fixed;
	top:0;
	left:0;
	width:420px;
	height:420px;
	margin:-210px 0 0 -210px;
	border-radius:50%;
	pointer-events:none;
	z-index:2;
	background:radial-gradient(circle closest-side, rgba(193,39,45,.18), rgba(193,39,45,0) 70%);
	opacity:0;
	transition:opacity .3s ease;
	will-change:transform,opacity;
	mix-blend-mode:screen;
}
.jf-cursor-halo.is-active{opacity:1;}
@media (prefers-reduced-motion: reduce), (hover:none), (pointer:coarse){
	.jf-cursor-halo{display:none !important;}
}
