.hero-text .hero-paths{display:grid;gap:12px;width:100%;margin:24px 0;background:none;padding:0}.hero-text .hero-paths .hero-path{display:flex;align-items:center;gap:16px;box-sizing:border-box;width:100%;margin:0;padding:18px 20px;border:2px solid #234c3e;border-radius:6px;text-decoration:none;text-align:left;line-height:1.35;background:#234c3e;color:#fff}.hero-path-copy{flex:1;min-width:0}.hero-path-copy strong{display:block;font-size:20px}.hero-path-copy small{display:block;font-size:14px;font-weight:400;margin-top:5px}.hero-path-number{font-size:15px;font-weight:700;opacity:.85}.hero-text .hero-paths .hero-path:nth-child(2){background:#e3f2a2;color:#234c3e}.hero-text .hero-paths .hero-path:nth-child(3){background:#fff;color:#234c3e}.hero-text .hero-paths .hero-path:hover{border-color:#a77d37;box-shadow:0 2px 8px #234c3e20}.hero-text .hero-paths .hero-path:focus-visible{outline:3px solid #a77d37;outline-offset:3px}@media(max-width:600px){.hero-text .hero-paths .hero-path{padding:15px 12px;gap:10px}.hero-path-copy strong{font-size:18px}}

header{flex-wrap:wrap;gap:16px;height:auto}
.header-brands{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%}
header .header-qualimetha{width:230px;height:auto;max-height:100px;object-fit:contain}
header nav{justify-content:center;width:100%}
@media(max-width:600px){header .header-qualimetha{width:175px;max-width:48%;max-height:82px}.header-brands{gap:16px}.header-brands>a{max-width:44%}.header-brands>a img{max-width:100%;height:auto}}

@media(min-width:1100px){
 header{display:grid;grid-template-columns:174px minmax(0,1fr) 200px;align-items:center;gap:24px;padding:18px 3%;min-height:108px}
 .header-brands{display:contents}
 .header-brands>a{grid-column:1;grid-row:1}
 header .header-qualimetha{grid-column:3;grid-row:1;width:200px;max-height:85px}
 header nav{grid-column:2;grid-row:1;display:flex;flex-wrap:wrap;justify-content:center;width:auto;gap:8px}
 header nav a{padding:10px 12px}
}
