@keyframes shake{10%,90%{transform:translate3d(-1px, 0, 0)}20%,80%{transform:translate3d(2px, 0, 0)}30%,50%,70%{transform:translate3d(-4px, 0, 0)}40%,60%{transform:translate3d(4px, 0, 0)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.Countdown{margin-top:80px;margin-bottom:80px;text-align:center}.Countdown__content{max-width:600px;margin:auto;padding:0 40px}.Countdown__content__title,.Countdown__content__body,.Countdown__content__date{margin-bottom:20px}.Countdown__content__date{margin-bottom:40px}.Countdown__content__cta a{width:100%}@media(min-width: 864px){.Countdown__content__cta a{max-width:197px}}
