#dot-cursor,#dot-cursor-follower{position:fixed!important;top:0;left:0;pointer-events:none!important;z-index:999999!important;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease,width 0.25s cubic-bezier(0.175,0.885,0.32,1.275),height 0.25s cubic-bezier(0.175,0.885,0.32,1.275),background 0.2s ease,border-color 0.2s ease}#dot-cursor{width:8px;height:8px;background-color:#000;border-radius:50%}#dot-cursor-follower{width:40px;height:40px;border:1px solid #000;border-radius:50%;transform-origin:center}body.cursor-hovering #dot-cursor-follower{width:65px;height:65px;background:rgba(0,0,0,0.05);border-color:rgba(0,0,0,0.2)}body.cursor-clicking #dot-cursor-follower{width:25px;height:25px;background:rgba(0,0,0,0.2);border-color:#000}body.custom-cursor-active #dot-cursor,body.custom-cursor-active #dot-cursor-follower{opacity:1!important;visibility:visible!important}body.custom-cursor-active,body.custom-cursor-active .custom-cursor-area,body.custom-cursor-active a,body.custom-cursor-active button{cursor:none!important}