@media screen and (min-width:768px){.highlighted-text{position:relative;cursor:none}.highlighted-text.hero-text .cursor-circle{width:250px;height:250px}.highlighted-text .cursor-circle{position:absolute;width:150px;height:150px;border-radius:50%;pointer-events:none;mix-blend-mode:difference;background-color:#f0e;z-index:10;transform:translate(-50%,-50%);opacity:0;transition:opacity .2s ease}@supports (-webkit-appearance:none){.highlighted-text .cursor-circle{background-color:#d100ff}}.highlighted-text:hover .cursor-circle{opacity:1}}