<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.audio-player-container{display:flex}.audio-player-container input{width:100%}input[type=range]{position:relative;-webkit-appearance:none;margin:0;padding:0;margin:1rem;float:left;outline:none}input[type=range]::-webkit-slider-runnable-track{width:100%;height:3px;cursor:pointer;background:linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width))}input[type=range]::before{position:absolute;content:"";top:8px;left:0;width:var(--seek-before-width);height:3px;cursor:pointer}input[type=range]::-webkit-slider-thumb{position:relative;-webkit-appearance:none;box-sizing:content-box;height:15px;width:15px;border-radius:50%;background-color:#fff;cursor:pointer;margin:-7px 0 0 0}input[type=range]:active::-webkit-slider-thumb{transform:scale(1.2)}input[type=range]::-moz-range-track{width:100%;height:3px;cursor:pointer;background:linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width))}input[type=range]::-moz-focus-outer{border:0}input[type=range]::-moz-range-thumb{box-sizing:content-box;height:15px;width:15px;border-radius:50%;background-color:#fff;cursor:pointer}input[type=range]:active::-moz-range-thumb{transform:scale(1.2);background:#000}input[type=range]::-ms-track{width:100%;height:3px;cursor:pointer;background:rgba(0,0,0,0);border:solid rgba(0,0,0,0);color:rgba(0,0,0,0)}input[type=range]::-ms-fill-lower{background-color:#000}input[type=range]::-ms-fill-upper{background:linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width))}input[type=range]::-ms-thumb{box-sizing:content-box;height:15px;width:15px;border-radius:50%;background-color:#fff;cursor:pointer}input[type=range]:active::-ms-thumb{transform:scale(1.2);background:#000}*{box-sizing:border-box}html{width:100%;height:100vh;overflow:hidden;position:relative;background:#000}body{position:relative;margin:0;height:100%;width:100%;overflow:hidden;font-family:"SharpSansMedium",Arial,sans-serif;background:linear-gradient(180deg, #FF6363 58.06%, #FF8D8D 100%)}body.scene-loaded canvas{opacity:1}body.scene-loaded #loader{display:none}canvas{position:absolute;height:100%;width:100%;opacity:0;transition:opacity 2s ease}h1,h2,h3,h4,h5{font-family:"SharpSansBold",Arial,sans-serif}#loader{position:absolute;display:none;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;color:#fefefe;z-index:90}#loader svg{width:80px}body.loading #loader{display:flex}body.loading #loader svg{animation:spinner 2.2s infinite}@keyframes spinner{0%{transform:rotate(0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}50%{transform:rotate(-540deg);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}100%{transform:rotate(-1080deg)}}#portrait-mob{display:none}body.mobile #portrait-mob{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100%;background:linear-gradient(180deg, #FF6363 58.06%, #FF8D8D 100%);padding:2rem;color:#fefefe;text-align:center;z-index:100}body.mobile #portrait-mob h2{width:fit-content}body.mobile #portrait-mob img{max-width:90%;height:auto}@media only screen and (orientation: landscape){body.mobile #portrait-mob{display:none;z-index:-1}body.mobile #portrait-mob img{display:none}}@media only screen and (orientation: portrait){body.mobile #portrait-mob{display:flex;z-index:100}body.mobile #portrait-mob img{display:block}}#fullscreen{display:none;position:absolute;background:rgba(0,0,0,.5);top:0;left:0;justify-content:center;align-items:center;width:100%;height:100%;color:#fefefe;font-size:1.5rem;z-index:90}body.fs-prompt #fullscreen{display:flex}#intro-video,#kiosk-video{position:absolute;height:100%;width:100%;object-fit:cover;object-position:10% 10%;opacity:0;pointer-events:none;transition:all .5s ease;z-index:-1}#intro-video.active,#kiosk-video.active{opacity:1;pointer-events:all;z-index:5}#close-video{position:absolute;top:3%;left:3%;height:10%;min-height:75px;max-height:80px;width:auto;padding:1.5rem;cursor:pointer;opacity:0;pointer-events:none;transition:all .2s ease;z-index:50}#close-video.active{opacity:1;pointer-events:all}#close-video:hover{transform:scale(1.1)}#zoom-out{display:flex;align-items:center;position:absolute;top:5%;left:5%;height:10%;min-height:50px;max-height:70px;width:auto;padding:1.5rem;cursor:pointer;opacity:0;pointer-events:none;background-color:rgba(0,0,0,.2);border-radius:20px;transition:all .2s ease;z-index:50}#zoom-out img{height:100%;min-height:16px;max-height:25px;margin-right:1rem}#zoom-out span{color:#fff;font-size:1.2rem;transform:translate(0, 2px)}#zoom-out:hover{transform:scale(1.1)}body.focus #zoom-out{opacity:1;pointer-events:all}body.focus.hide-back #zoom-out{opacity:0;pointer-events:none}.tent-labels{position:absolute;display:flex;left:50%;bottom:10%;justify-content:center;align-items:center;width:fit-content;height:fit-content;opacity:0;pointer-events:none;transform:translate(-50%, 0);z-index:50}.tent-labels .tent-label{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;color:#fefefe;text-align:center;transition:opacity .4s ease}.tent-labels .tent-label h2{margin:.5rem auto;white-space:nowrap}.tent-labels .tent-label span{font-size:1.2rem;font-weight:bold;white-space:nowrap;margin:0 0 .5rem}.tent-labels .tent-label.active{opacity:1}.tent-labels .tent-nav{position:relative;padding:1rem 1.5rem;width:22%;max-width:140px;cursor:pointer;opacity:0;pointer-events:none;transition:all .2s ease}.tent-labels .tent-nav.nav-left{right:85%}.tent-labels .tent-nav.nav-right{left:85%;transform:scaleX(-1)}.tent-labels .tent-nav.nav-left:hover{transform:scale(1.1)}.tent-labels .tent-nav.nav-right:hover{transform:scaleX(-1) scale(1.1)}.tent-labels.active{pointer-events:all;opacity:1}.tent-labels.active .tent-nav{pointer-events:all;opacity:1}.tent-labels.active .tent-nav.hide{opacity:0;pointer-events:none}.kiosk-collection{position:absolute;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.8);color:#fefefe;height:100%;width:100%;opacity:0;transition:400ms ease-in-out;z-index:-1}.kiosk-collection.active{opacity:1;z-index:10}.kiosk-collection .close{position:absolute;top:2%;left:1%;width:5%;min-width:75px;max-width:90px;padding:1rem;height:auto;cursor:pointer;transition:all .2s ease;z-index:3}.kiosk-collection .close:hover{transform:scale(1.1)}.kiosk-collection .modal{position:absolute;opacity:0;visibility:hidden}.kiosk-collection .modal.active{visibility:visible;opacity:1;z-index:5}.kiosk-collection .modal{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000;border:1px solid #fefefe;border-radius:40px;padding:2rem 3.5rem 2.5rem;width:75%;max-width:600px;height:fit-content;max-height:75%;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.kiosk-collection .modal h2{text-align:center}.kiosk-collection .modal:after,.kiosk-collection .modal:before{content:"";position:absolute;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);bottom:0;width:95%;height:15%;margin:0 auto}.kiosk-collection .modal:before{top:1.5rem;bottom:initial;background:linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);height:15%}.kiosk-collection .modal::-webkit-scrollbar,.kiosk-collection .overflow-wrapper::-webkit-scrollbar{display:none}.kiosk-collection .overflow-wrapper{padding-top:2rem;padding-bottom:4rem;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.kiosk-collection .credits p:last-of-type{margin-bottom:4rem}.kiosk-collection .credits img:not(.close){display:block;width:60%;min-width:180px;max-width:100%;padding-bottom:2rem}.kiosk-collection .credits img:nth-of-type(5){width:25%}.kiosk-collection .credits img:nth-of-type(6){width:30%}.kiosk-collection .credits img:last-of-type{padding-bottom:0}.kiosk-collection .note span:last-of-type{display:block;font-style:italic}.kiosk-collection .camp a{text-transform:uppercase;color:#fefefe;margin-bottom:0}.kiosk-collection .camp h4{margin-top:.5rem}.kiosk-collection .camp p{margin-bottom:2.5rem}.kiosk-collection .video{max-width:860px}.kiosk-collection .video div{width:90%}.kiosk-collection .video .overflow-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-color:#000}.media-collection{position:absolute;background-color:rgba(0,0,0,.8);color:#fefefe;height:100%;width:100%;opacity:0;transition:400ms ease-in-out;z-index:-1}.media-collection.active{opacity:1;z-index:10}.media-collection h2,.media-collection h3{width:fit-content;margin-left:auto;margin-right:auto}.media-collection h2{margin-bottom:.5rem}.media-collection h3{margin-top:.5rem}.media-collection .artist-media{position:absolute;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.media-collection .artist-media.active{z-index:10}.media-collection .artist-media .close{position:absolute;top:2%;left:1%;width:5%;min-width:75px;max-width:90px;padding:1rem;height:auto;cursor:pointer;transition:all .2s ease;z-index:3}.media-collection .artist-media .close:hover{transform:scale(1.1)}.media-collection .artist-media .gallery1,.media-collection .artist-media .gallery2,.media-collection .artist-media .audio,.media-collection .artist-media .video,.media-collection .artist-media .bio{position:absolute;opacity:0;visibility:hidden}.media-collection .artist-media .gallery1.active,.media-collection .artist-media .gallery2.active,.media-collection .artist-media .audio.active,.media-collection .artist-media .video.active,.media-collection .artist-media .bio.active{visibility:visible;opacity:1;z-index:5}.media-collection .artist-media .gallery1,.media-collection .artist-media .gallery2{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.media-collection .artist-media .gallery1 .caption,.media-collection .artist-media .gallery2 .caption{position:absolute;bottom:-15%;max-width:80%;opacity:0;transition:all .2s ease}.media-collection .artist-media .gallery1 .active-caption,.media-collection .artist-media .gallery2 .active-caption{opacity:1}.media-collection .artist-media .gallery1 .slide-container,.media-collection .artist-media .gallery2 .slide-container{display:flex;position:relative;align-items:center;justify-content:center;height:75%;width:65%;max-width:1000px;max-height:600px;margin:0 3rem}.media-collection .artist-media .gallery1 .images,.media-collection .artist-media .gallery2 .images{display:flex;position:relative;align-items:center;justify-content:center;background-color:#000;border:1px solid #fefefe;border-radius:40px;height:100%;width:100%;margin:0 auto;overflow:hidden}.media-collection .artist-media .gallery1 .images img,.media-collection .artist-media .gallery2 .images img{position:absolute;height:100%;width:100%;object-fit:contain;opacity:0;transition:all .2s ease}.media-collection .artist-media .gallery1 .images img.active-slide,.media-collection .artist-media .gallery2 .images img.active-slide{opacity:1}.media-collection .artist-media .prev,.media-collection .artist-media .next{height:9%;min-height:70px;width:auto;max-width:60px;padding:1rem;cursor:pointer;transition:all .2s ease}.media-collection .artist-media .next{transform:scaleX(-1)}.media-collection .artist-media .prev:hover{transform:scale(1.1)}.media-collection .artist-media .next:hover{transform:scaleX(-1) scale(1.1)}.media-collection .artist-media .audio{display:flex;position:relative;flex-direction:column;align-items:center;background-color:#000;border:1px solid #fefefe;border-radius:40px;padding:2rem;height:85%;width:50%;min-width:500px;max-width:700px;max-height:600px;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.media-collection .artist-media .audio .section{padding:0 1.5rem;cursor:pointer;transition:.2s}.media-collection .artist-media .audio .section.playing .play{visibility:hidden}.media-collection .artist-media .audio .section.playing .pause{display:block}.media-collection .artist-media .audio .section.paused .play{visibility:visible}.media-collection .artist-media .audio .section.paused .pause{display:none}.media-collection .artist-media .audio .section:hover{background-color:#0f0f0f}.media-collection .artist-media .audio .section div:first-of-type{display:flex;position:relative;flex-direction:row;align-items:center;justify-content:space-between;padding:1rem 0 0}.media-collection .artist-media .audio .section div:first-of-type h4{padding:0 1rem;font-size:1rem}.media-collection .artist-media .audio .play,.media-collection .artist-media .audio .pause{height:3.6rem;width:3.6rem;padding:1rem;cursor:pointer}.media-collection .artist-media .audio .pause{display:none;position:absolute;right:.4rem;height:3.4rem}.media-collection .artist-media .audio audio{width:100%}.media-collection .artist-media .audio .panel{max-height:0;overflow:hidden;transition:max-height .2s ease-out}.media-collection .artist-media .audio .panel p{padding:0 1rem}.media-collection .artist-media .audio::-webkit-scrollbar,.media-collection .artist-media .bio::-webkit-scrollbar,.media-collection .artist-media .overflow-wrapper::-webkit-scrollbar{display:none}.media-collection .artist-media .video{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.media-collection .artist-media .video .iframe-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000;border:1px solid #fefefe;border-radius:40px;padding:2rem;height:fit-content;max-height:90%;min-width:40%;width:auto;margin:0 2rem;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.media-collection .artist-media .video .iframe-wrapper::-webkit-scrollbar{display:none}.media-collection .artist-media .video iframe{max-height:100%}.media-collection .artist-media .video .embed{position:absolute;width:90%;max-height:100%;margin:0 auto;opacity:0;visibility:hidden;transition:all .2s linear}.media-collection .artist-media .video .active-slide{position:relative;opacity:1;visibility:visible}.media-collection .artist-media .bio{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000;border:1px solid #fefefe;border-radius:40px;padding:2rem 3.5rem 2.5rem;width:75%;max-width:600px;height:fit-content;max-height:70%;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.media-collection .artist-media .bio:after,.media-collection .artist-media .bio:before{content:"";position:absolute;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);bottom:0;width:95%;height:15%;margin:0 auto}.media-collection .artist-media .bio:before{top:1.5rem;bottom:initial;background:linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);height:15%}.media-collection .artist-media .overflow-wrapper{overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.mobile .tent-label h2{margin:0 auto !important}.mobile .caption{font-size:8px}.mobile .media-collection .artist-media .video .iframe-wrapper{height:80%;width:80%}
</pre></body></html>