.w_horizontal_marquee .horizontal_marquee_item {
  display: flex;
}

.w_horizontal_marquee .js-marquee {
  display: flex;
}

.w_horizontal_marquee .horizontal_marquee_item img {
  margin-right: 5px;
}

.text__horizontal_marquee {
  margin-right: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #0e1a32;
}

.w_horizontal_marquee {
  display: flex;
  overflow: hidden;
  position: relative;
}

.w_horizontal_marquee.w_horizontal_marquee_hide::after,
.w_horizontal_marquee.w_horizontal_marquee_hide::before {
  content: "";
  width: 150px;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.w_horizontal_marquee.w_horizontal_marquee_hide::after {
  left: 0;
}

.w_horizontal_marquee.w_horizontal_marquee_hide::before {
  right: 0;
  transform: rotate(180deg);
}

.js-marquee-wrapper {
  display: flex;
}

@-webkit-keyframes marqueeAnimation-8117669 {
  100% {
    transform: translateX(-11441px);
  }
}
