.steps-cards-carousel{overflow:hidden}.steps-cards-carousel .steps-cards__container .card{background:#fff;border:2px solid #7590ff;border-radius:24px}.steps-cards-carousel .js-splide{align-items:center;display:grid;gap:30px 16px;grid-template-areas:"title arrows" "track track";grid-template-columns:1fr auto}.steps-cards-carousel .js-splide .title{grid-area:title}.steps-cards-carousel .splide__track{clip-path:inset(-100vw -100vw -100vw 0)!important;grid-area:track;overflow:visible!important;width:100%}.steps-cards-carousel .splide__arrows{display:flex;gap:10px;grid-area:arrows;justify-content:flex-end;justify-self:end}.steps-cards-carousel .splide__arrows button{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;height:34px;justify-content:center;line-height:0;padding:0;width:34px;-webkit-tap-highlight-color:transparent;user-select:none}.steps-cards-carousel .splide__arrows button:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' fill='none' viewBox='0 0 12 20'%3E%3Cpath fill='%235274FF' fill-rule='evenodd' d='M.748.474a1.417 1.417 0 0 1 2.004 0l8.5 8.5c.553.553.553 1.45 0 2.004l-8.5 8.5a1.417 1.417 0 1 1-2.004-2.004l7.498-7.498L.748 2.478a1.417 1.417 0 0 1 0-2.004' clip-rule='evenodd'/%3E%3C/svg%3E");content:"";display:inline-block;height:20px;width:12px}.steps-cards-carousel .splide__arrows .splide__arrow--prev{transform:scaleX(-1)}.steps-cards-carousel .splide__arrows .splide__arrow svg{height:34px;width:34px}.steps-cards-carousel .splide__arrows .splide__arrow path{fill:#5274ff}.steps-cards-carousel .splide__arrows .splide__arrow[aria-disabled=true],.steps-cards-carousel .splide__arrows .splide__arrow[disabled]{opacity:.4;pointer-events:none}