.steps{counter-reset:steps;display:flex;flex-direction:row;flex-wrap:wrap;gap:24px var(--so-block-gap);justify-content:center;position:relative;@media (width <= 700px){flex-direction:column}&:before{background-position:50%;background-repeat:no-repeat;background:var(--bg-image);background-size:contain;border-radius:20px;content:"";filter:blur(85px);inset:0;left:50%;max-width:720px;opacity:.35;position:absolute;transform:translate(-50%);z-index:1}}.step{counter-increment:steps;display:flex;flex:1 1 calc(25% - var(--so-block-gap)*3/4);flex-direction:column;max-width:calc(25% - var(--so-block-gap)*3/4);position:relative;width:100%;z-index:2;@media (width <= 1180px){flex:1 1 calc(50% - var(--so-block-gap)*2);max-width:calc(50% - var(--so-block-gap)*2)}@media (width <= 700px){flex:1;max-width:unset}.step-intro{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;margin:0;padding:24px;@media (width <= 700px){padding-bottom:16px;padding-left:0;padding-right:0;padding-top:0}&:before{align-items:center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='47' fill='none' viewBox='0 0 40 47'%3E%3Cpath fill='%2314385d' d='M40 13.608c0-1.359-.698-2.614-1.831-3.294L21.835.51a3.55 3.55 0 0 0-3.67 0L1.83 10.314C.698 10.994 0 12.249 0 13.608v19.615c0 1.358.698 2.614 1.831 3.294l16.334 9.803a3.55 3.55 0 0 0 3.67 0l16.334-9.803c1.133-.68 1.831-1.936 1.831-3.294z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;color:var(--so-color-white);content:"0" counter(steps) ". ";display:flex;font-size:20px;height:46px;justify-content:center;width:40px}}.step-content{background-color:var(--so-color-light-gray);border-radius:32px;box-shadow:0 4px 54px 0 rgba(0,122,246,.16);flex:1;padding:24px}.step-intro{font-family:var(--so-font-family);font-weight:700}}