.content_countdown{margin-bottom:30px}.countDown_cont{color:#333;display:flex;flex-wrap:wrap;font-family:Lato,Arial,Gadget,sans-serif;font-size:13px;justify-content:center}.countDown_interval_cont{display:flex;justify-content:space-around;margin:0 10px;width:auto}.countDown_interval_basic_cont{display:flex;flex-direction:column}.countDown_interval_basic_cont_description{color:#fff;display:flex;font-size:1.2em;font-weight:700;margin-left:.3em;margin-top:.3em}.countDown_digit_cont{border-radius:.08em;box-shadow:0 4px 8px rgba(0,0,0,.2);font-size:5em;font-weight:700;height:1.6em;line-height:1.6em;perspective:1.6em * 2;position:relative;width:1em}.countDown_digit_cont:nth-child(n+1):not(:last-child){margin-right:.05em}.countDown_digit_last_placeholder,.countDown_digit_new_placeholder{height:50%;left:0;overflow:hidden;position:absolute;text-align:center;width:100%}.countDown_digit_last_placeholder{background:#fff;border-radius:0 0 .08em .08em;bottom:0}.countDown_digit_last_placeholder_inner{align-items:center;bottom:50%;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.countDown_digit_new_placeholder{background:#f7f7f7;border-radius:.08em .08em 0 0;top:0}.countDown_digit_last_rotate,.countDown_digit_new_rotate{animation-duration:.4s;animation-fill-mode:forwards;animation-timing-function:linear;border-radius:.08em .08em 0 0;display:flex;font-weight:700;height:50%;justify-content:center;overflow:hidden;position:absolute;top:0;transform-origin:100% 100%;width:100%}.countDown_digit_last_rotate:after,.countDown_digit_new_rotate:after{border-bottom:.01em solid rgba(0,0,0,.1);bottom:0;content:"";height:100%;left:0;position:absolute;width:100%;z-index:-1}.countDown_digit_last_rotate{animation-name:countDown_flip_1;background:#f7f7f7}.countDown_digit_new_rotate{animation-name:countDown_flip_2;background:#fff}.countDown_digit_new_rotated{height:100%;transform:rotateX(180deg);width:100%}.countDown_digit_new_rotated_inner{align-items:center;bottom:50%;display:flex;height:100%;justify-content:center;position:absolute;width:100%}@keyframes countDown_flip_1{0%{transform:rotateX(0);z-index:1}to{transform:rotateX(-180deg);z-index:0}}@keyframes countDown_flip_2{0%{transform:rotateX(0);z-index:0}to{transform:rotateX(-180deg);z-index:1}}