.lead-landing{display:flex;flex-direction:column;gap:32px;padding-bottom:48px}@media screen and (min-width:744px){.lead-landing{gap:40px;padding-bottom:80px}}@media screen and (min-width:1024px){.lead-landing{gap:56px;padding-bottom:120px}}.lead-landing__banner.title-banner{background-color:var(--black-5);height:320px}@media screen and (min-width:744px){.lead-landing__banner.title-banner{height:380px}}@media screen and (min-width:1024px){.lead-landing__banner.title-banner{height:416px}}.lead-landing__highlights{display:grid;gap:12px;grid-template-columns:1fr;list-style:none;margin:0;padding:0}@media screen and (min-width:744px){.lead-landing__highlights{gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1024px){.lead-landing__highlights{grid-template-columns:repeat(4,minmax(0,1fr))}}.lead-landing__highlight{background:var(--black-5);border-radius:var(--radius-4xl);display:flex;flex-direction:column;gap:6px;padding:20px}.lead-landing__highlight-title{color:var(--black-80);font-size:17px;font-weight:700;line-height:130%}.lead-landing__highlight-text{color:var(--black-70);font-size:15px;font-weight:500;line-height:140%}
