.formAndContentWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center}.FormContent{flex-basis:60%}.formArea{flex-basis:35%}@media screen and (max-width:800px){.FormContent{flex-basis:100%}.formArea{flex-basis:100%}}.formAreaInner{background-color:#f5f5f5;padding:25px;border-radius:6px}.formAreaInner .hs-form-field{margin-top:15px;margin-bottom:15px}.formAreaInner input[type="text"],.formAreaInner input[type="email"],.formAreaInner input[type="tel"]{height:40px;background-color:white;border:1px solid #dcdcdc;border-radius:6px;box-sizing:border-box;width:100%}.formAreaInner textarea{height:100px;background-color:white;border:1px solid #dcdcdc;border-radius:6px;box-sizing:border-box;width:100%}.formAreaInner label{display:block;margin-bottom:6px}.formAreaInner input[type="submit"]{background-color:var(--mainOrange);color:white;appearance:none;-webkit-appearance:none;padding:10px 40px;text-align:center;font-size:15px;border:0}.formAreaInner h3{text-align:center}