.wb-hide-d{display:none!important}@media(max-width:768px){.wb-hide-m{display:none!important}.wb-hide-d{display:block!important}}.wb-stats,.wb-stats *{box-sizing:border-box}.wb-stats{width:100%;background:var(--wb-st-bg);padding-top:var(--wb-st-pt-m);padding-bottom:var(--wb-st-pb-m);color:var(--wb-st-text);overflow:hidden;position:relative}@media(min-width:769px){.wb-stats{padding-top:var(--wb-st-pt-d);padding-bottom:var(--wb-st-pb-d)}}.wb-stats__mob-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.wb-stats__mob-img{width:100%;height:100%;object-fit:cover;object-position:var(--wb-st-img-pos-x) var(--wb-st-img-pos-y);opacity:var(--wb-st-mob-bg-opacity);filter:contrast(1.2);display:block}.wb-stats__noise{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:var(--wb-st-noise-opacity);mix-blend-mode:overlay;z-index:2;pointer-events:none}.wb-stats__container{width:100%;max-width:var(--wb-st-width);margin:0 auto;padding:0 16px;display:flex;flex-direction:column;gap:var(--wb-st-gap-m);position:relative;z-index:2}@media(min-width:769px){.wb-stats__container{padding:0 40px;flex-direction:row;align-items:stretch;justify-content:space-between;gap:var(--wb-st-gap-d)}.wb-stats--no-img .wb-stats__container{justify-content:center}}.wb-stats__content{display:flex;flex-direction:column;gap:32px;width:100%;position:relative;z-index:2}@media(min-width:769px){.wb-stats__content{flex:1 1 50%;justify-content:center}.wb-stats--no-img .wb-stats__content{flex:0 0 100%;max-width:900px;align-items:center;text-align:center;margin:0 auto}}.wb-stats__header{display:flex;flex-direction:column;gap:12px;max-width:var(--wb-st-content-width)}.wb-stats--no-img .wb-stats__header{margin-left:auto;margin-right:auto}.wb-stats__title{font-family:var(--wb-st-title-font);font-size:var(--wb-st-f-head-m);font-weight:500;line-height:1.06;letter-spacing:-.02em;margin:0;color:inherit}.wb-stats__title em{font-family:Didot,Bodoni MT,Times New Roman,Georgia,serif;font-style:italic;font-weight:400;letter-spacing:0}@media(min-width:769px){.wb-stats__title{font-size:var(--wb-st-f-head-d)}}.wb-stats__subtitle{font-family:var(--wb-st-text-font);font-size:var(--wb-st-f-sub-m);font-weight:400;opacity:.82;margin:0;line-height:1.42;color:inherit}@media(min-width:769px){.wb-stats__subtitle{font-size:var(--wb-st-f-sub-d)}}.wb-stats__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px;width:100%}@media(min-width:769px){.wb-stats__grid{gap:32px 24px}.wb-stats--no-img .wb-stats__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:48px 32px}}.wb-stats__item{display:flex;flex-direction:column;gap:4px;min-width:0}@media(min-width:769px){.wb-stats--no-img .wb-stats__item{flex:0 0 calc(33.333% - 22px);min-width:200px;align-items:center;text-align:center}}.wb-stats__value{font-family:var(--wb-st-number-font);font-size:var(--wb-st-f-num-m);font-weight:600;line-height:1;letter-spacing:-.01em;display:flex;align-items:baseline;color:inherit}@media(min-width:769px){.wb-stats__value{font-size:var(--wb-st-f-num-d)}}.wb-stats__prefix,.wb-stats__suffix{font-size:.6em;font-weight:inherit;line-height:1;opacity:.95}.wb-stats__label{font-family:var(--wb-st-text-font);font-size:var(--wb-st-f-txt-m);font-weight:600;opacity:.86;line-height:1.34;color:inherit}@media(min-width:769px){.wb-stats__label{font-size:var(--wb-st-f-txt-d)}}.wb-stats__cta{margin-top:8px}.wb-stats__btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--wb-st-button-font);font-size:var(--wb-st-f-btn-m);font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.12em;text-decoration:none;cursor:pointer;transition:background-color .25s ease,color .25s ease,border-color .25s ease}@media(min-width:769px){.wb-stats__btn{font-size:var(--wb-st-f-btn-d)}}.wb-stats__btn.style-solid{background:var(--wb-st-btn-bg);color:var(--wb-st-btn-text);border:1px solid var(--wb-st-btn-bg);border-radius:var(--wb-st-btn-rad);padding:14px 32px}.wb-stats__btn.style-solid:hover{background:var(--wb-st-btn-bg-h);color:var(--wb-st-btn-txt-h);border-color:var(--wb-st-btn-bg-h)}.wb-stats__btn.style-outline{background:transparent;color:var(--wb-st-btn-bg);border:1px solid var(--wb-st-btn-bg);border-radius:var(--wb-st-btn-rad);padding:14px 32px}.wb-stats__btn.style-outline:hover{background:var(--wb-st-btn-bg-h);color:var(--wb-st-btn-txt-h);border-color:var(--wb-st-btn-bg-h)}.wb-stats__btn.style-underline{background:none;border:none;color:var(--wb-st-btn-bg);border-bottom:1px solid var(--wb-st-btn-bg);padding:0 0 4px;border-radius:0}.wb-stats__btn.style-underline:hover{color:var(--wb-st-btn-txt-h);border-color:var(--wb-st-btn-txt-h)}.wb-stats__media{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.wb-stats__media picture{display:flex;justify-content:center;align-items:center;width:100%}.wb-stats__img{width:var(--wb-st-img-w-d);max-width:100%;height:auto;object-fit:contain;object-position:center;display:block;position:relative;z-index:1}@media(min-width:769px){.wb-stats__media{flex:1 1 40%;justify-content:flex-end}}@media(max-width:768px){.wb-stats__img{width:100%}.wb-stats--mob-overlap .wb-stats__media{position:absolute;bottom:-20px;right:-20px;width:var(--wb-st-img-w-m);z-index:0;pointer-events:none;opacity:.85;transform:rotate(12deg);transform-origin:bottom right}.wb-stats--mob-overlap .wb-stats__content{min-height:55vh}}@media(prefers-reduced-motion:reduce){.wb-stats__btn{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/wb-stats.css.map */
