:root{color:#242424;background:#fff;font-family:Arial,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:100%;min-height:100%;margin:0}.home{background:url(/hero-bg.png) 50%/cover no-repeat;min-height:100vh;overflow:hidden}.home__content{justify-content:center;align-items:center;max-width:1024px;min-height:100vh;margin:0 auto;padding:30px 10px;display:flex}.top-spacer,.group-logo,.logo-spacer{display:none}.brands{grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;column-gap:20px;width:100%;display:grid}.brand{opacity:1;justify-content:center;align-items:center;min-width:0;padding:12px 0;transition:opacity .18s,transform .18s;display:flex}.brand:hover,.brand:focus-visible{opacity:.72;outline:none;transform:scale(.98)}.brand:focus-visible{outline-offset:3px;outline:2px solid #fff}.brand img{object-fit:contain;width:100%;max-width:400px;height:auto;display:block}@media (width<=767px){.home{background-position:50%}.home__content{padding:25px 15px}.brands{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:16px 30px}.brand{padding:4px 0}.brand:last-child{grid-column:1/-1;justify-self:center;width:50%}}@media (width<=390px){.brands{gap:13px 20px}}
