body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@font-face{font-family:Roxborough;font-style:normal;font-weight:400;src:url(/static/media/Roxborough_CF.9125fc0356b43576475d.ttf) format("truetype")}@font-face{font-family:RoxboroughBold;font-style:normal;font-weight:600;src:url(/static/media/Roxborough_CF.9125fc0356b43576475d.ttf) format("truetype")}input[type=range]{-webkit-appearance:none;background:#2c2832;height:2px;outline:none;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#333;border-radius:50%;cursor:pointer;height:16px;width:16px}input[type=range]::-webkit-slider-thumb:hover{background-color:#f5f5f5}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Lato,sans-serif;line-height:1.6}h1{font-family:Roxborough;font-size:4rem;font-weight:400;margin-bottom:1rem}h2{font-size:3rem}h2,h3{font-family:Roxborough;font-weight:400;margin-bottom:2rem}h3{font-size:2rem}.button{background-color:#e6c9b3;border:none;color:#1a1a1a;cursor:pointer;display:inline-block;padding:.8rem 2rem;transition:background-color .3s ease}.button:hover{background-color:#d9ae8d}.button--outline{background-color:#0000;border:1px solid #e6c9b3;color:#e6c9b3}.button--outline:hover{background-color:#e6c9b3;color:#1a1a1a}.event-card{overflow:hidden;position:relative;transition:transform .3s ease}.event-card:hover{transform:translateY(-15px)}.event-card__image{aspect-ratio:1;object-fit:cover;width:100%}.event-card__link{color:#333;text-decoration:none}.event-card__content{padding:1.5rem}.event-card__title{font-size:1.5rem;margin-bottom:.5rem;text-decoration:underline}.event-card__date{color:#333333b3}.event-card__actions{align-items:center;display:flex;justify-content:space-between}.artist-card{align-items:center;display:flex;justify-content:center;overflow:hidden;position:relative;transition:transform .3s ease;width:100%}@media(max-width:575px){.artist-card{flex-direction:column}}.artist-card:hover{transform:translateY(-15px)}.artist-card__image{aspect-ratio:1;height:100%;object-fit:cover;object-position:center;width:100%}@media(max-width:575px){.artist-card__image{object-position:top}}.artist-card__content{padding:1.5rem;width:50%}@media(max-width:575px){.artist-card__content{width:100%}}.artist-card__title{font-size:1.5rem;margin-bottom:.5rem}.artist-card__image-container{height:100%;position:relative;width:50%}@media(max-width:575px){.artist-card__image-container{width:100%}}.artist-card__overlay-content{background:linear-gradient(180deg,#0000 0,rgba(44,40,50,.733) 43%,rgba(56,44,62,.929) 83%,#382c3e);bottom:0;color:#f9f1e6;padding:1rem;position:absolute;width:100%}.hero{display:flex;margin-top:-112px;min-height:65vh;padding:210px 0 112px;position:relative}@media(max-width:575px){.hero{padding:60vh 0 0}}.hero__overlay{background-color:rgba(56,44,62,.337);bottom:0;content:"";right:0}.hero__content{display:flex;flex-wrap:wrap;margin:0 3em auto auto;width:45%}@media(max-width:575px){.hero__content{bottom:0;margin:2rem;width:100%}}.hero__title{background-color:#e6c9b3b0;color:#333;padding:2rem}.hero__event-information{align-items:center;background-color:rgba(44,40,50,.871);color:#f9f1e6;display:flex;gap:2rem;margin-left:auto;padding:2rem}.hero__event-information a{background-color:#e6c9b3;color:#333;cursor:pointer;padding:1rem}.hero h2,.hero p,.hero span{position:relative;z-index:2}.hero__video{object-fit:cover;transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg)}.hero__overlay,.hero__video{height:100%;left:0;position:absolute;top:0;width:100%}.hero__overlay{background:#00000080;z-index:1}.hero__content{position:relative;z-index:2}.ticket-pricing__table{width:100%}.ticket-pricing__table tr:hover{background-color:#ede5d6}.ticket-pricing__table tr td{padding:.5rem;text-align:center}.ticket-pricing__table tr td:first-child{text-align:left}.carousel{margin:0 auto;max-width:1400px;position:relative;width:100%}.carousel__container{border-radius:8px;height:320px;overflow:hidden;position:relative}@media(min-width:768px){.carousel__container{height:400px}}.carousel__track{display:flex;height:100%;position:absolute;transition:transform .5s ease-out;width:100%}.carousel__slide{gap:1rem;min-width:100%}.carousel__item,.carousel__slide{display:flex;height:100%;position:relative}.carousel__item{align-items:center;width:100%}@media(min-width:576px){.carousel__item{width:calc(50% - .5rem)}}@media(min-width:768px){.carousel__item{width:calc(33.333% - .667rem)}}@media(min-width:992px){.carousel__item{width:calc(25% - .75rem)}}@media(min-width:1200px){.carousel__item{width:calc(20% - .8rem)}}.carousel__item img{border-radius:8px;object-fit:cover;padding:3rem;width:100%}.carousel__button{align-items:center;background-color:#0000;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .3s;width:40px;z-index:10}.carousel__button svg{color:#333!important}.carousel__button--prev{left:8px}.carousel__button--next{right:8px}.carousel__dots{bottom:16px;display:flex;gap:8px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.carousel__dot{background:#2c283280;border:none;border-radius:50%;cursor:pointer;height:8px;padding:0;transition:background-color .3s;width:8px}.carousel__dot--active{background:#fff}.locations-grid{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(6,1fr);overflow:hidden;transition:grid-template-columns 1s ease}.locations-grid.has-active{grid-template-columns:3fr 1fr 1fr 1fr 1fr}@media(max-width:575px){.locations-grid{grid-template-columns:repeat(1,1fr)}.locations-grid.has-active{grid-template-columns:1fr 1fr 1fr 1fr 1fr}}.location-card{grid-column:span 1;overflow:hidden;position:relative;transition:transform 1s ease,box-shadow 1s ease;width:100%}.location-card__image{aspect-ratio:1;height:100%;object-fit:cover;transition:transform 1s ease,filter 1s ease;width:100%}.location-card__link{color:#f9f1e6;text-decoration:none}.location-card__content{background:linear-gradient(180deg,#0000 0,rgba(44,40,50,.733) 43%,rgba(56,44,62,.929) 83%,#382c3e);bottom:0;color:#f9f1e6;display:none;opacity:0;padding:8rem 8rem 2rem 2rem;position:absolute;transition:opacity .5s ease;width:100%;z-index:1}@media(max-width:575px){.location-card__content{padding:2rem}}.location-card__description{font-size:.8rem}.location-card--active{box-shadow:0 0 16px rgba(0,0,0,.627);grid-column:span 3;margin:0;transform:scale(1);z-index:1}@media(max-width:575px){.location-card--active{grid-column:span 1}}.location-card--active .location-card__content{display:flex;gap:2rem;opacity:1}.location-card--active:hover .location-card__image{transform:scale(1.2)}.location-card:not(.location-card--active):hover .location-card__image{margin:0;transform:scale(1.2)}.location-card:not(.location-card--active) .location-card__image{filter:grayscale(100%)}.about-card{background-color:#e6c9b3;display:flex}@media(max-width:575px){.about-card{flex-direction:column}}.about-card__image-container{width:50%}@media(max-width:575px){.about-card__image-container{width:100%}}.about-card__content{color:#2c2832;padding:2rem;width:50%}@media(max-width:575px){.about-card__content{width:100%}}.audio-player{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr;padding:0}@media(min-width:768px){.audio-player{grid-template-columns:repeat(1,1fr)}}@media(min-width:992px){.audio-player{grid-template-columns:repeat(2,1fr)}}.audio-player__cover{height:100vh;overflow:hidden;position:relative}.audio-player__cover h2{background:linear-gradient(180deg,#0000 0,rgba(44,40,50,.733) 43%,rgba(56,44,62,.929) 83%,#382c3e);bottom:0;color:#f9f1e6;margin:0;padding:2rem;position:absolute;transition:opacity .5s ease;width:100%}.audio-player__cover-image{height:100%;object-fit:cover;opacity:1;transition:all .5s ease;width:100%}.audio-player__cover-image.cover-image-play{animation:cover-image-play 30s ease-in-out both;animation-iteration-count:infinite}.audio-player__time{display:flex;justify-content:space-between}.audio-player__controls{display:flex;gap:.5rem;justify-content:center;padding:1em}.audio-player__controls button{background-color:#0000;border:0;cursor:pointer;height:30px;width:30px}.audio-player__controls button:hover{color:#f5f5f5}.audio-player__content{background-color:#e6c9b3;height:100vh;padding:4rem}.audio-player__playlist{margin-bottom:2em}.audio-player__playlist-entry{display:flex;padding:1em}.audio-player__playlist-entry svg{width:24px}.audio-player__track-playlist-title{padding-left:1em}@keyframes cover-image-play{0%{scale:100%}50%{scale:130%}to{scale:100%}}.repertoire-grid{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr;width:100%}@media(min-width:768px){.repertoire-grid{grid-template-columns:repeat(1,1fr)}}@media(min-width:992px){.repertoire-grid{grid-template-columns:repeat(2,1fr)}}.repertoire-grid__image{height:600px;overflow:hidden;width:100%}.repertoire-grid__image img{aspect-ratio:1;height:100%;object-fit:cover;object-position:center;transition:transform 1s ease-in-out;width:130%}.repertoire-grid__image img:hover{transform:translateX(-20%)}.repertoire-grid__content{background-color:#ede5d6;padding:2rem;width:100%}.repertoire-grid__text{height:400px;overflow-y:scroll;padding:2rem}.app-logo{max-width:140px}header{color:#fff;mix-blend-mode:difference;padding:1rem 5rem;position:fixed;top:0;transition:transform .3s ease;width:100%;z-index:3}@media(max-width:575px){header{margin:auto;text-align:center}}header.hidden{transform:translateY(-100%)}header.visible{transform:translateY(0)}footer{grid-gap:2rem;background-color:#2c2832;color:#f9f1e6;display:grid;gap:2rem;grid-template-columns:1fr;padding:4rem}footer ul{list-style-type:none}footer a{color:#f9f1e6}footer .footerLogo img{max-width:120px}@media(min-width:768px){footer{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){footer{grid-template-columns:repeat(4,1fr)}}.event-detail{display:flex;margin-top:-112px;position:relative;width:100%}@media(max-width:575px){.event-detail{flex-direction:column}}.event-detail__image{overflow:hidden;width:100%}.event-detail__image img{height:100%;transition:transform 1s ease-in-out}.event-detail__image img:hover{transform:translateX(-20%)}.event-detail__content{width:100%}.event-detail__description{background-color:#e6c9b3;color:#333;padding:212px 2rem 2rem;width:100%}@media(max-width:575px){.event-detail__description{margin-top:-2rem;padding:2rem}}.event-detail__info{align-items:center;background-color:#2c2832;color:#f9f1e6;display:flex;gap:1rem;justify-content:space-between;padding:1rem 2rem}.event-detail__tickets{background-color:#fff;padding:1rem 2rem}.event-detail__price-title{color:#333}.event-detail__vipInfo{color:#333;font-size:small;padding:.5rem;width:100%}.event-cms__item{grid-gap:4rem;background-color:#ede5d6;color:#333;display:grid;gap:4rem;grid-template-columns:1fr;padding:6rem}@media(max-width:575px){.event-cms__item{padding:2rem}}@media(min-width:768px){.event-cms__item{grid-template-columns:repeat(1,1fr)}}@media(min-width:992px){.event-cms__item{grid-template-columns:repeat(2,1fr)}}.about-band{background-color:#e6c9b3;display:flex;width:100%}@media(max-width:575px){.about-band{flex-direction:column}}.about-band__image{overflow:hidden;width:100%}.about-band__image img{height:100%;transition:transform 1s ease-in-out}.about-band__image img:hover{transform:translateX(-20%)}.about-band__content{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:2rem;width:50%}@media(max-width:575px){.about-band__content{width:100%}}.home__events{background-color:#ede5d6;padding:5rem}@media(max-width:575px){.home__events{padding:1rem}}.home__events-grid .events-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;padding:2rem 0}@media(min-width:768px){.home__events-grid .events-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:992px){.home__events-grid .events-grid{grid-template-columns:repeat(4,1fr)}}.home__artists{background-color:#ede5d6;padding:5rem}@media(max-width:575px){.home__artists{padding:1rem}}.home__artists-grid .artists-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;padding:2rem 0}@media(min-width:768px){.home__artists-grid .artists-grid{grid-template-columns:repeat(1,1fr)}}@media(min-width:992px){.home__artists-grid .artists-grid{grid-template-columns:repeat(2,1fr)}}.home__locations{background-color:#2c2832;color:#f9f1e6;padding:5rem}@media(max-width:575px){.home__locations{padding:2rem}}.home__audio{background-color:#e6c9b3;color:#333;margin:0;padding:5rem}@media(max-width:575px){.home__audio{padding:2rem}}.home__partners{background-color:#f5f5f5;padding:5rem 0}@media(max-width:575px){.home__partners{padding:1rem 0}}.home__partners-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);padding:0 1rem}@media(min-width:768px){.home__partners-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:992px){.home__partners-grid{grid-template-columns:repeat(5,1fr)}}.home__partner-logo{filter:grayscale(1);height:auto;transition:filter .3s ease;width:100%}.home__partner-logo:hover{filter:grayscale(0)}
/*# sourceMappingURL=main.5cd7b5a0.css.map*/