.smart-banner-visible{padding-top:72px}@media(min-width:962px){.smart-banner-visible{padding-top:0}}.smart-banner{align-items:center;background:#fff;box-shadow:0 1px 3px #0000001f;display:flex;gap:12px;height:72px;left:0;padding:0 12px;position:fixed;right:0;top:0;transform:translateY(-100%);transition:transform .3s ease;z-index:9000}@media(min-width:962px){.smart-banner{display:none}}.smart-banner--visible{transform:translateY(0)}.smart-banner--hiding{transform:translateY(-100%)}.smart-banner__close{background:#0000;border:none;cursor:pointer;flex-shrink:0;height:28px;padding:0;position:relative;width:28px}.smart-banner__close:after,.smart-banner__close:before{background-color:var(--grey-600);border-radius:1px;content:"";height:2px;left:50%;position:absolute;top:50%;width:14px}.smart-banner__close:before{transform:translate(-50%,-50%) rotate(45deg)}.smart-banner__close:after{transform:translate(-50%,-50%) rotate(-45deg)}.smart-banner__icon{border:1px solid var(--grey-300);border-radius:10px;flex-shrink:0;height:48px;width:48px}.smart-banner__text{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.smart-banner__title{color:var(--grey-800);font-size:16px;font-weight:600;line-height:1.2}.smart-banner__subtitle,.smart-banner__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smart-banner__subtitle{color:var(--grey-700);font-size:13px;line-height:1.3}.smart-banner__cta{background-color:var(--primary-500);border:none;border-radius:var(--rad);color:var(--primary-buttontext);cursor:pointer;flex-shrink:0;font-size:14px;font-weight:600;padding:8px 16px;white-space:nowrap}.smart-banner__instructions{background:#fff;box-shadow:0 2px 6px #00000026;left:0;opacity:0;padding:16px 20px;pointer-events:none;position:fixed;right:0;top:72px;transform:translateY(-100%);transition:transform .3s ease,opacity .3s ease;z-index:8999}@media(min-width:962px){.smart-banner__instructions{display:none}}.smart-banner__instructions--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.smart-banner__instructions-arrow{background:#fff;box-shadow:-1px -1px 2px #00000014;height:12px;position:absolute;right:50px;top:-6px;transform:rotate(45deg);width:12px}.smart-banner__instructions ol{list-style:decimal;margin:0;padding:0 0 0 20px}.smart-banner__instructions li{align-items:center;color:var(--grey-800);display:flex;flex-wrap:wrap;font-size:14px;gap:4px;line-height:1.8}.smart-banner__instructions strong{font-weight:600}