:root{--app-color-text:#000}.home-hero{position:relative;height:calc(100vh - 3.125rem);overflow:hidden;display:flex;align-items:center;justify-content:center}@media (min-width:1024px){.home-hero{min-height:calc(100vh - 3.75rem)}}.home-hero__video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.home-hero__video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.home-hero__content{position:absolute;inset:0;display:flex;flex-flow:column nowrap;justify-content:flex-end;gap:1.5rem;z-index:3;width:100%;color:#fff;padding:1.875rem .875rem}@media (min-width:1024px){.home-hero__content{flex-flow:row nowrap;justify-content:space-between;align-items:flex-end;padding:2.6875rem 1.875rem}}@media (min-width:3001px){.home-hero__content{gap:clamp(1.5rem,1.1rem + .6vw,3rem);padding:5.4rem 2.7rem}}@media (min-width:3840px){.home-hero__content{padding:5.4rem 60px}}.home-hero__text{max-width:800px;font-family:var(--app-fontFamily);font-weight:400;font-size:clamp(.8125rem,.321rem + 1.536vw,1.5rem);line-height:147%;letter-spacing:.06em;vertical-align:middle;text-transform:uppercase;text-align:center}@media (min-width:1200px) and (max-width:1679px){.home-hero__text{font-size:20px}}@media (min-width:3001px){.home-hero__text{max-width:clamp(800px,40vw,1527px);font-size:clamp(2rem,1.35rem + .8vw,3rem)}}.home-hero__text strong{font-weight:600}@media (min-width:768px){.home-hero__text{text-align:initial}}.home-hero__event{display:flex;justify-content:center;width:100%}@media (min-width:1024px){.home-hero__event{max-width:400px;width:auto}}@media (min-width:3001px){.home-hero__event{max-width:570px}}.home-hero__event-card{background:#ffffffd9;border-radius:13px;padding:.75rem 1.5rem;text-align:center;box-shadow:0 8px 32px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#000;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;gap:.5rem;width:100%}@media (min-width:768px){.home-hero__event-card{gap:1.5rem;padding:2rem 1.875rem}}@media (min-width:1024px){.home-hero__event-card{width:280px;gap:1.5rem;padding:1.75rem 1.875rem 1.5rem}}@media (min-width:3001px){.home-hero__event-card{width:570px;gap:clamp(.75rem,.5rem + .45vw,1.5rem);padding:4rem 2rem;-webkit-backdrop-filter:blur(7.7px);backdrop-filter:blur(7.7px);opacity:.8}}.home-hero__event-label{font-family:var(--app-fontFamily);font-size:clamp(.875rem,.786rem + .279vw,1rem);line-height:1.47;letter-spacing:.01em;text-align:center}@media (min-width:3001px){.home-hero__event-label{font-size:clamp(1.5rem,1.1rem + .5vw,2rem)}}.home-hero__event-title{font-size:clamp(1rem,.714rem + .893vw,1.25rem)}@media (min-width:3001px){.home-hero__event-title{font-size:clamp(2rem,1.5rem + .65vw,2.5rem);line-height:1.466}}.home-hero__event-link{transition:color .3s ease;font-family:var(--app-fontFamily);font-size:clamp(.875rem,.786rem + .279vw,1rem);line-height:1.47;letter-spacing:1%;text-align:center;text-decoration:underline}@media (min-width:3001px){.home-hero__event-link{font-size:clamp(1.5rem,1.1rem + .5vw,2rem);line-height:1.466}}.home-hero__event-link a{color:inherit;text-decoration:inherit;transition:color .3s ease}.home-hero__event-link a:hover{color:#333}.home-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0006,#0003,#0009);z-index:2}@media (min-width:3001px){.home-hero__overlay{background:linear-gradient(1.52deg,#000000cf .65%,#0000 88.42%)}}.no-video .home-hero__video-container{background-image:url(path/to/fallback-image.jpg);background-size:cover;background-position:center}.no-video .home-hero__video{display:none}@media (prefers-reduced-motion:reduce){.home-hero__video{animation:none}}@media print{.home-hero__video-container,.home-hero__overlay{display:none}.home-hero{background:#f5f5f5;height:auto;min-height:auto}}