.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}.nav__social{gap:20px;flex-direction:row;animation:hideThenShow .5s ease-in-out forwards;display:none}@media (min-width: 768px){.nav__social{display:flex}}.nav__social:hover{gap:20px}.nav__social:hover img{width:30px}.nav__social img{filter:grayscale(100%) brightness(100%);width:22px;transition:all .3s ease-in-out}.nav__social-listItem:hover img{width:38px;filter:none;margin-left:-3px}.nav__social.isScrolled{position:fixed;flex-direction:column;left:30px;animation:hideThenShowSocialMenu .5s ease-in-out forwards;bottom:30px}.nav.open .nav__social{display:flex;position:static;flex-direction:row;justify-content:space-between;padding:10%}.nav.open .nav__social img{width:30px}.nav.open .nav__social:hover img{width:30px;margin-left:0}.nav{position:fixed;width:100%;max-width:1440px;display:flex;padding:15px;justify-content:space-between;z-index:999;top:0;animation:hideThenShow2 .5s ease-in-out forwards}@media (min-width: 768px){.nav{padding:30px;transition:all .5s ease-in-out}}.nav__wrapper{display:none}@media (min-width: 768px){.nav__wrapper{display:flex}}.nav__logo{z-index:9}.nav__logo img{filter:grayscale(100%) brightness(50%);transition:all .3s ease-in-out}.nav__logo:hover img,.nav__logo.active img{width:35px;margin:-1px;filter:none}.nav__menu{display:flex;gap:30px;align-items:center}.nav__menu a,.nav__menu button{background:none;border:none;transition:all .3s ease-in-out;text-align:center;font-family:Mulish;font-style:normal;line-height:normal;text-decoration:none;text-transform:uppercase;color:var(--Secondary, #e9ddce);font-size:17px;font-weight:600;cursor:pointer}.nav__menu a:hover,.nav__menu a.active,.nav__menu button:hover,.nav__menu button.active{opacity:1;color:var(--Primary, #61dafb)}.nav__mobile-button{display:block;background:none;border:none;position:fixed;right:15px;top:15px;cursor:pointer}@media (min-width: 768px){.nav__mobile-button{display:none}}.nav.isScrolled{width:100%;max-width:100%;padding:10px;animation:hideThenShow .5s ease-in-out forwards}@media (min-width: 640px){.nav.isScrolled{padding:10px 30px}}.nav.open{padding:0;animation:hideThenShow .5s ease-in-out forwards}.nav.open .nav__logo{margin:30px}.nav.open .nav__wrapper{display:flex;flex-direction:column;justify-content:space-between;position:absolute;width:100%;height:100vh;background:#000}.nav.open .nav__menu{flex-direction:column;margin-top:50%;align-items:center}.nav.open .nav__menu a,.nav.open .nav__menu button{transition:none;font-size:24px;font-weight:300}.nav.open .nav__menu a:hover,.nav.open .nav__menu button:hover{font-size:24px}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@keyframes glowing{0%{filter:drop-shadow(0 0 5px rgba(97,218,251,.6))}50%{filter:drop-shadow(0 0 15px rgba(97,218,251,1))}to{filter:drop-shadow(0 0 5px rgba(97,218,251,.6))}}@keyframes hideThenShow{0%{opacity:0;visibility:hidden}40%{opacity:0;visibility:hidden}60%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible;width:100%;max-width:100%;left:0}}@keyframes hideThenShowSocialMenu{0%{opacity:0;visibility:hidden}40%{opacity:0;visibility:hidden}60%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes fadeIn{to{opacity:1}}.glowing-icon:hover{animation:glowing 2.5s infinite alternate ease-in-out}.tabletOnly{display:none}@media (min-width: 768px){.tabletOnly{display:block}}.mobileOnly{display:block}@media (min-width: 768px){.mobileOnly{display:none}}h1{font-size:26px;font-weight:600;letter-spacing:7px;font-family:Mulish,serif;text-transform:uppercase}*{box-sizing:border-box}html{cursor:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20"%3E%3Crect x="9" y="0" width="2" height="20" fill="white" /%3E%3Crect x="0" y="9" width="20" height="2" fill="white" /%3E%3C/svg%3E') 10 10,crosshair}body{margin:0;padding:0;font-family:Mulish,serif;font-optical-sizing:auto;font-style:normal;box-sizing:border-box;background-color:#1f2228;background-image:url(/_astro/back.DYgOKfRr.jpg);background-size:cover;background-repeat:no-repeat;background-position:top;background-attachment:fixed}canvas{z-index:-2;position:fixed;inset:0;opacity:1}.layout{max-width:1440px;margin:0 auto;position:relative}footer{color:#fff;text-align:right;padding:30px}
