.game-experience-pagination {
    bottom: 0 !important;
  }
  .game-experience-pagination .swiper-pagination-bullet {
    width: 34px;
    height: 2px;
    background: #c1934b;
    border-radius: unset !important;
    margin: 0 !important;
    position: relative;
    opacity: 1;
  }
  .game-experience-pagination .swiper-pagination-bullet-active:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    top: -1px;
    left: 0;
    background: #fff;
  }