.testimonials-section__sticky-box{position:sticky;top:10rem;font-size:.813rem;font-weight:700;padding-left:2.25rem}.testimonials-section__sticky-box:before{content:"";position:absolute;top:50%;left:0;width:21px;height:2px;background-color:var(--accent)}.testimonials-section__title{font-size:clamp(2.5rem,4vw,5rem)}.heart-text{color:var(--accent);font-weight:700}.heart-text .heart-text__icon{animation:beat 1s linear infinite}@keyframes beat{0%{transform:scale(1)}10%{transform:scale(1.25)}to{transform:scale(1)}}.steps-section{overflow:clip}.steps-section__sticky-box{position:absolute;top:0;font-size:.813rem;font-weight:700;padding-left:2.25rem}.steps-section__sticky-box:before{content:"";position:absolute;top:50%;left:0;width:21px;height:2px;background-color:var(--accent)}.steps-section__title{font-size:clamp(3rem,8vw,10rem)}.steps-section__direction-switch{padding-left:2.6rem;display:flex;cursor:pointer}.steps-section__direction-switch span{position:relative;color:var(--accent)}.steps-section__direction-switch span:after{content:"";position:absolute;top:0;left:-2.6rem;width:1.6rem;height:1.6rem;border-radius:50%;transition:all .2s ease;border:1px solid var(--muted)}.steps-section__direction-switch span:before{content:"";position:absolute;top:.48rem;left:-2.1rem;width:.6rem;height:.6rem;border-radius:50%;opacity:0;transition:all .2s ease;background-color:var(--accent)}.steps-section__direction-switch>input:checked+span:after{border:1px solid var(--accent)}.steps-section__direction-switch>input:checked+span:before{opacity:1}.steps-section__steps{--progress:0;position:relative}.steps-section__progress{top:0;left:8.265rem;position:absolute;width:3px;height:100%;background-color:var(--muted)}@media(max-width:425px){.steps-section__progress{left:5.25rem}}.steps-section__progress:after{content:"";top:0;left:0;position:absolute;width:100%;height:100%;background-color:var(--accent);transform-origin:top;transform:scaleY(var(--progress));z-index:2}.steps-section__progress:before{content:"";top:var(--progress);left:-.8rem;position:absolute;width:1.75rem;height:1.75rem;border-radius:5px;border:9px solid var(--accent);background-color:var(--white);z-index:5}.steps-section__step{padding-bottom:9.94rem;position:relative}.steps-section__step:first-child{padding-top:9rem}.steps-section__step-decor{width:.75rem;height:.75rem;border-radius:2px;background-color:var(--muted)}.steps-section__step[data-state=active] .steps-section__step-decor{background-color:var(--accent)}.team-section__title{font-size:clamp(2.5rem,4vw,5rem)}.team-section__title>strong{font-weight:700;color:var(--accent)}.looper{width:100%;overflow:hidden}.looper__inner-list{display:flex;justify-content:center;width:-moz-fit-content;width:fit-content}.looper__list-instance{display:flex;width:-moz-max-content;width:max-content;animation:slide-animation linear infinite}@keyframes slide-animation{0%{transform:translateX(0)}to{transform:translateX(-100%)}}