.form-banner{display:flex;gap:2rem;justify-content:space-between;padding:2rem 0}.form-banner--title-container{max-width:40%;padding:1rem}.form-banner--title{color:#fff;font-size:2em;font-weight:700}.form-banner--bullet{color:#fff;font-size:1.2em;letter-spacing:.02em;line-height:130%;margin:0}.form-banner--bullet:last-child{margin-bottom:20px}.form-banner--form{background-color:#fff;border-radius:4px;box-shadow:0 30px 60px rgb(0 0 0/8%);font-size:14px;height:fit-content;line-height:28px;max-width:400px;padding:1rem 2rem 2rem;width:100%}.form-banner--form-title{font-size:36px;line-height:1.2;margin:15px auto;max-width:80%;text-align:center}.hs-form-field span,.hs-form-required{color:#000}.hs-input{background:#f1f1f1;border:unset;border-radius:2px;height:25px;margin-bottom:8px;width:100%}.hs-button{background:#ee3044;border-radius:4px;border-width:0;border-bottom:3px solid #f16370;color:#fff;font-family:sans-serif;font-size:18px;font-weight:700;line-height:1.5em;margin:0 auto;padding:5px 10px;text-align:center;width:100%}@media (min-width:1440px){.form-banner{margin:0 auto}}@media (max-width:1024px){.form-banner{flex-direction:column;gap:0;margin:0 30px;padding:.5rem 0;width:calc(100% - 60px)}.form-banner--title-container{max-width:100%}.form-banner--form{width:auto}}