@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";:root{--nav-bar-height:4rem;--footer-height:5rem;--mobile-content-width:95vw;--max-content-width:45vw;--accent-color:#2a6abd;--primary-color:#171717;--primary-color-alt:#2e2e2e;--primary-color-st:hsla(0,0%,9%,0.4);--secondary-color:#fcfcfc;--text-primary:#fff;--text-secondary:#e4e4e4;--link:#2a6abd}[data-theme=light]{--primary-color:#fcfcfc;--primary-color-alt:#f1f1f1;--primary-color-st:hsla(0,0%,99%,0.4);--secondary-color:#171717;--text-primary:#000;--text-secondary:#373737;--link:#2a6abd}body,html{padding:0;margin:0;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:var(--primary-color);color:var(--text-primary)}body{position:relative;min-height:100vh}body:after{content:"";display:block;height:var(--footer-height);margin-top:2rem}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.scroll-lock{overflow:hidden}.content-container{display:flex;flex-direction:column;align-items:flex-start;width:var(--mobile-content-width)}.section-heading{margin-top:3rem;color:var(--text-primary);font-weight:500;font-size:1.7rem;letter-spacing:.16rem}.no-top-margin{margin-top:0}@media screen and (min-width:750px){.content-container{width:85vw}}@media screen and (min-width:1000px){.content-container{width:60vw}}@media screen and (min-width:1200px){.content-container{width:55vw}}@media screen and (min-width:1350px){.content-container{width:var(--max-content-width)}}.ThemeIndicator_themeIndicator__VDn19{height:2.5rem;width:2.5rem;display:flex;justify-content:center;align-items:center;margin-right:1rem}.ThemeIndicator_themeIndicator__VDn19 img{height:2rem;width:2rem}.ThemeIndicator_themeIndicator__VDn19:hover{cursor:pointer}@media screen and (min-width:750px){.ThemeIndicator_themeIndicator__VDn19{margin:0}}.NavBar_navBar__lZG7h{width:100vw;height:var(--nav-bar-height);display:flex;justify-content:center;align-items:center;overflow-x:hidden;background:var(--primary-color-st);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);position:fixed;top:0;z-index:999}.NavBar_navBar__lZG7h a{color:var(--text-secondary);font-size:1.1rem;transition:all .15s ease-in-out}.NavBar_navBar__lZG7h a:hover{color:var(--text-primary)}.NavBar_navBar__lZG7h ul{margin:0;padding:0;list-style:none;display:none}.NavBar_navBar__lZG7h ul a{padding:.5rem}.NavBar_navBarOpen__SYGzB{height:100vh;flex-direction:column;justify-content:flex-start;background-color:var(--primary-color);-webkit-backdrop-filter:none;backdrop-filter:none}.NavBar_navBarContent__PqoBh{width:90%;height:4rem;display:flex;align-items:center;justify-content:flex-end}.NavBar_navBarContent__PqoBh span{flex-grow:1;font-size:1.2rem;font-weight:700;letter-spacing:1px}.NavBar_navBarContentHamburger__PWsP_ div{transition:all .3s ease;width:2.4rem;height:.25rem;background-color:var(--secondary-color);border-radius:3px}.NavBar_navBarContentHamburger__PWsP_ div:not(:last-child){margin-bottom:.6rem}.NavBar_navBarContentHamburgerOpen__ytjjr div{margin:0}.NavBar_navBarContentHamburgerOpen__ytjjr :first-child{transform:rotate(-45deg) translateY(.6rem)}.NavBar_navBarContentHamburgerOpen__ytjjr :last-child{transform:rotate(45deg) translateY(-.6rem)}.NavBar_navBarContentHamburgerOpen__ytjjr :nth-child(2){display:none}.NavBar_navBarMobileContent___A1EQ{width:100%;display:none;-webkit-animation:NavBar_navSlideIn__lbeBm .3s;animation:NavBar_navSlideIn__lbeBm .3s}.NavBar_navBarMobileContentOpen__I_wlS{display:block;flex-grow:1}.NavBar_navBarMobileContentOpen__I_wlS ul{height:60%;display:flex;flex-direction:column;justify-content:space-around;align-items:center}@-webkit-keyframes NavBar_navSlideIn__lbeBm{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes NavBar_navSlideIn__lbeBm{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media screen and (min-width:750px){.NavBar_navBarContent__PqoBh ul{display:flex;width:20rem;justify-content:space-between;margin-right:1rem}.NavBar_navBarContentHamburger__PWsP_{display:none}}@media screen and (min-width:1000px){.NavBar_navBarContent__PqoBh{width:var(--max-content-width)}}.Footer_footer__Dhw_9{width:100%;display:flex;justify-content:center;align-items:center;background-color:var(--primary-color-alt);height:var(--footer-height);position:absolute;bottom:0}.Footer_footer__Dhw_9 div{display:flex;grid-gap:1rem;gap:1rem}.Footer_footer__Dhw_9 img{width:2.5rem;height:2.5rem}.Layout_navContainer__1BtHh{width:100%;display:flex;justify-content:center;align-items:center}.Layout_main__mRH48{margin-top:var(--nav-bar-height);width:100%;display:flex;flex-direction:column;align-items:center}