.block-counter{--counter-height: 2.5rem;--counter-speed: .4s;height:var(--counter-height);width:100vw;position:relative}.block-counter flip-counter{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;height:var(--counter-height);width:100%;line-height:var(--counter-height);color:var(--colour-mine-shaft);font-weight:700;font-size:calc(var(--counter-height) / 1.5);overflow:hidden}.block-counter flip-counter span{display:inline-block;background:var(--background-colour, var(--colour-white));color:var(--foreground-colour, var(--colour-mine-shaft));border-radius:var(--border-radius-sm);height:100%;text-align:center;overflow:hidden;margin:0 .125rem;width:1.5ch}.block-counter flip-counter span.number:before{content:" 0 1 2 3 4 5 6 7 8 9 0 1 2 ";display:block;word-break:break-all;word-break:break-word;transition:var(--counter-speed) cubic-bezier(.12,.78,.52,1.2)}.block-counter flip-counter span.number.value-1:before{margin-top:calc(-1 * var(--counter-height) * 1)}.block-counter flip-counter span.number.value-2:before{margin-top:calc(-1 * var(--counter-height) * 2)}.block-counter flip-counter span.number.value-3:before{margin-top:calc(-1 * var(--counter-height) * 3)}.block-counter flip-counter span.number.value-4:before{margin-top:calc(-1 * var(--counter-height) * 4)}.block-counter flip-counter span.number.value-5:before{margin-top:calc(-1 * var(--counter-height) * 5)}.block-counter flip-counter span.number.value-6:before{margin-top:calc(-1 * var(--counter-height) * 6)}.block-counter flip-counter span.number.value-7:before{margin-top:calc(-1 * var(--counter-height) * 7)}.block-counter flip-counter span.number.value-8:before{margin-top:calc(-1 * var(--counter-height) * 8)}.block-counter flip-counter span.number.value-9:before{margin-top:calc(-1 * var(--counter-height) * 9)}.block-counter flip-counter span.number.value-10:before{margin-top:calc(-1 * var(--counter-height) * 10)}.block-counter flip-counter span.number.value-11:before{margin-top:calc(-1 * var(--counter-height) * 11)}.block-counter flip-counter span.number.value-12:before{margin-top:calc(-1 * var(--counter-height) * 12)}.section-counter{position:relative;padding:3rem 0;background:var(--background-colour, var(--colour-white));color:var(--foreground-colour, var(--colour-mine-shaft))}.section-counter .block-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.section-counter .block-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gradient)}.section-counter .block-media *{position:absolute;top:0;right:0;bottom:0;left:0;display:block;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.section-counter .container{position:relative;z-index:10;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}@media(min-width:768px){.block-counter{--counter-height: 5.5rem}}@media(min-width:992px){.section-counter{padding:5.5rem 0}}@media(min-width:1280px){.block-counter{--counter-height: 7rem}}
