.theme-dark,.theme-gray,.theme-light{--theme-process-counter-hover: #2258E7;--theme-process-separator-hover: #2258E7;--theme-process-label-active: #2258E7;--theme-process-gradient-11: #2258E7;--theme-process-gradient-12: #132F7D;--theme-process-gradient-13: #475067;--theme-process-gradient-23: #666E85}.theme-gray,.theme-light{--theme-process-counter: #121212;--theme-process-separator: #D0D3DD;--theme-process-title: #121212;--theme-process-text: #475067;--theme-process-bar-top: #D0D3DD;--theme-process-bar-bottom: #E4E4E7;--theme-process-label: #475067;--theme-process-gradient-21: #001334;--theme-process-gradient-22: #475067}.theme-dark{--theme-process-counter: #D0D3DD;--theme-process-separator: #666E85;--theme-process-title: #FFFFFF;--theme-process-text: #D0D3DD;--theme-process-bar-top: #1D2539;--theme-process-bar-bottom: #343D54;--theme-process-label: #D0D3DD;--theme-process-gradient-21: #F8F9FC;--theme-process-gradient-22: #4E6FA6}.s-process__container{container-type:inline-size}.s-process__steps{counter-reset:steps;padding-left:0;margin-bottom:0;margin-top:var(--text-offset-top, var(--s-offset-sm));display:grid;gap:1.5rem;grid-template-columns:auto}@media screen and (min-width:480px){.s-process__steps{--separator-max-width: 16.25rem}}@media screen and (min-width:768px){.s-process__steps--2-in-row{--separator-max-width: 100%;grid-template-columns:repeat(2,1fr)}.s-process__steps--3-in-row,.s-process__steps--3-in-row-short{--separator-max-width: 100%;grid-template-columns:repeat(3,1fr)}}.s-process__bar{position:relative;margin-top:var(--text-offset-top, var(--s-offset-sm));padding-bottom:.5rem;display:none;color:var(--theme-process-label)}.s-process__bar-label{font-weight:600;font-size:.875rem;line-height:1.4285714286;text-transform:uppercase;color:color-mix(in srgb,var(--theme-process-label) var(--process-percent, 0%),var(--theme-process-label-active));transition:color .3s ease}.s-process__bar-label--end{text-align:right}.s-process__bar-lines{position:relative;padding:1.875rem 0;margin:0;overflow:hidden}.s-process__bar-scalable{display:none}.s-process__bar-line{height:1.625rem;position:relative}.s-process__bar-line:before{content:"";position:absolute;left:-50%;top:-5.4375rem;width:100%;height:12.5rem;transform:translateX(var(--process-progress));transition:transform .1s linear}.s-process__bar-line--top{background-color:var(--theme-process-bar-top);-webkit-clip-path:url(#process-bar-top-700);clip-path:url(#process-bar-top-700)}.s-process__bar-line--top:before{background:radial-gradient(50% 50% at 50% 50%,var(--theme-process-gradient-11) 0%,var(--theme-process-gradient-11) 20%,var(--theme-process-gradient-12) 30%,var(--theme-process-gradient-12) 35%,var(--theme-process-gradient-13) 45%,var(--theme-process-gradient-13) 60%,transparent 100%)}.s-process__bar-line--bottom{margin-top:-.75rem;background-color:var(--theme-process-bar-bottom);-webkit-clip-path:url(#process-bar-bottom-700);clip-path:url(#process-bar-bottom-700)}.s-process__bar-line--bottom:before{background:radial-gradient(50% 50% at 50% 50%,var(--theme-process-gradient-21) 0%,var(--theme-process-gradient-21) 20%,var(--theme-process-gradient-22) 30%,var(--theme-process-gradient-22) 35%,var(--theme-process-gradient-23) 45%,var(--theme-process-gradient-23) 60%,transparent 100%)}@container (min-width: 51.25rem){.s-process__bar-line--top{-webkit-clip-path:url(#process-bar-top-867);clip-path:url(#process-bar-top-867)}.s-process__bar-line--bottom{-webkit-clip-path:url(#process-bar-bottom-867);clip-path:url(#process-bar-bottom-867)}}@container (min-width: 54.6875rem){.s-process__bar-line--top{-webkit-clip-path:url(#process-bar-top-960);clip-path:url(#process-bar-top-960)}.s-process__bar-line--bottom{-webkit-clip-path:url(#process-bar-bottom-960);clip-path:url(#process-bar-bottom-960)}}@container (min-width: 69.5rem){.s-process__bar-line--top{-webkit-clip-path:url(#process-bar-top);clip-path:url(#process-bar-top)}.s-process__bar-line--bottom{-webkit-clip-path:url(#process-bar-bottom);clip-path:url(#process-bar-bottom)}}@media screen and (min-width:768px){.s-process__bar{display:block}}.s-process__card{counter-increment:steps;position:relative;list-style-type:none;margin-bottom:0}.s-process__card-counter{padding-bottom:.75rem;position:relative;color:var(--theme-process-counter);font-weight:600;font-size:.75rem;line-height:1.5;margin-bottom:1rem}.s-process__card-counter:after,.s-process__card-counter:before{content:"";position:absolute;left:0;bottom:0;width:100%;max-width:var(--separator-max-width, 100%)}.s-process__card-counter:before{height:.0625rem;background-color:var(--theme-process-separator)}.s-process__card-counter:after{transform:scaleX(0);background-color:var(--theme-process-separator-hover);transition:transform .3s ease;transform-origin:0 0;height:.25rem;margin-bottom:-.0625rem}.s-process__card-icon{height:1.75rem;width:1.75rem;margin-left:0}.s-process__card-icon img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain;margin-left:0}.s-process__card-title{font-weight:500;font-size:1.125rem;line-height:1.5555555556;color:var(--theme-process-title);padding-bottom:0;margin-top:0;margin-bottom:0}.s-process__card-text{margin-top:.5rem;color:var(--theme-process-text);font-weight:300;font-size:1rem;line-height:1.5;--link-color: inherit}.s-process__card.is-active .s-process__card-counter,.s-process__card:hover .s-process__card-counter{color:var(--theme-process-counter-hover)}.s-process__card.is-active .s-process__card-counter:after,.s-process__card:hover .s-process__card-counter:after{transform:scaleX(1)}@container (min-width: 58.5rem){.s-process__steps{row-gap:3.25rem;gap:2rem}.s-process__card-counter{margin-bottom:1.5rem;font-weight:400;font-size:1rem;line-height:1.5}.s-process__card-title{font-family:Inter,sans-serif;font-weight:500;font-size:1.5rem;line-height:1.3333333333}.s-process__card-text{margin-top:.75rem;font-weight:300;font-size:1.125rem;line-height:1.5555555556}.s-process__card-icon{height:2.25rem;width:2.25rem}}@media screen and (min-width:1440px){.s-process__bar-line{display:none}.s-process__bar-scalable{display:block;width:100%;aspect-ratio:1209/40;height:auto}.s-process__bar-top{fill:var(--theme-process-bar-top)}.s-process__bar-bottom{fill:var(--theme-process-bar-bottom)}.s-process__bar-tracker{--shift: calc(var(--process-progress-ratio, 0) * 100% - 50%);transform:translateX(var(--shift));transition:transform .1s linear}.s-process__bar-gradient[data-color="11"]{stop-color:var(--theme-process-gradient-11)}.s-process__bar-gradient[data-color="12"]{stop-color:var(--theme-process-gradient-12)}.s-process__bar-gradient[data-color="13"]{stop-color:var(--theme-process-gradient-13)}.s-process__bar-gradient[data-color="21"]{stop-color:var(--theme-process-gradient-21)}.s-process__bar-gradient[data-color="22"]{stop-color:var(--theme-process-gradient-22)}.s-process__bar-gradient[data-color="23"]{stop-color:var(--theme-process-gradient-23)}}