@charset "UTF-8";
  @media screen and (min-width:1024px) {
  .site-shell--static-v2 .site-nav-v2.pc.new {
  position:sticky;
  top:0;
  z-index:30;
  min-height:58px;
  height:58px;
  border-top:1px solid rgba(255,255,255,.18);
  border-bottom:1px solid rgba(255,255,255,.25);
  background:#25AABB;
  box-shadow:none}
.site-shell--static-v2 .site-nav-v2__inner {
  display:flex;
  justify-content:center;
  align-items:center;
  height:58px}
.site-shell--static-v2 .site-nav-v2__list {
  display:flex;
  justify-content:space-between;
  align-items:stretch;
  width:100%;
  max-width:var(--site-max-width);
  height:58px;
  margin:0 auto;
  padding:0}
.site-shell--static-v2 .site-nav-v2__list li {
  flex:0 1 auto;
  min-width:0}
.site-shell--static-v2 .site-nav-v2__list a {
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  height:100%;
  min-height:58px;
  padding:8px 10px 7px;
  color:#fff;
  text-align:center;
  text-decoration:none;
  transition:color .18s ease,background .18s ease}
.site-shell--static-v2 .site-nav-v2__list a:hover {
  color:#fff;
  background:rgba(255,255,255,.12)}
.site-shell--static-v2 .site-nav-v2__list a span {
  display:block;
  font-size:13px;
  font-weight:500;
  line-height:1.25;
  letter-spacing:0;
  white-space:nowrap}
.site-shell--static-v2 .site-nav-v2__list small {
  display:block;
  margin-top:4px;
  color:rgba(255,255,255,.78);
  font-size:9px;
  font-weight:500;
  letter-spacing:.1em;
  text-transform:uppercase;
  white-space:nowrap}
.site-shell--static-v2 .site-nav-v2__list a[aria-current=page] {
  color:#fff}
.site-shell--static-v2 .site-nav-v2__list a::after {
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:-1px;
  height:2px;
  background:#fff;
  border-radius:1px;
  opacity:0;
  transition:opacity .18s ease}
.site-shell--static-v2 .site-nav-v2__list a:hover::after,
.site-shell--static-v2 .site-nav-v2__list a[aria-current=page]::after {
  opacity:1}
}
@media screen and (max-width:1023px) {
  .site-shell--static-v2 nav.pc.new {
  display:none}
}
