.buttonHolder{position:relative;z-index:98;width:-moz-max-content;width:max-content;max-height:48px}svg{position:absolute}.electric{padding:10px 20px;border-radius:10px;cursor:pointer;background-color:transparent;border:2px solid #b4d2f5;color:#b4d2f5;position:relative;filter:blur(0);font-size:16px}.electric.ar{padding:10px 30px}@keyframes dash{to{stroke-dashoffset:0}}.yellow{stroke-dasharray:300;animation:dash 1s linear;animation-iteration-count:infinite;animation-direction:alternate-reverse}.blue,.yellow{width:110%;stroke-dashoffset:1000}.blue{stroke-dasharray:400;animation:dash 1.2s linear;animation-iteration-count:infinite;animation-direction:alternate-reverse}#y1{top:-150%;left:-5%;filter:blur(.5px)}#y2{top:-200%;width:120%;left:-10%;filter:brightness(1)}#b1{top:-165%;left:-5%}#b2{top:-222%;left:-10%;width:120%}@keyframes dot1{0%{bottom:0;left:10%;opacity:1}to{bottom:-30%;left:0;opacity:0}}@keyframes dot2{0%{top:0;left:30%;opacity:1}to{top:-30%;left:40%;opacity:0}}@keyframes dot3{0%{top:0;left:80%;opacity:1}to{top:-30%;left:80%;opacity:0}}@keyframes dot4{0%{bottom:20%;left:100%;opacity:1}to{bottom:30%;left:120%;opacity:0}}.part{content:" ";width:3px;height:3px;border-radius:5px;background-color:#b7e2ff;z-index:2;position:absolute;filter:blur(1px);display:none}#part1{animation:dot1;animation-duration:1.5s;animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-iteration-count:infinite}#part1,#part2{transform-origin:center}#part2{animation:dot2;animation-duration:1.6s;animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-iteration-count:infinite}#part3{animation:dot3;animation-duration:1.5s;animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-iteration-count:infinite}#part3,#part4{transform-origin:center}#part4{animation:dot4;animation-duration:1.5s;animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-iteration-count:infinite}.hide{opacity:0}#electric:hover+.hide,#electric:hover .hide{opacity:1}.electric:hover .part{display:flex}