.eliza-bar_scrollWrapper___Sffu {
  position: relative;
  width: 100%;
  height: 1.6rem;
  overflow: hidden;
}
.eliza-bar_scrollBar__wXGrN {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  background-image: url(/features/eliza-black-bar.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: eliza-bar_scrollLeftBar__biRUp 7s linear infinite;
}
@media (min-width: 768px) {
  .eliza-bar_scrollWrapper___Sffu {
    height: 2rem;
  }
  .eliza-bar_scrollBar__wXGrN {
    animation-duration: 15s;
  }
}
@keyframes eliza-bar_scrollLeftBar__biRUp {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.text-carroussel_vertical-carousel-wrapper__n29iT {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  height: 600px;
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
  --item-height: 3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .text-carroussel_vertical-carousel-wrapper__n29iT {
    width: 100%;
    height: 500px;
  }
  .text-carroussel_vertical-carousel-item__j4wbY {
    --item-height: 2.5rem;
    font-size: 1.85rem;
  }
}
.text-carroussel_vertical-carousel__pw_gk {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  animation: text-carroussel_scrollUp__C9QR7 23s linear infinite;
}
@keyframes text-carroussel_scrollUp__C9QR7 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-100%));
  }
}
.text-carroussel_vertical-carousel-item__j4wbY {
  font-size: 2rem;
  color: #333;
  white-space: nowrap;
  height: var(--item-height);
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .text-carroussel_vertical-carousel-wrapper__n29iT {
    height: 400px;
  }
  .text-carroussel_vertical-carousel-item__j4wbY {
    font-size: 1.5rem;
    --item-height: 2.5rem;
  }
}
.logo-carrousel_wrapper__cZDCI {
  width: 100%;
  max-width: 3036px;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  height: 150px;
  margin-top: 5rem;
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}
.logo-carrousel_track__Eikis {
  display: flex;
  width: fit-content;
  animation: logo-carrousel_scrollLeft__JpzYY 50s linear infinite;
}
@keyframes logo-carrousel_scrollLeft__JpzYY {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.logo-carrousel_item__LL_B8 {
  width: 200px;
  height: 100px;
  background-color: transparent;
  border-radius: 6px;
  flex-shrink: 0;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .logo-carrousel_item__LL_B8 {
    width: 140px;
    margin-right: -32px;
  }
}
