html{--gr-promo-h: 0px}.gr-promo{--gr-promo-bg-from: #101010;--gr-promo-bg-to: #101010;--gr-promo-color: #ffffff;--gr-promo-accent: #ffc700;--gr-promo-banner-h: 72px;position:relative;z-index:60;width:100%;box-sizing:border-box;color:var(--gr-promo-color);background:linear-gradient(90deg,var(--gr-promo-bg-from),var(--gr-promo-bg-to));font-family:var(--title-font, inherit);font-size:15px;font-weight:600;line-height:1.3;isolation:isolate}.gr-promo:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,var(--gr-promo-accent),transparent 55%,var(--gr-promo-accent));opacity:.75;pointer-events:none}.gr-promo a{color:inherit}.gr-promo__text{display:inline}.gr-promo__text b,.gr-promo__text strong,.gr-promo__title b,.gr-promo__title strong{color:var(--gr-promo-accent);font-weight:800}.gr-promo__code{position:relative;display:inline-flex;align-items:center;gap:6px;margin:0 4px;padding:3px 10px;border:1px dashed var(--gr-promo-accent);border-radius:6px;background:#ffffff14;background:color-mix(in srgb,var(--gr-promo-accent) 14%,transparent);color:inherit;font:inherit;font-weight:800;letter-spacing:.4px;line-height:1.2;vertical-align:middle;cursor:pointer;transition:background .15s,transform .15s}.gr-promo__code:hover{background:color-mix(in srgb,var(--gr-promo-accent) 24%,transparent);transform:translateY(-1px)}.gr-promo__code-icon{flex:0 0 auto;opacity:.8}.gr-promo__code-done{position:absolute;inset:-1px;display:flex;align-items:center;justify-content:center;border-radius:inherit;background:var(--gr-promo-accent);color:#101010;font-size:12px;font-weight:800;opacity:0;transition:opacity .15s;pointer-events:none}.gr-promo__code.is-copied .gr-promo__code-done{opacity:1}.gr-promo__btn{display:inline-flex;align-items:center;gap:6px;margin-left:6px;padding:5px 14px;border-radius:999px;background:var(--gr-promo-accent);color:#101010;font-weight:800;font-size:13px;line-height:1.2;text-decoration:none;white-space:nowrap;transition:transform .15s,filter .15s}.gr-promo__btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.gr-promo__close{position:absolute;top:50%;right:8px;z-index:2;display:grid;place-content:center;width:28px;height:28px;padding:0;border:0;border-radius:50%;background:#ffffff14;color:inherit;cursor:pointer;transform:translateY(-50%);transition:background .15s}.gr-promo__close:hover{background:#ffffff2e}.gr-promo--ticker,.gr-promo--static{padding:8px 16px}.gr-promo--dismissible.gr-promo--ticker,.gr-promo--dismissible.gr-promo--static,.gr-promo--dismissible .gr-promo__inner--banner{padding-right:44px}.gr-promo--ticker .gr-promo__viewport{display:flex;align-items:center;justify-content:center;min-height:20px;overflow:hidden}.gr-promo__track{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;max-width:100%}.gr-promo__item{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;flex-wrap:wrap;gap:6px 8px;text-align:center}.gr-promo--ticker.is-marquee .gr-promo__viewport{justify-content:flex-start}.gr-promo--ticker.is-marquee .gr-promo__track{flex-wrap:nowrap;justify-content:flex-start;width:max-content;max-width:none;will-change:transform;animation:gr-promo-marquee var(--gr-promo-dur, 20s) linear infinite}.gr-promo--ticker.is-marquee .gr-promo__item{flex-wrap:nowrap;padding-right:48px;white-space:nowrap;text-align:left}.gr-promo--ticker.is-marquee:hover .gr-promo__track{animation-play-state:paused}@keyframes gr-promo-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.gr-promo--ticker.is-marquee .gr-promo__track{animation:none}}.gr-promo__inner--static{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px 10px;min-height:20px;text-align:center}.gr-promo--banner{background-image:var(--gr-promo-img-d, none);background-size:cover;background-position:center}.gr-promo__inner--banner{display:flex;align-items:center;gap:16px;max-width:1344px;min-height:var(--gr-promo-banner-h);margin:0 auto;padding:10px 16px}.gr-promo__side{flex:0 0 auto;width:auto;height:calc(var(--gr-promo-banner-h) - 16px);max-height:96px;object-fit:contain}.gr-promo__body{flex:1 1 auto;min-width:0}.gr-promo__title{font-size:18px;font-weight:800;line-height:1.2}.gr-promo__subtitle{margin-top:2px;font-size:13px;font-weight:500;line-height:1.3;opacity:.85}.gr-promo__actions{display:flex;align-items:center;flex:0 0 auto;gap:8px}.gr-promo__actions .gr-promo__btn{margin-left:0}.gr-promo--image{background:none;line-height:0}.gr-promo--image:after{display:none}.gr-promo__pic{position:relative;display:block;width:100%}.gr-promo__pic picture{display:block}.gr-promo__pic img{display:block;width:100%;height:auto;max-height:140px;object-fit:cover}.gr-promo__pic-link{position:absolute;inset:0}@media (min-width: 48em){.gr-promo--mobile-only{display:none}}@media (max-width: 47.99875em){html:has(#gr-promo.gr-promo--ticker),html:has(#gr-promo.gr-promo--static){--gr-promo-h: 36px}html:has(#gr-promo.gr-promo--banner){--gr-promo-h: 60px}html:has(#gr-promo.gr-promo--image){--gr-promo-h: 56px}html:has(#gr-promo.gr-promo--desktop-only){--gr-promo-h: 0px}.gr-promo--desktop-only{display:none}html body .gr-promo{position:fixed;top:0;left:0;right:0;z-index:49}html .top-nav{top:var(--gr-promo-h)}html .wrapper>main:not(.page-home){padding-top:calc(72px + var(--gr-promo-h))}html .wrapper:has(.page-home)>main{padding-top:var(--gr-promo-h)}html .page-wrapper{box-sizing:border-box;padding-top:var(--gr-promo-h)}.menu-open .gr-promo,.open-support .gr-promo{visibility:hidden}.gr-promo{font-size:13px}.gr-promo--ticker,.gr-promo--static{padding:7px 12px}.gr-promo--dismissible.gr-promo--ticker,.gr-promo--dismissible.gr-promo--static{padding-right:40px}.gr-promo__code{padding:2px 8px;margin:0 3px}.gr-promo__btn{padding:4px 10px;font-size:12px}.gr-promo--banner{background-image:var(--gr-promo-img-m, var(--gr-promo-img-d, none))}.gr-promo__inner--banner{gap:10px;min-height:52px;padding:6px 12px}.gr-promo--dismissible .gr-promo__inner--banner{padding-right:38px}.gr-promo__side{height:36px;max-height:36px}.gr-promo__title,.gr-promo__subtitle{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.gr-promo__title{font-size:13px}.gr-promo__subtitle{margin-top:1px;font-size:11px}.gr-promo__actions{flex-direction:column;align-items:flex-end;gap:4px}.gr-promo__actions .gr-promo__code{margin:0;padding:1px 7px;font-size:11px}.gr-promo__actions .gr-promo__btn{padding:3px 9px;font-size:11px}.gr-promo__pic img{max-height:90px}.gr-promo__close{right:6px;width:26px;height:26px}}
