.wf-trd-section{background:#f5f5f7;margin-top:-1px;padding-top:1px}.wf-trd{--wf-trd-ink: #0b0d10;--wf-trd-ink-2: #6e7681;--wf-trd-bg: #f5f5f7;--wf-trd-card: #ffffff;--wf-trd-green: #39b54a;--wf-trd-flap: #1d1d1f;--wf-trd-flap-2: #2a2a2e;--wf-trd-ease: cubic-bezier(.22, 1, .36, 1);--wf-trd-radius: 1.8rem;--wf-trd-dw: clamp(3.2rem, 4.6vw, 5.6rem);--wf-trd-dh: calc(var(--wf-trd-dw) * 1.42);position:relative;background:var(--wf-trd-bg);color:var(--wf-trd-ink);font-family:var(--font-body-family);padding:var(--wf-trd-pt, 56px) 0 var(--wf-trd-pb, 56px);overflow:hidden}.wf-trd__head{text-align:left;margin:0 0 2.4rem;max-width:52rem}.wf-trd__eyebrow{margin:0 0 .5rem;font-size:1.2rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--wf-trd-green)}.wf-trd__title{margin:0;font-family:var(--font-heading-family);font-size:clamp(2.6rem,3.6vw,4rem);line-height:1.05;letter-spacing:-.03em;font-weight:700;color:var(--wf-trd-ink)}.wf-trd__sub{margin:.6rem 0 0;max-width:46rem;font-size:1.5rem;line-height:1.45;color:var(--wf-trd-ink-2)}.wf-trd__card{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:center;gap:2rem;background:var(--wf-trd-card);border-radius:var(--wf-trd-radius);padding:clamp(2.4rem,4vw,4.8rem);overflow:hidden}.wf-trd__count{text-align:left}.wf-trd__board{display:inline-flex;align-items:center;gap:.5rem;margin:0}.wf-trd__gap{width:1.2rem;flex:0 0 auto}.wf-trd__digit{position:relative;display:block;width:var(--wf-trd-dw);height:var(--wf-trd-dh);border-radius:calc(var(--wf-trd-dw) * .16);background:var(--wf-trd-flap);color:#fff;font-family:var(--font-heading-family);font-weight:600;font-size:calc(var(--wf-trd-dh) * .78);line-height:var(--wf-trd-dh);text-align:center;perspective:40rem;box-shadow:0 1.2rem 2.4rem #0b0d102e;font-variant-numeric:tabular-nums}.wf-trd__digit:after{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#0000008c;z-index:5;pointer-events:none}.wf-trd__half,.wf-trd__flip{position:absolute;left:0;right:0;height:50%;overflow:hidden;backface-visibility:hidden;-webkit-backface-visibility:hidden}.wf-trd__half>span,.wf-trd__flip>span{display:block;height:var(--wf-trd-dh);line-height:var(--wf-trd-dh)}.wf-trd__half--top,.wf-trd__flip--top{top:0;border-radius:calc(var(--wf-trd-dw) * .16) calc(var(--wf-trd-dw) * .16) 0 0;background:var(--wf-trd-flap-2)}.wf-trd__half--bottom,.wf-trd__flip--bottom{bottom:0;border-radius:0 0 calc(var(--wf-trd-dw) * .16) calc(var(--wf-trd-dw) * .16);background:var(--wf-trd-flap)}.wf-trd__half--bottom>span,.wf-trd__flip--bottom>span{transform:translateY(-50%)}.wf-trd__flip{z-index:3;visibility:hidden}.wf-trd__flip--top{transform-origin:50% 100%}.wf-trd__flip--bottom{transform-origin:50% 0;transform:rotateX(90deg)}.wf-trd__digit.is-flip .wf-trd__flip{visibility:visible}.wf-trd__digit.is-flip .wf-trd__flip--top{animation:wf-trd-flip-top .16s ease-in forwards}.wf-trd__digit.is-flip .wf-trd__flip--bottom{animation:wf-trd-flip-bottom .16s .08s ease-out forwards}@keyframes wf-trd-flip-top{0%{transform:rotateX(0)}to{transform:rotateX(-90deg)}}@keyframes wf-trd-flip-bottom{0%{transform:rotateX(90deg)}to{transform:rotateX(0)}}.wf-trd__label{margin:1.4rem 0 0;font-size:1.5rem;font-weight:600;letter-spacing:.01em;color:var(--wf-trd-ink)}.wf-trd__more{display:inline-flex;align-items:center;gap:.6rem;margin-top:.8rem;color:var(--wf-trd-ink-2);font-size:1.4rem;font-weight:600;text-decoration:underline;text-underline-offset:.3em}.wf-trd__more svg{width:1.4rem;height:1.4rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.wf-trd__more:hover{color:var(--wf-trd-green)}.wf-trd__more:focus-visible{outline:2px solid var(--wf-trd-green);outline-offset:4px;border-radius:.4rem}.wf-trd__tree{display:flex;justify-content:center;align-items:center}.wf-trd__svg{width:min(100%,30rem);height:auto;overflow:visible}.wf-trd__base{stroke-dasharray:340;stroke-dashoffset:340}.wf-trd__t{transform-box:fill-box;transform-origin:50% 100%;transform:translateY(14px) scaleY(0);opacity:0}.wf-trd.is-in .wf-trd__base{animation:wf-trd-base .9s var(--wf-trd-ease) forwards}.wf-trd.is-in .wf-trd__t--1{animation:wf-trd-rise .8s .35s var(--wf-trd-ease) forwards,wf-trd-breathe 7s 1.6s ease-in-out infinite}.wf-trd.is-in .wf-trd__t--2{animation:wf-trd-rise .8s .45s var(--wf-trd-ease) forwards,wf-trd-breathe 8s 2s ease-in-out infinite}.wf-trd.is-in .wf-trd__t--3{animation:wf-trd-rise .8s .55s var(--wf-trd-ease) forwards,wf-trd-breathe 7.5s 2.3s ease-in-out infinite}.wf-trd.is-in .wf-trd__t--4{animation:wf-trd-rise .8s .65s var(--wf-trd-ease) forwards,wf-trd-breathe 9s 2.6s ease-in-out infinite}.wf-trd.is-in .wf-trd__t--5{animation:wf-trd-rise .8s .75s var(--wf-trd-ease) forwards,wf-trd-breathe 8.5s 2.9s ease-in-out infinite}.wf-trd.is-in .wf-trd__t--6{animation:wf-trd-rise .8s .85s var(--wf-trd-ease) forwards,wf-trd-breathe 7s 3.2s ease-in-out infinite}.wf-trd.is-in .wf-trd__t--7{animation:wf-trd-rise .8s .95s var(--wf-trd-ease) forwards,wf-trd-breathe 8s 3.5s ease-in-out infinite}@keyframes wf-trd-base{to{stroke-dashoffset:0}}@keyframes wf-trd-rise{0%{transform:translateY(14px) scaleY(0);opacity:0}60%{opacity:1}to{transform:translateY(0) scaleY(1);opacity:1}}@keyframes wf-trd-breathe{0%,to{transform:translateY(0) scaleY(1) scaleX(1)}50%{transform:translateY(0) scaleY(1.015) scaleX(.99)}}.wf-trd-js .wf-trd__head,.wf-trd-js .wf-trd__card{opacity:0;transform:translateY(1.6rem);transition:opacity .7s var(--wf-trd-ease),transform .9s var(--wf-trd-ease)}.wf-trd-js .wf-trd__card{transition-delay:90ms}.wf-trd-js .wf-trd.is-in .wf-trd__head,.wf-trd-js .wf-trd.is-in .wf-trd__card{opacity:1;transform:none}@media screen and (max-width:989px){.wf-trd__card{grid-template-columns:1fr;gap:1.2rem}.wf-trd__svg{width:min(70%,24rem)}}@media screen and (max-width:749px){.wf-trd{--wf-trd-dw: clamp(3.2rem, 9.6vw, 4.4rem)}.wf-trd__head,.wf-trd__count{text-align:center}.wf-trd__head{margin:0 auto 1.8rem}.wf-trd__sub{margin-left:auto;margin-right:auto}.wf-trd__board{gap:.4rem}.wf-trd__gap{width:.8rem}.wf-trd__card{padding:2.4rem 1.6rem 2rem}.wf-trd__head{margin-bottom:2rem}}@media(prefers-reduced-motion:reduce){.wf-trd-js .wf-trd__head,.wf-trd-js .wf-trd__card{opacity:1;transform:none;transition:none}.wf-trd__digit.is-flip .wf-trd__flip{animation:none;visibility:hidden}.wf-trd__t,.wf-trd__base{opacity:1;transform:none;stroke-dashoffset:0;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/132/assets/wf-trees.css.map */
