.form{margin-top:8rem}.form__info{width:30%;margin-bottom:3rem;font-size:1.3rem}@media (max-width: 1024px){.form__info{width:100%}}.form__content{max-width:600px;box-sizing:border-box;font-family:Outfit}@media (max-width: 1024px){.form__content{margin-right:1rem}}.form__content input[type='text'],.form__content input[type='email']{height:2.5rem;padding:0 0.5rem;width:100%;margin:0.5rem 0 1.2rem 0;box-sizing:border-box;font-weight:300;font-family:Outfit;border:1px solid #58585897;font-size:1rem;opacity:0.7;transition:all 0.2s ease-in-out;transition-property:opacity border}.form__content input[type='text']:hover,.form__content input[type='email']:hover{opacity:1;border:1px solid #212121}.form__content .helptext{font-size:1rem}.form__content button[type='submit']{padding:1rem 0;width:100%;background-color:#212121;color:white;border:none;font-size:1.3rem;letter-spacing:0.125rem;font-weight:500;font-family:Outfit;transition:opacity 0.2s ease-in-out}.form__content button[type='submit']:hover{cursor:pointer;opacity:0.7}
