/*# sourceMappingURL=quote-highlight.css.map */

.slipstream-block .container {
	max-width: 872px;
}

.ss-quote-highlight {
	margin: 2rem 0;
	width: 100%;
}

.ss-quote-highlight .ss-quote {
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 16px;
	position: relative;
	text-align: center;
}

.ss-quote-highlight .ss-quote__mark {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 0;
}

.ss-quote-highlight .ss-quote__mark svg {
	color: #bf29f1;
	display: block;
	height: auto;
	width: 64px;
}

.ss-quote-highlight .ss-quote__mark--open {
	left: 0;
	position: absolute;
	top: 0;
}

.ss-quote-highlight .ss-quote__mark--close {
	bottom: 0;
	position: absolute;
	right: 0;
}

.ss-quote-highlight .ss-quote__text {
	color: #100a1f;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 160%;
	margin: 0 auto;
	max-width: 980px;
	padding: 8px 84px;
}

.ss-quote-highlight .ss-quote__text span {
	color: #2869e9;
	font-size: 1.75rem;
	font-weight: 600;
}

.ss-quote-highlight .ss-quote__text .highlight {
	color: #2869e9;
	font-weight: 700;
}

@media (max-width:767.98px) {
	.ss-quote-highlight .ss-quote__mark svg {
		width: 44px;
	}
	
	.ss-quote-highlight .ss-quote__text {
		padding: 8px 52px;
	}
}

@media (max-width:479.98px) {
	.ss-quote-highlight .ss-quote__mark svg {
		width: 38px;
	}
	
	.ss-quote-highlight .ss-quote__text {
		font-weight: 600;
		padding: 6px 44px;
	}
}
