/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImVsZW1lbnRvci90ZXN0aW1vbmlhbHMvdGVzdGltb25pYWxzLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0Usb0NBQ0Usd0JBR0Ysb0NBQ0UsWUFFRiwwQkFDRSxvQ0FDRSxTQUNBLFdBQ0EsWUFDQSxhQUVGLG1DQUNFLE9BRUYsbUNBQ0UsU0FLSiw0Q0FDRSxnQkFDQSxjQUNBLGlCQUNBLG9CQUNBLHlDQUNBLGNBQ0Esa0JBQ0EsYUFDQSxzQkFDQSxZQUNBLCtEQUNFLHdCQUNBLFlBQ0EsZ0ZBQ0UsYUFDQSxrQkFDQSxhQUNBLG1CQUNBLHVCQUNBLG9GQUNFLGtCQUNBLE1BQ0EsT0FDQSxXQUNBLFlBRUYsb0ZBQ0UsWUFDQSxhQUNBLG9CQUNBLGlCQUNBLHVCQUlOLHFFQUNFLG1CQUVGLDhEQUNFLGdCQUNBLHFFQUNFLGtCQUNBLGdCQUNBLG1CQUNBLGlCQUVGLHlFQUNFLGdCQUlOLDBCQUNFLDRDQUNFLGdCQUNBLCtEQUNFLHdCQUNBLFlBQ0EsZ0ZBQ0UsYUFFQSxvRkFDRSxZQUNBLGFBQ0Esb0JBSU4scUVBQ0UsbUJBR0EscUVBQ0UsZ0JBQ0EsbUJBQ0EsaUJBRUYseUVBQ0UiLCJmaWxlIjoiZWxlbWVudG9yL3Rlc3RpbW9uaWFscy90ZXN0aW1vbmlhbHMuY3NzIn0= */

/*# sourceMappingURL=testimonials.css.map */

.carousel-testimonials .slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.carousel-testimonials .slick-slide {
	height: auto;
}

@media (max-width: 1024px) {
	.carousel-testimonials .slick-arrow {
		top: 81px;
		width: 35px;
		height: 35px;
		margin-top: 0;
	}
	
	.carousel-testimonials .slick-prev {
		left: 0;
	}
	
	.carousel-testimonials .slick-next {
		right: 0;
	}
}

.testimonial-item .testimonial-item-content {
	max-width: 306px;
	margin: 0 auto;
	font-size: 1.2rem;
	line-height: 1.75rem;
	font-family: "Source Sans Pro", sans-serif;
	color: #2d2082;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.testimonial-item .testimonial-item-content .testimonial-image {
	margin: 0 auto 33px auto;
	width: 286px;
}

.testimonial-item .testimonial-item-content .testimonial-image .image-container {
	height: 286px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.testimonial-item .testimonial-item-content .testimonial-image .image-container svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.testimonial-item .testimonial-item-content .testimonial-image .image-container img {
	width: 260px;
	height: 260px;
	border-radius: 260px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.testimonial-item .testimonial-item-content .testimonial-testimonial {
	margin-bottom: 12px;
}

.testimonial-item .testimonial-item-content .testimonial-info {
	margin-top: auto;
}

.testimonial-item .testimonial-item-content .testimonial-info p.name {
	font-style: normal;
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 28px;
}

.testimonial-item .testimonial-item-content .testimonial-info p.position {
	min-height: 56px;
}

@media (max-width: 1024px) {
	.testimonial-item .testimonial-item-content {
		max-width: 306px;
	}
	
	.testimonial-item .testimonial-item-content .testimonial-image {
		margin: 0 auto 22px auto;
		width: 197px;
	}
	
	.testimonial-item .testimonial-item-content .testimonial-image .image-container {
		height: 197px;
	}
	
	.testimonial-item .testimonial-item-content .testimonial-image .image-container img {
		width: 178px;
		height: 178px;
		border-radius: 178px;
	}
	
	.testimonial-item .testimonial-item-content .testimonial-testimonial {
		margin-bottom: 28px;
	}
	
	.testimonial-item .testimonial-item-content .testimonial-info p.name {
		font-weight: 700;
		font-size: 1.375rem;
		line-height: 23px;
	}
	
	.testimonial-item .testimonial-item-content .testimonial-info p.position {
		min-height: 56px;
	}
}
