.button:where(.astro-ZGBFFOAE),button:where(.astro-ZGBFFOAE){background:var(--dark);padding:.75rem 1rem;text-transform:uppercase;font-size:1.25rem;border-radius:var(--radius);position:relative;transition:transform .1s ease-in-out,box-shadow .1s ease-in-out;color:var(--color)}.button:where(.astro-ZGBFFOAE):is(:hover,:focus),button:where(.astro-ZGBFFOAE):is(:hover,:focus){transform:scale(1.005);color:var(--color);box-shadow:0 0 5px 0 var(--shadow-color-1),0 0 10px 0 var(--shadow-color-2)}.button:where(.astro-ZGBFFOAE):active,button:where(.astro-ZGBFFOAE):active{padding:.75rem 1rem;text-transform:uppercase;transform:scale(.995);color:var(--color);box-shadow:0 0 2px 0 var(--shadow-color-1),0 0 5px 0 var(--shadow-color-2)}.button:where(.astro-ZGBFFOAE).primary,button:where(.astro-ZGBFFOAE).primary{background:var(--to-right-gradient)}.button:where(.astro-ZGBFFOAE).primary:is(:hover,:focus),button:where(.astro-ZGBFFOAE).primary:is(:hover,:focus){background:var(--to-right-gradient-darker)}.button:where(.astro-ZGBFFOAE).primary:active,button:where(.astro-ZGBFFOAE).primary:active{background:var(--to-right-gradient-reverse)}.button:where(.astro-ZGBFFOAE).secondary,button:where(.astro-ZGBFFOAE).secondary{background:var(--primary)}.button:where(.astro-ZGBFFOAE).secondary:is(:hover,:focus),button:where(.astro-ZGBFFOAE).secondary:is(:hover,:focus){background:var(--primary-darker)}.button:where(.astro-ZGBFFOAE).secondary:active,button:where(.astro-ZGBFFOAE).secondary:active{background:var(--primary-lighter)}footer:where(.astro-GQTRWUB4){background:hsla(280deg,71%,16%,.596)}footer:where(.astro-GQTRWUB4) p:where(.astro-GQTRWUB4){margin:0;line-height:1.25rem;letter-spacing:1px}@media (min-width:768px){footer:where(.astro-GQTRWUB4) .content:where(.astro-GQTRWUB4){flex-wrap:nowrap}}.back-top:where(.astro-GQTRWUB4){flex:1}@media (min-width:768px){.back-top:where(.astro-GQTRWUB4){flex:0}}:root{--dark:#0e1116;--dark-alpha:hsla(218, 22%, 7%, .8);--primary:hsl(280, 75%, 50%);--primary-lighter:hsl(280, 75%, 70%);--primary-darker:hsl(280, 75%, 30%);--primary-alpha:hsla(280, 75%, 50%, .5);--primary-darker-alpha:hsla(280, 75%, 30%, .5);--secondary:hsl(25, 75%, 50%);--secondary-lighter:hsl(25, 75%, 70%);--secondary-darker:hsl(25, 100%, 50%);--color:white;--shadow-color-1:hsla(293, 88%, 84%, 1);--shadow-color-2:hsla(293, 88%, 84%, .8);--radius:0;--gutter:2.75rem;--to-right-gradient:linear-gradient( to right, var(--secondary), var(--primary) );--to-right-gradient-reverse:linear-gradient( to right, var(--primary), var(--secondary) );--to-right-gradient-darker:linear-gradient( to right, var(--secondary-darker), var(--primary-darker) );--to-right-gradient-text:linear-gradient( to right, var(--secondary-darker), var(--primary) );--to-right-gradient-diagonal:linear-gradient( to bottom right, var(--primary), var(--secondary) )}*{box-sizing:border-box}::-webkit-scrollbar{width:.5rem}::-webkit-scrollbar-track{background-color:var(--primary-darker)}::-webkit-scrollbar-thumb{background-color:var(--primary);border:2px solid var(--primary-darker)}::-webkit-scrollbar-thumb:hover{background-color:var(--secondary)}html{scroll-behavior:smooth}body{margin:0;background-color:var(--dark);color:var(--color);font-family:Roboto,sans-serif;text-align:center;line-height:1.5}a{text-decoration:none;display:inline-block}button{border:none;color:inherit}button,label{cursor:pointer}a,button,input{outline:0}a{color:var(--secondary)}a:is(:hover,:focus){color:var(--secondary-lighter)}a:active{color:var(--secondary-darker)}header{padding:25px 0}footer,main,section{padding:50px 0}h1,h2{font-family:Days One,sans-serif}h1,h2,h3,h4{margin:0;text-transform:uppercase}h1,h3{text-shadow:0 0 2px #001716,0 0 3px rgba(3,237,249,.46),0 0 5px rgba(3,237,249,.46),0 0 8px rgba(3,237,249,.46)}ul{list-style:none;padding:0;margin:0}img{display:inline-block;margin:0 auto;max-width:100%}.material-icons{vertical-align:middle;font-size:1.25rem}hr{border:none;margin:calc(var(--gutter)/ 1.5) 0;border-bottom:1px solid;border-image-slice:5;border-image-source:var(--to-right-gradient)}.content{padding:0 var(--gutter);max-width:1200px;margin:0 auto}.flex{--gap:var(--gutter);--align:center;--justify:center;display:flex;flex-wrap:wrap;gap:var(--gap);align-items:var(--align);justify-content:var(--justify)}@media (min-width:768px){.flex{flex-direction:row}}.row{flex-direction:row}.col{flex-direction:column}.small-gap{--gap:.75rem}.w-full{width:100%}.align-start{--align:start}.justify-start{--justify:start}.justify-space-between{--justify:space-between}.grow{flex-grow:1}.text-big{font-size:3rem}.item{display:flex;gap:.75rem;justify-content:center;align-items:center;flex-basis:calc(var(--basis) - var(--gap))}.item .material-icons{font-size:3rem;background:var(--to-right-gradient-diagonal);-webkit-background-clip:text;-moz-background-clip:text;-ms-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;-ms-text-fill-color:transparent;text-fill-color:transparent}.image-with-blur{--padding:2rem;position:relative;padding:var(--padding);max-width:max-content}.image-with-blur img{aspect-ratio:1/1;width:100%;max-width:400px;object-fit:cover;object-position:top;position:relative;z-index:1;background-color:var(--primary-darker);border-radius:100vh;box-shadow:0 5px 15px -2px var(--primary-darker)}.text-left{text-align:left}.highlight{background:var(--to-right-gradient-text);-webkit-background-clip:text;-moz-background-clip:text;-ms-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;-ms-text-fill-color:transparent;text-fill-color:transparent}