.sticky-app{width:100%;background:transparent}.sticky-section-header{background:transparent;position:relative;z-index:1}.sticky-hero,.sticky-intro,.sticky-outro{position:relative;width:100vw;padding:0;background:transparent}.sticky-intro,.sticky-outro{display:flex;align-items:center}.sticky-intro h1,.sticky-outro h1{font-size:4rem;font-weight:600;line-height:1;margin-bottom:0}.sticky-cards{padding:0 1rem}.sticky-card{position:relative;background:transparent;display:flex;align-items:center}.sticky-card-inner{position:relative;will-change:transform;width:100%;max-width:1400px;margin:0 auto;padding:2em;display:flex;gap:4em;border-radius:1.5rem;box-shadow:0 20px 60px rgba(0,0,0,.15)}.sticky-card-content{flex:2;display:flex;flex-direction:column;justify-content:center}.sticky-card-img{flex:2;aspect-ratio:16/9;border-radius:1rem;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center}.sticky-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.sticky-card-img:hover img{transform:scale(1.05)}#sticky-card-1 .sticky-card-inner{background-color:hsl(var(--primary));color:#fff}#sticky-card-2 .sticky-card-inner{background-color:#fff;color:hsl(var(--foreground))}#sticky-card-3 .sticky-card-inner{background-color:hsl(var(--primary));color:#fff}#sticky-card-4 .sticky-card-inner{background-color:#fff;color:hsl(var(--foreground))}@media (max-width:900px){.sticky-intro h1,.sticky-outro h1{margin-bottom:4rem}.sticky-card-content h1{font-size:2rem;margin-bottom:2rem}.sticky-card-content p{font-size:1rem}.sticky-card{padding:0 1rem}.sticky-card-inner{flex-direction:column;padding:1.5em;border-radius:1rem}.sticky-card-img{display:none}}