html { opacity: 0; }body.swift-nojs * { transition:none 0s ease; }body, html { cursor: none; }#cursor { }#cursor::before { content: ""; display: block; width: 100%; height: 100%; border-radius: 50%; background: rgba(255, 255, 255, 0.9); mix-blend-mode: difference; }html{opacity:1}