@keyframes callout-1_lineAnimation__EP04b {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(100%)
    }
}

.callout-1_line__PdsFb {
    animation: callout-1_lineAnimation__EP04b 3s linear infinite;
    transform-origin: right;
    height: 1px;
    transform: translateX(-100%)
}

.callout-1_line__PdsFb:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background: rgba(0,0,0,0);
    box-shadow: 0 0 30px hsla(0,0%,100%,.5)
}

.callout-1_line__PdsFb:first-child {
    animation-delay: 2.9869549895s
}

.callout-1_line__PdsFb:nth-child(2) {
    animation-delay: 1.6926103048s
}

.callout-1_line__PdsFb:nth-child(3) {
    animation-delay: 1.728670243s
}

.callout-1_line__PdsFb:nth-child(4) {
    animation-delay: 2.8892980187s
}

.callout-1_line__PdsFb:nth-child(5) {
    animation-delay: .857455751s
}

.callout-1_line__PdsFb:nth-child(6) {
    animation-delay: 4.0669176672s
}

.callout-1_line__PdsFb:nth-child(7) {
    animation-delay: 4.6491185431s
}

.callout-1_line__PdsFb:nth-child(8) {
    animation-delay: 2.2810947849s
}

.callout-1_line__PdsFb:nth-child(9) {
    animation-delay: 3.5034751835s
}

.callout-1_line__PdsFb:nth-child(10) {
    animation-delay: 2.5846433282s
}

.companies_scrollbar__yTi08::-webkit-scrollbar {
    display: none
}

.hero_gradient__GvzxQ {
    background: radial-gradient(closest-side,rgba(var(--accent-rgb-400)/.4) 0,transparent 100%);
    z-index: 1
}
