.stack-scroller{z-index:10;width:100%;position:relative}.stack-scroller__mobile{padding:0;display:block}.stack-scroller__mobile .stack-scroller__header{margin-bottom:2rem}.stack-scroller__mobile-cards{flex-direction:column;gap:1.5rem;display:flex}.stack-scroller__mobile-card{width:100%}.stack-scroller__inner{display:none}@media (min-width:1024px){.stack-scroller__mobile{display:none}.stack-scroller__inner{grid-template-columns:1fr 2fr;align-items:center;gap:3rem;display:grid}.stack-scroller__left{flex-direction:column;justify-content:center;display:flex}.stack-scroller__header{max-width:400px}.stack-scroller__right{justify-content:center;align-items:center;gap:3rem;min-height:500px;padding:2rem 0;display:flex;position:relative}.stack-scroller__stack{width:100%;max-width:600px;height:var(--stack-scroller-card-height,400px);perspective:1000px;transform-style:preserve-3d;position:relative}.stack-scroller__card{transform-origin:50%;will-change:transform;cursor:default;backface-visibility:hidden;width:100%;position:absolute;top:0;left:0}.stack-scroller__card:not(.stack-scroller__card--decorative)>*{height:100%}.stack-scroller__pips{flex-direction:column;flex-shrink:0;gap:.75rem;display:flex}.stack-scroller__pip{border:2px solid var(--page-accent,var(--secondary));background:0 0;border-radius:9999px;width:.625rem;height:.625rem;transition:all .3s}.stack-scroller__pip--active{background:var(--page-accent,var(--secondary));transform:scale(1.25)}.stack-scroller__card[data-active=true]>*{border-color:color-mix(in srgb,var(--page-accent,var(--secondary))40%,transparent);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.stack-scroller__card--decorative{pointer-events:none;-webkit-user-select:none;user-select:none;border:1px solid var(--border);background:var(--card);border-radius:1rem}.stack-scroller__card--decorative[data-decorative-index="0"]{opacity:.45}.stack-scroller__card--decorative[data-decorative-index="1"]{opacity:.25}.stack-scroller__card--decorative[data-decorative-index="2"]{opacity:.15}}
/*# sourceMappingURL=a82b10cdea948fc1.css.map*/