.wrapper-steps{--item-space: 40px;display:grid}@media(min-width: 48rem){.wrapper-steps{row-gap:var(--item-space)}}.steps-row{position:relative;--item-space: 40px;display:flex;flex-direction:column}@media(min-width: 48rem){.steps-row{flex-direction:row;flex-wrap:wrap;row-gap:var(--item-space)}}@media(min-width: 64rem){.steps-row::after{content:"";position:absolute;top:19px;right:0;bottom:0;width:40px;height:calc(100% + 41px);border-top-right-radius:30px;border-bottom-right-radius:30px;border:1px solid hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.1);border-left:none}}@media(min-width: 48rem){.steps-row:nth-child(odd) .step-item:last-child::before{width:calc(100% - 40px)}}@media(min-width: 64rem){.steps-row:nth-child(even){flex-direction:row-reverse}}.steps-row:nth-child(even)::after{transform:rotate(180deg);left:-40px;right:inherit}@media(min-width: 64rem){.steps-row:nth-child(even) .step-item:first-child::before{width:calc(100% - 40px)}}.steps-row.last-row::after{display:none}.steps-row .step-item{position:relative;flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding-left:50px}@media(min-width: 48rem){.steps-row .step-item{padding-left:0;flex:1 0 30%}}.steps-row .step-item::before{content:"";width:1px;height:100%;background-color:hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.1);position:absolute;left:19px;right:0;top:0px;z-index:0}@media(min-width: 48rem){.steps-row .step-item::before{width:100%;height:1px;left:0;right:0;top:19px}}.steps-row .step-item .badge{font-size:12px;line-height:20px;font-weight:700;color:var(--color-white);background-color:var(--color-primary);padding:4px 16px;border-radius:24px;flex:0 0 auto;margin-bottom:8px;position:relative;z-index:10;left:-50px}@media(min-width: 48rem){.steps-row .step-item .badge{left:0;margin-bottom:16px}}@media(min-width: 64rem){.steps-row .step-item .badge{left:0;font-size:18px;line-height:23px;padding:8px 24px;margin-bottom:48px}}.steps-row .step-item>svg{width:50px;height:50px;fill:var(--color-black)}.steps-row .step-item .sub-entry-content{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}@media(min-width: 48rem){.steps-row .step-item .sub-entry-content{margin-bottom:0;padding-right:40px}}@media(min-width: 64rem){.steps-row .step-item .sub-entry-content{padding-right:60px}}.steps-row .step-item .sub-entry-content h3{font-size:20px;line-height:25px;font-weight:700;margin:0;color:var(--color-black)}.steps-row .step-item .sub-entry-content p{font-size:14px;line-height:24px;margin:0}@media(min-width: 48rem){.steps-row.grid-3er .step-item{flex:1 1 30%}}@media(min-width: 48rem){.steps-row.grid-4er .step-item{flex:1 0 50%}}@media(min-width: 64rem){.steps-row.grid-4er .step-item{flex:1 0 25%}}