@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes fade{0%{opacity:1}to{opacity:0}}.Circle{position:absolute;top:50%;left:50%}.Circle .Circle_offset{position:absolute;width:100%;height:100%;left:50%;top:50%}.Circle .Circle_offset:after{content:"";position:absolute;width:100%;height:100%;background-color:#000;opacity:1;animation-name:fade;animation-timing-function:linear;animation-duration:1s;animation-fill-mode:forwards}.Circle .Circle_offset .Circle_rotate{position:absolute;width:100%;height:100%}.Circle .Circle_offset .Circle_rotate .Circle_image{position:absolute;width:100%;height:100%;background-image:url(/images/circle.svg);background-size:80% 80%;background-repeat:no-repeat;background-position:center center}.Circle .Circle_offset .Circle_rotate .Circle_image.Circle_animate{animation-name:rotate;animation-timing-function:linear;animation-iteration-count:infinite}.Circle .Circle_offset .Circle_rotate .Circle_character{position:absolute;width:12.5%;height:12.5%;left:25%;top:25%;background-size:contain;background-repeat:no-repeat;background-position:center center}.Circle .Circle_offset .Circle_rotate .Circle_character.Circle_0{background-image:url(/images/characters/0.png)}.Circle .Circle_offset .Circle_rotate .Circle_character.Circle_1{background-image:url(/images/characters/1.png)}.Circle .Circle_offset .Circle_rotate .Circle_character.Circle_2{background-image:url(/images/characters/2.png)}.Circle .Circle_offset .Circle_rotate .Circle_character.Circle_3{background-image:url(/images/characters/3.png)}.Circle .Circle_offset .Circle_rotate .Circle_character.Circle_4{background-image:url(/images/characters/4.png)}.Circle .Circle_offset .Circle_rotate .Circle_character.Circle_5{background-image:url(/images/characters/5.png)}.Light{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;width:250px;height:250px;left:50%;top:50%}@media screen and (max-width: 768px){.Light{width:200px;height:200px}}.Light .Light_date{position:relative;font-family:Oldschool Grotesk,sans-serif;font-size:60px;line-height:.8em;text-transform:uppercase;text-align:center;color:#dbf2cb}@media screen and (max-width: 768px){.Light .Light_date{font-size:50px;transform:translateY(10px)}.Light .Light_date:last-child{transform:translateY(0)}}.Light .Light_date span{display:block;text-align:center}@media screen and (max-width: 768px){.Light .Light_date span{display:inline-block}.Light .Light_date span:last-child{margin-left:8px}}.Light .Light_date span em{padding:0 2%;margin:0 2px;color:#000;background-image:url(/images/pill.svg);background-size:contain;background-repeat:no-repeat;background-position:center center;color:transparent}.Light .Light_location{position:relative;display:none;margin-top:25px;color:#dbf2cb;font-size:12px;line-height:1.25em;text-align:center}@media screen and (max-width: 768px){.Light .Light_location{display:block}}.Light .Light_location span{position:relative;display:block}.Tunnel{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.Tunnel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/texture.jpg);background-size:cover;background-repeat:no-repeat;background-position:center center;mix-blend-mode:color-dodge;opacity:.2}.FaqButton{position:relative;border:1px solid #dbf2cb;color:#dbf2cb;width:120px;height:42px;border-radius:21px;transition:transform .1s ease-in-out;overflow:hidden;cursor:pointer}@media screen and (max-width: 768px){.FaqButton{width:90px}}.FaqButton .FaqButton_text{position:absolute;display:flex;align-items:center;justify-content:center;top:0;right:0;bottom:0;left:0;text-transform:uppercase;transition:transform .25s ease-in-out}.FaqButton .FaqButton_text:first-child{transform:translateY(0)}.FaqButton .FaqButton_text:last-child{transform:translateY(100%)}.FaqButton:hover .FaqButton_text:first-child,.FaqButton.FaqButton_active .FaqButton_text:first-child{transform:translateY(-100%)}.FaqButton:hover .FaqButton_text:last-child,.FaqButton.FaqButton_active .FaqButton_text:last-child{transform:translateY(0)}.Buttons{position:absolute;display:flex;gap:6px;top:30px;right:30px}@media screen and (max-width: 768px){.Buttons{right:20px}}.Logo{position:absolute;display:flex;height:70px;top:30px;left:50%;transform:translate(-50%)}@media screen and (max-width: 768px){.Logo{height:50px;left:20px;transform:translate(0)}}.FaqWindow{position:absolute;width:500px;height:400px;top:102px;right:30px;background-color:#dbf2cb;border-radius:12px;border:1px solid #000000;box-shadow:0 7px #000;overflow:hidden}@media screen and (max-width: 768px){.FaqWindow{top:auto;bottom:70px;left:20px;right:20px;width:auto}}.FaqWindow .FaqWindow_canvas{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:scroll;scrollbar-width:none}.FaqWindow .FaqWindow_canvas::-webkit-scrollbar{display:none}.FaqWindow .FaqWindow_canvas .FaqWindow_body{position:relative;padding:24px 40px 24px 24px}.FaqWindow .FaqWindow_canvas .FaqWindow_body h2{font-family:Oldschool Grotesk,sans-serif;font-size:42px;line-height:.8em;margin-bottom:30px}.FaqWindow .FaqWindow_canvas .FaqWindow_body .FaqWindow_categories{position:relative;margin-bottom:30px;display:flex;gap:6px}.FaqWindow .FaqWindow_canvas .FaqWindow_body .FaqWindow_categories .FaqWindow_category{position:relative;display:flex;align-items:center;justify-content:center;padding:0 15px;border-radius:30px;height:30px;background-color:#dbf2cb;border:1px solid #000000;cursor:pointer}.FaqWindow .FaqWindow_canvas .FaqWindow_body .FaqWindow_categories .FaqWindow_category.FaqWindow_active{background-color:#000;color:#dbf2cb}.FaqWindow .FaqWindow_canvas .FaqWindow_body .FaqWindow_questions{position:relative;margin-top:-20px}.FaqWindow .FaqWindow_canvas .FaqWindow_body .FaqWindow_questions .FaqWindow_question{position:relative;border-bottom:1px solid rgba(0,0,0,.1)}.FaqWindow .FaqWindow_canvas .FaqWindow_body .FaqWindow_questions .FaqWindow_question .FaqWindow_q{position:relative;padding:20px 30px 20px 0;cursor:pointer}.FaqWindow .FaqWindow_canvas .FaqWindow_body .FaqWindow_questions .FaqWindow_question .FaqWindow_q p{font-weight:700}.FaqWindow .FaqWindow_canvas .FaqWindow_body .FaqWindow_questions .FaqWindow_question .FaqWindow_q:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(0);width:22px;height:22px;background-color:#000;border-radius:100%;pointer-events:none;background-image:url(/images/plus-negative.svg);background-size:12px auto;background-repeat:no-repeat;background-position:center center;transition:transform .25s ease-in-out}.FaqWindow .FaqWindow_canvas .FaqWindow_body .FaqWindow_questions .FaqWindow_question .FaqWindow_a{position:relative;padding-bottom:15px;display:none}.FaqWindow .FaqWindow_canvas .FaqWindow_body .FaqWindow_questions .FaqWindow_question .FaqWindow_a h3,.FaqWindow .FaqWindow_canvas .FaqWindow_body .FaqWindow_questions .FaqWindow_question .FaqWindow_a p{line-height:1.25em}.FaqWindow .FaqWindow_canvas .FaqWindow_body .FaqWindow_questions .FaqWindow_question .FaqWindow_a h3{text-decoration:underline;margin-bottom:1px}.FaqWindow .FaqWindow_canvas .FaqWindow_body .FaqWindow_questions .FaqWindow_question .FaqWindow_a p{margin-bottom:20px;color:#00000080}.FaqWindow .FaqWindow_canvas .FaqWindow_body .FaqWindow_questions .FaqWindow_question .FaqWindow_a p:last-child{margin-bottom:0}.FaqWindow .FaqWindow_canvas .FaqWindow_body .FaqWindow_questions .FaqWindow_question .FaqWindow_a p a{text-decoration:underline}.FaqWindow .FaqWindow_canvas .FaqWindow_body .FaqWindow_questions .FaqWindow_question .FaqWindow_a p strong{font-weight:700}.FaqWindow .FaqWindow_canvas .FaqWindow_body .FaqWindow_questions .FaqWindow_question.FaqWindow_open .FaqWindow_q:after{transform:translateY(-50%) rotate(45deg)}.FaqWindow .FaqWindow_canvas .FaqWindow_body .FaqWindow_questions .FaqWindow_question.FaqWindow_open .FaqWindow_a{display:block}.FaqWindow .Faq_progress{position:absolute;right:15px;top:15px;bottom:15px;width:2px;pointer-events:none}.FaqWindow .Faq_progress .Faq_indicator{position:absolute;width:2px;background-color:#000;border-radius:2px}.Links{position:absolute;bottom:30px;left:30px}@media screen and (max-width: 768px){.Links{transform:translate(-50%);bottom:30px;left:50%}}.Links ul{position:relative;display:flex;font-size:12px;color:#dbf2cb;white-space:nowrap}@media screen and (max-width: 1024px){.Links ul{display:block}}@media screen and (max-width: 768px){.Links ul{display:flex}}.Links ul li{position:relative}.Links ul li:first-child{margin:0 30px 0 0}@media screen and (max-width: 1024px){.Links ul li:first-child{margin:0 0 5px}}@media screen and (max-width: 768px){.Links ul li:first-child{margin:0 30px 0 0}}.Links ul li:first-child:after{content:"";position:absolute;width:1px;height:10px;background-color:#dbf2cb;transform:translate(15px,2.5px)}@media screen and (max-width: 1024px){.Links ul li:first-child:after{display:none}}@media screen and (max-width: 768px){.Links ul li:first-child:after{display:inline}}.Links ul li a:hover{text-decoration:underline}.Socials{position:absolute;display:flex;gap:6px;right:30px;bottom:30px}@media screen and (max-width: 1024px){.Socials{display:none}}.Socials .Socials_button{position:relative;display:block;width:42px;height:42px;border:1px solid #dbf2cb;border-radius:3px;overflow:hidden}.Socials .Socials_button .Socials_icon{position:absolute;top:0;right:0;bottom:0;left:0;background-size:auto 16px;background-repeat:no-repeat;background-position:center center;transition:transform .25s ease-in-out}.Socials .Socials_button .Socials_icon:first-child{transform:translateY(0)}.Socials .Socials_button .Socials_icon:last-child{transform:translateY(100%)}.Socials .Socials_button.Socials_instagram .Socials_icon{background-image:url(/images/socials/instagram-active.svg)}.Socials .Socials_button.Socials_tiktok .Socials_icon{background-image:url(/images/socials/tiktok-active.svg)}.Socials .Socials_button.Socials_facebook .Socials_icon{background-image:url(/images/socials/facebook-active.svg)}.Socials .Socials_button.Socials_spotify .Socials_icon{background-image:url(/images/socials/spotify-active.svg)}.Socials .Socials_button.Socials_soundcloud .Socials_icon{background-size:auto 10px;background-image:url(/images/socials/soundcloud-active.svg)}.Socials .Socials_button:hover .Socials_icon:first-child{transform:translateY(-100%)}.Socials .Socials_button:hover .Socials_icon:last-child{transform:translateY(0)}.Newsletter{position:absolute;display:flex;flex-direction:column;align-items:center;width:340px;bottom:30px;left:50%;transform:translate(-50%);background-color:#dbf2cb;border-radius:12px;border:1px solid #000000;box-shadow:0 7px #000;padding:24px}@media screen and (max-width: 768px){.Newsletter{bottom:80px}}@media screen and (max-width: 480px){.Newsletter{left:20px;right:20px;transform:translate(0);width:auto}}.Newsletter p{font-size:15px;text-transform:uppercase;text-align:center;line-height:.9em}.Newsletter .Newsletter_form{position:relative;height:42px;width:100%;margin-top:20px}.Newsletter .Newsletter_form input[type=text]{position:relative;width:100%;height:42px;border:1px solid #000000;color:#000;border-radius:42px;padding:0 80px 0 20px}.Newsletter .Newsletter_form input[type=text]::-webkit-input-placeholder{color:#00000080}.Newsletter .Newsletter_form input[type=text]:-moz-placeholder{color:#00000080}.Newsletter .Newsletter_form input[type=text]::-moz-placeholder{color:#00000080}.Newsletter .Newsletter_form input[type=text]:-ms-input-placeholder{color:#00000080}@media screen and (max-width: 768px){.Newsletter .Newsletter_form input[type=text]{font-size:16px}}.Newsletter .Newsletter_form .Newsletter_submit{position:absolute;top:0;right:0;width:60px;height:42px}.Newsletter .Newsletter_form .Newsletter_submit input[type=submit]{position:absolute;width:100%;height:100%;border-radius:42px;background-color:#f1e151;border:1px solid #000000;cursor:pointer}.Newsletter .Newsletter_form .Newsletter_submit .Newsletter_state{position:absolute;opacity:0;width:100%;height:100%;pointer-events:none;background-repeat:no-repeat;background-position:center center}.Newsletter .Newsletter_form .Newsletter_submit .Newsletter_state.Newsletter_active{opacity:1}.Newsletter .Newsletter_form .Newsletter_submit .Newsletter_state.Newsletter_loading{background-image:url(/images/loader.svg);background-size:40% 40%}.Newsletter .Newsletter_form .Newsletter_submit .Newsletter_state.Newsletter_idle{background-image:url(/images/arrow.svg);background-size:40% 40%}.Newsletter .Newsletter_form .Newsletter_submit .Newsletter_state.Newsletter_error{background-image:url(/images/close.svg);background-size:60% 60%}.Newsletter .Newsletter_form .Newsletter_submit .Newsletter_state.Newsletter_success{background-image:url(/images/check.svg);background-size:40% 40%}.Newsletter .Newsletter_socials{position:relative;display:none;gap:18px;margin-top:20px}@media screen and (max-width: 1024px){.Newsletter .Newsletter_socials{display:flex}}.Newsletter .Newsletter_socials .Newsletter_social{position:relative;display:block;width:24px;height:18px;background-size:contain;background-repeat:no-repeat;background-position:center center}.Newsletter .Newsletter_socials .Newsletter_social.Newsletter_instagram{background-image:url(/images/socials/instagram.svg)}.Newsletter .Newsletter_socials .Newsletter_social.Newsletter_tiktok{background-image:url(/images/socials/tiktok.svg)}.Newsletter .Newsletter_socials .Newsletter_social.Newsletter_facebook{background-image:url(/images/socials/facebook.svg)}.Newsletter .Newsletter_socials .Newsletter_social.Newsletter_spotify{background-image:url(/images/socials/spotify.svg)}.Newsletter .Newsletter_socials .Newsletter_social.Newsletter_soundcloud{background-image:url(/images/socials/soundcloud.svg)}.Cursor{position:absolute;width:50px;height:50px;margin:-25px 0 0 -25px;pointer-events:none}.Cursor .Cursor_default{position:absolute;top:50%;transform:translate(50px,calc(-50% + 5px));font-size:16px;color:#dbf2cb;line-height:1.25em}.Cursor .Cursor_default span{position:relative;white-space:nowrap;display:block}.Cursor .Cursor_faq{position:absolute;width:50px;height:50px;border:1px solid #000000;background-color:#dbf2cb;border-radius:40px;background-image:url(/images/close.svg);background-size:60% 60%;background-repeat:no-repeat;background-position:center center}.Canvas{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.App{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden}*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}a,button{cursor:revert}ol,ul,menu{list-style:none}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}:where(pre){all:revert}::placeholder{color:unset}::marker{content:initial}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}@font-face{font-family:Oldschool Grotesk;src:url(/fonts/OldschoolGroteskCompressed_W-Regular.woff2) format("woff2");font-weight:400}@font-face{font-family:PP Right Grotesk Mono;src:url(/fonts/PPRightGroteskMono-Medium.woff2) format("woff2");font-weight:400}@font-face{font-family:PP Right Grotesk Mono;src:url(/fonts/PPRightGroteskMono-Bold.woff2) format("woff2");font-weight:700}*{-webkit-user-select:none;user-select:none}html,body{height:100%;overflow:hidden}body{-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#000;font-family:PP Right Grotesk Mono,sans-serif;font-weight:400;font-size:14px}
