@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";*{margin:0;padding:0;outline:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}a{text-decoration:none}html{font-size:62.5%}body{font-family:"Roboto",Helvetica,sans-serif;font-size:1.6rem}button{font-family:inherit;font-size:1.6rem}:root{--footer-height: 80px}body.color-theme-in-transition *,body.color-theme-in-transition *::before,body.color-theme-in-transition *::after,::part(card-side),.button,::part(component-button){transition:all 750ms;transition-delay:0ms}.button,::part(component-button){border-style:solid;border-width:.05rem;border-radius:1.2rem}:root{color-scheme:light dark}@media(prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}img,picture{max-width:100%}img.hidden-image,picture.hidden-image{opacity:0}.hidden{display:none}.flex{display:flex}.flex.wrap{flex-wrap:wrap}.flex.gap{gap:2.4rem}.flex.justify-center{justify-content:center}.flex.align-center{align-items:center}.flex.justify-space-between{justify-content:space-between}.container{transition:all 1s ease-in-out;opacity:0}.container.lazy{display:none}.container.loaded{opacity:1}body.light ::part(card-side){background-color:#fafafa}body.dark ::part(card-side){background-color:#080a0c}.button,::part(component-button){display:block;font-family:inherit;font-size:inherit;width:75%;height:3.5rem;cursor:pointer;text-align:center;line-height:2;margin-top:auto;margin-bottom:2rem}body.light .button,body.light ::part(component-button){border-color:#313441}body.dark .button,body.dark ::part(component-button){border-color:#e8e6e3}body.light .button,body.light ::part(component-button){color:#313441}body.dark .button,body.dark ::part(component-button){color:#e8e6e3}body.light .button,body.light ::part(component-button){background-color:rgba(233,233,237,.5019607843)}body.dark .button,body.dark ::part(component-button){background-color:#1f2123}body.light .button:hover,body.light ::part(component-button):hover{background-color:#fafafa}body.dark .button:hover,body.dark ::part(component-button):hover{background-color:#080a0c}a:focus{border-width:1px;border-style:dashed}body.light a:focus{border-color:#313441}body.dark a:focus{border-color:#e8e6e3}body{display:grid;min-height:100dvh;grid:[row1-start] "header" 70px [row1-end] [row2-start] "main" auto [row2-end] [row3-start] "footer" var(--footer-height) [row3-end]/1fr}body>header{grid-area:header;margin:0;position:sticky;top:0}body>footer{grid-area:footer}header{display:flex;justify-content:flex-end;align-items:center;height:70px;z-index:2;border-bottom-width:.05rem;border-bottom-style:solid;transition-property:opacity,translate,background-color;transition-duration:400ms;transition-timing-function:ease-out;transition-delay:200ms}body.light header{border-bottom-color:rgba(49,52,65,.75)}body.dark header{border-bottom-color:rgba(232,230,227,.75)}body.light header{background-color:#fafafa}body.dark header{background-color:#080a0c}header i,header svg{padding:5px;font-size:2.4rem;margin-right:15%;margin-left:1.6rem}header i:hover,header svg:hover{cursor:pointer}header #theme-switch{transition:transform 400ms ease-out}header #theme-switch:hover{transform:scale(1.2)}header a{text-decoration:none;display:inline-block}header h1{font-size:3.2rem;margin-left:15%;margin-right:auto;margin-top:1.6rem;margin-bottom:1.6rem}@media screen and (min-width: 801px){header #mobile-menu-toggle{display:none}}@media screen and (max-width: 800px){header{opacity:1}header>:not(.hidden):first-child,header .hidden+:not(.hidden){margin-left:3rem}header>:last-child{margin-right:3rem}header i{margin:0;padding:5px}header #mobile-menu-toggle{display:block}header h1{font-size:2.4rem;margin-right:auto;margin-left:auto}}header nav ul{display:flex;flex-wrap:wrap;list-style-type:none}header nav ul>li{display:inline-block;flex:0 1 auto;position:relative}header nav ul>li>a{font-size:1.6rem;padding:2.3rem 1.6rem}@media screen and (min-width: 801px){header nav ul>li::before{width:80%;content:"";height:2px;position:absolute;bottom:30%;left:10%;opacity:0;transform:scaleX(0);transition:all 1s ease-in-out}body.light header nav ul>li::before{background-color:#313441}body.dark header nav ul>li::before{background-color:#e8e6e3}header nav ul>li:hover::before{opacity:1;transform:scaleX(1)}}header nav ul>li.drop-down>ul.drop-down{display:none;position:absolute;top:70px;z-index:1}header nav ul>li.drop-down>ul.drop-down>li.drop-down-item{width:100%}header nav ul>li.drop-down>ul.drop-down>li.drop-down-item>a{height:auto;width:100%;text-align:center}header nav ul>li.drop-down:hover ul.drop-down{display:block}@media screen and (min-width: 801px){header nav ul#nav-menu{background-color:rgba(0,0,0,0) !important}}@media screen and (max-width: 800px){header nav ul#nav-menu{width:100vw;display:none;flex-direction:column;justify-content:space-around;position:absolute;top:70px;left:0;border:1px solid gray}body.light header nav ul#nav-menu{background-color:#fafafa}body.dark header nav ul#nav-menu{background-color:#080a0c}header nav ul#nav-menu li:not(:last-child){border-bottom:1px solid gray}header nav ul#nav-menu li.drop-down:hover ul.drop-down{display:none}header nav ul#nav-menu a{width:100%;padding:3rem;font-size:2rem}}footer{display:flex;justify-content:space-between;align-items:center;padding-left:calc(15% - 1rem);padding-right:calc(15% - 1rem)}footer p{font-size:1.6rem;text-align:center}footer .link-icon{font-size:1.8em;padding:1rem}

/*# sourceMappingURL=main.css.map */