.sticky-atc{position:fixed;inset-block-end:calc(16px + env(safe-area-inset-bottom));inset-inline:var(--page-margin, 16px);z-index:calc(var(--layer-sticky, 50) + 1);display:flex;justify-content:center;pointer-events:none;opacity:1;transform:translateY(0)}@media screen and (min-width: 750px){.sticky-atc{inset-block-end:calc(24px + env(safe-area-inset-bottom));padding-left:36px;padding-right:36px}}@media(prefers-reduced-motion: no-preference){.sticky-atc{transition:opacity 180ms ease,transform 180ms ease}}.sticky-atc[data-visible=false],.sticky-atc[data-has-url=false]{opacity:0;transform:translateY(calc(100% + 24px));pointer-events:none}.sticky-atc__container{display:flex;width:372px;padding:0;border-radius:999px;pointer-events:auto}.sticky-atc--glass .sticky-atc__container{padding:8px;border:1px solid hsla(0,0%,100%,.28);background:linear-gradient(135deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.28));box-shadow:0 18px 45px rgba(15,23,42,.08),0 0 0 1px hsla(0,0%,100%,.06);backdrop-filter:blur(16px) saturate(170%)}@media screen and (min-width: 750px){.sticky-atc--glass .sticky-atc__container{padding:8px 36px}}.sticky-atc__button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:40px;border-radius:100px;background:var(--sticky-atc-background-color);color:var(--sticky-atc-text-color);font-family:var(--font-body--family);font-size:.875rem;font-weight:600;line-height:19.5px;text-align:center;text-decoration:none}@media screen and (min-width: 750px){.sticky-atc__button{min-height:44px}}@media(prefers-reduced-motion: no-preference){.sticky-atc__button{transition:background-color 180ms ease,color 180ms ease}}.sticky-atc__button:hover{background:var(--sticky-atc-hover-background-color);color:var(--sticky-atc-hover-text-color)}.sticky-atc__button:focus-visible{outline:3px solid var(--sticky-atc-hover-background-color);outline-offset:3px}.sticky-atc__button[aria-disabled=true]{cursor:default}