.step-by-step{--step-by-step-tint: var(--page-mood, var(--neutral));--step-by-step-text: var(--dark-green);--step-by-step-padding: 2rem 2rem 2rem 2rem;--step-by-step-media-basis: 332px;width: 100%;border-radius: 1.25rem;padding: var(--step-by-step-padding);background-color:var(--step-by-step-tint-override, var(--step-by-step-tint));color:var(--step-by-step-text-override, var(--step-by-step-text))}.step-by-step>div{display: flex;flex-direction: column;gap: 2rem}@media (min-width: 1024px){.step-by-step>div{flex-direction: row;align-items: center}}*:not([hidden])+.step-by-step{margin-top: 1.25rem;margin-bottom: 1.25rem}@container (min-width: 32rem){*:not([hidden])+.step-by-step{margin-top: 3rem;margin-bottom: 3rem}}.step-by-step .prose{color: inherit}.step-by-step .prose p+p{margin-block-start:1.5rem}.step-by-step .step-by-step__index{display: flex;aspect-ratio: 1 / 1;width: 100%;max-width: 3.5rem;flex-shrink: 0;flex-basis: auto;place-content: center;place-items: center;border-radius: 9999px;background-color: var(--blue-black);font-size: 28px;font-weight: 700;--tw-text-opacity: 1;color: rgb(255 255 255 / var(--tw-text-opacity, 1))}.step-by-step .step-by-step__heading{margin-bottom: 1rem;display: block;font-size: 1.25rem;line-height: 1.75rem;font-weight: 600}@container (min-width: 42rem){.step-by-step .step-by-step__heading{font-size: 1.5rem;line-height: 2rem}}.step-by-step .step-by-step__heading{--tw-prose-heading-weight-override: 700}.step-by-step .step-by-step__media{flex-shrink: 0}@media (min-width: 1024px){.step-by-step .step-by-step__media{flex-basis: var(--step-by-step-media-basis)}}.step-by-step .step-by-step__media .media{--extra-space: 0}.step-by-step .step-by-step__media img{margin: 0px;aspect-ratio: 1 / 1;max-width: var(--step-by-step-media-basis);border-radius: 0.375rem;-o-object-fit: cover;object-fit: cover}.step-by-step .step-by-step__media.rounded-image img{border-radius: 9999px}