.section-hero-banner{background-color:var(--color-cream)}.section-hero-banner__inner{position:relative;text-align:center;display:flex;flex-direction:column;gap:2.5em}.section-hero-banner__header{width:100%;max-width:768px;margin:0 auto;display:flex;flex-direction:column;gap:1em}.section-hero-banner__header h2,.section-hero-banner__header h3,.section-hero-banner__header h4,.section-hero-banner__header h5,.section-hero-banner__header h6{margin:0;text-transform:uppercase}.section-hero-banner__header p{margin:0}.section-hero-banner__banners{display:grid;grid-template-columns:repeat(4,1fr);gap:3.5em 1.5em}@media (max-width:1100px){.section-hero-banner__banners{grid-template-columns:repeat(2,1fr);gap:3.5em .75em}}@media (max-width:440px){.section-hero-banner__banners{gap:4.5em .75em}}.section-hero-banner__banner{border-radius:3px;position:relative;background-color:rgba(0,0,0,.1)}.section-hero-banner__banner img{width:100%;opacity:1;transition-property:opacity;transition-duration:.25s;transition-timing-function:linear;z-index:1}.section-hero-banner__banner img.preload{opacity:0}.section-hero-banner__banner .label{position:absolute;left:0;bottom:-2em;background-color:var(--color-yellow);text-align:center;font:1em Oswald,arial,sans-serif;font-weight:700;z-index:2;width:100%;text-transform:uppercase;padding:.75em;min-height:4.25em;display:flex;align-items:center;justify-content:center}@media (max-width:768px){.section-hero-banner__banner .label{min-height:4em}}@media (max-width:440px){.section-hero-banner__banner .label{bottom:-3em}}.section-hero-banner__banner .label span{font-size:1.25em;display:block;line-height:1.1}@media (max-width:1100px){.section-hero-banner__banner .label span{font-size:1.125em}}.section-hero-banner__actions{display:flex;align-items:center;justify-content:center;gap:1.5em;flex-wrap:wrap;padding-top:3em}@media (max-width:768px){.section-hero-banner__actions{flex-direction:column;gap:1em}}@media (max-width:440px){.section-hero-banner__actions{padding-top:2em}}.section-hero-banner__actions button span{font-size:1.125em}