.countdown-module #time{display:flex;gap:2rem;justify-content:center}.countdown-module #time .circle{align-items:center;display:flex;flex-direction:column;gap:1rem;height:175px;justify-content:center;position:relative;width:175px}.countdown-module #time .circle svg{height:175px;position:relative;transform:rotate(270deg);width:175px}.countdown-module #time .circle svg circle{height:100%;width:100%;fill:transparent;stroke-width:6;opacity:.25;transform:translate(5px,5px)}.countdown-module #time .circle svg circle:nth-child(2){stroke-dasharray:510;stroke-dashoffset:510;opacity:1}.countdown-module #time .circle .text{color:var(--heading);font-size:1.1em;font-weight:700}.countdown-module #time .content{align-items:center;display:flex;justify-content:center}.countdown-module #time .content h2{font-size:3.5em;position:absolute}.countdown-module .text-replace{display:none}@media (max-width:992px){.countdown-module #time{gap:1.5rem}.countdown-module #time .circle,.countdown-module #time .circle svg{height:160px;width:160px}.countdown-module #time .circle svg circle:nth-child(2){stroke-dasharray:470;stroke-dashoffset:470}.countdown-module #time .content h2{font-size:3em}.countdown-module #time .circle .text{font-size:1em}}@media (max-width:767px){.countdown-module #time{display:grid;gap:3rem 0;grid-template-columns:repeat(2,1fr)}.countdown-module #time .circle{gap:.5rem;width:100%}}