.container-landing{flex-direction:column;align-items:center;width:100%;height:auto;display:flex}.container-landing .content-landing{width:var(--width);max-width:var(--max-width);flex-direction:column;justify-content:center;align-items:center;height:auto;padding:75px 0;display:flex}.container-landing .content-landing .text{text-align:center;flex-direction:column;align-items:center;width:95%;max-width:600px;height:auto;display:flex}.container-landing .content-landing .text h2{color:var(--gray);margin:0 0 10px;font-size:16px;font-weight:500;line-height:26px}.container-landing .content-landing .text h1{margin:0 0 12px;font-size:44px;font-weight:800;line-height:58px}.container-landing .content-landing .text h1 strong{color:var(--clr-primary-a0)}.container-landing .content-landing.error .text h1{font-size:32px;line-height:40px}.container-landing .content-landing .text p{color:var(--gray);margin:0;font-size:17px;font-weight:400;line-height:24px}.container-landing .content-landing.error .text p{font-size:15px;line-height:22px}.container-landing .content-landing .text .btns{flex-direction:row;justify-content:center;align-items:center;gap:20px;width:auto;height:auto;margin:25px 0;display:flex}@media (max-width:900px){.container-landing .content-landing .text h1{font-size:34px;line-height:44px}.container-landing .content-landing .text p{font-size:16px;line-height:22px}}
