.custom-ps{position:relative;display:block;background:var(--ps-bg, #eef6f0);padding:var(--ps-pt, 64px) 16px var(--ps-pb, 64px)}.custom-ps__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.custom-ps__bg picture,.custom-ps__bg img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.custom-ps__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--ps-bg-overlay, transparent);pointer-events:none}.custom-ps__container{position:relative;z-index:1;max-width:var(--ps-max-width, 1280px);margin:0 auto;width:100%}.custom-ps__title{margin:var(--ps-title-mt, 0) 0 var(--ps-title-mb, 32px);color:var(--ps-title-color, #0e2a1a);font-family:var(--ps-title-font, inherit);font-size:var(--ps-title-fs-mobile, 26px);font-weight:800;line-height:1.15;text-wrap:balance}.custom-ps__title strong{color:var(--ps-title-accent, inherit);font-weight:inherit}.custom-ps__body{display:flex;flex-direction:column;gap:var(--ps-body-gap-mobile, 20px)}.custom-ps__stats{display:grid;grid-template-columns:repeat(var(--ps-stats-cols-mobile, 2),1fr);gap:var(--ps-stats-gap-mobile, 10px)}.custom-ps__card{position:relative;display:flex;flex-direction:column;background:var(--ps-card-bg, #fff);border:var(--ps-card-border-w, 1px) solid var(--ps-card-border, rgba(30, 199, 123, .3));border-radius:var(--ps-card-radius, 14px);padding:var(--ps-card-py, 18px) var(--ps-card-px, 18px);overflow:hidden}.custom-ps__card-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.custom-ps__number{display:inline-flex;align-items:baseline;gap:1px;color:var(--ps-number-color, #1ec77b);font-family:var(--ps-number-font, inherit);font-size:var(--ps-number-fs-mobile, 30px);font-weight:var(--ps-number-weight, 800);line-height:1}.custom-ps__number-value{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.custom-ps__arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--ps-arrow-size, 36px);height:var(--ps-arrow-size, 36px);border-radius:50%;background-color:var(--ps-arrow-bg, transparent);border:var(--ps-arrow-border-w, 1px) solid var(--ps-arrow-border-color, #1ec77b);color:var(--ps-arrow-color, #1ec77b)}.custom-ps__arrow svg{width:var(--ps-arrow-icon-size, 16px);height:var(--ps-arrow-icon-size, 16px);display:block}.custom-ps__desc{margin:var(--ps-desc-mt, 12px) 0 0;color:var(--ps-desc-color, #3a4a40);font-family:var(--ps-desc-font, inherit);font-size:var(--ps-desc-fs-mobile, 12px);line-height:1.4;font-weight:500;text-wrap:balance}.custom-ps__decoration{position:absolute;bottom:8px;right:8px;display:inline-flex;width:var(--ps-decor-size, 20px);height:var(--ps-decor-size, 20px);color:var(--ps-decor-color, #1ec77b);opacity:.4;pointer-events:none}.custom-ps__decoration svg{width:100%;height:100%;display:block}.custom-ps__photo-card--mobile{align-self:stretch;border-radius:var(--ps-card-radius, 14px);overflow:hidden;background-color:#0000000a;min-height:160px}.custom-ps__photo-card--mobile img{width:100%;height:100%;object-fit:cover;display:block}.custom-ps__photo--desktop-only{display:none}.custom-ps__testimonial{display:flex;flex-direction:column;align-items:center;gap:16px}.custom-ps__photo{width:100%;max-width:var(--ps-image-max-mobile, 200px);aspect-ratio:var(--ps-image-aspect, 3/4);border-radius:var(--ps-image-radius, 14px);overflow:hidden;background-color:#0000000a;flex-shrink:0}.custom-ps__photo img{width:100%;height:100%;object-fit:cover;display:block}.custom-ps__testimonial-content{display:flex;flex-direction:column;gap:8px;width:100%}.custom-ps__quote{color:var(--ps-quote-color, #3a4a40);font-family:var(--ps-quote-font, inherit);font-size:var(--ps-quote-fs-mobile, 13px);font-style:italic;line-height:1.5}.custom-ps__quote p{margin:0 0 .5em}.custom-ps__quote p:last-child{margin-bottom:0}.custom-ps__author{display:inline-flex;align-items:center;gap:6px;margin:0;color:var(--ps-author-color, #0e2a1a);font-family:var(--ps-author-font, inherit);font-size:var(--ps-author-fs-mobile, 13px);font-weight:600}.custom-ps__author-icon{display:inline-flex;flex-shrink:0;width:var(--ps-author-icon-size, 16px);height:var(--ps-author-icon-size, 16px);color:var(--ps-author-icon-color, #1ec77b)}.custom-ps__author-icon svg{width:100%;height:100%;display:block}@media(min-width:990px){.custom-ps{padding-left:32px;padding-right:32px}.custom-ps__title{font-size:var(--ps-title-fs-desktop, 36px)}.custom-ps__body{flex-direction:row;gap:var(--ps-body-gap-desktop, 32px);align-items:stretch}.custom-ps__stats{flex:1 1 auto;grid-template-columns:repeat(var(--ps-stats-cols-desktop, 3),1fr);gap:var(--ps-stats-gap-desktop, 16px)}.custom-ps__photo-card--mobile{display:none}.custom-ps__photo--desktop-only{display:block}.custom-ps__testimonial{flex:0 0 auto;flex-direction:row;align-items:center;gap:20px;max-width:480px}.custom-ps--image-right .custom-ps__testimonial{order:2}.custom-ps--image-right .custom-ps__stats{order:1}.custom-ps__photo{height:100%;width:auto;max-width:var(--ps-image-max-desktop, 220px);max-height:100%;align-self:stretch}.custom-ps__testimonial-content{width:auto;flex:1 1 0;min-width:0}.custom-ps__number{font-size:var(--ps-number-fs-desktop, 44px)}.custom-ps__desc{font-size:var(--ps-desc-fs-desktop, 14px)}.custom-ps__quote{font-size:var(--ps-quote-fs-desktop, 15px)}.custom-ps__author{font-size:var(--ps-author-fs-desktop, 14px)}}@media(prefers-reduced-motion:reduce){.custom-ps__number-value{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom-percent-stats.css.map */
