html {
    background-color: #ffe811;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 7.0em;
    color: #000;
    font-weight: 600;
    font-stretch: expanded;
    line-height: 0.9em;

}

h1, h2, h3, h4, h5, h6 {
}

h2 {
    font-size: 8.0em;
    color: #fff;
    font-weight: 600;
    font-stretch: expanded;
    line-height: 1.0em;
}

a {
    text-decoration: none;
}

white {
    color: #fff;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

img {

}

.item{
}

.label {
    margin: 0.2em; 
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
}
.label.switch {
}

.item a p.new-label span{
  position: relative;
  content: 'NEW'
}
.item:hover a p.new-label span{
  display: none;
}
.item:hover a p.new-label:after{
    color:#fff;
    white-space: pre;
}