#header-w > div:nth-child(3) > ul > a:nth-child(2)
{background: grey;}
#header-w > div:nth-child(3) > ul > a:nth-child(2) p {
color: white;
}
#header-w > div:nth-child(3) > ul > a:nth-child(2) + a > li > hr {
height: 50px;
margin: 0px;
}

#mobile > ul > li:nth-child(3) > a > span:first-child:before {
content:"[";
}
#mobile > ul > li:nth-child(3) > a > span:first-child:after {
content:"]";
}
#mobile > ul > li:nth-child(3) > a > span:nth-child(3):before {
content:"[";
}
#mobile > ul > li:nth-child(3) > a > span:nth-child(3):after {
content:"]";
}
#mobile > ul > li:nth-child(3) > a {
color: #270629;
pointer-events: none;
}