#nav-section{position:relative;background-color:#fff}@media(max-width:960px){#nav-section .n-inner{width:100%}}#nav-section nav{background-color:#fff;display:flex;justify-content:space-between;gap:1rem}@media(max-width:960px){#nav-section nav{grid-gap:0;gap:0;display:grid;grid-template-columns:repeat(3,1fr);text-align:center}#nav-section nav.fixed{position:fixed;bottom:46px;left:0;width:100%;z-index:20}#nav-section nav .padding{padding:.9rem 0}}#nav-section nav a{padding:1.8rem 0;height:100%;display:flex;justify-content:center;align-items:center}@media(max-width:960px){#nav-section nav a{padding:.5rem 0}#nav-section nav a:first-of-type,#nav-section nav a:nth-child(2),#nav-section nav a:nth-child(3){border-right:1px solid #f1e9e1;border-top:1px solid #f1e9e1;border-bottom:1px solid #f1e9e1}#nav-section nav a:nth-child(4),#nav-section nav a:nth-child(5){border-right:1px solid #f1e9e1}#nav-section nav a:nth-child(4),#nav-section nav a:nth-child(5),#nav-section nav a:nth-child(6){border-bottom:1px solid #f1e9e1}}@media(max-width:620px){#nav-section nav a{font-size:1.2rem}}