.steps{display:flex;flex-direction:column;gap:0}.step{display:grid;grid-template-columns:1fr 1fr}.step .step-content,.step .step-image{align-items:center;display:flex;gap:1rem;margin-top:-2px;position:relative}.step:first-child .step-content{border-top:0!important;border-top-left-radius:0!important;border-top-right-radius:0!important;position:relative}.step:first-child .step-content:before{background-color:#fff;content:"";height:50%;left:-2px;position:absolute;top:0;width:2px;z-index:1}.step:last-child .step-image{border-bottom:0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;position:relative}.step:last-child .step-image:after{background-color:#fff;bottom:0;content:"";height:50%;position:absolute;right:-2px;width:2px;z-index:1}.step:last-child .step-content{border-bottom:0!important;border-bottom-left-radius:0!important;position:relative}.step:last-child .step-content:after{background-color:#fff;bottom:0;content:"";height:50%;left:-2px;position:absolute;width:2px;z-index:1}.step:not(.reverse) .step-content{border-bottom:2px dashed #10b981;border-bottom-left-radius:24px;border-left:2px dashed #10b981;border-top:2px dashed #10b981;border-top-left-radius:24px;box-sizing:border-box;grid-column-start:1;grid-row-start:1;z-index:1}.step.reverse .step-content{grid-column-start:2;grid-row-start:1}.step-number{background-color:#fff;color:#00cd84;display:none;font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:600;padding:6px;position:absolute;top:50%;transform:translateY(-50%);z-index:1;z-index:2}.step:not(.reverse) .step-number{left:-18px}.step.reverse .step-number{left:0}.step-content .step-text{padding:4rem}.step-content .step-text .step-title{color:#00cd84;font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:600}.step-image{align-items:center;display:flex;justify-content:center;padding:4rem;width:100%}.step:not(.reverse) .step-image{grid-column-start:2;grid-row-start:1}.step.reverse .step-image{border-bottom:2px dashed #10b981;border-bottom-right-radius:24px;border-right:2px dashed #10b981;border-top:2px dashed #10b981;border-top-right-radius:24px;box-sizing:border-box;grid-column-start:1;grid-row-start:1;margin-left:24px;position:relative}.step.reverse .step-image:before{top:-2px}.step.reverse .step-image:after,.step.reverse .step-image:before{background-color:#fff;content:"";height:2px;left:0;position:absolute;right:22px}.step.reverse .step-image:after{bottom:-2px}@media (max-width:768px){.steps{gap:2rem}.step{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.step .step-content{align-items:stretch;gap:2rem}.step-image{padding:0}.step-image img{height:auto;width:100%}.step-number{background-color:transparent;left:0;padding:0;position:static;top:0;transform:none}.step-content .step-text{padding:0}.step.reverse .step-image:before{display:none}.step.reverse .step-image,.step:not(.reverse) .step-content{border:none;margin:0}.step-description p{margin:0}}