.custom-help-widget{position:fixed;z-index:var(--custom-help-z,40);bottom:calc(var(--custom-help-y-mobile,16px) + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;gap:10px;align-items:flex-end;font:inherit;pointer-events:none}.custom-help-widget[data-position-mobile="bottom-left"]{left:var(--custom-help-x-mobile,16px);right:auto;align-items:flex-start}.custom-help-widget[data-position-mobile="bottom-right"]{right:var(--custom-help-x-mobile,16px);left:auto}.custom-help-widget[data-position-mobile="bottom-center"]{left:0;right:0;margin-inline:auto;width:max-content;align-items:center}.custom-help-widget__panel{position:fixed;left:max(var(--custom-help-mobile-margin,16px),env(safe-area-inset-left,0px));right:max(var(--custom-help-mobile-margin,16px),env(safe-area-inset-right,0px));bottom:calc(var(--custom-help-y-mobile,16px) + env(safe-area-inset-bottom,0px));width:auto;background:var(--custom-help-panel-bg,#fff);color:var(--custom-help-text,#1e316a);border:1px solid var(--custom-help-border,#dfe3ea);border-radius:var(--custom-help-panel-radius,14px);box-shadow:0 14px 38px rgba(0,0,0,.18);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(8px) scale(.98);transform-origin:bottom right;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;pointer-events:none}.custom-help-widget[data-position-mobile="bottom-left"] .custom-help-widget__panel{transform-origin:bottom left}.custom-help-widget[data-position-mobile="bottom-center"] .custom-help-widget__panel{transform-origin:bottom center}.custom-help-widget.is-open .custom-help-widget__panel{opacity:1;visibility:visible;transform:none;pointer-events:auto}.custom-help-widget__header{position:relative;display:flex;justify-content:space-between;gap:16px;min-height:112px;padding:18px 52px 18px 20px;background:var(--custom-help-header-bg,var(--custom-help-button-bg,#1e316a));color:var(--custom-help-header-fg,var(--custom-help-button-fg,#fff))}.custom-help-widget__intro{min-width:0}.custom-help-widget__title{margin:0;font-size:24px;font-weight:500;line-height:1.08;letter-spacing:-.02em}.custom-help-widget__text{margin-top:8px;max-width:260px;font-size:11px;line-height:1.45;opacity:.96}.custom-help-widget__text p{margin:0}.custom-help-widget__accent{display:block;width:40px;height:3px;margin-top:14px;background:var(--custom-help-accent,#e8b623)}.custom-help-widget__panel-close{position:absolute;top:10px;right:10px;width:36px;height:36px;border:2px solid var(--custom-help-accent,#e8b623);border-radius:50%;padding:8px;background:transparent;color:inherit;display:grid;place-items:center;cursor:pointer}.custom-help-widget__panel-close svg{display:block;width:100%;height:100%}.custom-help-widget__links{display:grid;padding:8px 14px 10px;background:var(--custom-help-panel-bg,#fff)}.custom-help-widget__link{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:64px;padding:10px 4px;border-bottom:1px solid var(--custom-help-border,#dfe3ea);color:inherit;text-decoration:none;line-height:1.2;transition:background-color .15s ease,transform .15s ease}.custom-help-widget__link:last-child{border-bottom:0}.custom-help-widget__link:hover{background:rgba(0,0,0,.025)}.custom-help-widget__link-main{display:flex;align-items:center;gap:12px;min-width:0}.custom-help-widget__link-icon-shell{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:50%;background:#f3f5f6;color:var(--custom-help-text,#1e316a)}.custom-help-widget__link-icon{width:22px;height:22px;display:grid;place-items:center}.custom-help-widget__link-icon svg{width:100%;height:100%}.custom-help-widget__link-icon--image img{display:block;width:22px;height:22px;object-fit:contain}.custom-help-widget__link-copy{display:grid;gap:4px;min-width:0}.custom-help-widget__link-title{font-size:12px;font-weight:700;line-height:1.25}.custom-help-widget__link-description{font-size:9px;line-height:1.35;opacity:.62}.custom-help-widget__arrow{width:18px;height:18px;flex:0 0 auto}.custom-help-widget__toggle{min-width:var(--custom-help-button-mobile,52px);height:var(--custom-help-button-mobile,52px);padding:0;border:0;border-radius:var(--custom-help-button-radius,14px);background:var(--custom-help-button-bg,#1e316a);color:var(--custom-help-button-fg,#fff);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.18);transition:transform .16s ease,box-shadow .16s ease;pointer-events:auto}.custom-help-widget__toggle--with-text{padding-inline:13px}.custom-help-widget__closed-content{display:flex;align-items:center;justify-content:center;gap:7px}.custom-help-widget__toggle-icon{width:24px;height:24px;display:grid;place-items:center;flex:0 0 24px}.custom-help-widget__toggle-icon svg{width:100%;height:100%}.custom-help-widget__toggle-icon--image img{display:block;width:24px;height:24px;object-fit:contain}.custom-help-widget__closed-text{font-size:11px;font-weight:700;line-height:1;white-space:nowrap}.custom-help-widget.is-open .custom-help-widget__toggle{display:none}.custom-help-widget.is-scroll-reveal-ready:not(.chw-is-visible) .custom-help-widget__toggle{opacity:0;transform:translateY(calc(100% + 48px));pointer-events:none;animation:none!important;transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1)}.custom-help-widget.is-scroll-reveal-ready.chw-is-visible .custom-help-widget__toggle{opacity:1;transform:translateY(0);pointer-events:auto;transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1),box-shadow .16s ease}.custom-help-widget[data-pulse="true"].chw-pulse-ready .custom-help-widget__toggle{animation:custom-help-pulse 3.6s ease-in-out infinite}@keyframes custom-help-pulse{0%,82%,100%{transform:scale(1)}88%{transform:scale(1.055)}94%{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.custom-help-widget[data-pulse="true"].chw-pulse-ready .custom-help-widget__toggle{animation:none}.custom-help-widget.is-scroll-reveal-ready:not(.chw-is-visible) .custom-help-widget__toggle,.custom-help-widget.is-scroll-reveal-ready.chw-is-visible .custom-help-widget__toggle,.custom-help-widget__panel,.custom-help-widget__toggle,.custom-help-widget__link{transition:none}}@media screen and (min-width:750px){.custom-help-widget{bottom:var(--custom-help-y-desktop,24px);margin-inline:0;width:auto}.custom-help-widget[data-position-desktop="bottom-left"]{left:var(--custom-help-x-desktop,24px);right:auto;align-items:flex-start}.custom-help-widget[data-position-desktop="bottom-right"]{right:var(--custom-help-x-desktop,24px);left:auto;align-items:flex-end}.custom-help-widget[data-position-desktop="bottom-center"]{left:0;right:0;margin-inline:auto;width:max-content;align-items:center}.custom-help-widget__panel{position:static;left:auto;right:auto;bottom:auto;width:var(--custom-help-panel-width,320px)}.custom-help-widget[data-position-desktop="bottom-left"] .custom-help-widget__panel{transform-origin:bottom left}.custom-help-widget[data-position-desktop="bottom-right"] .custom-help-widget__panel{transform-origin:bottom right}.custom-help-widget[data-position-desktop="bottom-center"] .custom-help-widget__panel{transform-origin:bottom center}.custom-help-widget__toggle{min-width:var(--custom-help-button-desktop,54px);height:var(--custom-help-button-desktop,54px)}.custom-help-widget__toggle--with-text{padding-inline:15px}.custom-help-widget__closed-text{font-size:11px}.custom-help-widget__header{min-height:116px;padding:18px 54px 18px 20px}.custom-help-widget__title{font-size:24px}.custom-help-widget__links{padding:8px 14px 10px}.custom-help-widget__link{min-height:64px}}