@keyframes icon{0%{top:50%;left:calc(50% - 84px);transform:translate(-50%,-50%);width:44px;height:44px}16%{top:50%;left:50%;width:44px;height:44px}32%{top:50%;left:calc(50% + 84px);width:44px;height:44px}48%{top:50%;left:50%;width:80px;height:80px}64%{top:calc(50% - 51px)}}@keyframes circleCenter{0%{opacity:1}16%{opacity:0}}@keyframes circleEnd{0%{opacity:1}16%{opacity:1}32%{opacity:0}}@keyframes text{0%{opacity:0}64%{opacity:0}80%{opacity:1}}.icon{width:80px;height:80px;top:calc(50% - 51px);left:50%;animation-name:icon}.circle,.icon{position:absolute;transform:translate(-50%,-50%);animation-timing-function:ease;animation-duration:4s}.circle{top:50%;width:44px;height:44px;opacity:0;background-color:#eff0fe;border-radius:50%}.circle-center{left:50%;animation-name:circleCenter}.circle-right{left:calc(50% + 84px);animation-name:circleEnd}.payments-title{position:absolute;top:calc(50% + 60px);left:50%;transform:translate(-50%,-50%);animation-name:text;animation-timing-function:ease;animation-duration:4s}