.s1-xc{--xc-yellow: #eab308;--xc-yellow-400: #facc15;--xc-yellow-600: #ca8a04;--xc-zinc-200: #e4e4e7;--xc-zinc-300: #d4d4d8;--xc-zinc-400: #a1a1aa;--xc-zinc-500: #71717a;--xc-zinc-600: #52525b;--xc-zinc-700: #3f3f46;--xc-zinc-800: #27272a;--xc-zinc-900: #18181b;--xc-zinc-950: #09090b;display:block;color:#fff}.s1-xc__container{max-width:80rem;margin-inline:auto;padding-inline:24px;position:relative;z-index:1}.s1-xc-fade{opacity:0;transform:translateY(30px);transition:opacity 1s ease-out,transform 1s cubic-bezier(.16,1,.3,1)}.s1-xc-fade.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.s1-xc-fade{opacity:1;transform:none;transition:none}}.s1-xc__shine{display:inline-block;background:linear-gradient(90deg,var(--xc-yellow-400),#fef08a,var(--xc-yellow));background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:s1-xc-shine-sweep 4s linear infinite}@keyframes s1-xc-shine-sweep{0%{background-position:0% center}to{background-position:200% center}}@media(prefers-reduced-motion:reduce){.s1-xc__shine{animation:none}}.s1-xc__grad{background:linear-gradient(90deg,var(--xc-yellow-400),var(--xc-yellow-600));-webkit-background-clip:text;background-clip:text;color:transparent}.s1-xc-hero{position:relative;height:100vh;min-height:640px;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}.s1-xc-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.s1-xc-hero__bg video{width:100%;height:100%;object-fit:cover;opacity:.5}.s1-xc-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009}.s1-xc-hero__spotlight{position:absolute;width:800px;height:800px;left:50%;top:50%;margin-left:-400px;margin-top:-400px;background:#eab3081a;border-radius:999px;filter:blur(120px);transition:transform 1s ease-out;pointer-events:none}.s1-xc-hero__content{position:relative;z-index:2;text-align:center;padding-inline:24px;max-width:80rem;margin-inline:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .2s ease-out}@media screen and (min-width:768px){.s1-xc-hero__content{margin-top:3rem}}.s1-xc-hero__pill{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);margin-bottom:2rem}.s1-xc-hero__pill .s1-icon{color:var(--xc-yellow)}.s1-xc-hero__pill span{color:var(--xc-zinc-300);font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.s1-xc-hero__title{font-size:3rem;font-weight:700;letter-spacing:-.05em;color:#fff;line-height:.9;font-style:italic;text-transform:uppercase;margin:0 0 2rem}@media screen and (min-width:640px){.s1-xc-hero__title{font-size:4.5rem}}@media screen and (min-width:768px){.s1-xc-hero__title{font-size:6rem}}@media screen and (min-width:1024px){.s1-xc-hero__title{font-size:8rem}}.s1-xc-hero__title span{display:block}.s1-xc-hero__title .s1-xc__shine{padding-bottom:1rem;padding-right:8px}.s1-xc-hero__copy{font-size:1rem;color:var(--xc-zinc-400);max-width:42rem;margin:0 auto 2.5rem;font-weight:500;line-height:1.6}@media screen and (min-width:640px){.s1-xc-hero__copy{font-size:1.125rem}}@media screen and (min-width:768px){.s1-xc-hero__copy{font-size:1.25rem}}.s1-xc-hero__copy strong{color:#fff;font-weight:500}.s1-xc-hero__ctas{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}@media screen and (min-width:640px){.s1-xc-hero__ctas{flex-direction:row}}.s1-xc-hero__cta{position:relative;padding:1rem 2rem;border-radius:999px;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.05em;min-width:200px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s ease;border:none;overflow:hidden}@media screen and (min-width:640px){.s1-xc-hero__cta{font-size:1rem}}.s1-xc-hero__cta--primary{background:var(--xc-yellow);color:#000}.s1-xc-hero__cta--primary:hover{transform:scale(1.05);box-shadow:0 0 40px #eab30866}.s1-xc-hero__cta--secondary{background:var(--xc-zinc-900);color:#fff;border:1px solid var(--xc-zinc-800)}.s1-xc-hero__cta--secondary .s1-icon{color:var(--xc-zinc-500);transition:color .2s}.s1-xc-hero__cta--secondary:hover{background:var(--xc-zinc-800);border-color:var(--xc-zinc-600)}.s1-xc-hero__cta--secondary:hover .s1-icon{color:#fff}.s1-xc-hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;animation:s1-xc-bounce 1s infinite}.s1-xc-hero__scroll button{padding:8px;color:var(--xc-zinc-500);background:none;border:none;cursor:pointer;transition:color .2s}.s1-xc-hero__scroll button:hover{color:var(--xc-yellow)}@keyframes s1-xc-bounce{0%,to{transform:translate(-50%) translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translate(-50%) translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}@media(prefers-reduced-motion:reduce){.s1-xc-hero__scroll{animation:none}}.s1-xc-problem{padding-block:5rem;background:var(--xc-zinc-950);position:relative;overflow:hidden}.s1-xc-problem.is-light{background:#fff}.s1-xc-problem__glow{position:absolute;top:0;right:0;width:33.3%;height:100%;background:linear-gradient(to left,rgba(113,63,18,.1),transparent);pointer-events:none}.s1-xc-problem.is-light .s1-xc-problem__glow{background:linear-gradient(to left,rgba(234,179,8,.05),transparent)}.s1-xc-problem__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:4rem;align-items:center}@media screen and (min-width:768px){.s1-xc-problem__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.s1-xc-problem__title{font-size:2.25rem;font-weight:700;color:#fff;line-height:1.15;margin:0 0 2rem;text-transform:uppercase;font-style:italic}@media screen and (min-width:768px){.s1-xc-problem__title{font-size:3.75rem}}.s1-xc-problem.is-light .s1-xc-problem__title{color:#000}.s1-xc-problem__title em{color:var(--xc-yellow);font-style:inherit}.s1-xc-problem__intro,.s1-xc-problem__outro{font-size:1.25rem;color:var(--xc-zinc-400);font-weight:300;line-height:1.6;margin:0 0 2rem}.s1-xc-problem.is-light .s1-xc-problem__intro,.s1-xc-problem.is-light .s1-xc-problem__outro{color:var(--xc-zinc-600)}.s1-xc-problem__outro em{color:var(--xc-yellow);font-weight:700;font-style:normal;border-bottom:1px solid var(--xc-yellow)}.s1-xc-problem__pains{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.s1-xc-problem__pain{padding:1rem;border-radius:12px;background:#18181b80;border:1px solid var(--xc-zinc-800);display:flex;align-items:flex-start;gap:1rem}.s1-xc-problem.is-light .s1-xc-problem__pain{background:#fafafa;border-color:var(--xc-zinc-200)}.s1-xc-problem__pain-icon{background:#7f1d1d33;padding:8px;border-radius:999px;margin-top:4px;color:#ef4444;display:inline-flex;flex-shrink:0}.s1-xc-problem.is-light .s1-xc-problem__pain-icon{background:#fee2e2}.s1-xc-problem__pain h4{color:var(--xc-zinc-300);font-weight:700;margin:0 0 4px;font-size:1rem}.s1-xc-problem.is-light .s1-xc-problem__pain h4{color:var(--xc-zinc-900, #18181b)}.s1-xc-problem__pain p{color:var(--xc-zinc-500);font-size:14px;margin:0;line-height:1.5}.s1-xc-problem__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:2rem}.s1-xc-problem__feature{background:var(--xc-zinc-900);padding:1.5rem;border-radius:16px;border:1px solid var(--xc-zinc-800);transition:border-color .2s}.s1-xc-problem.is-light .s1-xc-problem__feature{background:var(--xc-zinc-100, #f4f4f5);border-color:var(--xc-zinc-200)}.s1-xc-problem__feature:hover{border-color:#eab30880}.s1-xc-problem__feature .s1-icon{width:2rem;height:2rem;color:var(--xc-yellow);margin-bottom:1rem}.s1-xc-problem__feature h3{color:#fff;font-weight:700;font-size:1.125rem;margin:0 0 8px}.s1-xc-problem.is-light .s1-xc-problem__feature h3{color:#000}.s1-xc-problem__feature p{color:var(--xc-zinc-500);font-size:14px;margin:0;line-height:1.5}.s1-xc-video{position:relative;height:500px;width:100%;background:var(--xc-zinc-900);border-radius:24px;overflow:hidden;border:1px solid var(--xc-zinc-800);display:flex;align-items:center;justify-content:center;box-shadow:0 25px 50px -12px #713f121a}@media screen and (min-width:768px){.s1-xc-video{height:100%;min-height:500px}}.s1-xc-video--tall{height:600px}.s1-xc-video video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.6;transition:opacity .5s;cursor:pointer}.s1-xc-video.is-playing video{opacity:1}.s1-xc-video__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000,rgba(0,0,0,.2),transparent);cursor:pointer;transition:opacity .5s;z-index:1}.s1-xc-video.is-playing .s1-xc-video__overlay{opacity:0;pointer-events:none}.s1-xc-video__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.s1-xc-video__play-btn{width:5rem;height:5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:999px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);transition:transform .2s;color:#fff}.s1-xc-video__play-btn .s1-icon{width:40px;height:40px;margin-left:8px}.s1-xc-video__overlay:hover .s1-xc-video__play-btn{transform:scale(1.1)}.s1-xc-video__controls{position:absolute;top:1rem;right:1rem;z-index:3;display:flex;gap:8px}.s1-xc-video__controls button{padding:8px;border-radius:999px;background:#0006;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);color:#fff;cursor:pointer;transition:background .2s;display:inline-flex}.s1-xc-video__controls button:hover{background:#0009}.s1-xc-video [data-xc-icon-play]{display:inline-flex}.s1-xc-video [data-xc-icon-pause],.s1-xc-video.is-playing [data-xc-icon-play]{display:none}.s1-xc-video.is-playing [data-xc-icon-pause]{display:inline-flex}.s1-xc-video [data-xc-icon-muted]{display:none}.s1-xc-video [data-xc-icon-sound],.s1-xc-video.is-muted [data-xc-icon-muted]{display:inline-flex}.s1-xc-video.is-muted [data-xc-icon-sound]{display:none}.s1-xc-video__caption{position:absolute;bottom:2rem;left:0;right:0;z-index:2;text-align:center;padding-inline:1rem;pointer-events:none;transition:opacity .5s}.s1-xc-video.is-playing .s1-xc-video__caption{opacity:0}.s1-xc-video__caption-pill{display:inline-flex;align-items:center;gap:8px;background:#0009;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:8px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.1)}.s1-xc-video__caption-pill span{color:#fff;font-weight:700;font-size:14px}@media screen and (min-width:640px){.s1-xc-video__caption-pill span{font-size:1rem}}.s1-xc-video__caption-pill .s1-icon{color:#3b82f6;flex-shrink:0}.s1-xc-usps{padding-block:6rem;background:var(--xc-zinc-950);border-top:1px solid var(--xc-zinc-900);border-bottom:1px solid var(--xc-zinc-900);overflow:hidden}.s1-xc-usps.is-light{background:#fff;border-color:var(--xc-zinc-200)}.s1-xc-usps__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:4rem;align-items:center}@media screen and (min-width:1024px){.s1-xc-usps__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.s1-xc-usps__badge{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:999px;background:#eab3081a;border:1px solid rgba(234,179,8,.2);margin-bottom:1.5rem}.s1-xc-usps__badge i{width:8px;height:8px;border-radius:999px;background:var(--xc-yellow);animation:s1-xc-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes s1-xc-pulse{0%,to{opacity:1}50%{opacity:.5}}.s1-xc-usps__badge span{color:var(--xc-yellow);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.s1-xc-usps__title{font-size:2.25rem;font-weight:700;color:#fff;font-style:italic;text-transform:uppercase;line-height:1;margin:0 0 1.5rem}@media screen and (min-width:768px){.s1-xc-usps__title{font-size:3rem}}.s1-xc-usps.is-light .s1-xc-usps__title{color:#000}.s1-xc-usps__title .s1-xc__grad{padding-bottom:8px;padding-right:8px;display:inline-block}.s1-xc-usps__intro{color:var(--xc-zinc-400);font-size:1.125rem;line-height:1.6;margin:0 0 3rem}.s1-xc-usps.is-light .s1-xc-usps__intro{color:var(--xc-zinc-600)}.s1-xc-usps__features{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem}@media screen and (min-width:640px){.s1-xc-usps__features{grid-template-columns:repeat(2,minmax(0,1fr))}}.s1-xc-usps__feature-icon{width:3rem;height:3rem;background:var(--xc-zinc-900);border-radius:12px;border:1px solid var(--xc-zinc-800);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--xc-zinc-400);transition:all .3s}.s1-xc-usps__feature:hover .s1-xc-usps__feature-icon{border-color:#eab30880;box-shadow:0 0 20px #eab3081a;color:var(--xc-yellow)}.s1-xc-usps__feature h3{color:#fff;font-weight:700;font-size:1.125rem;margin:0 0 8px}.s1-xc-usps.is-light .s1-xc-usps__feature h3{color:#000}.s1-xc-usps__feature p,.s1-xc-usps__feature div{color:var(--xc-zinc-500);font-size:14px;line-height:1.6;margin:0}.s1-xc-usps__feature strong{color:var(--xc-yellow);font-weight:700}.s1-xc-testimonials{padding-block:5rem;background:#000;border-top:1px solid var(--xc-zinc-900);border-bottom:1px solid var(--xc-zinc-900);overflow:hidden;position:relative}.s1-xc-testimonials__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,#18181b80,#000,#000)}.s1-xc-testimonials__head{text-align:center;margin-bottom:3rem}.s1-xc-testimonials__title{font-size:1.875rem;font-weight:700;color:#fff;text-transform:uppercase;font-style:italic;letter-spacing:-.03em;margin:0 0 1rem}@media screen and (min-width:768px){.s1-xc-testimonials__title{font-size:3rem}}.s1-xc-testimonials__title em{color:var(--xc-yellow);font-style:inherit}.s1-xc-testimonials__sub{color:var(--xc-zinc-400);max-width:36rem;margin:0 auto;line-height:1.6}.s1-xc-testimonials__strip-wrap{position:relative;width:100%;z-index:1}.s1-xc-testimonials__fade{position:absolute;top:0;bottom:0;width:3rem;z-index:2;pointer-events:none}@media screen and (min-width:768px){.s1-xc-testimonials__fade{width:12rem}}.s1-xc-testimonials__fade--left{left:0;background:linear-gradient(to right,#000,transparent)}.s1-xc-testimonials__fade--right{right:0;background:linear-gradient(to left,#000,transparent)}.s1-xc-testimonials__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:2rem;height:2rem;background:#18181bcc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--xc-zinc-800);border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s;box-shadow:0 20px 25px -5px #0006}@media screen and (min-width:768px){.s1-xc-testimonials__arrow{width:3rem;height:3rem}}.s1-xc-testimonials__arrow:hover{color:var(--xc-yellow);border-color:var(--xc-yellow)}.s1-xc-testimonials__arrow--left{left:8px}.s1-xc-testimonials__arrow--right{right:8px}@media screen and (min-width:768px){.s1-xc-testimonials__arrow--left{left:1rem}.s1-xc-testimonials__arrow--right{right:1rem}}.s1-xc-testimonials__strip{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.s1-xc-testimonials__strip::-webkit-scrollbar{display:none}.s1-xc-testimonials__row{display:flex;width:max-content;padding-inline:24px}@media screen and (min-width:768px){.s1-xc-testimonials__row{padding-inline:0}}.s1-xc-testimonial{scroll-snap-align:center;width:65vw;background:#18181bcc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--xc-zinc-800);padding:1.5rem;border-radius:16px;margin-right:1rem;flex-shrink:0;position:relative;transition:border-color .3s}.s1-xc-testimonial:hover{border-color:#eab30880}@media screen and (min-width:640px){.s1-xc-testimonial{width:350px}}@media screen and (min-width:768px){.s1-xc-testimonial{width:450px;padding:2rem;border-radius:24px;margin-inline:1rem}}.s1-xc-testimonial__quote{position:absolute;top:1.5rem;right:1.5rem;color:var(--xc-zinc-800);transition:color .3s}.s1-xc-testimonial:hover .s1-xc-testimonial__quote{color:#eab30833}.s1-xc-testimonial__stars{display:flex;gap:4px;color:var(--xc-yellow);margin-bottom:1rem}@media screen and (min-width:768px){.s1-xc-testimonial__stars{margin-bottom:1.5rem}}.s1-xc-testimonial__text{color:var(--xc-zinc-200);font-size:14px;font-weight:500;line-height:1.6;margin:0 0 1.5rem;position:relative;z-index:1}@media screen and (min-width:640px){.s1-xc-testimonial__text{font-size:1rem}}@media screen and (min-width:768px){.s1-xc-testimonial__text{font-size:1.25rem;margin-bottom:2rem}}.s1-xc-testimonial__who{display:flex;align-items:center;gap:12px}.s1-xc-testimonial__name{display:flex;align-items:center;gap:6px}.s1-xc-testimonial__name span{font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em;font-size:12px}@media screen and (min-width:768px){.s1-xc-testimonial__name span{font-size:14px}}.s1-xc-testimonial__name .s1-icon{color:#3b82f6}.s1-xc-testimonial__sport{font-size:10px;color:var(--xc-yellow);font-weight:700;text-transform:uppercase;letter-spacing:.1em}@media screen and (min-width:768px){.s1-xc-testimonial__sport{font-size:12px}}.s1-xc-audience__label{text-align:center;margin-bottom:8px}.s1-xc-audience__label span{font-weight:700;font-size:1.125rem;text-transform:uppercase;font-style:italic;letter-spacing:.05em;padding:4px 16px;background:#0000001a;border-radius:8px}@media screen and (min-width:768px){.s1-xc-audience__label span{font-size:1.25rem}}.s1-xc-audience__band{padding-block:2rem;background:var(--xc-yellow);border-top:1px solid var(--xc-yellow-600);border-bottom:1px solid var(--xc-yellow-600);overflow:hidden;position:relative}.s1-xc-audience__track{display:flex;width:max-content;animation:s1-xc-marquee 60s linear infinite}@keyframes s1-xc-marquee{0%{transform:translate(0)}to{transform:translate(-33.33%)}}@media(prefers-reduced-motion:reduce){.s1-xc-audience__track{animation:none}}.s1-xc-audience__item{display:flex;align-items:center;margin-inline:1rem}@media screen and (min-width:768px){.s1-xc-audience__item{margin-inline:2rem}}.s1-xc-audience__item-inner{display:flex;align-items:center;gap:8px}@media screen and (min-width:768px){.s1-xc-audience__item-inner{gap:1rem}}.s1-xc-audience__item span:first-child{color:#000;font-weight:700;font-size:1.125rem;text-transform:uppercase;letter-spacing:-.02em;white-space:nowrap}@media screen and (min-width:768px){.s1-xc-audience__item span:first-child{font-size:1.5rem}}.s1-xc-audience__dot{width:8px;height:8px;border-radius:999px;background:#0000004d}.s1-xc-faq{padding-block:4rem;background:#000;border-top:1px solid var(--xc-zinc-900)}.s1-xc-faq.is-light{background:#fff;border-color:var(--xc-zinc-200)}.s1-xc-faq__container{max-width:48rem;margin-inline:auto;padding-inline:24px}.s1-xc-faq__title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 3rem;text-align:center;text-transform:uppercase;font-style:italic;letter-spacing:-.02em}@media screen and (min-width:768px){.s1-xc-faq__title{font-size:1.875rem}}.s1-xc-faq.is-light .s1-xc-faq__title{color:#000}.s1-xc-faq__list{display:flex;flex-direction:column;gap:1rem}.s1-xc-faq__item{border:1px solid var(--xc-zinc-800);border-radius:16px;overflow:hidden;background:#18181b4d;transition:background .2s}.s1-xc-faq__item:hover{background:#18181b80}.s1-xc-faq.is-light .s1-xc-faq__item{border-color:var(--xc-zinc-200);background:#fafafa}.s1-xc-faq.is-light .s1-xc-faq__item:hover{background:var(--xc-zinc-100, #f4f4f5)}.s1-xc-faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;text-align:left;background:none;border:none;cursor:pointer;gap:1rem}.s1-xc-faq__q span{font-weight:700;font-size:14px;color:var(--xc-zinc-200);transition:color .2s}@media screen and (min-width:768px){.s1-xc-faq__q span{font-size:1rem}}.s1-xc-faq.is-light .s1-xc-faq__q span{color:var(--xc-zinc-800)}.s1-xc-faq__q:hover span{color:#fff}.s1-xc-faq.is-light .s1-xc-faq__q:hover span{color:#000}.s1-xc-faq__q .s1-icon{flex-shrink:0;color:var(--xc-zinc-500);transition:color .2s}.s1-xc-faq.is-light .s1-xc-faq__q .s1-icon{color:var(--xc-zinc-400)}.s1-xc-faq__icon--minus{display:none}.s1-xc-faq__item.is-open .s1-xc-faq__icon--minus{display:inline-flex;color:var(--xc-yellow)}.s1-xc-faq__item.is-open .s1-xc-faq__icon--plus{display:none}.s1-xc-faq__a{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out,padding .3s ease-in-out;padding:0 1.5rem;color:var(--xc-zinc-400);font-size:14px;line-height:1.6}.s1-xc-faq.is-light .s1-xc-faq__a{color:var(--xc-zinc-600)}.s1-xc-faq__item.is-open .s1-xc-faq__a{max-height:24rem;opacity:1;padding-bottom:1.5rem}.s1-xc-trust{padding-block:3rem;background:var(--xc-zinc-950);border-top:1px solid var(--xc-zinc-900);position:relative;overflow:hidden}@media screen and (min-width:768px){.s1-xc-trust{padding-block:4rem}}.s1-xc-trust__container{max-width:72rem;margin-inline:auto;padding-inline:24px;position:relative}.s1-xc-trust__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:300px;background:#ca8a040d;filter:blur(120px);border-radius:999px;pointer-events:none}.s1-xc-trust__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;position:relative;z-index:1}@media screen and (min-width:768px){.s1-xc-trust__inner{gap:3rem}}.s1-xc-trust__head{text-align:center;max-width:48rem;margin-inline:auto}.s1-xc-trust__title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1rem;letter-spacing:-.02em;text-transform:uppercase;font-style:italic}@media screen and (min-width:768px){.s1-xc-trust__title{font-size:2.25rem}}.s1-xc-trust__copy{color:var(--xc-zinc-400);font-size:14px;line-height:1.6;font-weight:300;max-width:42rem;margin:0 auto}@media screen and (min-width:768px){.s1-xc-trust__copy{font-size:1rem}}.s1-xc-trust__copy strong{color:#fff;font-weight:500}.s1-xc-trust__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#27272a80;border-radius:16px;overflow:hidden;border:1px solid rgba(39,39,42,.5);box-shadow:0 25px 50px -12px #713f121a;width:100%;max-width:56rem}@media screen and (min-width:768px){.s1-xc-trust__stats{grid-template-columns:repeat(4,minmax(0,1fr))}}.s1-xc-trust__stat{background:#18181bcc;padding:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:background .2s}@media screen and (min-width:768px){.s1-xc-trust__stat{padding:2rem}}.s1-xc-trust__stat:hover{background:var(--xc-zinc-900)}.s1-xc-trust__stat-icon{margin-bottom:12px;color:var(--xc-yellow-400);opacity:.8;transition:all .3s}.s1-xc-trust__stat:hover .s1-xc-trust__stat-icon{opacity:1;transform:scale(1.1)}.s1-xc-trust__stat-value{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.03em;margin-bottom:4px;font-style:italic}@media screen and (min-width:768px){.s1-xc-trust__stat-value{font-size:2.25rem}}.s1-xc-trust__stat-label{font-size:10px;font-weight:700;color:var(--xc-zinc-500);text-transform:uppercase;letter-spacing:.1em}@media screen and (min-width:768px){.s1-xc-trust__stat-label{font-size:12px}}.s1-xc-trust__social{grid-column:span 2;background:#18181bcc;padding:1.5rem;display:flex;align-items:center;justify-content:center;border-left:1px solid rgba(39,39,42,.5);transition:background .2s}@media screen and (min-width:768px){.s1-xc-trust__social{padding:2rem}}.s1-xc-trust__social:hover{background:var(--xc-zinc-900)}.s1-xc-trust__avatars{display:flex;flex-direction:row-reverse}.s1-xc-trust__avatars>*{width:2rem;height:2rem;border-radius:999px;border:2px solid var(--xc-zinc-900);background:var(--xc-zinc-800);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;margin-left:-12px}@media screen and (min-width:768px){.s1-xc-trust__avatars>*{width:2.5rem;height:2.5rem}}.s1-xc-trust__avatars>*:last-child{margin-left:0}.s1-xc-trust__avatars img{width:100%;height:100%;object-fit:cover;opacity:.8}.s1-xc-trust__avatars-more{font-size:10px;font-weight:700;color:#fff;z-index:1}.s1-xc-trust__social-info{margin-left:1rem;text-align:left}.s1-xc-trust__social-stars{display:flex;align-items:center;gap:4px;margin-bottom:4px;color:var(--xc-yellow)}.s1-xc-trust__social-label{font-size:12px;color:var(--xc-zinc-400);font-weight:500}.s1-xc-guarantee{padding-block:4rem;background:#000;border-top:1px solid var(--xc-zinc-900);position:relative;overflow:hidden}@media screen and (min-width:768px){.s1-xc-guarantee{padding-block:8rem}}.s1-xc-guarantee.is-light{background:#fff;border-color:var(--xc-zinc-200)}.s1-xc-guarantee__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:#713f121a;filter:blur(120px);border-radius:999px;pointer-events:none;animation:s1-xc-pulse 4s cubic-bezier(.4,0,.6,1) infinite}.s1-xc-guarantee.is-light .s1-xc-guarantee__glow{background:#eab30814}.s1-xc-guarantee__container{max-width:56rem;margin-inline:auto;padding-inline:1rem;position:relative;z-index:1}@media screen and (min-width:768px){.s1-xc-guarantee__container{padding-inline:24px}}.s1-xc-guarantee__card{position:relative;background:#18181be6;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(39,39,42,.5);border-radius:24px;padding:1.5rem;overflow:hidden;box-shadow:0 25px 50px -12px #713f121a;transition:transform .7s}@media screen and (min-width:768px){.s1-xc-guarantee__card{padding:4rem}}.s1-xc-guarantee__card:hover{transform:scale(1.01)}.s1-xc-guarantee__inner{display:flex;flex-direction:column;align-items:center;text-align:center}.s1-xc-guarantee__shield-wrap{position:relative;margin-bottom:2.5rem;transition:transform .5s ease-out}.s1-xc-guarantee__card:hover .s1-xc-guarantee__shield-wrap{transform:scale(1.1)}.s1-xc-guarantee__shield-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:#eab30833;filter:blur(48px);border-radius:999px}.s1-xc-guarantee__shield{position:relative;width:6rem;height:6rem;border-radius:999px;background:linear-gradient(to bottom,var(--xc-zinc-800),var(--xc-zinc-950));border:1px solid var(--xc-zinc-700);display:flex;align-items:center;justify-content:center;box-shadow:0 0 40px #eab30833}@media screen and (min-width:768px){.s1-xc-guarantee__shield{width:7rem;height:7rem}}.s1-xc-guarantee__shield .s1-icon{color:var(--xc-yellow);width:2.5rem;height:2.5rem;filter:drop-shadow(0 4px 3px rgba(0,0,0,.3))}@media screen and (min-width:768px){.s1-xc-guarantee__shield .s1-icon{width:3rem;height:3rem}}.s1-xc-guarantee__days{position:absolute;bottom:-8px;right:-8px;background:var(--xc-yellow);color:#000;font-size:14px;font-weight:700;padding:4px 12px;border-radius:999px;border:4px solid var(--xc-zinc-950);box-shadow:0 10px 15px -3px #0000004d;display:flex;align-items:center;gap:4px;white-space:nowrap}.s1-xc-guarantee__days i{font-size:10px;text-transform:uppercase;font-style:normal}.s1-xc-guarantee__title{font-size:1.875rem;font-weight:700;color:#fff;margin:0 0 1.5rem;letter-spacing:-.02em;font-style:italic;text-transform:uppercase}@media screen and (min-width:768px){.s1-xc-guarantee__title{font-size:3rem}}.s1-xc-guarantee__title .s1-xc__shine{padding-bottom:8px;padding-right:8px}.s1-xc-guarantee__copy{font-size:1.25rem;color:#e4e4e7;margin:0 0 2rem;font-weight:500;line-height:1.6;max-width:42rem;margin-inline:auto}@media screen and (min-width:768px){.s1-xc-guarantee__copy{font-size:1.5rem}}.s1-xc-guarantee__points{display:flex;flex-wrap:wrap;justify-content:center;column-gap:2rem;row-gap:12px;margin-bottom:3rem;color:var(--xc-zinc-400);font-size:14px}@media screen and (min-width:768px){.s1-xc-guarantee__points{font-size:1rem}}.s1-xc-guarantee__point{display:flex;align-items:center;gap:8px}.s1-xc-guarantee__point-icon{background:#eab3081a;padding:4px;border-radius:999px;color:var(--xc-yellow);display:inline-flex}.s1-xc-guarantee__cta{position:relative;overflow:hidden;background:var(--xc-yellow);color:#000;padding:1.25rem 2.5rem;border-radius:999px;font-weight:700;font-size:1.125rem;border:none;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.02em;display:inline-flex;align-items:center;gap:12px;box-shadow:0 0 20px #eab3084d}.s1-xc-guarantee__cta:hover{background:var(--xc-yellow-400);transform:scale(1.02);box-shadow:0 0 30px #eab30880}.s1-xc-guarantee__cta .s1-icon{transition:transform .2s}.s1-xc-guarantee__cta:hover .s1-icon{transform:rotate(12deg)}.s1-xc-sticky{position:fixed;left:1rem;right:1rem;bottom:calc(3rem + 30px + env(safe-area-inset-bottom,20px));z-index:50;transform:translateY(150%);opacity:0;pointer-events:none;transition:all .5s ease-in-out;max-width:56rem}@media screen and (min-width:768px){.s1-xc-sticky{left:50%;right:auto;transform:translate(-50%) translateY(150%);width:auto;min-width:600px}}.s1-xc-sticky.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}@media screen and (min-width:768px){.s1-xc-sticky.is-visible{transform:translate(-50%) translateY(0)}}.s1-xc-sticky__bar{background:#18181be6;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--xc-zinc-800);padding:8px 8px 8px 1.5rem;border-radius:999px;box-shadow:0 25px 50px -12px #00000080;display:flex;align-items:center;justify-content:space-between;gap:1rem}@media screen and (min-width:768px){.s1-xc-sticky__bar{gap:2rem}}.s1-xc-sticky__info{display:flex;flex-direction:column;align-items:flex-start;gap:4px;font-size:14px;overflow:hidden;flex:1;min-width:0}@media screen and (min-width:768px){.s1-xc-sticky__info{flex-direction:row;align-items:center;gap:1.5rem}}.s1-xc-sticky__main{display:flex;align-items:center;gap:8px;color:#e4e4e7;font-weight:700;white-space:nowrap;min-width:0}.s1-xc-sticky__main .s1-icon{color:var(--xc-yellow);flex-shrink:0}.s1-xc-sticky__main span{font-size:10px;text-transform:uppercase;letter-spacing:.05em;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width:640px){.s1-xc-sticky__main span{font-size:14px}}.s1-xc-sticky__extras{display:none;align-items:center;gap:1rem;color:var(--xc-zinc-400);font-size:12px;border-left:1px solid var(--xc-zinc-800);padding-left:1.5rem}@media screen and (min-width:768px){.s1-xc-sticky__extras{display:flex}}.s1-xc-sticky__extra{display:flex;align-items:center;gap:6px;color:var(--xc-zinc-300);white-space:nowrap}.s1-xc-sticky__cta{background:var(--xc-yellow);color:#000;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:12px 1rem;border-radius:999px;font-size:14px;border:none;cursor:pointer;transition:all .3s;box-shadow:0 0 20px #eab3084d;white-space:nowrap;display:inline-flex;align-items:center;gap:8px;flex-shrink:0}@media screen and (min-width:640px){.s1-xc-sticky__cta{padding-inline:1.5rem}}.s1-xc-sticky__cta:hover{background:var(--xc-yellow-400);transform:scale(1.05);box-shadow:0 0 30px #eab30880}.s1-xc-sticky__cta:active{transform:scale(.95)}.s1-xc-sticky__cta .s1-icon{transition:transform .2s}.s1-xc-sticky__cta:hover .s1-icon{transform:translate(4px)}.s1-xc-hero__copy p,.s1-xc-trust__copy p,.s1-xc-usps__feature div p{margin:0}.s1-xc-testimonial:last-child{margin-right:1.5rem}.s1-xc-hero__cta--primary:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff3;transform:translateY(100%) skewY(12deg);transition:transform .3s ease-out;pointer-events:none}.s1-xc-hero__cta--primary:hover:after{transform:translateY(0) skewY(12deg)}.s1-xc-hero__cta--primary>*{position:relative;z-index:1}.s1-xc-guarantee__cta:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,transparent,rgba(255,255,255,.4),transparent);transform:translate(-100%) skew(-15deg);pointer-events:none}.s1-xc-guarantee__cta:hover:after{animation:s1-xc-shimmer 1.2s infinite}@keyframes s1-xc-shimmer{0%{transform:translate(-100%) skew(-15deg)}to{transform:translate(200%) skew(-15deg)}}.s1-xc-guarantee__cta>*{position:relative;z-index:1}@media(prefers-reduced-motion:reduce){.s1-xc-guarantee__cta:hover:after{animation:none}.s1-xc-hero__cta--primary:after{transition:none}}@media screen and (min-width:768px){.s1-xc-hero__copy strong{display:block}}.s1-xc-audience__band.is-paused .s1-xc-audience__track{animation-play-state:paused}@media screen and (max-width:767px){.s1-xc-hero__spotlight{filter:none;background:radial-gradient(circle,rgba(234,179,8,.1),transparent 65%)}}.s1-xc-faq__a{visibility:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out,padding .3s ease-in-out,visibility .3s}.s1-xc-faq__item.is-open .s1-xc-faq__a{visibility:visible;max-height:40rem}
/*# sourceMappingURL=/cdn/shop/t/735/assets/s1-xcup.css.map */
