@import "https://fonts.googleapis.com/css2?family=Kanit:wght@400;700;900&display=swap";
:root{--background:#1a1a1a;--foreground:#fff}*{box-sizing:border-box;margin:0;padding:0}html,body{overscroll-behavior:none;max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}
.Header-module__lnUIdW__header{z-index:100;background:0 0;width:100%;padding:1rem 1.5rem;position:fixed;top:0;left:0}.Header-module__lnUIdW__nav{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.Header-module__lnUIdW__logo a{color:#fff;z-index:102;align-items:center;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex;position:relative}.Header-module__lnUIdW__logo{align-items:center;display:flex}.Header-module__lnUIdW__logoImage{filter:invert();width:auto;height:2.5rem;display:block}.Header-module__lnUIdW__hamburger{cursor:pointer;z-index:102;background:0 0;border:none;flex-direction:column;justify-content:center;gap:8px;width:2rem;height:2rem;padding:0;display:none;position:relative}.Header-module__lnUIdW__hamburger span{background:#fff;border-radius:0;width:2rem;height:2px;transition:all .3s;position:absolute;right:0}.Header-module__lnUIdW__hamburger span:first-child{top:10px}.Header-module__lnUIdW__hamburger span:last-child{bottom:10px}@keyframes Header-module__lnUIdW__toCross{0%{width:2rem;top:10px;bottom:auto;right:0;transform:rotate(0)}30%{opacity:1;width:4px;top:10px;bottom:auto;right:0;transform:rotate(0)}40%{opacity:0;width:4px;top:10px;bottom:auto;right:0}50%{opacity:0;width:4px;top:50%;right:50%;transform:translate(50%,-50%)rotate(45deg)}60%{opacity:1;width:4px;top:50%;right:50%;transform:translate(50%,-50%)rotate(45deg)}to{opacity:1;width:2rem;top:50%;right:50%;transform:translate(50%,-50%)rotate(45deg)}}@keyframes Header-module__lnUIdW__toCross2{0%{width:2rem;top:auto;bottom:10px;right:0;transform:rotate(0)}30%{opacity:1;width:4px;top:auto;bottom:10px;right:0;transform:rotate(0)}40%{opacity:0;width:4px;top:auto;bottom:10px;right:0}50%{opacity:0;width:4px;bottom:50%;right:50%;transform:translate(50%,50%)rotate(-45deg)}60%{opacity:1;width:4px;bottom:50%;right:50%;transform:translate(50%,50%)rotate(-45deg)}to{opacity:1;width:2rem;bottom:50%;right:50%;transform:translate(50%,50%)rotate(-45deg)}}@keyframes Header-module__lnUIdW__toBurger{0%{width:2rem;top:50%;right:50%;transform:translate(50%,-50%)rotate(45deg)}30%{opacity:1;width:4px;top:50%;right:50%;transform:translate(50%,-50%)rotate(45deg)}40%{opacity:0;width:4px;top:50%;right:50%;transform:translate(50%,-50%)rotate(45deg)}50%{opacity:0;width:4px;top:10px;right:0;transform:rotate(0)}60%{opacity:1;width:4px;top:10px;right:0;transform:rotate(0)}to{width:2rem;top:10px;right:0;transform:rotate(0)}}@keyframes Header-module__lnUIdW__toBurger2{0%{width:2rem;bottom:50%;right:50%;transform:translate(50%,50%)rotate(-45deg)}30%{opacity:1;width:4px;bottom:50%;right:50%;transform:translate(50%,50%)rotate(-45deg)}40%{opacity:0;width:4px;bottom:50%;right:50%;transform:translate(50%,50%)rotate(-45deg)}50%{opacity:0;width:4px;bottom:10px;right:0;transform:rotate(0)}60%{opacity:1;width:4px;bottom:10px;right:0;transform:rotate(0)}to{width:2rem;bottom:10px;right:0;transform:rotate(0)}}.Header-module__lnUIdW__hamburger.Header-module__lnUIdW__active span:first-child{animation:.6s forwards Header-module__lnUIdW__toCross}.Header-module__lnUIdW__hamburger.Header-module__lnUIdW__active span:last-child{animation:.6s forwards Header-module__lnUIdW__toCross2}.Header-module__lnUIdW__hamburger.Header-module__lnUIdW__closing span:first-child{animation:.6s forwards Header-module__lnUIdW__toBurger}.Header-module__lnUIdW__hamburger.Header-module__lnUIdW__closing span:last-child{animation:.6s forwards Header-module__lnUIdW__toBurger2}.Header-module__lnUIdW__menuContainer{align-items:left;display:flex}.Header-module__lnUIdW__menu{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__lnUIdW__menu a{color:#ddd;font-weight:500;text-decoration:none;transition:color .3s}.Header-module__lnUIdW__menu a:hover{color:#fff}.Header-module__lnUIdW__dropdown{cursor:pointer;position:relative}.Header-module__lnUIdW__dropdownTrigger{color:#ddd;align-items:center;gap:.25rem;font-weight:500;display:flex}.Header-module__lnUIdW__dropdownTrigger:hover{color:#fff}.Header-module__lnUIdW__arrow{font-size:.7rem}.Header-module__lnUIdW__dropdownMenu{z-index:101;background:#2a2a2a;border-radius:4px;flex-direction:column;min-width:150px;padding:.5rem 0;list-style:none;display:none;position:absolute;top:100%;left:0;box-shadow:0 4px 6px #0000004d}.Header-module__lnUIdW__dropdownMenu.Header-module__lnUIdW__show{display:flex}.Header-module__lnUIdW__dropdownMenu a{color:#ddd;padding:.5rem 1rem;display:block}.Header-module__lnUIdW__dropdownMenu a:hover{color:#fff;background:#333}@media (max-width:768px){.Header-module__lnUIdW__hamburger{display:flex}.Header-module__lnUIdW__menuContainer{-webkit-backdrop-filter:blur(10px);z-index:100;background:#424242cc;flex-direction:column;justify-content:flex-start;width:80vw;height:100vh;padding:8rem 2rem;transition:transform .3s ease-in-out;position:fixed;top:0;right:0;transform:translate(100%)}.Header-module__lnUIdW__menuContainer:after{content:"";pointer-events:none;z-index:10;filter:invert()contrast(500%);opacity:.5;background-image:url(/title/titleshape.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:80vh;height:30vw;position:absolute;top:60%;right:-250px;transform:translateY(-50%)rotate(90deg)}.Header-module__lnUIdW__menuContainer.Header-module__lnUIdW__open{transform:translate(0)}.Header-module__lnUIdW__menu{text-align:left;flex-direction:column;align-items:flex-start;gap:2rem}.Header-module__lnUIdW__menu>li{width:100%}.Header-module__lnUIdW__menu>li>a,.Header-module__lnUIdW__dropdownTrigger{color:#fff;letter-spacing:.05em;font-size:2.5rem;font-weight:700}.Header-module__lnUIdW__dropdownMenu{box-shadow:none;background:0 0;width:100%;min-width:auto;margin-top:.8rem;margin-left:1rem;padding:0;position:static}.Header-module__lnUIdW__dropdownMenu a{color:#ccc;padding:.6rem 0;font-size:1.3rem;font-weight:400}.Header-module__lnUIdW__dropdownMenu a:hover{color:#fff;background:0 0;padding-left:.5rem}}
.Footer-module__3hUVsW__footer{color:#888;z-index:10;background:#0a0a0a;border-top:1px solid #222;margin-top:auto;padding:4rem 2rem 2rem;font-family:Kanit,sans-serif;position:relative}.Footer-module__3hUVsW__content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__3hUVsW__logo{flex-direction:column;gap:.5rem;display:flex}.Footer-module__3hUVsW__logoText{color:#fff;letter-spacing:.05em;font-size:1.5rem;font-weight:700}.Footer-module__3hUVsW__copyright{color:#666;font-size:.9rem}.Footer-module__3hUVsW__links{gap:2rem;display:flex}.Footer-module__3hUVsW__link{color:#888;font-size:.9rem;transition:color .3s}.Footer-module__3hUVsW__link:hover{color:#fff}@media (max-width:768px){.Footer-module__3hUVsW__footer{padding:3rem 1.5rem 1.5rem}.Footer-module__3hUVsW__content{text-align:center;flex-direction:column;gap:1.5rem}}
.Loader-module__QTzgNq__loaderContainer{z-index:9999;opacity:1;transform-origin:50%;background-color:#000;justify-content:flex-start;align-items:flex-end;width:100vw;height:100vh;padding:25px;transition:opacity .2s ease-in,transform .4s ease-in,visibility .4s;display:flex;position:fixed;top:0;left:0;transform:scale(1)}.Loader-module__QTzgNq__hidden{opacity:0;visibility:hidden;pointer-events:none;transform:scale(1.5)}.Loader-module__QTzgNq__percentage{color:#eb6100;margin:0;font-family:Kanit,sans-serif;font-size:40vw;font-weight:700;line-height:1}
