.theme-process-steps-2{position:relative;overflow:visible;--ps2-step-w: 100%;--ps2-step-gap: 2rem;--ps2-badge-size: 3.125rem;--ps2-badge-num-fs: 1.375rem;--ps2-line-h: .1875rem}@media (min-width: 576px){.theme-process-steps-2{--ps2-step-gap: 2.5rem}}@media (min-width: 768px){.theme-process-steps-2{--ps2-badge-size: 3.375rem;--ps2-badge-num-fs: 1.625rem}}@media (min-width: 1200px){.theme-process-steps-2{--ps2-step-w: 17.5rem;--ps2-step-gap: 2.5rem;--ps2-badge-size: 3.5rem;--ps2-badge-num-fs: 1.875rem}}@media (min-width: 1710px){.theme-process-steps-2{--ps2-step-w: 24.375rem;--ps2-step-gap: 6.25rem;--ps2-badge-size: 3.75rem;--ps2-badge-num-fs: 2.25rem}}.theme-process-steps-2__tilt{display:none}@media (min-width: 1200px){.theme-process-steps-2__tilt{--ps2-triangle-h: 3rem;display:block;position:absolute;top:calc(var(--ps2-triangle-h) * -1 + 1px);left:0;right:0;width:100%;height:var(--ps2-triangle-h);background-color:var(--theme-primary-color);clip-path:polygon(0 0,100% 100%,0 100%);pointer-events:none;z-index:1}}@media (min-width: 1710px){.theme-process-steps-2__tilt{--ps2-triangle-h: 3.875rem}}.theme-process-steps-2.section-bg--white .theme-process-steps-2__tilt{background-color:var(--theme-base-light)}.theme-process-steps-2.section-bg--light-grey .theme-process-steps-2__tilt{background-color:var(--theme-base-soft)}.theme-process-steps-2.section-bg--dark-blue .theme-process-steps-2__tilt{background-color:var(--theme-primary-color)}.theme-process-steps-2.section-bg--red .theme-process-steps-2__tilt{background-color:var(--theme-secondary-color)}.theme-process-steps-2--edge-straight .theme-process-steps-2__tilt{display:none}.theme-process-steps-2__inner{position:relative;z-index:2;padding:3.125rem 0}@media (min-width: 768px){.theme-process-steps-2__inner{padding:5rem 0}}@media (min-width: 1200px){.theme-process-steps-2__inner{padding:6.25rem 0}}@media (min-width: 1710px){.theme-process-steps-2__inner{padding:7.5rem 0}}.theme-process-steps-2__header{margin-bottom:2rem}@media (min-width: 768px){.theme-process-steps-2__header{margin-bottom:2.5rem}}@media (min-width: 1710px){.theme-process-steps-2__header{margin-bottom:3rem}}.theme-process-steps-2__header-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}@media (min-width: 768px){.theme-process-steps-2__header-inner{gap:1.25rem}}@media (min-width: 1710px){.theme-process-steps-2__header-inner{gap:1.5rem;max-width:85.625rem;margin-inline:auto}}.theme-process-steps-2__title{margin:0}.theme-process-steps-2__teaser{margin:0;font-weight:600}@media (min-width: 768px){.theme-process-steps-2__teaser{font-size:1.125rem}}@media (min-width: 1710px){.theme-process-steps-2__teaser{font-size:1.25rem;line-height:1.875rem}}.theme-process-steps-2__steps{position:relative;list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;gap:var(--ps2-step-gap)}@media (min-width: 1200px){.theme-process-steps-2__steps{flex-direction:row;align-items:flex-start;justify-content:center;width:-moz-fit-content;width:fit-content;max-width:100%;margin-inline:auto}}.theme-process-steps-2__line{display:none}@media (min-width: 1200px){.theme-process-steps-2__line{display:block;position:absolute;left:calc(var(--ps2-step-w) / 2);right:calc(var(--ps2-step-w) / 2);top:calc(var(--ps2-badge-size) / 2);height:var(--ps2-line-h);background-color:var(--theme-base-light);transform:translateY(-50%);pointer-events:none;z-index:1}}.theme-process-steps-2.section-bg--white .theme-process-steps-2__line,.theme-process-steps-2.section-bg--light-grey .theme-process-steps-2__line{background-color:var(--theme-primary-color)}.theme-process-steps-2__step{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;width:100%;max-width:26.25rem;opacity:0;transform:translateY(1rem);transition:opacity .6s var(--theme-easing-function),transform .6s var(--theme-easing-function)}.theme-process-steps-2__step.is-visible{opacity:1;transform:translateY(0)}@media (min-width: 1200px){.theme-process-steps-2__step{width:var(--ps2-step-w);flex:0 0 var(--ps2-step-w);max-width:var(--ps2-step-w);gap:1.25rem}}@media (min-width: 1710px){.theme-process-steps-2__step{gap:1.5rem}}@media (prefers-reduced-motion: reduce){.theme-process-steps-2__step{opacity:1;transform:none;transition:none}}.theme-process-steps-2__badge{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:var(--ps2-badge-size);height:var(--ps2-badge-size);border-radius:50%;background-color:var(--theme-secondary-color);box-shadow:0 0 1.875rem #d7234973,0 0 1.875rem #28295833}.theme-process-steps-2__badge-num{font-family:var(--theme-heading-ff);font-weight:600;font-size:var(--ps2-badge-num-fs);line-height:1;text-transform:uppercase;color:var(--theme-base-light)}.theme-process-steps-2__step-body{display:flex;flex-direction:column;gap:.625rem;width:100%}@media (min-width: 768px){.theme-process-steps-2__step-body{gap:.75rem}}@media (min-width: 1710px){.theme-process-steps-2__step-body{gap:1rem}}.theme-process-steps-2__step-title{margin:0;font-family:var(--theme-heading-ff);font-weight:600;font-size:1.125rem;line-height:var(--theme-heading-lh);text-transform:uppercase}@media (min-width: 768px){.theme-process-steps-2__step-title{font-size:1.25rem}}@media (min-width: 1710px){.theme-process-steps-2__step-title{font-size:1.375rem;line-height:2.0625rem}}.theme-process-steps-2__step-desc{margin:0;font-family:var(--theme-text-ff);font-weight:600;font-size:1rem;line-height:var(--theme-text-lh)}@media (min-width: 768px){.theme-process-steps-2__step-desc{font-size:1.125rem}}@media (min-width: 1710px){.theme-process-steps-2__step-desc{font-size:1.25rem;line-height:1.875rem}}.theme-process-steps-2__placeholder{display:flex;align-items:center;justify-content:center;min-height:10rem;padding:1.5rem;border:1px dashed color-mix(in oklab,color-mix(in oklab,#ffffff 100%,transparent) 30%,transparent);border-radius:1rem;color:color-mix(in oklab,color-mix(in oklab,#ffffff 100%,transparent) 70%,transparent);text-align:center}
