@supports (animation-timeline:view()){.animated-card{--index0:calc(var(--index) - 1);--reverse-index:calc(var(--numcards) - var(--index0));--reverse-index0:calc(var(--reverse-index) - 1)}.animated-card__wrapper{view-timeline-name:--cards-element-scrolls-in-body}.animated-card__content{--start-range:calc(var(--index0)/var(--numcards)*100%);--end-range:calc((var(--index))/var(--numcards)*100%);animation:scale linear forwards;animation-timeline:--cards-element-scrolls-in-body;animation-range:exit-crossing var(--start-range) exit-crossing var(--end-range)}}.module--animated-card .module__inner{display:flex;justify-content:center}.animated-card--shadow{box-shadow:0 .2em 1em rgba(0,0,0,.1),0 1em 2em rgba(0,0,0,.1)}.animated-card__wrapper{--card-margin:4vw;--card-top-offset:5em;--outline-width:0px;display:grid;gap:var(--card-margin);grid-template-columns:1fr;grid-template-rows:repeat(var(--numcards),var(--card-height));margin-bottom:calc(var(--card-height)/3);padding-bottom:calc(var(--numcards)*var(--card-top-offset))}@media (min-width:47.9375em){.animated-card__wrapper{width:var(--card-width)}}.animated-card{padding-top:calc(var(--index)*var(--card-top-offset));position:sticky;top:0}.animated-card__content{align-items:stretch;border-radius:var(--arr-standard);display:grid;grid-auto-rows:auto;grid-template-areas:"text img";grid-template-columns:1fr 0fr;height:calc(var(--card-height) + 1vh);transform-origin:50% 0;will-change:transform}.animated-card__content.inverse{grid-template-areas:"img text"}@media (min-width:71.1875em){.animated-card__content{grid-template-columns:1fr 1fr;min-height:calc(var(--card-height)*10/16 + 1px)}}.animated-card__body{display:grid;gap:1rem;grid-area:text;place-items:start;place-self:center}.animated-card__img{align-items:center;display:flex;grid-area:img;justify-content:center;overflow:hidden}.animated-card__txt{padding:0 1rem}@keyframes scale{to{transform:scale(calc(1.1 - var(--reverse-index)*.1))}}