.nav li{width:14%;}
.slick > .slick-dots{bottom:12px;}
.scroll-container {overflow: hidden;white-space: nowrap;}
.scroll-content {display: inline-block;animation: scroll 30s linear infinite both;}
.scroll-container:hover .scroll-content {animation-play-state: paused;}
@keyframes scroll {
    0% { transform: translateY(0);}
    100% { transform: translateY(-50%);}
}
.show-license p{margin:0;line-height: 30px;}
.show-license p a{color:#fff;}
