.marquee{
	overflow:hidden;
	position: absolute;
	z-index: 2;
	width: 100%;
}
.cover-20-carousels {
	display: block;
	text-decoration: none
}

.cover-20-carousels__row {
	overflow: hidden
}

.cover-20-carousel__group {
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	align-items: center
}

.cover-20-carousel__item {
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center
}

.cover-20-carousel__item-text {
	white-space: nowrap
}

.cover-20-carousel__item-img-container {
	overflow: hidden
}

.cover-20-mobile-carousel {
	display: flex;
	align-items: center
}

.cover-20-mobile-carousel__item {
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center
}

.cover-20-mobile-carousel__item-text {
	white-space: nowrap
}

.cover-20-mobile-carousel__item-img-container {
	overflow: hidden
}
.page_section_10 .cover-20-carousel__item {
	padding-right: 100px;
}

.page_section_10 .cover-20-mobile-carousel__item {
	padding-right: 30px;
}

.cover-20-carousel__item-text {
	font-family: "Bazium Spark", sans-serif;
	font-weight: 700;
	font-style: normal;
	/*font-size: 80px;*/
	line-height: 1.4;
	letter-spacing: 0.0em;
}

@media (max-width: 640px) {
	.cover-20-carousel__item-text {
		/*font-size: 30px;*/
	}
}

.cover-20-mobile-carousel__item-text {
	font-family: "Bazium Spark", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 50px;
	line-height: 1.4;
	letter-spacing: 0.0em;
	color: #ffffff;
	mobile_size: 50;
}

@media (max-width: 640px) {
	.cover-20-mobile-carousel__item-text {
		font-size: 50px;
	}
}

.cover-20-carousel__item-img-container,
.cover-20-mobile-carousel__item-img-container {
	border-radius: 88px;
}