.finger-click-container{justify-content:center;align-items:center;margin:0;display:inline-flex;position:relative;overflow:visible}.finger-icon{z-index:10;pointer-events:none;justify-content:center;align-items:center;animation:3s ease-in-out infinite centerClick;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.finger-icon .finger-svg{filter:drop-shadow(0 2px 4px #0000004d);transition:transform .1s}@keyframes centerClick{0%{opacity:0;transform:translate(-50%,-50%)scale(0)}30%{opacity:0;transform:translate(-50%,-50%)scale(0)}35%{opacity:1;transform:translate(-50%,-50%)scale(1)}38%{opacity:1;transform:translate(-50%,-50%)scale(.85)}40%{opacity:1;transform:translate(-50%,-50%)scale(1)}45%{opacity:0;transform:translate(-50%,-50%)scale(1.2)}to{opacity:0;transform:translate(-50%,-50%)scale(0)}}.finger-click-button{transition:transform .1s;position:relative;overflow:hidden}.finger-click-button:before{content:"";pointer-events:none;z-index:1;background:#fff6;border-radius:50%;width:0;height:0;animation:3s ease-out infinite waveRipple;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.finger-click-button:after{content:"";pointer-events:none;z-index:1;background:#ffffff4d;border-radius:50%;width:0;height:0;animation:3s ease-out .1s infinite waveRipple;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes waveRipple{0%{opacity:.8;width:0;height:0}30%{opacity:0;width:0;height:0}35%{opacity:.8;width:0;height:0}40%{opacity:.6;width:20px;height:20px}50%{opacity:.4;width:80px;height:80px}65%{opacity:.2;width:150px;height:150px}80%{opacity:0;width:250px;height:250px}to{opacity:0;width:250px;height:250px}}@keyframes buttonPress{0%,to{transform:scale(1)}38%{transform:scale(.98)}40%{transform:scale(1)}}.finger-click-button{animation:3s ease-in-out infinite buttonPress}.finger-click-button span{z-index:2;position:relative}@media (max-width:640px){.finger-icon{font-size:28px}@keyframes waveRipple{0%{opacity:.8;width:0;height:0}30%{opacity:0;width:0;height:0}35%{opacity:.8;width:0;height:0}40%{opacity:.6;width:15px;height:15px}50%{opacity:.4;width:60px;height:60px}65%{opacity:.2;width:120px;height:120px}80%{opacity:0;width:200px;height:200px}to{opacity:0;width:200px;height:200px}}}
