.form-animated{position:relative}.form-animated__sticky{display:flex;flex-direction:column;justify-content:center;padding:0 20px;z-index:1}@media(min-width:64rem){.form-animated__sticky{height:150vh;position:sticky;top:0}}.form-animated__wrapper{display:flex;flex-wrap:wrap;gap:3rem;margin:0 auto;max-width:70rem;padding:0 1.25rem}@media(min-width:64rem){.form-animated__wrapper{flex-wrap:nowrap;gap:10rem;padding:0}}.form-animated__col{width:100%}@media(min-width:64rem){.form-animated__col{opacity:0;width:50%;--scroll-move:60px;transform:translateY(var(--scroll-move));transition:opacity .8s ease,transform .8s ease}.form-animated.is-visible .form-animated__col{opacity:1;--scroll-move:0px}}.form-animated__content-title{font-size:clamp(2rem,4.5vw,3.5rem);font-weight:300;text-transform:none}.form-animated__content-subtitle{font-style:italic;font-weight:300;margin-bottom:clamp(1.5rem,2.5vw,2.5rem);text-transform:none}.form-animated__content-summary,.form-animated__content-summary *{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600;line-height:clamp(2rem,2.5vw,2.25rem)}.form-animated__form{border-radius:1.25rem;padding:1.5rem}@media(min-width:64rem){.form-animated__form{border-radius:2rem}}.form-animated__form form .hs_recaptcha .grecaptcha-badge{margin:0}.form-animated__form-action{display:flex;justify-content:center;margin-top:clamp(2rem,2.5vw,3rem)}