
	div.slide{
		width: 100%;
		padding: 45px 0 0;
		text-align: center;
	}

		.slide.quote{
		width: 94%;
		margin: 0 auto;
		font-size: clamp(1.6rem, 2.4vw, 2rem);
		color: #fff;
		font-weight: 800;
		line-height: 1.2;
	}

	.slide.quote em{
		font-weight: 800;
	}

	.slide .quote-author{
		margin: 15px auto 0;
		margin-bottom: 25px;
		font-size: .9rem;
		line-height: 1.6;
		font-weight: 400;
	}

	.owl-carousel, .burgundyGradient{
		background: #331c54;
		background: linear-gradient(61deg, rgba(50, 30, 84, 1) 49%, rgba(113, 51, 117, 1) 100%);
	}

	.owl-dots{
		padding-bottom: 15px;
	}

	.hero-button{
		padding: 10px 30px;
		margin-bottom: 15px;
		background: #f78e20;
		font-size: 1rem;
		color: #331c54;
		border-radius: 8px;
	}

	.owl-carousel .slide{ 
  animation-duration: 2500ms;
  animation-fill-mode: both; 
}

.hero-quote-author{
	color: #fff;

}

.video-container{
	width: 100%;
	margin-inline: auto;
}
.owl-theme .owl-dots .owl-dot span{
	background: #fff;
}


.owl-theme .owl-dots .owl-dot.active span{
	background: #9b66ac;
}

.cms .checkcms ul > li::before{
	content: none;
}

@media (min-width: 700px) {
	.video-container{
	width: 57%;
	margin-inline: auto;
}

		.slide.quote{
		width: 75%;
		padding-bottom: 15px;
		margin: 0 auto;
		color: #fff;
		font-weight: 800;
		line-height: 1.3;
	}
	}

