<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.stacking-cards-module{position:relative;z-index:1}section.stacking-cards-module .word{display:flex;flex-wrap:nowrap;overflow:hidden;padding-right:.3em}section.stacking-cards-module .word:last-child{padding-right:0}section.stacking-cards-module .wrapper{align-items:center;display:flex;flex-direction:column;gap:56px}section.stacking-cards-module .wrapper-top .title&gt;*{display:flex;flex-wrap:wrap;justify-content:center}section.stacking-cards-module .wrapper-cards{display:grid;gap:20vh;grid-template-columns:1fr;grid-template-rows:repeat(var(--numcards),446px);padding-bottom:calc(var(--numcards)*30px);width:875px}section.stacking-cards-module .card{padding-top:calc(var(--index)*30px);position:sticky;top:110px;width:100%}section.stacking-cards-module .card-inner{color:#fff;display:flex;flex-direction:row;transform-origin:50% 0}section.stacking-cards-module .card-inner figure{flex-shrink:0;height:100%;max-width:350px;width:unset}section.stacking-cards-module .card-inner figure img{aspect-ratio:350/450;height:auto;max-width:100%;object-fit:cover}section.stacking-cards-module .card-inner .content{background-color:#9184be;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:56px}section.stacking-cards-module .card-inner .content .wrapper-cta{padding-top:24px}@media (max-width:768px){section.stacking-cards-module .wrapper-cards{grid-template-rows:repeat(var(--numcards),420px);width:100%}section.stacking-cards-module .card-inner{flex-direction:column;height:100%}section.stacking-cards-module .card-inner figure{height:unset;max-height:200px;max-width:100%;width:100%}section.stacking-cards-module .card-inner figure img{aspect-ratio:16/9;width:100%}section.stacking-cards-module .card-inner .content{padding:20px}section.stacking-cards-module .card-inner .content .description{display:-webkit-box;line-clamp:5;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}}</pre></body></html>