.cc-window{
    border-top: 1px solid #0061AE;
}
.cc-link{
    color: #0061AE !important;
    transition: 0.3s;
}
.cc-link:hover{
    filter: brightness(1.5);
}
.cc-btn{
    transition: 0.3s;;
}