.hero_concert{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8rem 20px 7rem;background:#131313;color:#e5e2e1}@media screen and (min-width: 768px){.hero_concert{padding-inline:64px}}.hero-concert-media,.hero-concert-overlay{position:absolute;inset:0}.hero-concert-media img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;opacity:.58}.hero-concert-overlay{background:linear-gradient(0deg, #131313 0%, rgba(19, 19, 19, 0.42) 52%, rgba(19, 19, 19, 0.82) 100%)}.hero-concert-content{position:relative;z-index:1;width:min(100%,920px);margin-inline:auto;text-align:center}.hero-concert-eyebrow{margin:0 0 1.5rem;color:#ffe16d;font-family:"Space Grotesk",sans-serif !important;font-size:14px;font-weight:700;line-height:20px;letter-spacing:.24em;text-transform:uppercase}.hero-concert-title{margin:0 0 1.75rem;color:#e5e2e1;font-family:"Anton",sans-serif !important;font-size:clamp(3.5rem,8vw,5.25rem);font-weight:400;line-height:1.07;letter-spacing:.02em;text-transform:uppercase}.hero-concert-text{max-width:680px;margin-inline:auto;color:#d0c6ab;font-size:1.125rem;line-height:1.55}.hero-concert-text p:last-child{margin-bottom:0}.hero-concert-text strong,.hero-concert-text a{color:#fff6df}.hero-concert-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-top:2.75rem}@media screen and (min-width: 768px){.hero-concert-actions{flex-direction:row;gap:1.5rem}}.hero-concert-ticker{position:absolute;left:0;right:0;bottom:0;z-index:2;overflow:hidden;padding:1rem 0;background:#1c1b1b;border-block:1px solid rgba(77,71,50,.22)}.hero-concert-ticker-track{--hero-concert-ticker-distance: 50%;display:flex;width:-moz-max-content;width:max-content;gap:6rem;color:#d0c6ab;font-family:"Space Grotesk",sans-serif !important;font-size:14px;font-weight:700;line-height:20px;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;animation:hero-concert-marquee 56s linear infinite}@keyframes hero-concert-marquee{from{transform:translateX(0)}to{transform:translateX(calc(var(--hero-concert-ticker-distance) * -1))}}