.home-hero{overflow:clip;padding:var(--ds-space-16) 0 var(--ds-space-0);border-bottom:var(--ds-border-width) solid var(--ds-color-border);text-align:left}.home-hero .home-hero__container{display:grid;align-items:center;grid-template-columns:minmax(0,var(--site-home-hero-copy-width)) minmax(0,1fr);gap:var(--ds-space-10)}.home-hero__copy{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.marketing-root .home-hero h1{max-width:var(--site-measure-hero);margin:var(--ds-space-0);color:var(--ds-color-text);font-family:var(--site-font-display);font-size:var(--site-text-display);font-weight:var(--site-weight-bold);letter-spacing:var(--site-tracking-display);line-height:var(--site-leading-display);text-wrap:balance}.marketing-root .home-hero h1 .home-hero__title-line{white-space:normal}.marketing-root .home-hero h1 .home-hero__accent{color:var(--ds-color-action);font-family:var(--site-font-display);font-weight:var(--site-weight-semibold)}.marketing-root .home-hero__description{max-width:var(--site-measure-lead);margin:var(--ds-space-5) var(--ds-space-0) var(--ds-space-0);color:var(--ds-color-text-muted);font-size:var(--site-text-body-lg);line-height:var(--site-leading-body);text-wrap:balance}.home-hero__actions{display:grid;width:min(100%,calc(var(--site-store-action-width) + var(--site-store-action-width) + var(--ds-space-3)));gap:var(--ds-space-3);margin-top:var(--ds-space-8)}.home-hero__primary-action{width:100%;min-height:var(--site-home-hero-action-height)}.home-hero__primary-action svg{width:var(--ds-icon-sm);height:var(--ds-icon-sm);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:var(--ds-icon-stroke-strong)}.home-hero__stores{width:100%;flex-wrap:nowrap;justify-content:flex-start;gap:var(--ds-space-3)}.marketing-root .home-hero__stores .store-action{min-width:0;min-height:var(--site-home-hero-action-height);flex:1 1 0;white-space:nowrap}.home-hero__devices{position:relative;isolation:isolate;width:100%;max-width:none;height:var(--site-home-hero-stage-height);margin-top:var(--ds-space-0)}.home-hero__device{position:absolute;bottom:var(--ds-space-0);display:block;width:var(--site-home-hero-side-device-width);z-index:1;filter:var(--site-hero-device-shadow)}.home-hero__device--left{left:var(--ds-space-0)}.home-hero__device--center{left:50%;z-index:2;width:var(--site-home-hero-center-device-width);transform:translateX(-50%)}.home-hero__device--right{right:var(--ds-space-0)}@keyframes home-hero-side-rise{0%{opacity:0;transform:translateY(var(--ds-space-16))}to{opacity:1;transform:translateY(var(--ds-space-0))}}@media (min-width:521px) and (max-width:1024px){.home-hero{text-align:center}.home-hero .home-hero__container{display:flex;flex-direction:column;align-items:center}.home-hero__copy{align-items:center}.marketing-root .home-hero h1{font-size:var(--site-text-hero)}.marketing-root .home-hero h1,.marketing-root .home-hero__description{margin-right:auto;margin-left:auto}.home-hero__stores{justify-content:center}.home-hero__devices{max-width:var(--site-hero-stage-max-width);height:var(--site-hero-stage-height);margin-top:var(--ds-space-12)}.home-hero__device{top:auto;bottom:calc(-1 * var(--ds-space-12));width:var(--site-hero-tablet-side-device-width)}.home-hero__device--left,.home-hero__device--right{animation:home-hero-side-rise var(--ds-motion-slow) var(--ds-ease-standard) both}.home-hero__device--left{left:calc(50% - (var(--site-hero-tablet-center-device-width) / 2) - var(--site-hero-tablet-side-device-width) + var(--ds-space-10))}.home-hero__device--center{bottom:calc(-1 * var(--ds-space-12));width:var(--site-hero-tablet-center-device-width)}.home-hero__device--right{right:calc(50% - (var(--site-hero-tablet-center-device-width) / 2) - var(--site-hero-tablet-side-device-width) + var(--ds-space-10))}}@media (max-width:768px){.home-hero{padding-top:var(--ds-space-10)}.home-hero__stores{width:100%}.home-hero__devices{width:calc(100% + var(--ds-space-12));margin-top:var(--ds-space-10)}}@media (max-width:520px){.home-hero{text-align:center}.home-hero .home-hero__container{display:flex;flex-direction:column;align-items:center}.home-hero__copy{align-items:center}.marketing-root .home-hero h1{font-size:var(--site-hero-mobile-title)}.marketing-root .home-hero h1,.marketing-root .home-hero__description{margin-right:auto;margin-left:auto}.home-hero__stores{align-items:center;justify-content:center}.marketing-root .home-hero__stores .store-action{gap:var(--ds-space-1);padding-right:var(--ds-space-2);padding-left:var(--ds-space-2);font-size:var(--site-text-caption)}.marketing-root .home-hero__stores .store-action img{width:var(--ds-icon-sm);height:var(--ds-icon-sm)}.home-hero__devices{width:100%;height:var(--site-hero-mobile-stage-height)}.home-hero__device--left,.home-hero__device--right{display:none}.home-hero__device--center{width:var(--site-hero-mobile-center-device-width)}}@media (prefers-reduced-motion:reduce){.home-hero__device--left,.home-hero__device--right{animation:none}}