.tm-swiper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.tm-swiper .swiper-wrapper {
    align-items: center;
}

.tm-swiper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tm-swiper .swiper-slide a {
    display: block;
    width: 100%;
}

.tm-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    user-select: none;
    -webkit-user-drag: none;
}

.tm-swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 8px;
    margin-top: 16px;
    position: relative;
    text-align: center;
}

.tm-swiper .swiper-pagination-bullet {
    width: 14px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    opacity: 0.35;
    cursor: pointer;
    padding: 0;
    margin: 0 !important;
}

.tm-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}