header{justify-content:space-between;width:100%;max-width:100vw;padding:0 20%;background-color:#12121b;color:#eef0ff;position:-webkit-sticky;position:sticky;top:0;z-index:30}header,header a#home{display:flex;align-items:center}header a#home{gap:.5rem;padding:.75rem 0}header a#home svg{height:35px;width:35px}header button#menu-icon,header div#click-receptor{display:none}header div.menu{justify-content:end;gap:1.5rem;transition:opacity .15s ease-in-out}header div.menu,header nav{display:flex;align-items:center}header nav{gap:.5rem}header nav a{display:flex;align-items:center;text-align:center;padding:.5rem 1.25rem;color:#b0b5db;font-size:1rem;white-space:nowrap;-webkit-clip-path:polygon(0 10px,10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%);clip-path:polygon(0 10px,10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%);transition:background-color .15s ease,transform .3s ease}header nav a:not(.selected):hover{background-color:#151b35}header nav a.selected{background-color:#232844;color:#eef0ff}header nav a:active{transform:scale(.85)}header ul.icons{display:flex;gap:.5rem;color:#b0b5db}header ul.icons a{padding:.25rem}header[data-path="/"]{position:fixed;background-color:rgba(0,0,0,0)}header[data-path="/"] a#home,header[data-path="/"] nav{visibility:hidden;pointer-events:none}header[data-path="/"] nav{display:none}@media(max-width:1200px){header{padding:0 2rem}}@media(max-width:768px){header{padding:var(--spacing)}header a#home{gap:.5rem;padding:.5rem}header a#home h1{font-size:1rem}header a#home svg{height:25px;width:25px}header button#menu-icon{display:block;background-color:none;height:-moz-fit-content;height:fit-content;padding:.5rem}header button#menu-icon svg{height:25px;width:25px}header div#click-receptor{display:block;width:100%;height:100vh}header div.menu{position:fixed;top:45px;display:flex;flex-direction:column;align-items:end;justify-content:start;width:100%;gap:0;transform:unset}header div.menu:not(.open){opacity:0;pointer-events:none}header div.menu:not(.open) *{pointer-events:none}header nav{display:flex;flex-direction:column;width:100%;opacity:1;pointer-events:all;padding-bottom:.5rem;background-color:#12121b}header nav a{background-color:#151b35;-webkit-clip-path:unset;clip-path:unset;font-size:.75rem}header nav a,header ul.icons{width:100%;justify-content:center}header ul.icons{padding-bottom:.5rem;background-color:#12121b}header ul.icons a{display:flex;justify-content:center;align-items:center;background-color:#151b35;aspect-ratio:1}}:root{font-family:Montserrat,sans-serif,system-ui;font-optical-sizing:auto;font-style:normal;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}li.notice-item{display:flex;flex-direction:column;gap:.5rem;padding:.25rem 0}li.notice-item h4{font-size:1.25rem;text-align:center}li.notice-item h4 span{font-size:1rem;font-weight:600;color:#b0b5db;text-align:center}p.notices-empty{color:#b0b5db;width:100%;text-align:center;padding:5rem 0}