.gs-form-auto{display:flex;position:relative;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px;width:100%}@media(min-width:1024px){.gs-form-auto{flex-direction:row}}.gs-form-auto .email-input{display:flex;height:60px;padding:0 16px;align-items:center;gap:10px;align-self:stretch;border-radius:10px;background:#fff;width:100%;border:none;color:#8187a5;text-align:left;font-size:16px;font-style:normal;font-weight:600;line-height:normal}@media(min-width:1024px){.gs-form-auto .email-input{max-width:328px}}.gs-form-auto .email-input.error{border-color:#d32f2f}.gs-form-auto .submit-button{display:flex;padding:18px 32px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:10px;background:#3053ff;box-shadow:0 1px 4px 0 rgba(48,83,255,.3),0 5px 10px -4px rgba(195,205,255,.7);color:#fff;text-align:center;font-size:16px;font-style:normal;font-weight:600;line-height:20px;cursor:pointer;width:100%;border:none}@media(min-width:1024px){.gs-form-auto .submit-button{width:-moz-fit-content;width:fit-content}}.custom-tooltip{position:absolute;left:0;top:100%;margin-top:6px;background-color:#d32f2f;color:#fff;padding:1rem;border-radius:4px;font-size:1rem;white-space:normal;box-shadow:0 2px 10px rgba(0,0,0,.15);z-index:1000;min-width:160px;justify-self:anchor-center}.gs-form-success{color:#000;font-size:24px;padding-top:1rem;padding-bottom:1rem;font-family:generalSans;font-weight:600}