.sp-testimonial-slider {
	width: 100%;
}

.sp-testimonial-slider .swiper-slide {
	transform: scale(0.875);
	height: auto;
	transition: all .3s ease-in-out;
}

.sp-testimonial-slider .swiper-slide-active {
	transform: scale(1);
}

.sp-testimonial-slider .sp-testimonial-item {
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	box-sizing: border-box;
	position: relative;
}

.sp-testimonial-slider .sp-testimonial-item:after {
	content: "";
	width: 100%;
	aspect-ratio: 333/43;
	position: relative;
	display: block;
	top: -1px;
	-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMzIiBoZWlnaHQ9IjQ0IiB2aWV3Qm94PSIwIDAgMzMzIDQ0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZD0ibS0xNDEuNDE2LTE2NC43OTUgNS44MTQgMTU0LjQ0TDI2NC4zNDMgNDIuOTdjMzcuNjQ0IDQuNjA4IDcxLjQ5OS0yNS45MDYgNzUuNjA0LTY4LjE1TDM1OC4xMjMtMjEyeiIgZmlsbD0iIzY4NDdmZiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zMzMgMEgwdjQ0aDMzM3oiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
	mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMzIiBoZWlnaHQ9IjQ0IiB2aWV3Qm94PSIwIDAgMzMzIDQ0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZD0ibS0xNDEuNDE2LTE2NC43OTUgNS44MTQgMTU0LjQ0TDI2NC4zNDMgNDIuOTdjMzcuNjQ0IDQuNjA4IDcxLjQ5OS0yNS45MDYgNzUuNjA0LTY4LjE1TDM1OC4xMjMtMjEyeiIgZmlsbD0iIzY4NDdmZiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zMzMgMEgwdjQ0aDMzM3oiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: bottom left;
	mask-position: bottom left;
	-webkit-mask-size: cover;
	mask-size: cover;
	transition: all .3s ease-in-out;
}

.sp-testimonial-slider .swiper-slide-active + .swiper-slide-next .sp-testimonial-item:after,
.sp-testimonial-slider .swiper-slide-active + .swiper-slide-next + .swiper-slide .sp-testimonial-item:after{
	-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMzIiBoZWlnaHQ9IjQ0IiB2aWV3Qm94PSIwIDAgMzMzIDQ0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZD0ibTQ3NC40MTYtMTY0Ljc5NS01LjgxNSAxNTQuNDRMNjguNjU3IDQyLjk3Yy0zNy42NDQgNC42MDgtNzEuNS0yNS45MDYtNzUuNjA0LTY4LjE1TC0yNS4xMjMtMjEyeiIgZmlsbD0iIzY4NDdmZiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMzMzdjQ0SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
	mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMzIiBoZWlnaHQ9IjQ0IiB2aWV3Qm94PSIwIDAgMzMzIDQ0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZD0ibTQ3NC40MTYtMTY0Ljc5NS01LjgxNSAxNTQuNDRMNjguNjU3IDQyLjk3Yy0zNy42NDQgNC42MDgtNzEuNS0yNS45MDYtNzUuNjA0LTY4LjE1TC0yNS4xMjMtMjEyeiIgZmlsbD0iIzY4NDdmZiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMzMzdjQ0SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
}

.sp-testimonial-slider .sp-testimonial-image {
	height: auto;
	display: flex;
	align-items: center;
}

.sp-testimonial-slider .sp-testimonial-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 332 / 240;
	object-fit: cover;
}

.sp-testimonial-slider .sp-testimonial-content-wrap {
	padding: 20px 20px 0px;
	text-align: right;
}

.sp-testimonial-slider .swiper-slide-active .sp-testimonial-content-wrap,
.sp-testimonial-slider .swiper-slide-active + .swiper-slide-next .sp-testimonial-content-wrap,
.sp-testimonial-slider .swiper-slide-active + .swiper-slide-next + .swiper-slide .sp-testimonial-content-wrap {
	text-align: left;
}

.sp-testimonial-slider .sp-testimonial-content {
	margin-bottom: 6px;
	line-height: 1.2;
	transition: all .3s ease-in-out;
}

.sp-testimonial-slider .sp-testimonial-content p {
	margin: 0;
}

.sp-testimonial-slider .sp-testimonial-info {
	margin: 0;
}

.sp-testimonial-slider .sp-testimonial-name,
.sp-testimonial-slider .sp-testimonial-position {
	display: inline-block;
}

@media screen and (max-width:1024px){
	.sp-testimonial-slider .swiper-slide-prev,
	.sp-testimonial-slider .swiper-slide-next {
		opacity: 0.5;
	}
}
