
.elementor-17612 .elementor-element.elementor-element-504ad1f4 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--gap: 40px 40px;
	--row-gap: 40px;
	--column-gap: 40px;
	--margin-top: 40px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
}

.elementor-17612 .elementor-element.elementor-element-504ad1f4.e-con {
	--order: 99999;
}

.elementor-17612 .elementor-element.elementor-element-63e14da1 {
	width: 100%;
	max-width: 100%;
	font-family: var(--e-global-typography-2939973-font-family), Manrope;
	font-size: var(--e-global-typography-2939973-font-size);
	font-weight: var(--e-global-typography-2939973-font-weight);
	line-height: var(--e-global-typography-2939973-line-height);
	color: rgba(249, 248, 251, .48);
}

.elementor-17612 .elementor-element.elementor-element-564f040.elementor-element {
	--align-self: center;
}

@media (max-width:1024px) {
	.elementor-17612 .elementor-element.elementor-element-63e14da1 {
		font-size: var(--e-global-typography-2939973-font-size);
		line-height: var(--e-global-typography-2939973-line-height);
	}
}

@media (max-width:767px) {
	.elementor-17612 .elementor-element.elementor-element-63e14da1 {
		font-size: var(--e-global-typography-2939973-font-size);
		line-height: var(--e-global-typography-2939973-line-height);
	}
}
/* End custom CSS */

.elementor-17609 .elementor-element.elementor-element-4a840534 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--justify-content: space-evenly;
}

/* Start custom CSS for container, class: .elementor-element-4a840534 */
@keyframes scroll-logos {
	from {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(-50%);
	}
}

.scrolling-logos {
	display: flex;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}

.scrolling-logos .logo-track {
	display: flex;
	align-items: center;
	gap: 40px;
	/* Uses Elementor's set gap */
	animation: scroll-logos 16s linear infinite;
	width: 200%;
}

/* Logos inside the track */
.scrolling-logos .logo-track img {
	max-height: 30px;
	/* Adjust logo size */
	width: auto;
	flex-shrink: 0;
	/* Prevents images from shrinking */
	opacity: .6;
}
