.hkwtt{--hkwtt-bg:#fff;--hkwtt-bg-image:none;--hkwtt-bg-size:cover;--hkwtt-bg-position:center center;--hkwtt-overlay-color:#fff;--hkwtt-overlay-opacity:0;--hkwtt-text:#111;--hkwtt-muted:#626262;--hkwtt-panel:#f7f7f7;--hkwtt-card:#fff;--hkwtt-border:#e3e3e3;--hkwtt-active:#111;--hkwtt-active-text:#fff;--hkwtt-radius:14px;--hkwtt-max:1500px;--hkwtt-scale:1.1;--hkwtt-heading:42px;--hkwtt-subtitle:16px;--hkwtt-reviewer:15px;--hkwtt-quote:13px;--hkwtt-logo:15px;--hkwtt-bottom-quote:16px;position:relative;isolation:isolate;overflow:hidden;background-color:var(--hkwtt-bg);background-image:var(--hkwtt-bg-image);background-size:var(--hkwtt-bg-size);background-position:var(--hkwtt-bg-position);background-repeat:no-repeat;color:var(--hkwtt-text);font-family:var(--font-body-family,inherit);padding:var(--hkwtt-pt,80px) 0 var(--hkwtt-pb,84px)}.hkwtt:before{content:"";position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;background:var(--hkwtt-overlay-color);opacity:var(--hkwtt-overlay-opacity);pointer-events:none}.hkwtt__shell{position:relative;z-index:1;width:min(calc(100% - 56px),var(--hkwtt-max));margin:0 auto}.hkwtt,.hkwtt *{box-sizing:border-box}.hkwtt button{font:inherit}.hkwtt__head{margin-bottom:34px}.hkwtt__title{margin:0;color:var(--hkwtt-text);font-family:var(--font-heading-family,inherit);font-size:calc(var(--hkwtt-heading) * var(--hkwtt-scale));font-weight:740;line-height:1.02;letter-spacing:-.04em}.hkwtt__subtitle{margin:11px 0 0;color:var(--hkwtt-muted);font-size:calc(var(--hkwtt-subtitle) * var(--hkwtt-scale));line-height:1.5}.hkwtt__experience{display:grid;grid-template-columns:minmax(390px,35%) minmax(0,65%);align-items:stretch;overflow:hidden;border:1px solid var(--hkwtt-border);border-radius:var(--hkwtt-radius);background:var(--hkwtt-panel);box-shadow:0 18px 48px #12141811}.hkwtt__rail{display:flex;min-width:0;flex-direction:column;padding:24px 20px 20px;background:var(--hkwtt-panel)}.hkwtt__tabs{display:flex;gap:10px;margin:0 0 20px;overflow-x:auto;scrollbar-width:none}.hkwtt__tabs::-webkit-scrollbar{display:none}.hkwtt__tab{flex:1 0 auto;min-width:104px;height:42px;padding:0 18px;border:1px solid #dedede;border-radius:999px;background:#fff;color:#171717;font-size:calc(13px * var(--hkwtt-scale));font-weight:650;line-height:1;cursor:pointer;white-space:nowrap;transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease}.hkwtt__tab:hover{border-color:#b9b9b9;transform:translateY(-1px)}.hkwtt__tab.is-active{border-color:var(--hkwtt-active);background:var(--hkwtt-active);color:var(--hkwtt-active-text);box-shadow:0 4px 14px #00000014}.hkwtt__tab[hidden]{display:none!important}.hkwtt__reviewers{position:relative;display:flex;min-height:0;max-height:424px;flex:1 1 auto;flex-direction:column;gap:8px;overflow-y:auto;padding-right:6px;scrollbar-color:#c7c7c7 transparent;scrollbar-width:thin}.hkwtt__reviewers::-webkit-scrollbar{width:5px}.hkwtt__reviewers::-webkit-scrollbar-thumb{border-radius:999px;background:#c7c7c7}.hkwtt__reviewer{width:100%;padding:13px 14px;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--hkwtt-text);text-align:left;cursor:pointer;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease}.hkwtt__reviewer:hover{background:#ffffffb8;transform:translate(2px)}.hkwtt__reviewer[hidden]{display:none!important}.hkwtt__reviewer.is-active{position:relative;border-color:color-mix(in srgb,var(--hkwtt-progress) 42%,transparent);background:var(--hkwtt-card);box-shadow:inset 3px 0 0 var(--hkwtt-progress),0 8px 24px #12141812;transform:none}.hkwtt__person{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:center}.hkwtt__avatar{width:48px;height:48px;display:block;border:1px solid #e2e2e2;border-radius:50%;background:#fff;object-fit:cover}.hkwtt__avatar-fallback{display:grid;place-items:center;font-family:var(--font-heading-family,inherit);font-weight:700;color:#777}.hkwtt__name{display:block;overflow:hidden;color:var(--hkwtt-text);font-size:calc(var(--hkwtt-reviewer) * var(--hkwtt-scale));font-weight:650;line-height:1.24;text-overflow:ellipsis;white-space:nowrap}.hkwtt__meta{display:block;margin-top:4px;color:#8a8a8a;font-size:12px;line-height:1.15}.hkwtt__review-quote{display:none;margin:12px 0 1px;padding:11px 5px 3px 60px;color:#505050;font-size:calc(var(--hkwtt-quote) * var(--hkwtt-scale));font-style:italic;line-height:1.5}.hkwtt__reviewer.is-active .hkwtt__review-quote{display:block}.hkwtt__stage{position:relative;min-width:0;min-height:470px;background:#000;aspect-ratio:16/9;overflow:hidden}.hkwtt__player,.hkwtt__poster,.hkwtt__empty{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hkwtt__player{z-index:2;border:0;background:#000;opacity:0;transition:opacity .25s ease}.hkwtt__player.is-ready{opacity:1}.hkwtt__native-video{object-fit:contain}.hkwtt__poster{z-index:1;display:block;object-fit:cover;background:#111;opacity:1;transition:opacity .25s ease}.hkwtt__poster.is-hidden{opacity:0}.hkwtt__empty{z-index:1;display:grid;place-items:center;background:#0d0d0d;color:#fff;text-align:center;padding:24px}.hkwtt__empty[hidden]{display:none}.hkwtt__empty-play{width:64px;height:44px;display:grid;place-items:center;margin:0 auto 12px;border-radius:11px;background:#f03;color:#fff;font-size:19px}.hkwtt__loader{position:absolute;z-index:4;top:50%;left:50%;width:30px;height:30px;border:2px solid rgba(255,255,255,.28);border-top-color:#fff;border-radius:50%;opacity:0;transform:translate(-50%,-50%);pointer-events:none}.hkwtt__stage.is-loading .hkwtt__loader{opacity:1;animation:hkwtt-spin .75s linear infinite}@keyframes hkwtt-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.hkwtt__reviewer.is-active:after{content:"";position:absolute;right:12px;bottom:0;left:12px;height:2px;border-radius:999px;background:var(--hkwtt-progress);transform:scaleX(var(--hkwtt-review-progress,0));transform-origin:left center;opacity:.92;pointer-events:none}.hkwtt__voices{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:34px;align-items:center;margin:58px auto 0;max-width:1180px}.hkwtt__voice{min-width:0;display:flex;align-items:center;justify-content:center;gap:10px;padding:5px 0;border:0;background:transparent;color:#666;opacity:.38;cursor:pointer;filter:grayscale(1);transition:opacity .22s ease,filter .22s ease,transform .22s ease}.hkwtt__voice:hover,.hkwtt__voice.is-active{opacity:1;filter:none;transform:translateY(-2px)}.hkwtt__voice:nth-child(n+6){display:none}.hkwtt__voice-avatar{width:40px;height:40px;flex:0 0 40px;border-radius:50%;object-fit:cover;background:#eee}.hkwtt__voice-name{min-width:0;overflow:hidden;color:inherit;font-family:var(--font-heading-family,inherit);font-size:calc(var(--hkwtt-logo) * var(--hkwtt-scale));font-weight:700;line-height:1.12;text-overflow:ellipsis;white-space:nowrap}.hkwtt__testimonial{max-width:1120px;margin:28px auto 0;text-align:center}.hkwtt__testimonial-quote{margin:0;color:var(--hkwtt-text);font-family:var(--font-heading-family,inherit);font-size:calc(var(--hkwtt-bottom-quote) * var(--hkwtt-scale));font-weight:650;line-height:1.42;letter-spacing:-.01em}.hkwtt__testimonial-meta{margin:11px 0 0;color:var(--hkwtt-muted);font-size:14px;line-height:1.4}.hkwtt__sr{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:1180px){.hkwtt__shell{width:min(calc(100% - 36px),var(--hkwtt-max))}.hkwtt__experience{grid-template-columns:minmax(320px,38%) minmax(0,62%)}.hkwtt__rail{padding:20px 16px 16px}.hkwtt__reviewers{max-height:380px}.hkwtt__stage{min-height:410px}.hkwtt__voices{gap:20px;max-width:1000px}}@media(max-width:989px){.hkwtt__experience{grid-template-columns:minmax(290px,42%) minmax(0,58%)}.hkwtt__reviewers{max-height:330px}.hkwtt__stage{min-height:360px}.hkwtt__person{grid-template-columns:42px minmax(0,1fr);gap:10px}.hkwtt__avatar{width:42px;height:42px}.hkwtt__voice-name{font-size:13px}}@media(max-width:749px){.hkwtt{padding:var(--hkwtt-pt-m,44px) 0 var(--hkwtt-pb-m,44px)}.hkwtt__shell{width:min(calc(100% - 24px),var(--hkwtt-max))}.hkwtt__head{margin-bottom:18px}.hkwtt__title{font-size:var(--hkwtt-heading-m,30px)}.hkwtt__subtitle{font-size:var(--hkwtt-subtitle-m,14px)}.hkwtt__experience{display:flex;flex-direction:column;border-radius:12px;overflow:hidden}.hkwtt__rail{order:2;min-width:0;overflow:hidden;padding:12px 12px 13px}.hkwtt__stage{order:1;min-height:0;aspect-ratio:16/9}.hkwtt__tabs{gap:8px;margin:0 0 10px;padding:0 0 2px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;touch-action:pan-x}.hkwtt__tab{flex:0 0 auto;height:36px;min-width:max-content;padding:0 15px;font-size:12px;scroll-snap-align:start}.hkwtt__reviewers{display:flex;flex:0 0 auto;flex-direction:row;gap:10px;max-height:none;min-height:0;overflow-x:auto;overflow-y:hidden;padding:0 2px 5px;scroll-padding-inline:2px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:none}.hkwtt__reviewers::-webkit-scrollbar{display:none}.hkwtt__reviewer{flex:0 0 min(84vw,330px);width:min(84vw,330px);min-width:0;padding:10px 11px;scroll-snap-align:start}.hkwtt__reviewer:hover{transform:none}.hkwtt__person{grid-template-columns:38px minmax(0,1fr);gap:9px}.hkwtt__avatar{width:38px;height:38px}.hkwtt__name{font-size:var(--hkwtt-reviewer-m,14px)}.hkwtt__review-quote{margin-top:8px;padding:7px 3px 2px 47px;font-size:var(--hkwtt-quote-m,12px);line-height:1.42}.hkwtt__voices{display:flex;grid-template-columns:none;align-items:center;justify-content:flex-start;gap:18px;max-width:none;margin:20px 0 0;padding:0 2px 5px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:none}.hkwtt__voices::-webkit-scrollbar{display:none}.hkwtt__voice,.hkwtt__voice:nth-child(n+6){display:flex;flex:0 0 auto;min-width:max-content;padding:3px 0;scroll-snap-align:center}.hkwtt__voice-avatar{width:28px;height:28px;flex-basis:28px}.hkwtt__voice-name{max-width:112px;font-size:11px}.hkwtt__testimonial{margin-top:16px}.hkwtt__testimonial-quote{font-size:var(--hkwtt-bottom-quote-m,14px)}.hkwtt__testimonial-meta{margin-top:7px;font-size:12px}}@media(prefers-reduced-motion:reduce){.hkwtt *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/73/assets/hiknight-what-they-talked.css.map */
