@keyframes sparkle-glow{0%,100%{filter:drop-shadow(0 0 2px rgba(255, 255, 255, 0.5))}50%{filter:drop-shadow(0 0 8px rgb(255, 255, 255)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.6))}}@keyframes sparkle-rotate{0%,100%{transform:rotate(0) scale(1)}25%{transform:rotate(-10deg) scale(1.1)}50%{transform:rotate(10deg) scale(1.15)}75%{transform:rotate(-10deg) scale(1.1)}}.hero{display:block;position:relative;height:210px;margin-top:0;margin-bottom:0}@media screen and (min-width: 768px){.hero{height:400px;margin-bottom:0}}.hero__content{color:var(--color-white);position:absolute;left:0;right:0;top:0;bottom:0;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:0 var(--grid-col-gutter);text-align:center;z-index:1}.hero__inner:focus-within{outline:2px solid var(--color-white);outline-offset:4px}.hero__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;object-fit:cover}.hero__title{text-shadow:0 2px 8px rgba(0,0,0,.8)}.hero__title.display-text{margin-top:-10px}.hero[class*=overlay-content] .hero__inner{margin:0 auto;padding:5px 8px 9px;background-color:rgba(0,0,0,.65);box-shadow:0 12px 18px 0 rgba(0,0,0,.2);border-radius:var(--border-radius-default);backdrop-filter:blur(4px)}@media screen and (min-width: 768px){.hero[class*=overlay-content] .hero__inner{padding:7px 16px 11px}}.hero--overlay-content-bottom .hero__content{top:auto;bottom:20px}@media screen and (min-width: 768px){.hero--overlay-content-bottom .hero__content{bottom:40px}}.hero--content-bottom .hero__content{top:auto;bottom:20px}@media screen and (min-width: 768px){.hero--content-bottom .hero__content{bottom:40px}}.hero--v2{height:260px;position:relative}@media screen and (min-width: 768px){.hero--v2{height:350px}}@media screen and (min-width: 1024px){.hero--v2{height:450px}}@media screen and (min-width: 1280px){.hero--v2{height:550px}}@media screen and (min-width: 1420px){.hero--v2{height:600px}}@media screen and (min-width: 1600px){.hero--v2{height:640px}}.hero--v2 .hero__content{background-image:linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 8%, rgba(0, 0, 0, 0.7) 100%);color:var(--color-white);position:absolute;left:0;right:0;top:0;bottom:0;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:0 var(--grid-col-gutter);text-align:center;z-index:1}.hero--v2 .hero__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;object-fit:cover}.hero--v2 .hero__title{margin-bottom:2px}.hero--v2 .hero__btn{margin-top:10px}@media screen and (min-width: 768px){.hero--v2 .hero__btn{margin-top:20px}}.hero--v2 .hero__subtitle{display:none}@media screen and (min-width: 768px){.hero--v2 .hero__subtitle{display:block}}
