.content_and_form_wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.content_and_form_content_area{flex-basis:65%}.content_and_form_form_area{flex-basis:30%}@media screen and (max-width:800px){.content_and_form_content_area,.content_and_form_form_area{flex-basis:100%}}.lander__Form{background-color:#f5f5f5;border-radius:6px;padding:25px}.lander__Form input[type=email],.lander__Form input[type=number],.lander__Form input[type=tel],.lander__Form input[type=text]{border:1px solid #c8c8c8;height:40px;padding-left:10px;width:100%}.lander__Form input[type=submit]{appearance:none;background-color:#000;border:none;color:#fff;font-size:15px;padding:7px 35px;text-align:center}.lander__Form .hs-form-field{display:block;margin-bottom:10px;margin-top:10px}.lander__Form h3{text-align:center}