.slider-images{display:flex}.logo-carousel{overflow:hidden;width:100%;position:relative}.logo-track{display:flex;width:-moz-fit-content;width:fit-content;animation:scroll-left 30s linear infinite}.logo-item img{max-height:40px;width:auto}@media (min-width:1400px){.logo-item img{max-height:57px;width:auto}}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.steps-container{gap:32px}.step,.steps-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.step{gap:12px;border:1px solid var(--border-tertiary);box-shadow:var(--surface-l1);border-radius:var(--radius-m);text-align:center;padding:var(--spacing-xl);max-width:325px}.vertical-slider{height:830px}@media (min-width:768px){.step{width:256px;height:220px}.vertical-slider{height:970px}}@media (min-width:1024px){.steps-container{flex-direction:row;justify-content:space-between;width:100%;gap:0}.step{width:184px;height:240px}}@media (min-width:1400px){.step{width:272px;height:240px;box-shadow:var(--surface-l2)}}.awards-tile{display:flex;flex-direction:column;align-items:center;justify-content:end;border:1px solid var(--border-tertiary);border-radius:var(--radius-l);padding:var(--spacing-2xl);box-shadow:var(--surface-l2);height:235px;gap:var(--spacing-2xl);width:311px}@media (min-width:1024px){.awards-tile{width:360px;padding:var(--spacing-2xl) var(--spacing-4xl)}}@media (min-width:1400px){.awards-tile{width:324px;padding:var(--spacing-2xl) var(--spacing-3xl)}}