:root {
    --page-accent: var(--primary);
    --page-accent-light: rgba(29, 78, 216, 0.15);
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    padding: 2rem 0;
}

.marquee-content {
    display: flex;
    width: max-content;
    animation: marquee 40s linear infinite;
}

.marquee-item {
    flex-shrink: 0;
    padding: 0 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marquee-item img {
    height: 40px !important;
    width: auto !important;
    opacity: 0.6;
    transition: all 0.3s ease;
    filter: none !important;
}

.marquee-item .lazy-img-container,
.marquee-item .lazy-img-container picture {
    width: auto !important;
    overflow: visible !important;
}

.marquee-item img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

#testimonial-wrapper {
    display: flex;
    transition: transform 0.7s ease-in-out;
    will-change: transform;
}

.testimonial-slide {
    flex: 0 0 100%;
    width: 100%;
}

.site-logo {
    width: 113px;
    height: 40px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

main .aspect-square {
    top: -30px;
    left: 0;
    right: -30px;
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-play:before {
    content: "\f04b"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-video:before {
    content: "\f03d"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-times:before {
    content: "\f00d"
}


.fa-star:before {
    content: "\f005"
}
