.hero{z-index:0;position:relative;overflow:hidden}.hero .content{z-index:1;gap:var(--grid-spacing-1);flex-direction:row;display:flex}.pixelArt{width:calc(var(--grid-size)*4);flex-shrink:0}.pixelArt canvas{border:var(--border-standard)}.hero .hero-text{border:var(--border-standard);padding:var(--grid-spacing-1);justify-content:space-between;gap:var(--grid-spacing-half);background-color:#fff;flex-direction:column;flex:1;display:flex}.hero .hero-text h1{font-weight:400;font-family:var(--font_face-8bit);margin:0}.hero-divider{background-color:var(--color-divider);border:none;width:100%;height:1px;margin:0}.hero-badges{align-items:center;column-gap:var(--grid-spacing-1);row-gap:var(--grid-spacing-half);flex-flow:wrap;display:flex}.hero-badge img{width:auto;max-width:100%;height:54px;display:block}.hero-badge:first-child img{border:var(--border-standard);border-radius:4px}.toHighlight{color:var(--color-accent)}.hero-featured h2{margin-top:var(--grid-spacing-1);margin-bottom:var(--grid-spacing-1);font-family:var(--font_face-mono);text-transform:uppercase;font-size:1.25rem}.featured-logos{justify-content:center;align-items:center;gap:var(--grid-spacing-2);display:flex}.featured-logos img{width:auto;height:var(--spacing-8)}@media (max-width:675px){.hero .content{gap:var(--grid-spacing-1);flex-direction:column-reverse;align-items:flex-start}.pixelArt{width:calc(var(--grid-size)*8);flex-shrink:0}.pixelArt canvas{width:calc(var(--grid-size)*8);height:calc(var(--grid-size)*8)}.hero .hero-text{flex:none;width:100%}.hero-badges{gap:var(--grid-spacing-half)}.hero-badge img{height:auto}}
