.help__search--floating{left:50%;max-width:640px;opacity:0;pointer-events:none;position:fixed;top:260px;transform:translateX(-50%) translateY(-8px);transition:opacity .2s ease,transform .2s ease;width:calc(100% - 40px);z-index:0}body.no-scroll .help__search--floating{opacity:1;pointer-events:auto;transform:translateX(-50%)}.help__search--floating .help__searchInput{align-items:center;background:var(--bg-surf-0);border-radius:32px;box-shadow:0 0 0 1px var(--base-slate-a-150),0 2px 2px -1px var(--base-slate-a-100),0 6px 6px -3px var(--base-slate-a-100),0 12px 12px -6px var(--base-slate-a-50);box-sizing:border-box;display:flex;gap:12px;padding:10px;width:100%}.help__search--floating .help__searchInput ws-icon{margin-left:8px}.help__search--floating .help_searchInput-input{border:0;color:var(--text-base-primary);flex-grow:1;font:var(--font-body-reg-sm);min-width:0;outline:0}.help__search--floating .help_searchInput-input::-moz-placeholder{color:var(--text-base-tertiatry)}.help__search--floating .help_searchInput-input::placeholder{color:var(--text-base-tertiatry)}.help__search--floating .help_searchInput-input:-moz-placeholder+.onsearch{display:none}.help__search--floating .help_searchInput-input:placeholder-shown+.onsearch{display:none}.help__search--floating .help__searchInput:has(.help_searchInput-input:focus){outline:2px dashed var(--base-greengrey-990);outline-offset:8px}.help__search--floating .help__search-results{position:relative;width:100%}.help__category-left{display:flex;flex-direction:column;flex-shrink:0;min-height:70vh;width:280px}.help__category-left .help__category-title{color:var(--text-base-primary);font:var(--font-body-semi-xl)}.help__category-left img{height:auto;width:100%}.help__category-left .help__category-texts{display:flex;flex-direction:column;padding:12px 8px 20px 0}.help__category-left .help__category-texts .help__category-hd{color:var(--text-base-primary);font:var(--font-body-med-lg)}.help__category-left .help__category-texts .help__category-st{color:var(--text-base-secondary);font:var(--font-body-reg-xs);padding-top:6px}.help__category-left .help__category-buttons{align-items:flex-start;display:flex;flex-direction:column;gap:8px;padding-bottom:40px}@media screen and (max-width:800px){.help__category-left{min-height:auto;padding:0 16px;width:auto}.help__category-left img{transform:rotateY(180deg)}.help__category-left .help__category-texts{padding-left:0;text-align:center}.help__category-left .help__category-buttons{align-items:center;gap:16px}}#helpCategory{display:flex;margin:0 auto;max-width:960px;padding-top:80px}#helpCategory .help__category-right{display:flex;flex-direction:column;gap:20px;padding-bottom:80px;width:100%}#helpCategory .help__category-right .help__category-breadcrumbs{align-items:center;display:flex;gap:8px;padding-left:4px}#helpCategory .help__category-right .help__category-breadcrumbs ul{align-items:center;display:flex;gap:4px;list-style-type:none}#helpCategory .help__category-right .help__category-breadcrumbs ul li{align-items:center;color:var(--text-base-primary);display:flex;font:var(--font-body-reg-sm);gap:4px;overflow:hidden;text-overflow:ellipsis}#helpCategory .help__category-right .help__category-breadcrumbs ul li a{color:inherit;text-decoration:none}#helpCategory .help__category-right .help__category-headingRow{align-items:center;border-bottom:1px solid var(--border-mid-high);display:flex;gap:12px;padding:8px 0 16px;width:100%}#helpCategory .help__category-right .help__category-headingRow h1{color:var(--text-base-primary);font:var(--font-heading-med-md)}#helpCategory .help__category-right .help__category-questions{display:flex;flex-direction:column;padding-left:8px}#helpCategory .help__category-right .help__category-questions .help__category-questionBlock{display:flex;flex-direction:column}#helpCategory .help__category-right .help__category-questions .help__category-questionBlock .help__category-questionCat{align-items:flex-start;color:var(--text-base-primary);cursor:pointer;display:flex;font:var(--font-body-semi-sm);gap:6px;padding:12px 0}#helpCategory .help__category-right .help__category-questions .help__category-questionBlock .help__category-questionCat ws-icon{transform:rotate(180deg);transition:transform .25s ease}#helpCategory .help__category-right .help__category-questions .help__category-questionBlock .help__category-questionCat span{color:var(--text-base-tertiatry);font:var(--font-body-reg-xs)}#helpCategory .help__category-right .help__category-questions .help__category-questionBlock .help__category-questionList{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}#helpCategory .help__category-right .help__category-questions .help__category-questionBlock .help__category-questionList>div{overflow:hidden}#helpCategory .help__category-right .help__category-questions .help__category-questionBlock a.question{border-left:1px solid var(--border-high);color:var(--text-base-secondary);display:block;font:var(--font-body-reg-sm);margin-left:10px;padding:8px 8px 8px 28px;text-decoration:none}#helpCategory .help__category-right .help__category-questions .help__category-questionBlock a.question:hover{color:var(--color-blue-700);text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip:ink;text-decoration-color:var(--color-blue-700);text-decoration-skip-ink:auto;text-decoration-thickness:8%;text-underline-offset:8%}#helpCategory .help__category-right .help__category-questions .help__category-questionBlock.is-open{padding-bottom:24px}#helpCategory .help__category-right .help__category-questions .help__category-questionBlock.is-open .help__category-questionCat ws-icon{transform:none}#helpCategory .help__category-right .help__category-questions .help__category-questionBlock.is-open .help__category-questionList{grid-template-rows:1fr}