.sticky-cards{height:100%;background-color:#f5f9f6}.sticky-card,.sticky-cards{position:relative;width:100%}.sticky-card{height:100svh;background:linear-gradient(135deg,#2bbbad,#07953f);color:var(--background);padding:1.5rem;display:flex;gap:3rem;will-change:transform}.sticky-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:var(--after-opacity,0);transition:opacity .1s ease;pointer-events:none;z-index:2;border-radius:32px}.sticky-card-index{flex:1}.sticky-card-content{flex:5;padding-top:1.5rem;display:flex;flex-direction:row;gap:4rem}.sticky-card-content-wrapper{width:75%;display:flex;flex-direction:column;gap:1.5rem}.sticky-card-img img{aspect-ratio:5/3}.sticky-card-copy{display:flex;flex-direction:row;gap:1.5rem}.sticky-card-copy-title{flex:2}.sticky-card-title{background:var(--accent);padding:.25rem .5rem;font-size:1.25rem;border-radius:5px;font-weight:500;width:max-content}.sticky-card-copy-description{height:100%}.sticky-card-copy-title p{text-transform:uppercase;font-weight:650}@media (max-width:1000px){.sticky-card{flex-direction:column;gap:0}.sticky-card-content{flex-direction:column;gap:2rem}.sticky-card-content-wrapper{width:100%}.sticky-card-copy{flex-direction:column;gap:.5rem}.sticky-card-index{flex:none;font-size:2rem;padding-bottom:1rem}.sticky-card-title{font-size:1rem}}