.btn-shine{position:relative;overflow:hidden}.btn-shine:before{content:"";position:absolute;top:0;left:-150%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1) 20%,rgba(255,255,255,.3) 40%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.3) 60%,rgba(255,255,255,.1) 80%,transparent);transform:skewX(-25deg);animation:shine 3s infinite;pointer-events:none;filter:blur(.5px)}.btn-shine-1:before{animation-delay:0s}.btn-shine-2:before{animation-delay:.3s}.btn-shine-3:before{animation-delay:.6s}@keyframes shine{0%{left:-150%}50%,to{left:150%}}.btn-shine:hover:before{animation-duration:1.5s}.btn-shine:disabled:before{display:none}.signup-pulse{animation:signup-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes signup-pulse{0%,to{box-shadow:0 0 0 0 rgba(220,38,38,.7)}50%{box-shadow:0 0 0 10px rgba(220,38,38,0)}}.signup-bounce{animation:signup-bounce 3s ease-in-out infinite}@keyframes signup-bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-8px)}}body.has-fixed-bottom-bar footer{padding-bottom:140px}@media (min-width:640px){body.has-fixed-bottom-bar footer{padding-bottom:152px}}