.chatMotion{position:fixed;bottom:24px;right:24px;z-index:102;@media (min-width:1024px){animation:chatMotion 10s linear 1s infinite;animation-delay:0s;height:64px;background-color:#00c9ed}}@keyframes chatMotion{to{border-radius:64px;width:64px;box-shadow:4px 4px 20px 0 #00000026}68%{box-shadow:4px 4px 20px 0 #00000026;border-radius:64px;width:64px}66%{display:flex;align-items:center;width:234px;border-radius:32px}22%{display:flex;align-items:center;border-radius:32px;width:234px;box-shadow:none}20%{box-shadow:4px 4px 20px 0 #00000026;border-radius:64px;width:64px}0%{box-shadow:4px 4px 20px 0 #00000026;border-radius:64px;width:64px}}.chatMotionText{visibility:hidden;@media (min-width:1024px){animation:chatMotionText 10s linear 1s infinite;animation-delay:0s;position:absolute;padding-bottom:20px;bottom:0;height:-moz-fit-content;height:fit-content;padding-left:20px}}@keyframes chatMotionText{to{visibility:hidden}66%{visibility:hidden}63%{color:#fff;visibility:visible}25%{color:#fff;visibility:visible}23%{visibility:hidden}0%{visibility:hidden}}.vibrate{animation:vibration 10s linear 1s infinite}@keyframes vibration{1.25%{transform:rotate(0deg)}2.5%{transform:rotate(10deg)}3.75%{transform:rotate(-10deg)}5%{transform:rotate(10deg)}6.25%{transform:rotate(-10deg)}7.5%{transform:rotate(0deg)}}