.home-full .hf-ticker{
  position:relative;
  overflow:hidden;
  height:88px;
  padding:0;
  border-block:1px solid rgba(255,255,255,.1);
  background:#0b0d14;
  color:#fff;
}
.home-full .hf-ticker::before{display:none}
.home-full .hf-ticker>.proof-rail-track{
  display:flex;
  width:max-content;
  height:100%;
  animation:proof-rail-move 42s linear infinite;
  transform:none!important;
}
.home-full .hf-ticker:hover>.proof-rail-track{animation-play-state:paused}
.home-full .proof-rail-group{
  display:flex;
  width:max-content;
  height:100%;
  align-items:stretch;
}
.home-full .proof-rail-group>span{
  position:relative;
  display:flex!important;
  width:auto;
  min-width:190px;
  min-height:0;
  height:100%;
  padding:0 34px;
  border:0;
  border-right:1px solid rgba(255,255,255,.09);
  align-items:center;
  justify-content:center;
  flex-direction:row;
  gap:11px;
  white-space:nowrap;
  color:rgba(255,255,255,.72);
  background:transparent;
  text-transform:none;
}
.home-full .proof-rail-group>span::after{display:none}
.home-full .proof-metric strong{
  color:#ff6334;
  font:500 22px/1 Jost,sans-serif;
  letter-spacing:-.035em;
}
.home-full .proof-metric small{
  color:rgba(255,255,255,.48);
  font:600 8px/1.2 Inter,sans-serif;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.home-full .proof-brand strong{
  color:rgba(255,255,255,.8);
  font:500 17px/1 Jost,sans-serif;
  letter-spacing:-.025em;
}
.home-full .proof-brand small{
  color:rgba(255,255,255,.58);
  font:600 7px/1 Inter,sans-serif;
  letter-spacing:.18em;
}
.home-full .proof-brand-1 strong{font-weight:700;letter-spacing:.08em}
.home-full .proof-brand-1 small{max-width:44px;white-space:normal}
.home-full .proof-brand-2 strong{font-family:Georgia,serif;font-size:15px;letter-spacing:.02em}
.home-full .proof-brand-3 strong{font-weight:600}
.home-full .proof-brand-4 strong{font-family:Georgia,serif;font-style:italic}
.home-full .proof-brand-5 strong{font-weight:400;letter-spacing:-.05em}
.home-full .proof-brand-6 strong{font-weight:600;letter-spacing:-.04em}

@keyframes proof-rail-move{to{transform:translateX(-50%)}}
@media(max-width:620px){
  .home-full .hf-ticker{height:76px;overflow:hidden;scroll-snap-type:none}
  .home-full .hf-ticker>.proof-rail-track{display:flex;width:max-content}
  .home-full .proof-rail-group>span{width:auto;min-width:165px;padding-inline:25px}
  .home-full .proof-metric strong{font-size:19px}
  .home-full .proof-brand strong{font-size:15px}
}
@media(prefers-reduced-motion:reduce){
  .home-full .hf-ticker{overflow-x:auto}
  .home-full .hf-ticker>.proof-rail-track{animation:none}
  .home-full .proof-rail-track .proof-rail-group[aria-hidden="true"]{display:none}
}
