.contactFormSection{width:90%;max-width:1000px;margin:0 auto;padding:80px 0}.contactFormSection h2{font-size:2.5rem}.contactFormSection .desc{margin:16px 0;color:#cc7a00;font-size:.9rem}.contactFormSection h4{margin:16px 0 10px 10px}.contactFormSection .checks{margin-left:8px}.contactFormSection .checks label{display:flex;align-items:center;line-height:25px;font-size:.9rem}.contactFormSection .checks label input{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:24px;width:24px;margin:4px 8px 4px 4px;border:1px solid #b1b1b1;border-radius:4px}.contactFormSection .checks label input:checked{border:1px solid #f0f0f0;background-color:#228b22}.contactFormSection .checks label input:checked:before{content:"";display:block;position:relative;left:7.4px;top:1px;width:6px;height:12px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.contactFormSection input[type=email],.contactFormSection input[type=text],.contactFormSection textarea{font-size:1.2rem;padding:6px 10px;width:100%;background-color:#f0f0f0}.contactFormSection input[type=email]::placeholder,.contactFormSection input[type=text]::placeholder,.contactFormSection textarea::placeholder{color:#bcbcbc}.contactFormSection input[type=submit]{padding:10px 16px;border-radius:10px;background-color:#f0f0f0;min-width:80px;margin-top:16px}.contactFormSection textarea{height:180px}.contactFormSection h3{margin:32px 0 16px}.contactFormSection h3 .required{color:#cc7a00;font-size:.8rem;margin-left:.5%}.contactFormSection .error{margin-top:8px;color:#cc7a00;font-size:.9rem}@media(min-width:800px){.contactFormSection{padding:120px 0}.contactFormSection h2{font-size:3rem}.contactFormSection .desc{margin:32px 0}.contactFormSection h4{margin:32px 0 16px 16px}.contactFormSection input[type=email],.contactFormSection input[type=text],.contactFormSection textarea{padding:16px}.contactFormSection input[type=submit]{padding:16px 24px;margin-top:32px}.contactFormSection textarea{height:240px}.contactFormSection h3{margin:36px 0 24px}}