/* Global Trusted Content */
.trusted-global {
	background-color: #39F2AE;
	padding-top: 142px;
	padding-bottom: 112px;
}
.trusted-global h2.trusted-title {
	font-size: 32px;
	line-height: 100%;
	color: #21283A;
}
.trusted-content p {
	font-family: 'rubik' !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 38px;
}
.trusted-controls {
	display: flex;
	gap: 8px;
	margin-top: 40px;
}
.trusted-controls a {
	background-color: #21283A;
	max-width: 111px;
	min-width: 111px;
	height: 39px;
	display: flex;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	justify-content: center;
	border: 1px solid #21283A;
	cursor: pointer;
}
.trusted-controls a.disable {
	background-color: transparent;
	pointer-events: none;
}
.trusted-controls a svg path {
	fill: #39F2AE;
}
.trusted-controls a.disable svg path {
	fill: #21283A;
}
.left-content .view-more {
	display: flex;
	align-items: center;
	gap: 6px;
	align-content: center;
	vertical-align: middle;
	margin-top: 60px;
	font-size: 18px;
	line-height: 100%;
	color: #000;
	font-style: italic;
}
.trusted-container {
	display: flex;
	flex-wrap: wrap;
	gap: 54px;
	align-items: center;
	align-content: center;
	vertical-align: middle;
}
.trusted-container .left-content {
	width: 340px;
}
.trusted-container .testimonials-grid {
	width: calc(100% - 340px - 54px);
	overflow: hidden;
	padding-top: 80px;
}
/*.testimonials-grid .testimonials-slider {
	display: flex;
	gap: 16px;
}*/
.testimonials-grid .testimonial-card {
	background-color: #C8D2EC;
	box-shadow: 0px 4.28px 17.13px 0px #00000040;
	padding: 7px 0 27px;
	margin-bottom: 18px;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
}
.testimonials-grid .tags {
	display: flex;
	gap: 3px;
	flex-wrap: wrap;
	justify-content: right;
	padding-right: 9px;
}
.testimonials-grid .tags span {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 2px 8px;
	font-family: 'rubik' !important;
	font-weight: 400 !important;
	font-size: 9px;
	line-height: 100%;
	letter-spacing: -2%;
}
.testimonials-grid span.quote {
	margin-left: 12px;
	display: inline-block;
}
.testimonials-grid span.quote svg {
	display: block;
}
.testimonials-grid p {
	font-family: 'rubik' !important;
	font-weight: 400 !important;
	font-style: Italic;
	font-size: 18px !important;
	line-height: 22px !important;
	letter-spacing: 0%;
	text-align: center;
	max-width: 172px;
	margin: 30px auto;
}
.testimonials-grid h5 {
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 12px;
}
.testimonials-grid .position {
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	max-width: 165px;
	margin: 0 auto;
}
.testimonials-grid .read-more {
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #21283A;
	display: flex;
	margin-top: 43px;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	justify-content: right;
	cursor: pointer;
	max-width: 270px;
}
.testimonials-grid .read-more svg {
	display: block;
	position: relative;
}
.testimonials-grid .read-more span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	vertical-align: middle;
}
.left-content .view-more svg {
	display: block;
}
@media(min-width: 768px) {
	.testimonials-grid .testimonial-card:nth-child(even) {
		transform: translateY(-63px);
	}
	.testimonials-slider .owl-item:nth-child(even) .testimonial-card {
		transform: translateY(-63px);
	}
}
@media(min-width: 1270px) {
	.trusted-container {
		max-width: 1360px;
		width: 100%;
		margin: 0 auto;
	}
}
@media(max-width: 1439px) {
	.trusted-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media(max-width: 991px) {
	.trusted-global {
		padding-top: 82px;
		padding-bottom: 82px;
	}
}
@media(max-width: 767px) {
	.trusted-content p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.trusted-container .testimonials-grid {
		width: 100%;
		padding-top: 0;
	}
}