.step-flow{display:grid;gap:48px;grid-template-columns:1fr;margin-top:32px}@media (min-width:768px){.step-flow{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.step-flow{grid-template-columns:repeat(4,1fr)}}.step__item{display:flex;flex-direction:row;gap:16px}.step__head{align-items:center;display:flex;flex-direction:column;gap:8px}.step__label{background:#fcd008;border-radius:24px;color:#101828;display:inline-block;font-size:.75rem;font-weight:700;padding:.3125rem .75rem;white-space:nowrap}.step__arrow{width:auto}.step__arrow img{height:auto;max-width:100%;width:auto}.step__item:last-child .step__arrow img{display:none}.step__body{flex:1}.step__title{font-size:1.375rem;font-weight:700;margin:0 0 16px}.step__body p,.step__body>:not(.step__title){margin-bottom:16px}.step__list{color:#191c1c;list-style:disc;padding-left:18px}.step__list li{margin-bottom:8px}@media (min-width:768px){.plan-switcher__button{font-size:1rem;padding:.75rem 2rem}.step__item{flex-direction:column}.step__head{align-items:center;flex-direction:row;gap:16px;margin-bottom:12px}.step__arrow img{height:auto;transform:none;width:100%}}