@import"https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body{width:100vw;min-height:100vh;overflow-x:hidden;font-family:Merriweather sans,serif;background-color:#f8f8f8;color:#333;scroll-behavior:smooth;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}.app{width:100vw}@media (max-width: 768px){body{font-size:16px;margin:0;padding:0}.app{width:100%}}*{box-sizing:border-box;margin:0;padding:0}.header,.header-fixed{position:fixed;top:0;left:0;width:100vw;background:linear-gradient(to right,#f6cfbe,#b9dcf2);box-shadow:0 2px 4px #0000001a;z-index:1000;transition:transform .3s ease-in-out;padding:1vh 1vw}.header-sticky{position:sticky;top:0;left:0;width:100vw;background:linear-gradient(to right,#f6cfbe,#b9dcf2);z-index:1000;transition:transform .3s ease-in-out;padding:1vh 1vw}.header.hidden{transform:translateY(-100%)}.header.visible{transform:translateY(0)}.header-fixed.hidden{transform:translateY(-100%)}.header-fixed.visible{transform:translateY(0)}.header-sticky.hidden{transform:translateY(-100%)}.header-sticky.visible{transform:translateY(0)}.navbar{max-width:100%;margin:0 auto;padding:10px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:1.25vw;font-weight:700;text-decoration:none;color:#333;cursor:pointer;transition:color .3s}.nav-links{list-style:none;display:flex;gap:1vw}.nav-links a{text-decoration:none;color:#333;font-size:1vw;transition:color .3s}.nav-links a:hover{color:#007bff}.menu-icon{display:none;cursor:pointer;position:relative;z-index:1100;width:5vw;height:5vw}.sidebar{position:fixed;top:0;right:-100%;left:auto;height:100%;background:linear-gradient(to bottom,#f6cfbe,#b9dcf2);box-shadow:-2px 0 5px #0003;transition:right .5s ease-in-out,opacity .5s ease-in-out;display:flex;flex-direction:column;align-items:center;padding-top:0;overflow-y:auto;visibility:hidden}.sidebar.show{right:0;visibility:visible}.sidebar a{text-decoration:none;color:#333;font-size:1rem;padding:0;display:block;width:100%;text-align:center;transition:background .3s}.sidebar a:hover{background:#007bff;color:#fff}@media (max-width: 920px){.header{padding:1vh 1vw;transform:translateY(0)!important}.logo{font-size:5vw}.menu-icon{display:block;font-size:5vw}.nav-links{display:none}.sidebar{height:100vh;width:60%}.sidebar a{font-size:5vw;padding:15px}}.hero{width:100vw;height:100vh;background-image:url(/TVK-265.jpg);background-repeat:no-repeat;background-size:cover;background-position:center 25%;background-color:#fff;color:#fff;position:relative;display:flex;align-items:center;justify-content:center;margin-top:0;opacity:0;transition:opacity 3s ease-out}.hero.is-loaded{opacity:1}.hero:before{content:"";position:absolute;top:0;left:0;width:100vw;height:100vh;background:#0006;z-index:0}svg path{width:100%;stroke:#fff;stroke-width:.5;fill:transparent;stroke-dasharray:500;stroke-dashoffset:500}.hero.is-loaded svg path{animation:textAnimation 6s ease-in-out 1 forwards;animation-delay:.1s}@keyframes textAnimation{0%{stroke-dashoffset:500}80%{fill:transparent}to{fill:#fff;stroke-dashoffset:0}}.hero-content{z-index:1;text-align:center;padding:20px;margin-top:25vh;width:75vw;height:auto}.hero-content h1{font-size:3.5rem;margin-bottom:20px;position:relative;color:#fff;opacity:0;transform:translateY(40px)}.hero.is-loaded .hero-content h1{animation:slide-up .8s ease-in-out forwards;animation-delay:.4s}.hero-content p{font-size:1.25rem;margin-bottom:30px;position:relative;opacity:0;transform:translateY(40px)}.hero.is-loaded .hero-content p{animation:slide-up .8s ease-in-out forwards;animation-delay:.9s}@keyframes slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.cta-button{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;padding:14px 35px;font-size:1.3rem;border:none;border-radius:30px;cursor:pointer;transition:all .3s ease;font-weight:700;text-decoration:none;display:inline-block;margin-top:20px;box-shadow:0 4px 10px #007bff66;opacity:0;transform:translateY(40px);z-index:2;position:relative}.hero.is-loaded .cta-button{animation:slide-up 1.5s ease-in-out forwards;animation-delay:4s}.cta-button:hover{background:linear-gradient(135deg,#0056b3,#003d82);transform:scale(1.05);box-shadow:0 6px 14px #007bff99}@media (max-width: 768px){.hero{height:80vh;background-position:center}.hero:before{height:80vh}.hero-content{margin-top:15vh;width:100vw}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1rem}.cta-button{padding:12px 25px;font-size:1.1rem}}@media (max-width: 480px){.hero-content h1{font-size:2rem}.hero-content p{font-size:.9rem}.cta-button{padding:10px 20px;font-size:1rem}}.current-show{width:100%;padding:40px 20px;background:linear-gradient(to right,#f6cfbe,#b9dcf2);display:flex;justify-content:center;align-items:center}.current-show-container{display:flex;align-items:flex-start;justify-content:center;max-width:100%;margin:0 auto;gap:40px;flex-wrap:nowrap}.current-show-poster{order:-1;flex:1 1 auto;max-width:400px}.responsive-poster{width:100%;height:auto;max-height:100%;object-fit:contain;border-radius:8px;border:3px solid #333}.current-show-info{order:1;flex:2 1 auto;max-width:50%;display:flex;flex-direction:column;text-align:left;width:100%}.current-show-info h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:15px;color:#333}.show-title{font-size:clamp(1.125rem,2vw,1.5rem);margin-bottom:15px;color:#007bff;font-weight:700}.info-row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:clamp(1rem,1.5vw,1.2rem)}.info-label{flex:0 0 15%;font-weight:700;color:#007bff;text-align:left;padding-right:10px}.info-value{flex:1;text-align:left}.current-show-description{display:-webkit-box;-webkit-box-orient:vertical;overflow:visible;text-overflow:hidden;white-space:normal;transition:max-height .3s ease-in-out}.current-show-description.collapsed{-webkit-line-clamp:5;max-height:20vh}.current-show-description.expanded{-webkit-line-clamp:unset;max-height:none}.description-gradient,.show-more-button{display:none}@media (max-width: 920px){.current-show{background-color:#fff}.current-show-container{flex-direction:column;align-items:center;width:100%}.current-show-poster{text-align:center;display:flex;justify-content:center;width:100%}.responsive-poster{order:1;max-height:600px;width:auto;border:2px solid #333}.current-show-info{order:-1;text-align:left;width:100%;display:block;max-width:800px}.current-show-info h2{font-size:3rem;margin-left:3%;color:#333}.current-show-info table{width:100%;display:table}.current-show-info tbody{width:100%;display:table-row-group}.current-show-info tr{display:table-row;width:100%}.current-show-info th,.current-show-info td{font-size:1.25rem;display:table-cell;padding:12px;width:100%}.current-show-info th{width:10%;padding:12px}.current-show-info td{width:50%;padding:12px}.current-show-description{max-height:80px;overflow:hidden}.description-gradient{display:block;position:absolute;bottom:0;left:0;width:100%;height:100px;background:linear-gradient(to bottom,#fff0,#fff)}.show-more-button{display:block;background:#007bff;color:#fff;border:none;padding:10px 15px;font-size:1rem;cursor:pointer;margin-top:3%;margin-left:0%;border-radius:10px}}@media (max-width: 920px){.current-show{background-color:#fff;width:100vw}.current-show-container{flex-direction:column;align-items:center;width:100%}.current-show-poster{text-align:center;display:flex;justify-content:center;width:100%}.responsive-poster{max-height:400px;width:auto;border:2px solid #333}.current-show-info{text-align:left;width:100%;display:block;max-width:700px}.current-show-info h2{font-size:xx-large;margin-bottom:15px;color:#333}.current-show-info table{width:100%;display:table}.current-show-info tbody{width:100%;display:table-row-group}.current-show-info tr{display:table-row;width:100%}.current-show-info th,.current-show-info td{font-size:medium;display:table-cell;padding:12px;width:70%}.current-show-info th{width:25%}.current-show-description{max-height:80px;overflow:hidden}.description-gradient{display:block;position:absolute;bottom:0;left:0;width:100%;height:100px;background:linear-gradient(to bottom,#fff0,#fff)}.show-more-button{display:block;background:#007bff;color:#fff;border:none;padding:10px 15px;font-size:1rem;cursor:pointer;margin-top:4%;border-radius:10px}}.about{position:relative;width:100%;min-height:80vh;background:url(/Z-380.jpg) no-repeat center center/cover;background-size:cover;overflow:hidden}.about:after{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:#0009;z-index:1}.about-content{position:absolute;top:50%;left:5%;transform:translateY(-50%);width:45%;z-index:2;color:#fff;text-align:right;padding:2% 2% 2% 10%}.about-content h2{font-size:3rem;margin-bottom:20px}.about-content p{font-size:1.5rem;line-height:1.6;margin-bottom:15px}.about-button{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;padding:14px 35px;font-size:1.3rem;border:none;border-radius:30px;cursor:pointer;transition:all .3s;position:relative;z-index:2;font-weight:700;text-decoration:none;display:inline-block;box-shadow:0 4px 10px #007bff66}.about-button:hover{background:linear-gradient(135deg,#0056b3,#003d82);transform:scale(1.12);box-shadow:0 6px 14px #007bff99}@media (max-width: 920px){.about{display:flex;align-items:center;justify-content:center;text-align:center;width:100vw}.about-content{position:static;transform:none;width:90%;padding:0;text-align:center}.about-content h2{font-size:2rem;margin-bottom:20px}.about-content p{font-size:1.1rem;line-height:1.8;margin-bottom:7%}.about:after{background:#0009;width:100%}}.showsMain{width:100%;padding:40px 20px;background:linear-gradient(to right,#f6cfbe,#b9dcf2);text-align:center;position:relative;z-index:1;box-sizing:border-box}.showsMain h2{text-align:center;justify-content:center;font-size:clamp(2.2rem,5vw,3.5rem);margin-bottom:40px;color:#222;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;position:relative;z-index:2;line-height:1.2}.showsMain-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:85%;margin:20px auto 0;position:relative;z-index:1}.showMain-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 14px #0000001f;transition:transform .3s ease,box-shadow .3s ease;padding:20px;text-align:center;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%;position:relative;min-width:unset;z-index:2;box-sizing:border-box}.showMain-card:hover{transform:translateY(-10px);box-shadow:0 8px 20px #0003;border-radius:16px;z-index:3}.showMain-card img{width:100%;height:auto;border-radius:12px;aspect-ratio:16/9;object-fit:cover}.showMain-card h3{font-size:clamp(1.5rem,2.5vw,2rem);margin:15px 0;color:#111;font-weight:700;line-height:1.3}.showMain-date{font-weight:700;color:#007bff;margin-bottom:10px;font-size:clamp(1rem,1.8vw,1.3rem);line-height:1.4}.showMain-description{font-size:clamp(.9rem,1.5vw,1.1rem);color:#444;line-height:1.6;max-width:90%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.showMain-more-container{position:relative;text-align:center;margin-top:20px;z-index:5}.showsMain-gradient-overlay{position:absolute;bottom:0;left:0;width:100%;height:35vh;background:linear-gradient(to right,#f6cfbe,#b9dcf2);mask-image:linear-gradient(to top,white 0%,white 40%,transparent 100%);-webkit-mask-image:linear-gradient(to top,white 0%,white 40%,transparent 100%);z-index:4;pointer-events:none}.showMain-more-button{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;padding:clamp(10px,1.5vw,14px) clamp(25px,3.5vw,35px);font-size:clamp(1rem,1.8vw,1.3rem);border:none;border-radius:30px;cursor:pointer;transition:all .3s;font-weight:700;text-decoration:none;display:inline-block;margin-top:20px;box-shadow:0 4px 10px #007bff66;position:relative;z-index:6}.showMain-more-button:hover{background:linear-gradient(135deg,#0056b3,#003d82);transform:scale(1.05);box-shadow:0 6px 14px #007bff99}@media (max-width: 920px){.showsMain{padding:30px 15px 20px}.showsMain h2{font-size:clamp(1.8rem,8vw,2.8rem);margin-bottom:25px}.showsMain-grid{grid-template-columns:1fr;gap:25px;max-width:95%;margin-top:15px}.showMain-card{padding:15px;max-width:100%}.showMain-card h3{font-size:clamp(1.2rem,4.5vw,1.6rem);margin:10px 0}.showMain-date{font-size:clamp(.85rem,3.5vw,1rem);margin-bottom:8px}.showMain-description{font-size:clamp(.8rem,2.8vw,.95rem);-webkit-line-clamp:4;max-width:100%}.showsMain-gradient-overlay{display:none}.showMain-more-container{padding-top:20px;margin-bottom:20px}.showMain-more-button{width:90%;padding:12px 25px;font-size:1.1rem;margin-top:0}}@media (max-width: 400px){.showsMain{padding:20px 10px}.showsMain h2{font-size:1.6rem}.showMain-card h3{font-size:1.1rem}.showMain-description{-webkit-line-clamp:3}.showMain-more-button{font-size:1rem;padding:10px 20px}}@media (max-width: 1240px){.showsMain-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:95%}.showMain-card img{max-width:100%}}*{box-sizing:border-box;left:0;right:0;margin:0;padding:0}.footer{position:sticky;width:100%;height:auto;margin-top:0;background:#212121;color:#fff;text-align:center;padding:5px}@media (max-width: 768px){.footer{font-size:.75rem}}.main-music-player-container{display:flex;flex-direction:row;gap:2.5vw;justify-content:space-between;align-items:stretch;background-color:#181818;padding:0 2%;padding-bottom:5vh;color:#fff;width:100%;height:auto;min-height:60vh;max-height:75vh;box-sizing:border-box}.section-title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;color:#fff;text-align:center;text-transform:uppercase;letter-spacing:2px;background-color:#181818;padding:1.5%}.main-music-card{width:50vw;height:50vh;background-color:#212121;border-radius:2.5%;box-shadow:0 4px 10px #0006;overflow:hidden;height:auto}.main-music-card-cover{width:100%;height:65%;object-fit:contain;border-bottom:2px solid #383838}.main-music-card-content{padding:.5%;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:auto}.main-music-card-title{font-size:clamp(1.2rem,3.8vw,2.2rem);font-weight:700;color:#fff;text-align:center;margin-bottom:0%;line-height:1.2}.main-music-card-artist{font-size:clamp(.9rem,2.2vw,1.3rem);color:#b3b3b3;text-align:center;margin-bottom:1%;line-height:1.3}.main-music-card-controls{display:flex;align-items:center;justify-content:center;margin-top:1%;gap:15%;margin-bottom:0vh}.main-music-card-button{width:5vw;height:auto;aspect-ratio:1/1;background-color:#383838;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-top:0vh;margin-bottom:0vh}.main-music-card-button:hover{background-color:red}.svg-icon{filter:invert(1);width:1.5vw;height:1.5vw}.main-progress-bar{width:95%;height:8px;background-color:#383838;border-radius:25px;overflow:hidden;margin-top:0;cursor:pointer}.main-progress{height:100%;background-color:red;transition:width .3s ease;border-radius:25px}.main-time-info{font-size:clamp(.7rem,1.8vw,1.1rem);color:#b3b3b3;display:flex;justify-content:end;align-self:center;margin-bottom:1%;width:95%}.playlist-wrapper{width:100%;height:auto;box-shadow:0 4px 10px #0006;border-radius:12px;background-color:#212121;padding:16px;display:flex;flex-direction:column}.playlist-container{width:100%;height:auto;overflow-y:auto}.playlist-title{font-size:clamp(1rem,2.5vw,1.6rem);font-weight:700;color:#fff;margin-bottom:6px;border-bottom:#ff0000 2px solid;width:100%;padding-bottom:8px}.playlist-item{padding:12px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:background-color .2s ease;border-bottom:#383838 1px solid}.playlist-item:hover{background-color:#383838;color:#fff;border-radius:8px}.playlist-item.active{background-color:red;color:#fff;border-radius:8px}.playlist-item:last-child{border-bottom:none}.song-info{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;width:100%}.main-song-title{font-size:clamp(.9rem,2.8vw,1.1rem);color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.main-song-artist{font-size:clamp(.8rem,2vw,.95rem);color:#b3b3b3;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.main-song-show{font-size:clamp(.8rem,2vw,.95rem);color:#fff;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}@media (max-width: 920px){.main-music-player-container{flex-direction:column;height:auto;justify-content:center;align-items:center;width:100vw;max-height:none;padding:auto}.section-title{width:100vw;height:10vh;padding:5%;font-size:clamp(1.2rem,6vw,1.5rem)}.main-music-card{width:90vw}.main-music-card-cover{width:100%;height:20vh;aspect-ratio:1/1}.playlist-wrapper{margin-top:3vh;width:90vw;padding:3%}.playlist-container{max-height:50vh}.playlist-title{font-size:clamp(1.2rem,5vw,1.8rem)}.main-music-card-title{font-size:clamp(1.1rem,4.5vw,1.6rem)}.main-music-card-artist{font-size:clamp(.9rem,3vw,1.1rem)}.main-music-card-controls{width:70%}.main-music-card-button{margin-top:1vh;margin-bottom:1vh;width:50%;height:auto}.svg-icon{width:5vw;height:auto}.main-song-title{font-size:clamp(.9rem,4.5vw,1.2rem);color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-song-artist{display:none}.main-song-show{font-size:clamp(.9rem,4.5vw,1.2rem);color:#b3b3b3;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-progress-bar{width:95%;height:6px}.main-time-info{font-size:clamp(.75rem,3.5vw,1rem)}}.contact-section{position:relative;width:100%;height:100vh;display:flex;background-image:url(/Z-60.jpg);background-size:cover;background-position:center 80%;background-repeat:no-repeat;align-items:stretch;overflow:hidden}.contact-left-half{flex:1;position:relative;display:flex;justify-content:center;align-items:center;padding:2rem}.contact-right-half{flex:1;display:flex;justify-content:center;align-items:center;color:#fff;padding:2rem}.contact-form-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.contact-form-container-new{width:90%;max-width:40vw;padding:1.5rem;background:linear-gradient(to right,#f6cfbe,#b9dcf2);border-radius:8px;box-shadow:0 4px 15px #0000004d;text-align:center;box-sizing:border-box;position:relative;z-index:2}.contact-form-container-new h2{text-align:center;margin-bottom:1.5rem;font-size:2.5rem;color:#222}.contact-forms-new{display:flex;flex-direction:column;gap:1rem}.contact-forms-new input,.contact-forms-new textarea{padding:.75rem;border:1px solid #999;border-radius:0;font-size:1rem;font-family:Merriweather sans,serif;transition:border-color .3s ease,box-shadow .3s ease;width:100%;box-sizing:border-box;background-color:#f1f1f1;color:#333}.contact-forms-new input::placeholder,.contact-forms-new textarea::placeholder{font-weight:500;color:#222;opacity:.8}.contact-forms-new input:focus,.contact-forms-new textarea:focus{border-color:#07c;box-shadow:0 0 0 2px #07c;outline:none;background-color:#fff}.contact-forms-new textarea{min-height:180px;height:180px;resize:none;overflow-y:auto}.contact-forms-new button{padding:14px 35px;background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;font-size:1.3rem;font-weight:700;border:none;border-radius:30px;cursor:pointer;transition:all .3s;box-shadow:0 4px 10px #007bff66;text-decoration:none;display:inline-block}.contact-forms-new button:hover{background:linear-gradient(135deg,#0056b3,#003d82);transform:scale(1.05);box-shadow:0 6px 14px #007bff99}.contact-forms-new button.success-button{background-color:#28a745;background-image:none;box-shadow:none;transform:none}.contact-forms-new button.success-button:hover{background-color:#218838;background-image:none;box-shadow:none;transform:none}.contact-forms-new button.error-button{background-color:#dc3545;background-image:none;box-shadow:none;transform:none}.contact-forms-new button.error-button:hover{background-color:#c82333;background-image:none;box-shadow:none;transform:none}.social-links-container{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1);text-align:center}.social-links-container h3{margin-bottom:1rem;font-size:1.8rem;color:#222}.social-icons{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}.social-icon{width:75px;height:75px;transition:transform .3s ease,filter .3s ease;filter:drop-shadow(2px 2px 5px rgba(0,0,0,.2))}.social-icon-LM{width:75px;height:75px;transition:transform .3s ease,filter .3s ease;filter:invert(1) drop-shadow(2px 2px 5px rgba(0,0,0,.2))}.social-icon:hover{transform:translateY(-10px);filter:drop-shadow(2px 5px 8px rgba(0,0,0,.4))}.social-icon-LM:hover{transform:translateY(-10px);filter:invert(1) drop-shadow(2px 5px 8px rgba(0,0,0,.4))}@media (max-width: 920px){.contact-section{flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;min-height:auto;height:auto;background-size:cover;background-position:90% center;background-repeat:no-repeat}.contact-left-half,.contact-right-half{position:static;transform:none;flex:none;width:100%;min-height:auto;height:auto;padding:0}.contact-form-overlay{position:static;width:100%;height:auto;padding:2rem 1rem}.contact-form-container-new{position:static;transform:none;width:90%;padding:1.25rem;text-align:center;max-width:none}.contact-form-container-new h2{font-size:2rem;margin-bottom:20px}.contact-forms-new input,.contact-forms-new textarea{font-size:1.1rem}.contact-forms-new button{font-size:1.1rem;margin-top:7%}.social-links-container{margin-top:1.5rem;padding-top:1rem}.social-links-container h3{font-size:1.6rem}.social-icons{gap:1rem}.social-icon,.social-icon-LM{width:45px;height:45px}}@media (max-width: 480px){.contact-form-container-new{width:95%;padding:1rem}.contact-form-container-new h2{font-size:1.8rem}.contact-forms-new input,.contact-forms-new textarea{font-size:1rem}.contact-forms-new button{font-size:1rem;padding:10px 25px}.social-links-container{margin-top:1rem;padding-top:.75rem}.social-links-container h3{font-size:1.4rem}.social-icons{gap:.8rem}.social-icon,.social-icon-LM{width:40px;height:40px}}.showsCards-title{text-align:center;font-size:3rem;font-weight:700;color:#222;margin-top:1.5rem;margin-bottom:1.5rem}.showsCards-grid{width:95%;justify-content:center;display:grid;grid-template-columns:repeat(auto-fit,minmax(30%,1fr));gap:20px;padding:1rem;padding-top:0;background:linear-gradient(to right,#f6cfbe,#b9dcf2)}.showsCards-container{display:flex;flex-direction:column;align-items:center;background:linear-gradient(to right,#f6cfbe,#b9dcf2)}.showCards-card{display:flex;flex-direction:column;background:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.showCards-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0003}.showCards-image{width:100%;height:auto;border-bottom:2px solid #ddd;aspect-ratio:3 / 2;object-fit:cover}.showCards-info{padding:15px;text-align:center}.showCards-info h3{font-size:1.5rem;margin-bottom:5px;color:#333}.showCards-info p{font-size:1rem;color:#555;margin-bottom:10px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis}@media (max-width: 920px){.showsCards-grid{grid-template-columns:repeat(1,1fr)}}.show-info-container{width:100%;margin:0 auto;padding:20px;background:linear-gradient(to right,#f6cfbe,#b9dcf2)}.show-info-detail{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;justify-content:center;padding:40px;background-color:#fff;border-radius:12px;box-shadow:0 6px 14px #0000001a}.show-info-image-wrapper{display:flex;justify-content:center}.show-info-image{width:100%;border-radius:12px;object-fit:contain}.show-info-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.show-info-title{font-size:2rem;color:#1e3a8a;font-weight:700;margin-bottom:10px}.show-info-date{font-size:1.2rem;color:#2563eb;margin-bottom:15px}.show-info-description{font-size:1rem;color:#444;line-height:1.6}.show-info-participants{width:100%;margin-top:40px;padding:40px;background:#f9f9f9;border-radius:12px;box-shadow:0 4px 8px #0000001a;text-align:center}.participants-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2.5rem;text-align:left;max-width:100%;padding:1rem;align-items:start}.cast-columns-wrapper{grid-column:2 / span 2;display:flex;flex-direction:column}.cast-columns-wrapper h2{font-size:1.5rem;color:#1e3a8a;font-weight:700;margin-bottom:10px;text-align:left}.cast-columns-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.crew-column h2{font-size:1.5rem;color:#1e3a8a;font-weight:700;margin-bottom:10px;text-align:left}.crew-column{display:flex;flex-direction:column;gap:5px;padding-right:10%;border-right:1px solid #ddd;min-height:100%}.crew-row{display:flex;justify-content:space-between;padding:5px 0;align-items:flex-start;border-bottom:1px solid #cfcfcf}.crew-row:last-child{border-bottom:none}.crew-role{font-weight:700;flex:1}.crew-names{flex:2;display:flex;flex-direction:column;gap:.5%}.cast-column{display:flex;flex-direction:column;gap:.5%;min-height:100%}.cast-row{display:flex;justify-content:space-between;padding:5px 0;gap:10px;border-bottom:1px solid #cfcfcf}.cast-row:last-child{border-bottom:none}.clickable-name{cursor:pointer;color:#2563eb;transition:color .2s ease-in-out}.clickable-name:hover{color:#1e3a8a;text-decoration:underline}.youtube-music-card-wrapper{margin-top:20px;width:100%}.photo-gallery-card{margin-top:20px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 6px 12px #00000026}.photo-gallery-card h2{font-size:1.8rem;color:#1e3a8a;margin-bottom:15px}.photo-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;justify-content:center}.gallery-card{background-color:#f0f0f0;border-radius:12px;overflow:hidden;box-shadow:0 4px 8px #0003;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;cursor:pointer;display:flex;justify-content:center;align-items:center}.gallery-card:hover{transform:translateY(-6px);box-shadow:0 6px 14px #0000004d}.gallery-photo{width:100%;height:auto;object-fit:contain}@media (max-width: 1200px){.show-info-detail{display:flex;flex-direction:column;padding:20px;gap:0}.show-info-image-wrapper{width:100%;margin-bottom:20px}.show-info-content{align-items:center;text-align:center}.show-info-title{font-size:1.6rem}.show-info-date{font-size:1rem}.show-info-description{font-size:.95rem}.show-info-participants{padding:10px;margin-top:20px}.participants-grid{grid-template-columns:1fr;text-align:center;gap:0}.crew-column h2,.cast-columns-wrapper h2{text-align:center}.crew-column{padding-right:0;border-right:none;margin-bottom:1rem}.crew-row{flex-direction:column;align-items:flex-start;gap:5px;border-bottom:1px solid #cfcfcf}.crew-row:last-child{border-bottom:none}.cast-columns-wrapper{grid-column:auto;margin-top:1rem}.cast-columns-grid{grid-template-columns:1fr;gap:0}.cast-column{padding-right:0;padding-left:0}.cast-column:first-of-type{margin-bottom:.5rem}.cast-row{display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:8px 0;border-bottom:1px solid #cfcfcf;text-align:center;align-items:center}.cast-columns-grid .cast-column:last-of-type .cast-row:last-child{border-bottom:none}.cast-name,.cast-role{flex:1;font-size:.95rem}.cast-role{color:#666;font-style:italic;font-weight:700}.crew-role,.crew-names{width:100%}.photo-gallery-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.photo-gallery-card h2{font-size:1.5rem;text-align:center}.empty-cast-column-placeholder{display:none}}.music-container{display:flex;gap:20px;align-items:stretch;background-color:#181818;padding:20px;border-radius:12px;box-shadow:0 4px 10px #0009;color:#fff;font-family:Inter,Arial,sans-serif;width:100%}.music-card{display:flex;flex-direction:column;background-color:#212121;border-radius:12px;box-shadow:0 4px 10px #0006;overflow:hidden;width:320px;height:100%}.music-card-cover{width:100%;height:10vh;object-fit:contain;border-bottom:2px solid #383838}.music-card-content{padding:12px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.music-card-title{font-size:18px;font-weight:700;color:#fff;text-align:center;margin-bottom:6px}.music-card-artist{font-size:14px;color:#b3b3b3;margin-top:2px;text-align:center}.music-card-controls{display:flex;align-items:center;justify-content:center;margin-top:12px;gap:10px}.music-card-button{width:42px;height:42px;background-color:#383838;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,transform .2s ease;padding:0}.music-card-button:hover{background-color:red}.svg-icon{width:20px;height:20px;filter:invert(100%);transition:transform .2s ease}.progress-bar{width:100%;height:6px;background-color:#383838;border-radius:4px;overflow:hidden;margin-top:12px;cursor:pointer}.progress{height:100%;background-color:red;transition:width .3s ease}.time-info{font-size:12px;color:#b3b3b3;margin-top:4px;display:flex;justify-content:space-between}.song-list-container{display:flex;flex-direction:column;background-color:#212121;border-radius:12px;padding:16px;box-shadow:0 4px 10px #0006;flex-grow:1;height:100%;width:100%}.song-list{list-style:none;padding:0;margin:0}.song-list-item{padding:12px 16px;color:#b3b3b3;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background-color .2s ease}.song-list-item:hover{background-color:#383838;color:#fff;border-radius:12px}.song-list-item.active{background-color:#8a0000;color:#fff;border-radius:12px}.song-list-title{font-size:18px;font-weight:700;color:#fff;margin-bottom:12px}.song-info{display:flex;justify-content:space-between;align-items:center;width:100%}.song-title,.song-artist{font-size:14px;color:#fff}@media (max-width: 768px){.music-container{flex-direction:column}.music-card{width:100%;height:auto}.song-list-container{display:none}.music-card-controls{gap:8px}}.gallery{display:flex;flex-wrap:wrap;gap:15px;padding:1rem;justify-content:center;align-items:flex-start;box-sizing:border-box;min-height:100px;border-radius:10px}.gallery img{flex-grow:1;flex-shrink:1;height:250px;object-fit:cover;border-radius:12px;box-shadow:0 6px 12px #00000026;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;cursor:pointer;position:relative;overflow:hidden;min-width:200px}.gallery img:hover{transform:translateY(-5px) scale(1.04);box-shadow:0 10px 20px #00000040;z-index:1}.gallery-header-container{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;padding:1rem;padding-bottom:0;flex-wrap:wrap}.gallery-section-title{margin:0;font-size:clamp(1.5rem,4vw,2.5rem);color:#333;text-align:left}.show-photographer-info{margin:0;font-size:clamp(1.2rem,3.5vw,1.7rem);color:#333;font-weight:700;text-align:right}@media (max-width: 480px){.gallery{padding:.5rem;gap:10px}.gallery img{flex-basis:100%;max-width:100%;height:200px}.gallery-section-title{font-size:1.3rem}.show-photographer-info{font-size:1.1rem}}@media (min-width: 481px) and (max-width: 768px){.gallery img{flex-basis:calc(50% - 7.5px);max-width:calc(50% - 7.5px);height:220px}.gallery-section-title{font-size:1.6rem}.show-photographer-info{font-size:1.2rem}}@media (min-width: 769px) and (max-width: 1024px){.gallery img{flex-basis:calc(33.333% - 10px);max-width:calc(33.333% - 10px);height:250px}.gallery-section-title{font-size:2rem}.show-photographer-info{font-size:1.4rem}}@media (min-width: 1025px) and (max-width: 1440px){.gallery img{flex-basis:calc(25% - 11.25px);max-width:calc(25% - 11.25px);height:250px}.gallery-section-title{font-size:2.2rem}.show-photographer-info{font-size:1.5rem}}@media (min-width: 1441px){.gallery img{flex-basis:calc(20% - 12px);max-width:calc(20% - 12px);height:250px}.gallery-section-title{font-size:2.5rem}.show-photographer-info{font-size:1.7rem}}.loading-indicator{width:100%;text-align:center;padding:30px 0;font-size:1.3em;color:#777;font-weight:700;animation:pulse 1.5s infinite alternate}@keyframes pulse{0%{opacity:.7}to{opacity:1}}@media (max-width: 768px){.gallery-header-container{flex-direction:column;align-items:flex-start;padding:0 .5rem}.gallery-section-title,.show-photographer-info{width:100%;text-align:left;margin-bottom:.5rem}.show-photographer-info{margin-bottom:0}}.lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000f2;display:flex;align-items:center;justify-content:center;gap:2rem;z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox img{max-width:95vw;max-height:95vh;object-fit:contain;border-radius:12px;box-shadow:0 8px 25px #0009;animation:scaleIn .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.nav-btn{position:sticky;top:50%;transform:translateY(-50%);background:#ffffff40;border:1px solid rgba(255,255,255,.4);color:#fff;font-size:48px;padding:10px 15px;border-radius:50%;cursor:pointer;z-index:10001;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center;width:70px;height:70px;line-height:1;text-shadow:0 2px 5px rgba(0,0,0,.4)}.nav-btn:hover{background-color:#fff6;transform:translateY(-50%) scale(1.08);box-shadow:0 4px 10px #0000004d}.prev-btn{left:40px}.next-btn{right:40px}.close-lightbox-btn{position:fixed;top:0;left:30px;background:#ffffff40;border:1px solid rgba(255,255,255,.4);color:#fff;font-size:40px;line-height:1;width:60px;height:60px;border-radius:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10002;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;text-shadow:0 2px 5px rgba(0,0,0,.4)}.close-lightbox-btn:hover{background-color:#fff6;transform:rotate(90deg) scale(1.08);box-shadow:0 4px 10px #0000004d}@media (max-width: 768px){.nav-btn{width:50px;height:50px;font-size:36px}.close-lightbox-btn{width:45px;height:45px;font-size:32px;top:15px;right:15px}}@media (max-width: 480px){.nav-btn{width:40px;height:40px;font-size:30px}.close-lightbox-btn{width:40px;height:40px;font-size:28px;top:10px;right:10px}}.membersCards-container{text-align:center;align-items:center;padding:0 20px 40px;background:linear-gradient(to right,#f6cfbe,#b9dcf2);min-height:100vh;display:flex;flex-direction:column;justify-content:center;width:100vw}.membersCards-title{font-size:3rem;font-weight:700;color:#222;margin-bottom:2.5rem;margin-top:2.5rem}.membersCards-grid{width:100%;justify-content:center;align-items:center;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;padding:1rem;padding-top:0;background:linear-gradient(to right,#f6cfbe,#b9dcf2)}.memberCards-card{display:flex;flex-direction:column;background:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;width:100%}.memberCards-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0003}.memberCards-image{width:100%;height:350px;object-fit:cover;border-bottom:2px solid #ddd}.memberCards-info{padding:15px;text-align:center}.memberCards-info h3{font-size:1.3rem;margin-bottom:5px;color:#333;white-space:normal}.memberCards-info p{font-size:1rem;color:#555;margin-bottom:10px;white-space:normal}@media (max-width: 480px){.membersCards-container{padding:1rem;min-height:auto}.membersCards-grid{grid-template-columns:1fr 1fr;padding:0;gap:1rem;width:100%}.membersCards-title{font-size:1.75rem;margin-bottom:1rem;margin-top:1rem}.memberCards-image{height:180px}.memberCards-info h3{font-size:1rem;margin-bottom:.25rem}.memberCards-info p{font-size:.85rem;line-height:1.4}}@media (min-width: 481px) and (max-width: 920px){.membersCards-grid{grid-template-columns:repeat(2,1fr);padding:0;gap:1.5rem}.membersCards-title{font-size:2.25rem;margin-bottom:1.5rem;margin-top:1.5rem}.memberCards-image{height:250px}.memberCards-info h3{font-size:1.1rem;margin-bottom:.25rem}.memberCards-info p{font-size:.9rem;line-height:1.4}}@media (min-width: 921px) and (max-width: 1200px){.membersCards-grid{grid-template-columns:repeat(3,1fr);padding:0;gap:20px}.membersCards-title{font-size:2.5rem;margin-bottom:1.75rem;margin-top:1.75rem}.memberCards-image{height:300px}.memberCards-info h3{font-size:1.2rem;margin-bottom:.25rem}.memberCards-info p{font-size:.95rem;line-height:1.5}}@media (min-width: 1201px){.membersCards-grid{grid-template-columns:repeat(4,1fr);width:80%;margin:0 auto}.membersCards-title{font-size:3rem;margin-bottom:2.5rem;margin-top:2.5rem}.memberCards-image{height:350px}.memberCards-info h3{font-size:1.3rem}.memberCards-info p{font-size:1rem}}.filteredMembers-container{text-align:center;align-items:center;padding:1.5rem 20px;background:linear-gradient(to right,#141414,#032b47);min-height:auto;display:flex;flex-direction:column;justify-content:center;width:100vw;min-height:50vh}.filteredMembers-title{font-size:2rem;font-weight:700;color:#222;margin-bottom:20px}.filteredMembers-content{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:0rem;width:80%;height:auto;align-items:stretch}.filteredMembers-grid{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;gap:20px}.filteredMember-card{display:flex;flex-direction:column;background:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;width:100%;height:auto}.filteredMember-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0003}.filteredMember-image{width:100%;height:350px;object-fit:cover;border-bottom:2px solid #ddd}.filteredMember-info{padding:15px;text-align:center}.filteredMember-info h3{font-size:1.3rem;margin-bottom:5px;color:#333;white-space:normal}.filteredMember-info p{font-size:1rem;color:#555;margin-bottom:10px;white-space:normal}.filteredMembers-text{grid-column:span 2;display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:1.5rem;background-color:#fafafa;border-radius:8px;box-shadow:0 4px 8px #0000001a;text-align:Left}.filteredMembers-text h2{font-size:3rem;color:#222;margin-bottom:10px}.filteredMembers-text p{font-size:1.5rem;color:#555;line-height:1.5}@media (max-width: 480px){.filteredMembers-content{display:grid;grid-template-columns:1fr;padding:0;gap:1rem;width:100%}.filteredMembers-grid{grid-column:auto;grid-template-columns:1fr 1fr;padding:0rem}.filteredMember-image{height:180px}.filteredMembers-text{grid-column:auto;padding:.75rem;gap:.5rem;text-align:center}.filteredMembers-title{font-size:1.75rem;margin-bottom:1rem}.filteredMember-info h3{font-size:1rem;margin-bottom:.25rem}.filteredMember-info p{font-size:.85rem;line-height:1.4}.filteredMembers-text h2{font-size:1.5rem;margin-top:.75rem;margin-bottom:.5rem;line-height:1.2}.filteredMembers-text p{font-size:.95rem;line-height:1.5;margin-bottom:.75rem}}@media (min-width: 481px) and (max-width: 920px){.filteredMembers-content{display:flex;flex-direction:column;padding:0;gap:1.5rem;width:auto}.filteredMembers-grid{grid-column:span 2;grid-template-columns:1fr 1fr;padding:0rem}.filteredMember-image{height:250px}.filteredMembers-text{grid-column:auto;padding:1rem 1rem 0rem;gap:.75rem;text-align:center;height:auto}.filteredMembers-title{font-size:2.25rem;margin-bottom:1.5rem}.filteredMember-info h3{font-size:1.1rem;margin-bottom:.25rem}.filteredMember-info p{font-size:.9rem;line-height:1.4}.filteredMembers-text h2{font-size:1.75rem;margin-bottom:.5rem}.filteredMembers-text p{font-size:1.1rem;line-height:1.6}.filteredMembers-text p:last-child{margin-bottom:1rem}}@media (min-width: 921px) and (max-width: 1200px){.filteredMembers-content{width:auto;grid-template-columns:repeat(3,1fr);gap:1.5rem}.filteredMembers-grid{grid-column:span 2;grid-template-columns:repeat(2,1fr)}.filteredMember-image{height:300px}.filteredMembers-text{grid-column:span 1;padding:1.25rem;gap:1rem;text-align:Left}.filteredMembers-title{font-size:2.5rem;margin-bottom:1.75rem}.filteredMember-info h3{font-size:1.2rem;margin-bottom:.25rem}.filteredMember-info p{font-size:.95rem;line-height:1.5}.filteredMembers-text h2{font-size:2rem;margin-bottom:0rem}.filteredMembers-text p{font-size:1.25rem;line-height:1.25}}@media (min-width: 1201px){.filteredMembers-content{grid-template-columns:repeat(4,1fr)}.filteredMembers-grid,.filteredMembers-text{grid-column:span 2}.filteredMember-image{height:350px}.filteredMembers-title{font-size:3rem;margin-bottom:2.5rem}.filteredMember-info h3{font-size:1.3rem}.filteredMember-info p{font-size:1rem}.filteredMembers-text h2{font-size:3rem}.filteredMembers-text p{font-size:1.5rem}}.member-info-container{width:100vw;margin:0;padding:20px;background:linear-gradient(to right,#f6cfbe,#b9dcf2);display:flex;justify-content:center;align-items:center}.member-info-detail{width:100%;background-color:#fff;padding:40px;border-radius:16px;box-shadow:0 6px 14px #0000001a;display:grid;grid-template-columns:1fr 2fr;gap:30px;align-items:stretch}.member-info-image-wrapper{width:100%;aspect-ratio:4 / 5;border-radius:12px;overflow:hidden;box-shadow:0 4px 8px #0000001a}.member-info-image{width:100%;height:100%;object-fit:cover}.member-info-content{display:flex;flex-direction:column;height:100%}.member-info-name-role-bio{margin-bottom:1rem}.member-info-title{font-size:clamp(1.5rem,2.5vw,2.5rem);color:#1e3a8a;font-weight:700;margin-bottom:10px}.member-info-role{font-size:clamp(1rem,1.4vw,1.4rem);color:#2563eb;margin-bottom:10px}.member-info-bio{font-size:clamp(1rem,1.1vw,1.2rem);color:#444;line-height:1.6;margin-bottom:10px}.member-info-shows{flex:1;overflow-y:auto;height:auto;max-height:60vh;background:#fff;border-radius:16px;box-shadow:0 4px 8px #0000004d;padding:10px;text-align:left;scrollbar-width:thin}.member-info-shows::-webkit-scrollbar{width:6px}.member-info-shows::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.member-info-shows h2{font-size:clamp(1.3rem,2vw,1.8rem);color:#1e3a8a;margin-bottom:10px}.one-column{columns:1}.two-columns{columns:2;column-gap:40px}@media (max-width: 1000px){.two-columns{columns:1!important}}.one-column,.two-columns{list-style:none;padding:0;margin:0}.one-column li,.two-columns li{break-inside:avoid;padding:10px 0;border-bottom:1px solid #ddd;font-size:clamp(1rem,1.3vw,1.2rem);color:#333;cursor:pointer;transition:color .2s ease-in-out}.one-column li:hover,.two-columns li:hover{color:#2563eb;text-decoration:underline}@media (max-width: 768px){.member-info-detail{display:flex;flex-direction:column;padding:10px}.member-info-image-wrapper{width:100%;aspect-ratio:4 / 5;margin-bottom:1rem}.member-info-content{flex-direction:column}.member-info-name-role-bio{text-align:center}.member-info-shows{max-height:50vh}.member-info-shows h2{text-align:center}}
