.form-hero{background-color:var(--color-white);margin:88px 0;padding:0 24px}.form-hero__container{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:720px}.form-hero__header{margin-bottom:48px;max-width:640px;text-align:center}.form-hero__pretitle{color:var(--color-bright-blue);font-family:var(--font-body);font-size:12px;font-weight:500;letter-spacing:2.5px;margin:0 0 16px;text-transform:uppercase}.form-hero__title{margin:0 0 20px}.form-hero__subtitle{color:var(--color-secondary-dark-gray)}.form-hero__subtitle p{margin:0}.form-hero__card{background:var(--color-white);border-radius:16px;box-shadow:0 4px 32px rgba(75,73,191,.08),0 1px 4px rgba(0,0,0,.04);padding:40px 40px 28px;width:100%}.form-hero__bottom-text{color:var(--color-secondary-dark-gray);font-family:var(--font-body);font-size:13px;font-weight:400;line-height:150%;margin:16px 0 0;text-align:center}@media (max-width:1024px){.form-hero{margin:66px 0}}@media (max-width:767px){.form-hero{margin:44px 0;padding:0 16px}.form-hero__header{margin-bottom:32px}.form-hero__card{border-radius:12px;padding:28px 20px 20px}}