.link-rotator-wrapper {
    position: relative;
    margin: 0 0 40px 0;
}
.link-rotator-wrapper .link-rotator__title h2 {
    color: var(--color-font, #000000);
    font-family: var(--font-family-main, sans-serif);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0 0 16px 0;
}
.link-rotator-wrapper .swiper.link-rotator {
    margin-top: -32px;
    padding-top: 32px;
}
.link-rotator-wrapper .swiper.link-rotator .swiper-pagination {
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    width: unset;
}
.link-rotator-wrapper .swiper.link-rotator .swiper-pagination .swiper-pagination-bullet {
    background-color: #5c5c5c;
}
.link-rotator-wrapper .swiper.link-rotator .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-font, #000000);
}
.link-rotator-wrapper .swiper.link-rotator .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.02), inset 0 0 6px rgba(0, 0, 0, 0.45);
    height: 64px;
    border-radius: 9999px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 24px;
}
.link-rotator-wrapper .swiper.link-rotator .swiper-wrapper .swiper-slide {
    max-width: 300px;
}
.link-rotator-wrapper .swiper.link-rotator .swiper-wrapper .swiper-slide:hover,
.link-rotator-wrapper .swiper.link-rotator .swiper-wrapper .swiper-slide.active {
    background-color: var(--color-font, #000000);
}
.link-rotator-wrapper .swiper.link-rotator .swiper-wrapper .swiper-slide .link-rotator__link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px;
}
.link-rotator-wrapper .swiper.link-rotator .swiper-wrapper .swiper-slide .link-rotator__link .link-rotator__title {
    color: var(--color-font, #000000);
    font-family: var(--font-family-main, sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: pre;
}
.link-rotator-wrapper .swiper.link-rotator .swiper-wrapper .swiper-slide:hover .link-rotator__link .link-rotator__title,
.link-rotator-wrapper .swiper.link-rotator .swiper-wrapper .swiper-slide.active .link-rotator__link .link-rotator__title {
    filter: invert(1);
}