.hero--section .bg{height:100%;width:100%;position:absolute;display:flex}.hero--section .bg picture{display:contents}.hero--section .bg .gradiant{height:100%;width:100%;position:absolute;z-index:1;pointer-events:none;background:linear-gradient(0deg,#0a0a0a 0% 10%,#0a0a0a00 40% 100%)}.hero--section .bg img{height:100vh;height:100svh;width:100%;object-position:20% center;object-fit:cover}@media screen and (max-width:768px){.hero--section .bg{overflow:hidden}.hero--section .bg .gradiant{background:linear-gradient(0deg,#0a0a0a 0% 20%,#0a0a0a 25%,#0a0a0a00 65%)}.hero--section .bg img{width:100vw;height:100vh;height:100svh;object-fit:cover;object-position:center top}.hero--section img{object-position:center top;width:100vw}}@keyframes scrollContent{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.hero--section .small-calendar .alldates .showdate{animation:none;transform:none}}.hero--section{height:100vh;height:100svh}.hero--section .content{height:100%;width:100%;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:end}.hero--section .content .logo{position:absolute;top:40%;left:18%;transform:translate(-50%,-50%);width:25%;height:auto}.hero--section .content .small-calendar{width:100%}.hero--section .content .small-calendar .top{font-family:Switzer;display:flex;flex-direction:column;gap:1rem;width:fit-content;padding:2.5rem}.hero--section .content .small-calendar .top p{font-size:1.5rem}.hero--section .content .small-calendar .alldates{display:flex;width:100%;overflow:hidden;padding:1.5rem 0;background-color:#000;position:relative}.hero--section .content .small-calendar .alldates .showdate{display:flex;animation:scrollContent 50s linear infinite;gap:5rem;width:max-content}.hero--section .content .small-calendar .alldates .showdate .showdate__clone{display:flex;gap:inherit}.hero--section .content .small-calendar .alldates .showdate.is-paused{animation-play-state:paused}.hero--section .content .small-calendar .alldates:hover .showdate,.hero--section .content .small-calendar .alldates:focus-within .showdate{animation-play-state:paused}.hero--section .content .small-calendar .alldates .marquee-toggle{position:absolute;top:.5rem;right:.5rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:#0000008c;color:#fff;cursor:pointer}.hero--section .content .small-calendar .alldates .marquee-toggle:focus-visible{outline:2px solid #fff;outline-offset:2px}.hero--section .content .small-calendar .alldates .date{display:flex;align-items:center;gap:12px;width:fit-content}.hero--section .content .small-calendar .alldates .date .right-date{display:flex;gap:12px}.hero--section .content .small-calendar .alldates .date .right-date .day-month{display:flex;align-items:center;padding-right:2rem;gap:12px;width:100px}.hero--section .content .small-calendar .alldates .date .right-date .day-month .display-month{writing-mode:tb-rl;transform:rotate(180deg);text-align:center}.hero--section .content .small-calendar .alldates .date .right-date .day-month .display-day{color:#fff;font-family:Cabinet Grotesk,Arial Black,system-ui,sans-serif;font-weight:900;font-size:5rem;line-height:75%}.hero--section .content .small-calendar .alldates .date .left-date{height:100%;display:flex;flex-direction:column;justify-content:space-between}.hero--section .content .small-calendar .alldates .date .left-date .display-showname,.hero--section .content .small-calendar .alldates .date .left-date .display-city{display:flex;white-space:nowrap}@media screen and (max-width:768px){.hero--section .bg,.hero--section .content{height:100vh;height:100svh}.hero--section .content .logo{width:50%;top:62%;left:50%}.hero--section .content .small-calendar .top{padding:1.5rem}.hero--section .content .small-calendar .alldates .showdate{gap:2rem}.hero--section .content .small-calendar .alldates .date,.hero--section .content .small-calendar .alldates .date .right-date{gap:5px}.hero--section .content .small-calendar .alldates .date .right-date .day-month{padding-right:1rem}.hero--section .content .small-calendar .alldates .date .right-date .day-month .display-day{font-size:3rem}}@media screen and (orientation:landscape)and (max-width:768px){.hero--section .content .logo{width:20%;top:20%;left:80%}.hero--section .content .small-calendar .top{padding:1.5rem}.hero--section .content .small-calendar .alldates .showdate{gap:2rem}.hero--section .content .small-calendar .alldates .date,.hero--section .content .small-calendar .alldates .date .right-date{gap:5px}.hero--section .content .small-calendar .alldates .date .right-date .day-month{padding-right:1rem}.hero--section .content .small-calendar .alldates .date .right-date .day-month .display-day{font-size:3rem}}.card-show{color:inherit;text-decoration:none;text-align:left;display:block;aspect-ratio:400/630;width:100%;max-width:400px;background-size:cover;background-position:center;overflow:hidden;position:relative;cursor:pointer}.card-show .image-side{width:100%;height:100%;transform-origin:bottom center;object-fit:cover;object-position:center}.card-show .card-show-text{background-image:linear-gradient(0deg,#0a0a0a,#030303,#0000 80%);position:absolute;display:flex;flex-direction:column;gap:1rem;bottom:0;left:0;padding:2rem}.card-show .card-show-text:before{content:"";position:absolute;inset:0;transform:translateY(100%);background-image:linear-gradient(0deg,#0a0a0a,#030303 70%,#0000);opacity:0}.card-show .card-show-text div{z-index:1}.card-show .card-show-text div h3{font-family:Cabinet Grotesk,Arial Black,system-ui,sans-serif;font-weight:900;font-size:2rem;margin:0}.card-show .card-show-text div p{font-size:1.25rem}.card-show .card-show-text p{z-index:1}@media screen and (min-width:768px){.card-show .image-side{transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.card-show .card-show-text{transition:padding .4s cubic-bezier(.34,1.56,.64,1)}.card-show .card-show-text:before{transition:opacity .4s cubic-bezier(.34,1.56,.64,1),transform .4s cubic-bezier(.34,1.56,.64,1)}.card-show:hover .image-side{transform:scale(1.1)}.card-show:hover .card-show-text{padding:1rem}.card-show:hover .card-show-text:before{transform:translateY(0);opacity:1}}@media screen and (max-width:768px){.card-show .card-show-text{padding:1rem}.card-show .card-show-text div h3{font-size:1.5rem}.card-show .card-show-text div p{font-size:1rem}}.shows{box-sizing:border-box;width:100%;max-width:1512px;margin:0 auto;padding:4rem;display:flex;flex-direction:column;gap:3rem}@media screen and (max-width:768px){.shows{padding:2rem}}.shows--title{display:flex;flex-direction:column;gap:1rem}.shows--title h2{font-family:Cabinet Grotesk,Arial Black,system-ui,sans-serif;font-weight:900;font-size:3rem;margin:0}.shows--title p{font-size:1.25rem}.shows .show{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,400px));justify-content:center;gap:3rem;width:100%}@media screen and (max-width:768px){.shows--title h2{font-size:2rem}.shows--title p{font-size:1rem}.shows .show{grid-template-columns:1fr;gap:2rem}}
