.steps-module{padding-top:var(--mod-pt-desktop, 72px);padding-bottom:var(--mod-pb-desktop, 72px)}.steps-module__heading{max-width:18ch;margin-inline:auto}.steps-module__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(var(--steps-count, 1),minmax(0,1fr));gap:clamp(1.5rem,2.5vw,2.5rem);width:100%}.steps-module__item{min-width:0}.steps-module__track{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.steps-module__number{width:54px;height:54px;border-radius:999px;background-color:var(--steps-circle-color, #E10000);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 54px;font-size:1.875rem;font-weight:700;line-height:1}.steps-module__connector{height:2px;flex:1 1 auto;min-width:0;background-color:var(--steps-line-color, #FF8C8C)}.steps-module__content{color:#11151c}.steps-module__content>*:first-child{margin-top:0}.steps-module__content>*:last-child{margin-bottom:0}.steps-module__content :is(h1,h2,h3,h4,h5,h6){margin-bottom:1rem}@media (max-width: 991.98px){.steps-module{padding-top:var(--mod-pt-tablet, 60px);padding-bottom:var(--mod-pb-tablet, 60px)}.steps-module__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.5rem}.steps-module__track{margin-bottom:1.5rem}}@media (max-width: 575.98px){.steps-module{padding-top:var(--mod-pt-mobile, 42px);padding-bottom:var(--mod-pb-mobile, 42px)}.steps-module__list{grid-template-columns:1fr}.steps-module__track{gap:.75rem}}
