.countdown-with-text .countdown-section{align-items:center;flex-wrap:nowrap;justify-content:center}@media(max-width:799px){.countdown-with-text .countdown-section{flex-direction:column}}.countdown-with-text__text-left,.countdown-with-text__text-right{flex:1;text-align:center}.countdown-with-text .outline-text{font-size:clamp(4rem,3.5vw,8rem);text-transform:uppercase}.countdown-with-text .outline-text em{-webkit-text-stroke:1px #fff;color:transparent;font-style:normal}.countdown-with-text__countdown-timer{display:flex;gap:clamp(1rem,2vw,2rem);justify-content:center}.countdown-with-text .time-group{align-items:center;display:flex;flex-direction:column;opacity:0;transition:opacity .2s ease}.countdown-with-text .time-group .digit-container{white-space:nowrap}.countdown-with-text .time-group .digit-container .digit{background:#000;border-radius:5px;color:#fff;display:inline-block;font-size:2.4rem;font-weight:700;line-height:1;margin:0 1px;min-width:30px;padding:5px;text-align:center}@media(min-width:1000px){.countdown-with-text .time-group .digit-container .digit{font-size:4rem;min-width:40px}}.countdown-with-text .time-group small{color:#fff;display:block;margin-top:.5rem}.countdown-with-text ax-countdown[loaded] .time-group{opacity:1}