.form-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}.form-container{margin:0 auto;max-width:1200px}.form-wrapper{background-color:#fff;border:.5px solid rgba(125,64,255,.75);border-radius:4px;-webkit-box-shadow:3px 2px 12px 0 rgba(125,64,255,.25);box-shadow:3px 2px 12px 0 rgba(125,64,255,.25);max-width:1200px;padding:2rem 1.5rem;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.form-wrapper:hover{border:1px solid #7d40ff;-webkit-box-shadow:3px 3px 0 0 #7d40ff;box-shadow:3px 3px 0 0 #7d40ff;-webkit-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px)}.form-heading{height:fit-content;margin-bottom:1rem;width:100%}.form-heading h2{color:#000;font-size:1.5rem;padding:0;text-align:left}.form-heading p{color:#585b63;font-size:.875rem;text-align:left}.form-heading *{padding:15px 0}div.form-wrapper form.hs-form fieldset.form-columns-1,div.form-wrapper form.hs-form fieldset.form-columns-2{max-width:100%}div.form-wrapper form.hs-form fieldset.form-columns-1,div.form-wrapper form.hs-form fieldset.form-columns-2 div.hs-form-field{float:none;padding:0;width:100%}form.hs-form .hs-form-field ul.inputs-list{margin-top:15px}form.hs-form div.hs-fieldtype-select div.input select.hs-input,form.hs-form div.hs_company div.input input[name=company].hs-input,form.hs-form div.hs_firstname div.input input[name=firstname].hs-input,form.hs-form div.hs_jobtitle div.input input[name=jobtitle].hs-input,form.hs-form div.hs_lastname div.input input[name=lastname].hs-input,form.hs-form input[name=email].hs-input,form.hs-form input[type=text].hs-input,form.hs-form textarea.hs-input{background-color:#f6f6f6;border:none;border-radius:4px;color:#acbbb8;display:block;font-size:14px;margin:0 0 .5rem;padding:10px 15px;width:100%}form.hs-form textarea.hs-input{height:300px}form.hs-form div.hs-fieldtype-select div.input select.hs-input:focus,form.hs-form div.hs_company div.input input[name=company].hs-input:focus,form.hs-form div.hs_firstname div.input input[name=firstname].hs-input:focus,form.hs-form div.hs_jobtitle div.input input[name=jobtitle].hs-input:focus,form.hs-form div.hs_lastname div.input input[name=lastname].hs-input:focus,form.hs-form input[name=email].hs-input:focus,form.hs-form input[type=text].hs-input:focus,form.hs-form textarea.hs-input:focus{background-color:#fff;border:1px solid #3c3c3b;color:#3c3c3b}ul.hs-error-msgs{display:none}.hs_submit .actions input[type=submit].hs-button{-webkit-appearance:none;background-color:#123845;border:none;border-radius:4px;color:#fff;font-family:NeoSans,sans-serif;font-size:1rem;font-weight:300;padding:15px 50px;text-transform:none;width:100%}.hs_submit .actions input[type=submit].hs-button:hover{background-color:#123845;cursor:pointer}form.hs-form .legal-consent-container{margin-bottom:1rem;max-width:100%}form.hs-form .legal-consent-container,form.hs-form .legal-consent-container .hs-form-required{font-size:.75rem}.legal-consent-container p{color:#585b63;font-family:NeoSans,sans-serif;font-size:.75rem}.legal-consent-container .hs-richtext p a{color:#4400e3}.legal-consent-container .hs-richtext p a:hover{color:rgba(68,0,227,.5)}ul.inputs-list li.hs-form-booleancheckbox{display:inline-block}ul.inputs-list li.hs-form-booleancheckbox input[type=checkbox]{height:14px;width:14px}