.test-section__tag-hint{margin-bottom:16px;padding:12px 16px;border:1px dashed rgba(0,0,0,.25);border-radius:8px;font-size:.8125rem;line-height:1.5;background:#ffdd5726}.test-section__tag-hint-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.test-section__tag-chip{padding:3px 10px;border-radius:999px;background:#00000014;font-family:monospace;cursor:text;-webkit-user-select:all;user-select:all}.test-section__tag-chip--active{background:#14be5f;color:#fff;font-weight:700}.test-section__tag-hint-warning{display:block;margin-top:8px;color:#c0392b;font-weight:700}.test-section__extra-top-small{padding-top:40px!important}.test-section__extra-top-medium{padding-top:80px!important}.test-section__extra-top-large{padding-top:140px!important}.test-section__extra-bottom-small{padding-bottom:40px!important}.test-section__extra-bottom-medium{padding-bottom:80px!important}.test-section__extra-bottom-large{padding-bottom:140px!important}.test-section__floating-label{position:fixed;z-index:9000;display:inline-flex;align-items:center;gap:10px;max-width:min(320px,calc(100vw - 32px));padding:10px 16px;border-radius:999px;background:var(--floating-label-bg, #0a0a0a);color:var(--floating-label-text, #ffffff);box-shadow:0 12px 28px #00000047;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.test-section__floating-label--visible{opacity:1;transform:translateY(0)}.test-section__floating-label--bottom-left{left:20px;bottom:var(--floating-label-offset, 20px)}.test-section__floating-label--bottom-right{right:20px;bottom:var(--floating-label-offset, 20px)}.test-section__floating-label--top-left{left:20px;top:var(--floating-label-offset, 20px)}.test-section__floating-label--top-right{right:20px;top:var(--floating-label-offset, 20px)}.test-section__floating-label-dot{width:18px;height:18px;flex-shrink:0;color:var(--floating-label-dot, #14be5f)}.test-section__floating-label-dot svg{display:block;width:100%;height:100%;fill:currentColor}.test-section__floating-label-text{display:flex;flex-direction:column;line-height:1.25;font-size:.8125rem;color:inherit}.test-section__floating-label-text strong{font-weight:700}.test-section__floating-label-text span{font-size:.75rem;opacity:.7}@media(prefers-reduced-motion:reduce){.test-section__floating-label{transition:none}}.we-hero-video{position:relative;min-height:var(--hero-height, 90vh);min-height:var(--hero-height-dvh, 90dvh);display:flex;overflow:hidden}.we-hero-video__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.we-hero-video__video,.we-hero-video__media img,.we-hero-video__placeholder{display:block;width:100%;height:100%;object-fit:cover}.we-hero-video__poster{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.we-hero-video__video{position:relative;z-index:2;opacity:0;transition:opacity .4s ease}.we-hero-video--playing .we-hero-video__video{opacity:1}.we-hero-video--playing .we-hero-video__poster{opacity:0;pointer-events:none}.we-hero-video__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hero-overlay-color, #000000);opacity:var(--hero-overlay-opacity, .4);pointer-events:none}.we-hero-video__logo{position:absolute;top:clamp(28px,6vw,96px);left:clamp(28px,6vw,96px);z-index:2;width:clamp(32px,4vw,44px);height:clamp(32px,4vw,44px);color:var(--hero-text-color, #ffffff);pointer-events:none}.we-hero-video__logo svg{display:block;width:100%;height:100%;fill:currentColor}.we-hero-video__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:20px;width:100%;padding:clamp(28px,6vw,96px);color:var(--hero-text-color, #ffffff)}.we-hero-video__content--left{text-align:left;align-items:flex-start}.we-hero-video__content--center{text-align:center;align-items:center}.we-hero-video__content--right{text-align:right;align-items:flex-end}.we-hero-video__content--top{justify-content:flex-start}.we-hero-video__content--middle{justify-content:center}.we-hero-video__content--bottom{justify-content:flex-end}.we-hero-video__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.8125rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--hero-accent-color, #14be5f)}.we-hero-video__eyebrow:before{content:"";display:inline-block;width:28px;height:2px;background:var(--hero-accent-color, #14be5f);border-radius:999px}.we-hero-video__content--center .we-hero-video__eyebrow:before,.we-hero-video__content--right .we-hero-video__eyebrow:before{display:none}.we-hero-video__heading{margin:0;max-width:20ch;font-size:clamp(2.75rem,7vw,6rem);line-height:.98;letter-spacing:-.01em;text-transform:uppercase}.we-hero-video__subtitle{max-width:48ch;font-size:clamp(1rem,1.6vw,1.25rem);line-height:1.55;opacity:.92}.we-hero-video__subtitle>:first-child{margin-top:0}.we-hero-video__subtitle>:last-child{margin-bottom:0}.we-hero-video__button{display:inline-flex;align-items:center;margin-top:8px;padding:16px 34px;border-radius:999px;background:var(--hero-accent-color, #14be5f);color:#0a0a0a;font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.875rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.no-touchevents .we-hero-video__button:hover{transform:translateY(-2px);box-shadow:0 14px 28px #00000047}.we-hero-video__placeholder{display:flex;align-items:center;justify-content:center;background:#111;color:#999;text-align:center;padding:24px}.we-hero-video__scroll-hint{position:absolute;left:50%;bottom:clamp(20px,4vh,40px);z-index:1;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;color:var(--hero-text-color, #ffffff);opacity:.85}.we-hero-video__scroll-text{font-size:.6875rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.we-hero-video__scroll-line{position:relative;width:2px;height:34px;border-radius:999px;background:color-mix(in srgb,var(--hero-text-color, #ffffff) 30%,transparent);overflow:hidden}.we-hero-video__scroll-line:after{content:"";position:absolute;top:-100%;left:0;right:0;height:100%;background:var(--hero-accent-color, #14be5f);animation:we-hero-video-scroll 1.8s ease-in-out infinite}@keyframes we-hero-video-scroll{0%{top:-100%}60%{top:100%}to{top:100%}}@media(prefers-reduced-motion:reduce){.we-hero-video__scroll-line:after{animation:none;top:0}.we-hero-video__button{transition:none}}.we-marquee{overflow:hidden;background:var(--marquee-bg, #0a0a0a);color:var(--marquee-text, #ffffff);padding-block:clamp(12px,2vw,18px);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.we-marquee__track{display:flex;width:max-content;animation:we-marquee-scroll var(--marquee-duration, 25s) linear infinite}.we-marquee--pause-on-hover:hover .we-marquee__track{animation-play-state:paused}.we-marquee__item{display:inline-flex;align-items:center;gap:14px;padding-inline:clamp(16px,2.4vw,28px);white-space:nowrap;font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:clamp(.8125rem,1.4vw,1rem)}.we-marquee__logo{display:block;width:var(--marquee-logo-size, 14px);height:var(--marquee-logo-size, 14px);color:var(--marquee-accent, #14be5f);flex-shrink:0}.we-marquee__logo svg{display:block;width:100%;height:100%;fill:currentColor}@keyframes we-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.we-marquee__track{animation:none}}.hybrid-scroll-phase{position:relative;height:var(--hsp-scroll-length, 250vh)}.hybrid-scroll-phase--static{height:auto}.hybrid-scroll-phase__sticky{position:sticky;top:0;height:100vh;overflow:hidden;display:flex}.hybrid-scroll-phase--static .hybrid-scroll-phase__sticky{position:relative;height:70vh;min-height:480px}.hybrid-scroll-phase__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hybrid-scroll-phase__video,.hybrid-scroll-phase__media img{display:block;width:100%;height:100%;object-fit:cover}.hybrid-scroll-phase__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hsp-overlay-color, #000000);opacity:var(--hsp-overlay-opacity, .35);pointer-events:none}.hybrid-scroll-phase__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:16px;width:100%;padding:clamp(24px,5vw,72px);color:var(--hsp-text-color, #ffffff)}@media(max-width:749px){.hybrid-scroll-phase__content{padding-left:48px}}.hybrid-scroll-phase__content--left{text-align:left;align-items:flex-start}.hybrid-scroll-phase__content--center{text-align:center;align-items:center}.hybrid-scroll-phase__content--right{text-align:right;align-items:flex-end}.hybrid-scroll-phase__content--top{justify-content:flex-start}.hybrid-scroll-phase__content--middle{justify-content:center}.hybrid-scroll-phase__content--bottom{justify-content:flex-end}.hybrid-scroll-phase__eyebrow{display:flex;align-items:center;gap:12px;font-size:.875rem;letter-spacing:.14em;text-transform:uppercase;opacity:.85}.hybrid-scroll-phase__number{font-variant-numeric:tabular-nums;border:1px solid currentColor;border-radius:999px;padding:2px 10px}.hybrid-scroll-phase__thread{position:absolute;left:clamp(14px,2.5vw,28px);top:calc(clamp(56px,10vh,96px) + var(--hsp-top-offset, 0px));bottom:clamp(56px,10vh,96px);width:2px;z-index:1;background:color-mix(in srgb,var(--hsp-text-color, #ffffff) 22%,transparent);border-radius:999px;overflow:hidden;pointer-events:none}.hybrid-scroll-phase__thread-fill{position:absolute;top:0;left:0;right:0;height:0%;background:var(--hsp-accent-color, #14be5f);border-radius:inherit;transition:height .1s linear}.hybrid-scroll-phase__logo{position:absolute;top:calc(clamp(24px,5vw,72px) + var(--hsp-top-offset, 0px));left:clamp(24px,5vw,72px);z-index:2;width:clamp(28px,4vw,36px);height:clamp(28px,4vw,36px);color:#fff;transition:color .2s ease;pointer-events:none}@media(max-width:749px){.hybrid-scroll-phase__logo{left:48px}}.hybrid-scroll-phase__logo svg{display:block;width:100%;height:100%;fill:currentColor}.hybrid-scroll-phase__logo--active{color:var(--hsp-accent-color, #14be5f)}@media(prefers-reduced-motion:reduce){.hybrid-scroll-phase__thread{display:none}.hybrid-scroll-phase__logo{transition:none}}.hybrid-scroll-phase__heading{margin:0;max-width:16ch;font-size:clamp(2.25rem,5vw,4.5rem);line-height:1.05}.hybrid-scroll-phase__text{max-width:42ch;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.5}.hybrid-scroll-phase__text>:first-child{margin-top:0}.hybrid-scroll-phase__text>:last-child{margin-bottom:0}.hybrid-scroll-phase__button{display:inline-flex;align-items:center;align-self:inherit;padding:14px 28px;border-radius:999px;background:var(--hsp-text-color, #ffffff);color:#111;font-weight:600;text-decoration:none}.hybrid-scroll-phase__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#e8e8e8;color:#666;text-align:center;padding:24px}@media(prefers-reduced-motion:reduce){.hybrid-scroll-phase{height:auto}.hybrid-scroll-phase__sticky{position:relative;height:100vh}}
/*# sourceMappingURL=/cdn/shop/t/115/compiled_assets/styles.css.map?subset=AAAAAAAAAAAAXA */
