header{position:sticky;top:0;z-index:2;background:black;color:white}header .header-social-icons{flex-direction:row;gap:1rem}header .header-container{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}header nav>menu{display:flex;gap:1rem}header .parent-menu{position:relative}header .parent-menu-link{position:relative;padding:1.6rem 0;display:block;cursor:pointer}header .parent-menu:focus .parent-menu-toggle,header .parent-menu:focus .submenu,header .parent-menu:focus-within .parent-menu-toggle,header .parent-menu:focus-within .submenu{display:block}header .parent-menu-toggle{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;z-index:10;display:none}header .parent-menu:has(.parent-menu-toggle:focus) .submenu{padding:20rem;display:none}header .parent-menu:has(.parent-menu-toggle:focus) .parent-menu-toggle{height:0}header .submenu{position:fixed;width:100vw;background:white;left:0;color:black;padding:2rem 10rem;display:none}header .submenu-container{display:flex;justify-content:center;gap:2rem}@media not all and (min-width:768px){.mobile-toggle-close{display:none;background:black}.mobile-toggle{display:block;z-index:10000}.mobile-toggle *{outline:none!important}header:has(.mobile-toggle-open:focus) .header-mobile-collapsible-section,header:has(.mobile-toggle-open:focus) .mobile-toggle-close,header:has(:focus):not(:has(.logo-link:focus)) .header-mobile-collapsible-section,header:has(:focus):not(:has(.logo-link:focus)) .mobile-toggle-close,header:has(:focus-within):not(:has(.logo-link:focus-within)) .header-mobile-collapsible-section,header:has(:focus-within):not(:has(.logo-link:focus-within)) .mobile-toggle-close{display:flex}header:has(.mobile-toggle-close:focus) .header-mobile-collapsible-section,header:has(.mobile-toggle-close:focus) .mobile-toggle-close{display:none}header .header-social-icons svg{height:2rem;width:2rem}header .mobile-toggle svg{stroke-width:1;height:2rem;width:2rem}header .header-social-icons{margin:2rem 0;justify-content:center}header .header-logo-container{padding:2rem 0;align-items:center}header .submenu-container{flex-wrap:wrap;flex-direction:column;background:black;color:white;border-bottom:1px solid #fff;gap:.5rem;padding:1rem 0}header .submenu{position:relative;padding:0;width:100%}header nav>menu{flex-wrap:wrap;border:1px solid;gap:0;width:100%}header .header-container{flex-wrap:wrap}header .header-logo-container{width:100%;display:flex;justify-content:space-between}header nav>menu>li{width:100%}header .header-mobile-collapsible-section{display:none;width:100%}header .parent-menu-link{border-bottom:1px solid #fff;width:100%;display:block;padding:1rem;font-size:1.2rem}header .submenu-list{padding-left:2rem}header .submenu-list span+menu{padding:1rem;display:none}header .submenu-list:focus menu,header .submenu-list:focus-within menu{display:block!important}}