:root{--header-height:70px}h1,h2,h3,h4,h5,h6{scroll-margin-top:calc(var(--header-height) + 1em)}@media (max-width:767.999px){.wordmark{display:none}}header{background:var(--surface-100);box-shadow:var(--shadow__4);z-index:99;padding-block:1rem;position:sticky;inset-block-start:0}header .button{background-color:var(--accent-color,#ea4335);color:#fff;font-size:var(--body__m);font-weight:var(--font-weight__bold);white-space:nowrap;border-radius:.25rem;flex-shrink:0;align-items:center;gap:.5rem;padding:.5rem 1rem;text-decoration:none;display:inline-flex}header .button__cta{background:linear-gradient(#ea4335 0%,#ce2206 100%);padding:.5rem 1rem;line-height:1.5}header [data-inline-install]{padding:.5rem 1rem .5rem .5rem}header [data-inline-install]:before{content:" ";background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath d='M2.24431 14.6051H5.1477V7.44398L1 4.28467V13.3414C1 14.0406 1.55787 14.6051 2.24431 14.6051Z' fill='%234285F4'/%3E%3Cpath d='M15.102 14.6051H18.0054C18.6939 14.6051 19.2497 14.0385 19.2497 13.3414V4.28467L15.102 7.44398' fill='%2334A853'/%3E%3Cpath d='M15.102 1.96751V7.44365L19.2497 4.28434V2.59937C19.2497 1.03656 17.4932 0.145634 16.2634 1.0829' fill='%23FBBC04'/%3E%3Cpath d='M5.14786 7.44392V1.96777L10.1251 5.75895L15.1023 1.96777V7.44392L10.1251 11.2351' fill='%23EA4335'/%3E%3Cpath d='M1 2.59937V4.28434L5.1477 7.44365V1.96751L3.98634 1.0829C2.75448 0.145634 1 1.03656 1 2.59937Z' fill='%23C5221F'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:.25rem;flex-direction:column;justify-content:center;align-items:center;block-size:1.25rem;inline-size:1.5rem;padding:.25rem;display:flex}header .row{justify-content:space-between;align-items:center;display:inline-flex}@supports (animation-timeline:scroll()){header{animation:linear both scroll-shadow;animation-timeline:scroll();animation-range:0 4rem}@keyframes scroll-shadow{0%{box-shadow:none}to{box-shadow:var(--shadow__4)}}}