.career-form{max-width:980px;margin-top:12px}.career-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.career-form label{display:flex;flex-direction:column;gap:8px;font-weight:700;margin-bottom:18px}.career-form input,.career-form textarea{width:100%;box-sizing:border-box;border:1px solid #cfd7e3;border-radius:10px;padding:13px 14px;font:inherit;background:#fff;color:#13233f}.career-form textarea{resize:vertical}.career-consent{flex-direction:row!important;align-items:flex-start;font-weight:400!important;gap:10px!important}.career-consent input{width:auto;margin-top:3px}@media(max-width:760px){.career-form-grid{grid-template-columns:1fr}}