/**handles:block-acf-steps**/
.steps{display:flex;flex-direction:column;align-items:flex-start}.step{width:calc(50% - 108px);padding:32px;border:3px solid #00a8c1}.steps>:nth-child(odd){margin-left:auto}.step:before{position:absolute;content:'';top:40px;right:-9px;width:16px;height:16px;background:#fff 0 0 no-repeat padding-box;border:3px solid #00a8c1;border-radius:50%;z-index:29}.step:nth-child(odd):before{left:-9px}.step:after{position:absolute;content:'';top:46px;right:-111px;width:108px;height:3px;background-color:#00a8c1}.step:nth-child(odd):after{left:-111px}.connector{display:block;position:absolute;width:3px;height:100%;top:46px;right:-112.5px;background-color:#00a8c1}.step:nth-child(odd) .connector{left:-112.5px}.step:last-of-type .connector{height:1px}.connector::before{position:absolute;content:'';width:24px;height:24px;top:-12px;left:-11px;background-color:#00a8c1;border-radius:50%}.step:nth-child(odd)::before{right:-11px}.last-step{display:block;width:calc(50% - 108px);padding:32px;background-color:#00a8c1}@media only screen and (max-width:600px){.steps{gap:32px}.step{width:calc(100% - 67px)}.step,.steps>:nth-child(odd){margin-left:67px}.step::before{left:-9px;right:auto}.step::after,.step:nth-child(odd)::after{left:-67px;right:auto;width:67px}.connector,.step:nth-child(odd) .connector{left:-67px;right:auto;height:calc(100% + 38px)}.last-step{width:100%;margin-left:0!important}}