.statsContainer{flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem;display:flex}@media (min-width:768px){.statsContainer{justify-content:space-between;gap:.5rem}}.statItem{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:max-content;display:flex}@media (min-width:768px){.statItem{flex:calc(33.33% - .25rem)}}.statItem .statCounter{color:var(--primary);text-transform:uppercase;padding-bottom:.5rem;font-size:1.5rem;font-weight:400;position:relative}.statItem .statCounter:after{content:"";background-color:rgba(var(--lightRgb),.15);width:25%;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media (min-width:768px){.statItem .statCounter{font-size:2rem}}.statItem .statTitle{text-transform:uppercase;text-align:center;text-wrap:balance;max-width:15ch;font-size:.66rem;font-weight:300;line-height:125%}.statItem .primary{color:var(--primary)}
.productSlider .splide__slide{background:var(--darkAlt);border-radius:var(--colRadius)}@media (min-width:1200px){.productSlider .splide__slide{filter:brightness(75%);cursor:grab;transition:scale .25s;scale:.85}.productSlider .splide__slide.is-visible,.productSlider .splide__slide.is-active{filter:brightness();cursor:default;scale:1}.productSlider .splide__slide.is-visible .arrows,.productSlider .splide__slide.is-active .arrows{display:flex}}.productCard{z-index:10;flex-flow:column;justify-content:space-between;align-items:center;gap:1rem;height:100%;padding:2rem 1.5rem;display:flex;position:relative}@media (min-width:1200px){.productCard{flex-flow:row-reverse;align-items:stretch;gap:1.5rem;padding:3rem}}@media (min-width:1400px){.productCard{padding:3rem 3rem 3rem 4rem}}@media (min-width:1920px){.productCard{padding-left:6rem}}@media (min-width:2560px){.productCard{padding-left:7.5rem;padding-right:7.5rem}}.productCard .productContent{flex-flow:column;flex-basis:100%;justify-content:center;gap:.5rem;display:flex;position:relative}@media (min-width:1200px){.productCard .productContent{flex:calc(50% - .75rem)}}.productCard .productContent .productText{margin:0;padding:0;font-size:.875rem;line-height:150%}@media (min-width:1200px){.productCard .productContent .productText{font-size:.9rem}}@media (min-width:1920px){.productCard .productContent .productText{font-size:1rem}}@media (min-width:1200px){.productCard .slideBtn{margin-top:1rem}}.productCard .additionalInfoToggle{all:unset;cursor:pointer;justify-content:space-between;align-items:center;gap:.25rem;padding:.5rem 0;font-size:.875rem;font-weight:600;display:flex}.productCard .additionalInfoToggleopen svg{transform:rotate(180deg)}.productCard .additionalInfoInner ul{flex-direction:column;gap:.25rem;padding:0 1rem 1rem;line-height:150%;list-style:square;display:flex}@media (min-width:1200px){.productCard .additionalInfoInner ul{gap:.5rem}}.productCard .additionalInfoInner ul li::marker{color:var(--primary)}.productCard .productImage{flex-basis:100%}@media not (min-width:1200px){.productCard .productImage{aspect-ratio:16/9}}@media (min-width:1200px){.productCard .productImage{flex:calc(50% - .75rem)}}.productCard .productImage img{object-fit:contain}.arrows{justify-content:space-between;align-items:center;width:100%;margin:auto;display:none;position:absolute;top:0;bottom:0;left:0;right:0}.arrows .productSliderArrows{background:var(--primary);width:3rem;height:3rem;color:var(--light);opacity:1;z-index:10;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}@media (min-width:1920px){.arrows .productSliderArrows{width:4rem;height:4rem}}.arrows .productSliderArrows.productSliderArrows--prev{left:-1.5rem}@media (min-width:1920px){.arrows .productSliderArrows.productSliderArrows--prev{left:-2rem}}.arrows .productSliderArrows.productSliderArrows--next{right:-1.5rem}@media (min-width:1920px){.arrows .productSliderArrows.productSliderArrows--next{right:-2rem}}.arrows .productSliderArrows svg path{fill:var(--light)}
