.st .st-chew{position:relative;width:72px;height:72px;border-radius:22%;background:radial-gradient(circle at 32% 26%,rgba(255,255,255,.6) 0,rgba(255,255,255,.18) 16%,transparent 42%),linear-gradient(145deg,#a63347,#7a1a2c,#4a0c17);box-shadow:inset -8px -10px 16px #00000061,inset 5px 5px 10px #ffffff24,0 16px 28px #4a0c1759}.st .st-chew--float{position:absolute;animation:st-chewfloat 6s ease-in-out infinite}@keyframes st-chewfloat{0%,to{transform:translateY(0) rotate(-8deg)}50%{transform:translateY(-18px) rotate(6deg)}}.st .st-hero__chew1{width:64px;height:64px;top:110px;right:70px;animation-delay:-1s}.st .st-hero__chew2{width:48px;height:48px;bottom:120px;left:80px;animation-delay:-3s}.st .st-hero__chew3{width:38px;height:38px;top:330px;right:8px;animation-delay:-2s}.st .st-cube-wrap{width:200px;height:200px;perspective:900px;margin:0 auto}.st .st-cube{position:relative;width:200px;height:200px;transform-style:preserve-3d;animation:st-spin 16s linear infinite}.st .st-cube:hover{animation-play-state:paused}.st .st-cube__f{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16%;background:radial-gradient(circle at 32% 26%,rgba(255,255,255,.55) 0,rgba(255,255,255,.14) 18%,transparent 42%),linear-gradient(145deg,#a63347,#7a1a2c,#4a0c17);box-shadow:inset -10px -12px 20px #0006,inset 6px 6px 12px #ffffff24;backface-visibility:hidden}.st .st-cube__f--front{transform:translateZ(100px)}.st .st-cube__f--back{transform:rotateY(180deg) translateZ(100px)}.st .st-cube__f--right{transform:rotateY(90deg) translateZ(100px)}.st .st-cube__f--left{transform:rotateY(-90deg) translateZ(100px)}.st .st-cube__f--top{transform:rotateX(90deg) translateZ(100px)}.st .st-cube__f--bottom{transform:rotateX(-90deg) translateZ(100px)}.st .st-cube__shadow{width:200px;height:34px;border-radius:50%;background:radial-gradient(ellipse,rgba(11,27,69,.35),transparent 70%);margin:26px auto 0;animation:st-shadow 16s linear infinite}@keyframes st-spin{0%{transform:rotateX(-18deg) rotateY(0)}to{transform:rotateX(-18deg) rotateY(360deg)}}@keyframes st-shadow{0%,to{transform:scaleX(1)}25%,75%{transform:scaleX(1.18)}}.st .st-inside{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.st .st-inside__grid{display:grid;grid-template-columns:1fr 340px 1fr;gap:40px;align-items:center;margin-top:64px}.st .st-inside__col{display:flex;flex-direction:column;gap:40px}.st .st-callout{display:flex;gap:18px;align-items:flex-start}.st .st-inside__col--l .st-callout{flex-direction:row-reverse;text-align:right}.st .st-callout__dot{flex-shrink:0;width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:15px;box-shadow:0 8px 20px #0b1b4526}.st .st-callout h3{font-size:26px;margin-bottom:6px}.st .st-callout p{font-size:17px;color:var(--body)}.st .st-callout__dose{display:inline-block;margin-top:8px;font-size:13px;font-weight:700;letter-spacing:1px;background:var(--tint);color:var(--navy);padding:4px 10px;border-radius:999px}.st .st-inside__center{position:relative;display:flex;flex-direction:column;align-items:center}.st .st-inside__ring{position:absolute;top:50%;left:50%;width:330px;height:330px;margin:-165px 0 0 -165px;border-radius:50%;border:1px dashed #AEBDE3;animation:st-rot 40s linear infinite}.st .st-inside__ring i{position:absolute;width:12px;height:12px;border-radius:50%;top:-6px;left:50%;margin-left:-6px}.st .st-inside__ring i:nth-child(2){top:50%;left:auto;right:-6px;margin-top:-6px}.st .st-inside__ring i:nth-child(3){top:auto;bottom:-6px}.st .st-inside__ring i:nth-child(4){top:50%;left:-6px;margin-top:-6px}@keyframes st-rot{to{transform:rotate(360deg)}}.st .st-inside__tags{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:56px}.st .st-inside__tags span{font-size:15px;font-weight:600;padding:9px 16px;border-radius:999px;border:1px solid var(--line);background:var(--ground)}.st-js .st .st-callout{opacity:0;transform:translate(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.st-js .st .st-inside__col--l .st-callout{transform:translate(-24px)}.st-js .st .st-rv.is-in .st-callout{opacity:1;transform:none}.st-js .st .st-rv.is-in .st-callout:nth-child(2){transition-delay:.2s}.st .st-proof{display:grid;grid-template-columns:1.1fr 1fr 1.2fr;gap:40px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:28px;padding:44px 48px}.st .st-proof__score{display:flex;align-items:center;gap:22px}.st .st-proof__big{font-family:var(--serif);font-size:96px;line-height:.9;color:var(--navy)}.st .st-proof__score .st-stars svg{width:26px;height:26px}.st .st-proof__score p{font-size:17px;color:var(--body);margin-top:8px}.st .st-bars{display:flex;flex-direction:column;gap:8px}.st .st-bar{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--muted)}.st .st-bar__track{height:10px;border-radius:999px;background:#edeef2;overflow:hidden}.st .st-bar__fill{height:100%;border-radius:999px;background:var(--gold);width:0;transition:width 1.4s cubic-bezier(.2,.7,.2,1)}.st .st-rv.is-in .st-bar__fill{width:var(--w)}.st .st-proof__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;border-left:1px solid var(--line);padding-left:40px}.st .st-proof__stats b{display:block;font-family:var(--serif);font-size:44px;line-height:1;color:var(--ink)}.st .st-proof__stats span{display:block;font-size:14px;color:var(--muted);margin-top:8px;line-height:1.35}.st .st-ugc{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:48px}.st .st-ugc__item{position:relative;aspect-ratio:4/5;border-radius:18px;overflow:hidden;background:#e6e4de}.st .st-ugc__item img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.st .st-ugc__item:hover img{transform:scale(1.07)}.st .st-ugc__item:nth-child(2n){margin-top:36px}.st .st-ugc__tag{position:absolute;left:10px;bottom:10px;background:#0b1b45d9;color:#fff;font-size:12px;font-weight:700;padding:5px 10px;border-radius:999px;display:flex;align-items:center;gap:6px}.st .st-ugc__tag svg{width:12px;height:12px}.st .st-wall{display:flex;flex-direction:column;gap:18px;margin-top:48px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.st .st-wall__row{display:flex;gap:18px;width:max-content;animation:st-marquee 70s linear infinite}.st .st-wall__row--rev{animation-direction:reverse;animation-duration:85s}.st .st-wall__row:hover{animation-play-state:paused}.st .st-rcard{width:400px;flex-shrink:0;background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;display:flex;flex-direction:column;gap:12px}.st .st-rcard .st-stars svg{width:16px;height:16px}.st .st-rcard h3{font-size:21px}.st .st-rcard p{font-size:16px;color:var(--body);line-height:1.5}.st .st-rcard__by{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;margin-top:auto}.st .st-rcard__av{width:38px;height:38px;border-radius:50%;background:var(--tint);color:var(--navy);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:16px;overflow:hidden;flex-shrink:0}.st .st-rcard__av img{width:100%;height:100%;object-fit:cover}.st .st-rcard__v{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#1d6b3a;font-weight:700;margin-left:auto}.st .st-rcard__v svg{width:14px;height:14px}.st .st-daily{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.st .st-daily__media{position:relative;border-radius:32px;overflow:hidden;background:var(--tint);min-height:520px}.st .st-daily__media img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.st .st-daily__media .st-chew--float{z-index:2}.st .st-daily__c1{top:40px;left:40px;width:56px;height:56px}.st .st-daily__c2{bottom:60px;right:50px;width:70px;height:70px;animation-delay:-2.5s}.st .st-steps{display:flex;flex-direction:column;gap:28px;margin-top:36px}.st .st-dstep{display:flex;gap:20px;align-items:flex-start}.st .st-dstep__ic{flex-shrink:0;width:64px;height:64px;border-radius:50%;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--navy)}.st .st-dstep__ic svg{width:28px;height:28px}.st .st-dstep__ic .st-chew{width:34px;height:34px}.st .st-dstep h3{font-size:24px;margin-bottom:6px}.st .st-dstep p{font-size:17px;color:var(--body)}.st .st-urg{background:var(--navy-deep);color:#eef1f8}.st .st-urg h2{color:#fff}.st .st-urg .st-eyebrow{color:var(--lime)}.st .st-urg__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center}.st .st-urg__copy{display:flex;flex-direction:column;gap:22px}.st .st-urg__copy p{color:#c9d1e6;font-size:19px}.st .st-urg__points{display:flex;flex-direction:column;gap:14px;margin-top:6px}.st .st-urg__points div{display:flex;gap:12px;align-items:flex-start;font-size:17px;color:#e4e9f5}.st .st-urg__points svg{width:22px;height:22px;flex-shrink:0;color:var(--lime);margin-top:3px}.st .st-urg__cta{display:flex;flex-direction:column;gap:14px;margin-top:10px}.st .st-urg .st-btn--primary{background:var(--lime);color:var(--navy-deep)}.st .st-urg .st-btn--primary:hover{background:#b7db4e;color:var(--navy-deep)}.st .st-code{display:inline-flex;align-items:center;gap:10px;font-size:16px;color:#c9d1e6}.st .st-code b{background:#16295e;border:1px dashed #4B63A8;color:#fff;padding:6px 12px;border-radius:8px;letter-spacing:2px;font-family:monospace;font-size:16px}.st .st-cal{background:var(--navy-mid);border:1px solid #2A3E78;border-radius:28px;padding:32px}.st .st-cal__head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:20px;font-size:15px;color:#afbbda;font-weight:600}.st .st-cal__head b{color:#fff;font-size:18px}.st .st-cal__grid{display:grid;grid-template-columns:repeat(10,1fr);gap:10px}.st .st-cal__d{aspect-ratio:1;border-radius:22%;background:#0f2255;border:1px solid #2A3E78;position:relative;transform:scale(.85);transition:transform .35s cubic-bezier(.2,.9,.3,1.3),background .35s,border-color .35s}.st .st-cal__d.on{transform:scale(1);border-color:transparent;background:radial-gradient(circle at 32% 26%,rgba(255,255,255,.55) 0,rgba(255,255,255,.14) 18%,transparent 42%),linear-gradient(145deg,#a63347,#7a1a2c,#4a0c17);box-shadow:inset -3px -4px 6px #0006,0 6px 12px #4a0c1766}.st .st-cal__foot{margin-top:22px;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15px;color:#c9d1e6}.st .st-cal__foot b{color:#fff;font-family:var(--serif);font-size:30px;line-height:1}.st .st-cal__pct{width:100%;height:8px;border-radius:999px;background:#0f2255;overflow:hidden;margin-top:14px}.st .st-cal__pct i{display:block;height:100%;width:0;background:var(--lime);transition:width 2.2s linear}.st .st-cal.is-run .st-cal__pct i{width:100%}@media(max-width:1100px){.st .st-inside__grid{grid-template-columns:1fr;gap:56px}.st .st-inside__col--l .st-callout{flex-direction:row;text-align:left}.st .st-proof{grid-template-columns:1fr;gap:32px}.st .st-proof__stats{border-left:0;padding-left:0;border-top:1px solid var(--line);padding-top:28px}.st .st-ugc{grid-template-columns:repeat(3,1fr)}.st .st-daily,.st .st-urg__grid{grid-template-columns:1fr}.st .st-cal__grid{grid-template-columns:repeat(6,1fr)}}@media(max-width:749px){.st .st-proof{padding:28px 22px}.st .st-proof__big{font-size:72px}.st .st-ugc{grid-template-columns:repeat(2,1fr);gap:10px}.st .st-ugc__item:nth-child(2n){margin-top:20px}.st .st-rcard{width:300px}.st .st-daily__media{min-height:360px}.st .st-cube-wrap,.st .st-cube{width:150px;height:150px}.st .st-cube__f--front{transform:translateZ(75px)}.st .st-cube__f--back{transform:rotateY(180deg) translateZ(75px)}.st .st-cube__f--right{transform:rotateY(90deg) translateZ(75px)}.st .st-cube__f--left{transform:rotateY(-90deg) translateZ(75px)}.st .st-cube__f--top{transform:rotateX(90deg) translateZ(75px)}.st .st-cube__f--bottom{transform:rotateX(-90deg) translateZ(75px)}.st .st-inside__ring{width:250px;height:250px;margin:-125px 0 0 -125px}.st .st-hero__chew1{top:30px;right:30px;width:46px;height:46px}.st .st-hero__chew2{bottom:60px;left:30px;width:36px;height:36px}.st .st-hero__chew3{display:none}.st .st-cal{padding:22px}.st .st-cal__grid{gap:7px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/st-home-v2.css.map */
