#sound-toggle{z-index:4;cursor:pointer;pointer-events:auto;opacity:.7;align-items:center;gap:12px;transition:opacity .4s;display:flex;position:absolute;bottom:32px;right:20px}#sound-toggle.sound-on{opacity:1}#sound-toggle:hover>span{clip-path:inset(0)}#sound-toggle>div{align-items:center;gap:4px;display:flex}#sound-toggle>div>span{transform-origin:50%;background-color:#fff;width:2px;animation:.8s ease-in-out infinite alternate soundBar;display:block}#sound-toggle>div>span:first-child{height:6px;animation-delay:0s}#sound-toggle>div>span:nth-child(2){height:12px;animation-delay:.18s}#sound-toggle>div>span:nth-child(3){height:18px;animation-delay:90ms}#sound-toggle>div>span:nth-child(4){height:20px;animation-delay:0s}#sound-toggle>div>span:nth-child(5){height:18px;animation-delay:90ms}#sound-toggle>div>span:nth-child(6){height:12px;animation-delay:.18s}#sound-toggle>div>span:nth-child(7){height:6px;animation-delay:0s}@keyframes soundBar{0%{transform:scaleY(.15)}to{transform:scaleY(1)}}