.countdown-animated{animation:1s ease-in-out pulse}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.timer-warning.countdown-animated{animation:.5s ease-in-out infinite alternate flash}@keyframes flash{0%{opacity:1}to{opacity:.6}}.oep-circle-timer-wrapper{text-align:center}.oep-circle-timer-wrapper .time-value{font-size:1.5rem;font-weight:700;line-height:1}.oep-circle-timer-wrapper .time-unit{font-size:.8rem}.oep-circle-timer-wrapper .time-wrapper.animated{justify-content:center;display:flex;position:relative}.oep-circle-timer-wrapper .time-wrapper.animated .time-value{opacity:1;justify-content:center;align-items:center;width:100%;height:100%;transition:all .2s;display:flex;position:absolute;top:0;left:0;transform:translateY(0)}.oep-circle-timer-wrapper .time-wrapper.animated .time-unit{position:relative;top:16px}