.footer_footerContainer__1HxpD{position:relative;bottom:0;width:100%;display:grid;justify-content:flex-start;background:var(--bg);border-top:.1rem solid var(--bd)}.footer_footerInfo__jMpB3{padding:2rem 1.5rem;display:grid;grid-gap:.1rem;gap:.1rem}.footer_footerInfo__jMpB3 p{font-size:.8rem}@media (min-width:768px){.footer_footerContainer__1HxpD{padding:0 1rem}}.header_headerContainer__P7eAH{position:absolute;left:0;width:100%;background:linear-gradient(black 20%,#00000000)}.header_headerLogo__zIE7u{width:-moz-fit-content;width:fit-content;position:relative;z-index:9;padding:.4rem .6rem}.header_headerLogo__zIE7u div{font-size:1.1rem}.header_headerLogo__zIE7u p{letter-spacing:.1rem;font-weight:600}.header_menuToggleBtn__SBffK{position:absolute;z-index:9;top:0;right:0;width:3.8rem;height:3.8rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.4s ease}.header_menuToggleBtn__SBffK.header_open__peHJQ{rotate:-180deg}.header_menuToggleBtn__SBffK img{rotate:270deg}.header_headerMenu__2xhDS{position:absolute;z-index:8;top:-100%;width:100%;display:none;flex-direction:column;align-items:center;padding:6rem 0 2.5rem;gap:2rem;border-bottom:.1rem solid var(--bd);transition:.4s ease;background:var(--bg)}.header_headerMenu__2xhDS.header_open__peHJQ{top:0;display:flex}.header_headerNav__442AG{display:flex;flex-direction:column;gap:1rem}.header_headerNav__442AG li{width:-moz-fit-content;width:fit-content;font-size:1.4rem;padding:.3rem .7rem .5rem .8rem;letter-spacing:.1rem}.header_headerSNS__AGd5E{display:flex;gap:.4rem}.header_headerSNS__AGd5E li{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.header_headerSNS__AGd5E li img{margin-top:.3rem;height:auto}@media (min-width:768px){.header_headerMenu__2xhDS{display:flex}.header_headerLogo__zIE7u{top:.2rem;left:.8rem}.header_headerLogo__zIE7u div{font-size:1.5rem}.header_headerLogo__zIE7u p{font-size:1.2rem;margin-top:-.1rem}.header_menuToggleBtn__SBffK{display:none}.header_headerMenu__2xhDS{justify-content:flex-end;top:0;padding:.7rem 1.2rem;background:transparent;border:none;flex-direction:row;gap:1.2rem}.header_headerNav__442AG{flex-direction:row;gap:.5rem}.header_headerNav__442AG li{padding:.3rem 1.2rem .5rem;border-radius:.3rem;cursor:pointer}.header_headerSNS__AGd5E li{width:3.5rem;height:3.5rem;cursor:pointer}.header_headerNav__442AG li:hover{color:var(--p-sol);font-weight:600}.header_headerSNS__AGd5E li:hover{background:var(--p-sol)}}:root{--bg:#111111;--txt:#f5f5f5;--bd:#75757566;--p-sol:#3DC195}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--txt);font-weight:500;text-shadow:0 0 .2rem black;background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0;list-style:none}a{color:inherit;text-decoration:none}h1{font-size:1.4rem}header *,main *{-webkit-user-select:none;user-select:none;-moz-user-select:none}