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

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

.customers-container .customers-autoplay-controls {
	display: none;
}

.customers-container .customers-nav {
	padding: 66px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.customers-container .customers-nav {
		display: none;
	}
}

.customers-container .customers-nav li {
	display: inline-block;
	cursor: pointer;
}

.customers-container .customers-nav li svg path {
	fill: #cfdde0;
}

.customers-container .customers-nav li svg.gsk-logo path:last-child {
	fill: #fff;
}

.customers-container .customers-nav .active svg path {
	fill: #404040;
}

.customers-container .customers .customers-item-wrapper {
	padding: 0px 1px;
}

.customers-container .customers .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.customers-container .customers .slick-slide {
	height: inherit;
}

.customers-container .customers .slick-slide div {
	height: 100%;
}

.customers-container .customers .slick-slide div div {
	height: 100%;
}

.customers-container .customers .slick-dots {
	padding: 34px 0px 49px 0px;
}

.customers-container .customers .slick-dots button {
	background: rgba(174, 174, 174, .3);
}

.customers-container .customers .slick-dots .slick-active button {
	background: #af31d3;
}

@media (max-width: 767px) {
	.customers-container .customers .slick-arrow {
		top: 35%;
	}
	
	.customers-container .customers .slick-arrow.slick-prev {
		left: 0px;
	}
	
	.customers-container .customers .slick-arrow.slick-next {
		right: 0px;
	}
}

.customers-container .customers .customers-item {
	min-height: 460px;
	background-size: cover;
	overflow: hidden;
	border-radius: 15px 15px 0px 15px;
}

.customers-container .customers .customers-item .customers-item-content {
	background-size: cover;
	text-align: center;
	min-height: 460px;
	padding: 97px 210px;
	color: #fff;
}

.customers-container .customers .customers-item .customers-item-content p.customers-item-review {
	color: #fff;
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: 400;
	font-size: 2rem;
	line-height: 2.3rem;
	min-height: 258px;
}

.customers-container .customers .customers-item .customers-item-content p.customers-item-name {
	color: #fff;
	margin-top: 45px;
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.6rem;
}

.customers-container .customers .customers-item .customers-item-content p.customers-item-logo {
	display: none;
}

@media (max-width: 767px) {
	.customers-container .customers .customers-item .customers-item-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 50px 35px;
	}
	
	.customers-container .customers .customers-item .customers-item-content p.customers-item-review {
		font-size: 1.2rem;
		line-height: 1.19rem;
		min-height: 0px;
	}
	
	.customers-container .customers .customers-item .customers-item-content p.customers-item-name {
		margin-top: 45px;
		font-size: 1.19rem;
		line-height: 1.4rem;
	}
	
	.customers-container .customers .customers-item .customers-item-content p.customers-item-logo {
		justify-self: flex-end;
		display: block;
		margin-top: auto;
	}
	
	.customers-container .customers .customers-item .customers-item-content p.customers-item-logo svg path {
		fill: #fff;
	}
	
	.customers-container .customers .customers-item .customers-item-content p.customers-item-logo svg.gsk-logo path:last-child {
		fill: #2552c1;
	}
}

@media (max-width: 767px) {
	.elementor-element-e6205f3.elementor-column-offset-1>.elementor-column-gap-default>.elementor-column {
		width: 100% !important;
	}
}
