.video {
	margin-bottom: 2.2em;
}
.video-wrapper:hover {
	cursor: pointer;
}
.poster {
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
}
.quote {
	font-size: 22px;
	font-family: Gotham, sans-serif;
	color: #262626;
	line-height: 1.15;
	position: relative;
	z-index: 2;
	margin-left: 0;
}
@media (min-width:768px) {
	.quote {
		font-size: 30px;
	}
}
.heading--4 {
	margin-bottom: 0;
	color: #6A778B;
	margin-bottom: 5px;
}
.answer {
	margin-top: 0;
	max-width: 580px;
}
.data-point {
	font-family: Gotham, sans-serif;
	font-size: 18px;
	margin: 0;
	margin-bottom: 5px;
}
.label {
	color: #262626;
	font-weight: 500;
}
.q-link {
	font-size: 18px;
}
.customer-logo {
	margin-top: 1.5em;
	max-width: 250px;
	max-height: 200px;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}
.open-quote-mark {
	position: absolute;
	top: -1.2em;
	z-index: -1;
	left: 0;
}
.video-wrapper {
	position: relative;
}
.play-icon {
	width: 80px;
	height: 80px;
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	z-index: 3;
}
.back-to-testimonials {
	display: flex;
	margin-top: 4.8em;
	margin-bottom: 22px;
}
.back-to-testimonials .q-link {
	font-size: 15px;
}
.back-to-testimonials .link-arrow {
	margin-right: 0.5em;
}
.company-data {
	margin-top: 2.5em;
	padding-right: 2em;
}
.company-info {
	margin-bottom: 6em;
}
@media (min-width: 500px) {
	.play-icon {
		position: absolute;
		width: 127px;
		height: 127px;
		top: calc(50% - 63px);
		left: calc(50% - 63px);
	}
}
@media (min-width: 720px) {
	.open-quote-mark {
		left: -2.8em;
	}
}
@media (min-width: 1080px) {
	.quote {
		font-size: 40px;
	}
}
/*# sourceMappingURL=customer-testimonial.css.map */