.switcherBtn{position:absolute !important;border:none !important;background:0 0 !important;width:unset !important;color:var(--wp--preset--color--accent-2);transition:.4s ease-in-out;cursor:pointer}.switcherBtn:hover{color:var(--wp--preset--color--accent-1)}.switcherCircle,.switcherCircleBase{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-90deg)}.switcherSwitch{position:absolute;top:50%;left:60%;transform:translate(-50%,-50%)}.switcherCircle circle{stroke-dasharray:283;stroke-dashoffset:283;animation:switcherProgress 12s linear forwards}.switcherBase{transition:.4s ease-in-out}.switcherSwitch{visibility:hidden;opacity:0;transition:.4s ease-in-out}.btnStopped .switcherSwitch{opacity:1;visibility:visible}.btnStopped .switcherBase{opacity:0;visibility:hidden}.switcherBtn.btnStopped .switcherCircle circle{animation-play-state:paused}@keyframes switcherProgress{to{stroke-dashoffset:0}}