.crosslink-13 {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden !important;
}
.crosslink-13 a {
    font-size: 120px;
    line-height: 1;
    text-decoration: none !important;
    padding-left: 50px;
    padding-right: 50px;
    color: var(--black);
    font-weight: 600;
    font-family: satoshi, sans-serif;
}
.crosslink-13 a:hover {
    color: var(--rose);
}
.crosslink-13 a:nth-of-type(even):hover {
    color: var(--rose);
}

.crosslink-13 a.no_link:hover {
    color: var(--black);
}

.crosslink-13 .top_row,
.crosslink-13 .bottom_row {
    white-space: nowrap;
}
.crosslink-13 .top_row {
    margin-bottom: 100px;
    animation: marquee_left 400s linear infinite;
}
.crosslink-13 .bottom_row {
    animation: marquee_right 400s linear infinite;
}
.crosslink-13 .top_row:hover,
.crosslink-13 .bottom_row:hover {
    /*animation-play-state: paused;*/
}
@keyframes marquee_left {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-1000%, 0);
    }
}
@keyframes marquee_right {
    0% {
        transform: translate(-1000%, 0);
    }
    100% {
        transform: translate(100%, 0);
    }
}
@media(max-width: 1499.98px) {
    .crosslink-13 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .crosslink-13 a {
        font-size: 80px;
        line-height: 1;
        padding-left: 30px;
        padding-right: 30px;
    }
    .crosslink-13 .top_row {
        margin-bottom: 80px;
    }
}
@media(max-width: 1199.98px) {
    .crosslink-13 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .crosslink-13 a {
        font-size: 50px;
        line-height: 1;
        padding-left: 20px;
        padding-right: 20px;
    }
    .crosslink-13 .top_row {
        margin-bottom: 60px;
    }
}
@media(max-width: 767.98px) {
    .crosslink-13 .top_row,
    .crosslink-13 .bottom_row {
        animation-duration: 200s;
    }
}
@media(max-width: 575px) {
    .crosslink-13 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .crosslink-13 a {
        font-size: 30px;
        line-height: 1;
        padding-left: 15px;
        padding-right: 15px;
    }
    .crosslink-13 .top_row {
        margin-bottom: 0;
    }
}


/* One row of items override */
.crosslink-13 .top_row {
    margin-bottom: 0px;
}