.news{margin-bottom:0}.news__inner{display:flex;flex-direction:column;gap:50px}.news__title{margin:0}.news__grid{display:flex;flex-direction:column;gap:20px}.news__row{display:grid;gap:20px}.news__row--top{grid-template-columns:542fr 548fr}.news__row--bottom{grid-template-columns:repeat(3,minmax(0,1fr))}.news__card{display:flex;flex-direction:column;gap:10px;padding:30px;border-radius:var(--hr-card-radius,24px);text-decoration:none;color:inherit;box-sizing:border-box;min-height:235px}.news__card--featured{background:var(--hr-blue,#5c7ec8);color:#fff}.news__card--compact,.news__card--secondary{background:#fff;border:1px solid var(--hr-border,#e3e7f0)}.news__card--compact{min-height:235px;padding:30px}.news__card-heading{margin:0;font-family:"Inter Display",var(--hr-font-display),Inter,system-ui,sans-serif;font-size:18px;font-weight:600;font-style:normal;line-height:1.61;letter-spacing:-.48px}.news__card-heading--dark{color:var(--hr-navy,#192a5e)}.news__card-heading--compact{font-size:18px;font-weight:600;line-height:1.61}.news__card-excerpt{margin:0;font-family:"Inter Display",var(--hr-font-display),Inter,system-ui,sans-serif;font-size:16px;font-weight:400;font-style:normal;line-height:1.81;letter-spacing:-.48px;color:rgba(255,255,255,.7)}.news__card-excerpt--dark{color:rgba(25,42,94,.7)}.news__card-tag{border-radius:4px;background:var(--hr-blue,#5c7ec8)}.news__card-date-pill,.news__card-tag{display:inline-flex;align-items:center;width:fit-content;padding:5px 10px;color:#fff;font-family:"Inter Display",var(--hr-font-display),Inter,system-ui,sans-serif;font-size:12px;font-weight:400;font-style:normal;line-height:1.33}.news__card-date-pill{margin-top:auto;border-radius:21px;background:rgba(255,255,255,.2)}.news__card-date-pill--dark{background:var(--hr-surface,#f4f6fb);color:var(--hr-blue,#5c7ec8)}.news__cta-card{display:flex;flex-direction:column;justify-content:space-between;gap:20px;min-height:235px;padding:30px;border-radius:var(--hr-card-radius,24px);background:#fff;border:1px solid var(--hr-border,#e3e7f0);box-sizing:border-box}.news__cta-content{display:flex;flex-direction:column;gap:10px}.news__cta-btn{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-width:156px;height:53px;padding:10px 30px;border-radius:16px;background:var(--hr-blue,#5c7ec8);color:#f6f6f6;font-family:Inter,var(--hr-font-ui,system-ui,sans-serif);font-size:13px;font-weight:500;font-style:normal;line-height:24px;text-transform:uppercase;text-decoration:none;box-sizing:border-box}.news__cta-btn:hover{background:var(--hr-navy,#192a5e)}@media (max-width:1023px){.news__title.hr-section-title,.page--home-redesign .news__title{font-size:26px;line-height:32px}.news__row--bottom,.news__row--top{grid-template-columns:1fr;gap:20px}.news__cta-card{min-height:auto}}