/* =================================================
   Customer Reviews
   ================================================= */

.customer-reviews {
	--cr-navy: #0f2c64;
	--cr-orange: #ff6b31;
	--cr-grey: #f1f1f1;
	--cr-white: #ffffff;
	--cr-text: #36404c;

	background: var(--cr-grey);
	clear: both;
	float: left;
	isolation: isolate;
	overflow-x: clip;
	padding: 80px 0 90px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.customer-reviews--no-top-padding {
	padding-top: 0;
}

.customer-reviews--no-bottom-padding {
	padding-bottom: 0;
}

.customer-reviews__container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1640px;
	overflow: visible;
	padding: 0 40px;
	width: 100%;
}

.customer-reviews__header {
	margin: 0 0 40px;
	position: relative;
	text-align: center;
}

.customer-reviews__title-wrap {
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
	width: 100%;
}

.customer-reviews__header-stripe {
	left: 50%;
	line-height: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	z-index: 0;
}

.customer-reviews__header-stripe img {
	display: block;
	height: 17px;
	max-width: none;
	object-fit: cover;
	object-position: center;
	opacity: 0.35;
	width: 100%;
}

.customer-reviews__eyebrow {
	color: var(--cr-orange);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.4;
	margin: 0 0 18px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.customer-reviews__title {
	background: var(--cr-grey);
	color: var(--cr-navy);
	display: inline-block;
	font-size: 52px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.08;
	margin: 0;
	padding: 0 24px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.customer-reviews__slider-wrap {
	margin: 0 auto;
	max-width: 920px;
	position: relative;
	z-index: 1;
}

.customer-reviews__swiper.swiper {
	margin: 0;
	overflow: hidden;
	pointer-events: none;
	position: relative;
	width: 100%;
}

.customer-reviews__swiper.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.customer-reviews__swiper.swiper-fade .swiper-slide-active {
	pointer-events: none;
}

.customer-reviews__swiper .swiper-wrapper {
	align-items: stretch;
}

.customer-reviews__swiper .swiper-slide {
	box-sizing: border-box;
	height: auto;
}

.customer-reviews__slide-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	text-align: center;
}

.customer-reviews__card {
	background: var(--cr-white);
	border-radius: 20px;
	box-shadow: 0 10px 36px rgba(15, 44, 100, 0.1);
	margin: 0 auto;
	max-width: 820px;
	overflow: hidden;
	padding: 48px 56px 36px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.customer-reviews__quote-icon {
	line-height: 0;
	margin: 0 auto 28px;
}

.customer-reviews__quote-icon img {
	aspect-ratio: 630 / 36;
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 56px;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
	width: auto;
}

.customer-reviews__quote {
	border: 0;
	color: var(--cr-navy);
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.45;
	margin: 0 0 28px;
	overflow: visible;
	padding: 0;
}

.customer-reviews__quote::before {
	background: none;
	content: none;
	display: none;
}

.customer-reviews__stars {
	align-items: center;
	display: inline-flex;
	gap: 4px;
	justify-content: center;
	margin: 0 0 20px;
}

.customer-reviews__star {
	color: #d5dbe5;
	display: inline-flex;
	line-height: 0;
}

.customer-reviews__star.is-filled {
	color: var(--cr-orange);
}

.customer-reviews__star svg {
	display: block;
	height: 16px;
	width: 16px;
}

.customer-reviews__author {
	color: var(--cr-navy);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

.customer-reviews__controls {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 48px auto 48px;
	isolation: isolate;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 28px;
	max-width: 100%;
	min-height: 48px;
	pointer-events: auto;
	position: relative;
	width: max-content;
	z-index: 30;
}

.customer-reviews__nav-btn {
	-webkit-appearance: none;
	appearance: none;
	align-items: center;
	background: var(--cr-white);
	border: 1px solid #d5dbe5;
	border-radius: 50%;
	color: #5f6b7d;
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	height: 48px;
	justify-content: center;
	justify-self: center;
	padding: 0;
	pointer-events: auto;
	position: relative;
	touch-action: manipulation;
	transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
	width: 48px;
	z-index: 3;
	-webkit-tap-highlight-color: transparent;
}

.customer-reviews__nav-btn--prev {
	grid-column: 1;
	grid-row: 1;
}

.customer-reviews__nav-btn--next {
	grid-column: 3;
	grid-row: 1;
}

.customer-reviews__nav-btn svg {
	pointer-events: none;
}

.customer-reviews__nav-btn:hover,
.customer-reviews__nav-btn:focus {
	border-color: var(--cr-navy);
	box-shadow: 0 4px 14px rgba(15, 44, 100, 0.12);
	color: var(--cr-navy);
	outline: none;
}

.customer-reviews__nav-btn.swiper-button-disabled {
	cursor: not-allowed;
	opacity: 0.4;
}

.customer-reviews__pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	grid-column: 2;
	grid-row: 1;
	justify-content: center;
	justify-self: center;
	line-height: 0;
	max-width: 100%;
	pointer-events: none;
	position: static;
	transform: none;
	width: auto;
	z-index: 2;
}

.customer-reviews__pagination-bullet {
	-webkit-appearance: none;
	appearance: none;
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	height: 24px;
	justify-content: center;
	margin: 0;
	padding: 0;
	pointer-events: auto;
	position: relative;
	touch-action: manipulation;
	width: 24px;
	-webkit-tap-highlight-color: transparent;
}

.customer-reviews__pagination-bullet::before {
	background: #c8d0dc;
	border-radius: 50%;
	content: '';
	display: block;
	flex-shrink: 0;
	height: 8px;
	transition: background-color 0.2s ease, transform 0.2s ease;
	width: 8px;
}

.customer-reviews__pagination-bullet.is-active::before {
	background: var(--cr-orange);
	transform: scale(1.15);
}

@media (max-width: 1199px) {
	.customer-reviews__title {
		font-size: 42px;
	}

	.customer-reviews__quote {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.customer-reviews {
		padding: 56px 20px 64px 20px;
	}

	.customer-reviews__container {
		padding: 0 20px;
	}

	.customer-reviews__header {
		margin-bottom: 28px;
	}

	.customer-reviews__title {
		font-size: 32px;
	}

	.customer-reviews__slider-wrap {
		overflow: visible;
	}

	.customer-reviews__card {
		padding: 36px 24px 28px;
	}

	.customer-reviews__quote-icon {
		margin-bottom: 20px;
	}

	.customer-reviews__swiper.swiper {
		min-height: 72px;
		touch-action: manipulation;
	}

	.customer-reviews__controls {
		gap: 8px;
		grid-template-columns: 44px auto 44px;
		margin-bottom: 8px;
		margin-top: 24px;
		min-height: 44px;
	}

	.customer-reviews__quote {
		font-size: 18px;
	}

	.customer-reviews__author {
		font-size: 18px;
	}

	.customer-reviews__pagination-bullet {
		height: 28px;
		width: 28px;
	}

	.customer-reviews__nav-btn {
		height: 44px;
		min-height: 44px;
		min-width: 44px;
		width: 44px;
	}

	.customer-reviews__pagination-bullet::before {
		height: 10px;
		width: 10px;
	}
}
