@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap";@import"https://fonts.googleapis.com/css2?family=Rubik&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans&display=swap";.topBar:where(.astro-YMHDP2RL){width:100%;height:80px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:var(--background-color);padding:0 2.5%;border-bottom:1px solid var(--boxDarkBackground);z-index:2;top:0;transition:top .3s}.navbar-list:where(.astro-YMHDP2RL){display:flex;flex-direction:row;justify-content:center;align-content:center}.navbar-list:where(.astro-YMHDP2RL) li:where(.astro-YMHDP2RL){display:flex;justify-content:center;align-items:center;flex-direction:column;padding-left:20px;font-weight:600;color:var(--darkTextTitle)}.buttonMenu:where(.astro-YMHDP2RL){background-color:transparent;border:none;cursor:pointer;display:none;padding:0;z-index:1;height:40px;width:40px;justify-content:center;align-items:center}.line:where(.astro-YMHDP2RL){fill:none;stroke:var(--darkTextTitle);stroke-width:3;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.line1:where(.astro-YMHDP2RL){stroke-dasharray:60 207;stroke-width:6}.line2:where(.astro-YMHDP2RL){stroke-dasharray:60 60;stroke-width:6}.line3:where(.astro-YMHDP2RL){stroke-dasharray:60 207;stroke-width:6}.opened:where(.astro-YMHDP2RL) .line1:where(.astro-YMHDP2RL){stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}.opened:where(.astro-YMHDP2RL) .line2:where(.astro-YMHDP2RL){stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:6}.opened:where(.astro-YMHDP2RL) .line3:where(.astro-YMHDP2RL){stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}.logo:where(.astro-YMHDP2RL) a:where(.astro-YMHDP2RL){font-size:20px;font-weight:600;font-family:Roboto,sans-serif}.webSiteTitle:where(.astro-YMHDP2RL){color:var(--accent-gradient)}.coursor:where(.astro-YMHDP2RL){animation:blink-cursor .5s infinite step-end alternate}@keyframes blink-cursor{50%{color:transparent}}.time:where(.astro-YMHDP2RL){font-size:16px;font-weight:600;color:var(--opacity);cursor:default}.group:where(.astro-YMHDP2RL){display:flex;flex-direction:row;align-items:center}.group:where(.astro-YMHDP2RL)>span:where(.astro-YMHDP2RL){margin-left:100px}@media screen and (max-width: 500px){.navbar-list:where(.astro-YMHDP2RL){position:fixed;display:flex;inset:0;z-index:1;background-color:var(--background-color);flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start;padding:0 30px;font-size:20px}.navbar-list:where(.astro-YMHDP2RL):before{content:"";position:absolute;inset:0;background-color:var(--boxDarkBackground);z-index:-1}.navbar-list:where(.astro-YMHDP2RL)>li:where(.astro-YMHDP2RL){margin-bottom:10px}.navbar-list:where(.astro-YMHDP2RL)>li:where(.astro-YMHDP2RL):last-child{height:80px}.buttonMenu:where(.astro-YMHDP2RL){display:flex}.open:where(.astro-YMHDP2RL){animation:slide-top-bottom .8s ease-in-out;display:flex}.close:where(.astro-YMHDP2RL){animation:slide-bottom-top .8s ease-in-out}.hidden:where(.astro-YMHDP2RL){display:none}.logo:where(.astro-YMHDP2RL){justify-content:flex-start;width:100%}@keyframes slide-top-bottom{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slide-bottom-top{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.group:where(.astro-YMHDP2RL){justify-content:flex-end;width:100%}.topBar:where(.astro-YMHDP2RL){padding:20px}}.content:where(.astro-SCKKX6R4){margin:auto;width:95%;min-height:calc(100vh - 80px);max-width:1440px}footer:where(.astro-SCKKX6R4){background-color:var(--boxDarkBackground);padding:40px 0;display:flex;justify-content:center;align-items:center;height:80px;color:var(--darkTextSubtitle)}@media screen and (max-width: 500px){footer:where(.astro-SCKKX6R4){border-right:none;padding:20px 0;font-size:14px;border-radius:none;color:var(--darkTextSubtitle);text-align:center}}:root{--accent: 38, 222, 191;--accent-gradient: linear-gradient(45deg, rgb(var(--accent)), rgb(198, 108, 239) 30%, rgb(4, 4, 4) 60%);--background-color: #eee1d7;--secondary-color: #029FAA;--primary-text: rgba(255, 255, 255, .8);--primary-text__hover: rgba(255, 255, 255, 1);--secondary-text: rgba(0, 0, 0, .8);--secondary-text__hover: rgb(0, 0, 0);--primary: #457fca;--opacity: rgba(0, 0, 0, .2);--lightTextTitle: rgba(255, 255, 255, .8);--darkTextTitle: rgba(0, 0, 0, .8);--lightTextSubtitle: rgba(255, 255, 255, .4);--darkTextSubtitle: rgba(0, 0, 0, .4);--lightText: rgba(255, 255, 255, .6);--darkText: rgba(0, 0, 0, .6);--boxDarkBackground: rgba(0, 0, 0, .08);--boxLightBackground: rgba(255, 255, 255, .08);--maxWidthMobile: 390px}*{box-sizing:border-box;margin:0;padding:0;text-decoration:none}html{background-color:var(--background-color)}code{font-family:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace}h1,h2,h3,h4,p,a{font-family:Open Sans,sans-serif}h3{font-size:20px;font-weight:400}p{font-size:16px}ul{list-style:none}li{margin:0;padding:0}a{color:var(--secondary-text)}.text-gradient{background-image:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:400%;background-position:0%}body{height:100vh}
