.form-card{border-radius:14px;box-shadow:0 0 14px rgba(0,0,0,.1);padding:2rem;position:relative}.form-card__title{color:var(--clr-primary-green);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.form-card__subtitle{font-size:1.5rem;font-weight:400;line-height:48px;margin-bottom:2.5rem}.form-card .hs-form .hs-form-field>label{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.form-card .hs-form .hs-form-field>.no-list{display:none!important}.form-card .hs-form .hs-input{border:0;border-bottom:1px solid #707070;display:block;margin-bottom:2.5rem;outline:0;padding:0 0 .75rem;width:100%}.form-card .hs-form .hs-input.error,.form-card .hs-form .hs-input.invalid{border-color:var(--clr-red)}.form-card .hs-form .hs-button{background:transparent;border:1px solid var(--clr-black);color:var(--clr-black)}.form-card .hs-form .hs-button:focus,.form-card .hs-form .hs-button:hover{background:var(--clr-black);border-color:var(--clr-black);color:var(--clr-white)}