.cs-section{position:relative;height:200vh;background-color:#1C1D1F}.cs-sticky-container{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:grid;grid-template-columns:100px 1fr;align-items:center;grid-gap:2rem;gap:2rem;padding:0 4rem;overflow:hidden}.cs-timeline-wrapper{width:100%;height:60%;display:flex;justify-content:center;align-items:center}.cs-content-wrapper{display:grid;grid-template-areas:"card";height:100%}.cs-card{grid-area:card;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:center;grid-gap:3rem;gap:3rem;color:#fff}.cs-card-text{max-width:500px}.cs-card-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#FFFFFF}.cs-card-description{font-size:1.125rem;line-height:1.7;color:#c5c5c5}.cs-card-image{background:transparent!important;box-shadow:none!important;border-radius:0!important;width:100%}.cs-card-image img{width:100%;height:100%;object-fit:cover;vertical-align:middle}@media (max-width:768px){.cs-sticky-container{grid-template-columns:40px 1fr;padding:0 1rem;gap:1rem;align-items:center}.cs-card{display:flex;flex-direction:column;height:100%;justify-content:flex-start;gap:1.5rem;text-align:center;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cs-card::-webkit-scrollbar{display:none}.cs-card-image{flex-shrink:0;width:100%;max-height:45vh}.cs-card-image img{display:block;margin:0 auto;height:auto;width:100%;max-height:100%;object-fit:contain}.cs-card-text{flex-shrink:0;max-width:100%}.cs-card-title{font-size:1.75rem;margin-bottom:.5rem}.cs-card-description{font-size:1rem;line-height:1.6}}