.home{display:grid}.home-advicesTitle{text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:600}.home-advicesTitle span{color:var(--color-primary-orange)}.home-advicesDescription{text-align:center;margin-bottom:1.5rem;font-size:1.2rem}.home-advicesList{padding:2rem var(--main-padding);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.home-form{padding:4rem var(--main-padding);background-image:linear-gradient(to top right,#6b7b4a,#324420)}.home-formTitle{text-align:center;color:var(--white);margin-bottom:.8rem;font-size:2rem;font-weight:600}.home-formTitle span{color:var(--color-primary-orange)}.home-formDescription{color:var(--white);text-align:center;margin-bottom:3rem;line-height:140%}.home-formContainer>*{margin-bottom:1.5rem}.home-formArgument1,.home-formArgument2{color:var(--white);background-color:#ffffff1a;border:1px solid #ffffff4d;border-radius:10px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.home-formArgument1Title,.home-formArgument2Title{font-size:1.25rem;font-weight:600;line-height:1.75rem}.home-formArgument1List>*,.home-formArgument2List>*{margin-bottom:.75rem}.home-formArgument1List{color:#e5e7eb;margin:0;padding-left:1.5rem}.home-formArgument1List ::marker{color:var(--color-primary-orange);margin-right:.5rem;font-size:1.75rem}.home-formArgument2ListItem>p:first-child{color:var(--color-primary-orange);margin-bottom:.2rem;font-weight:500}@media (min-width:768px){.home{max-width:1000px;margin:0 auto}.home-form{border-image:linear-gradient(to top right,#6b7b4a,#324420) 0 fill/0/0 100vw}.home-formContainer{grid-template-columns:7fr 4fr;grid-template-areas:"form argument1""form argument2";gap:1.5rem;display:grid}.home-formContainer>*{margin-bottom:0}.home-form .form{grid-area:form;margin:0;display:grid}.home-formArgument1{grid-area:argument1}.home-formArgument2{grid-area:argument2}.home-formArgument1,.home-formArgument2{margin-bottom:0}}
