.n3-testimonials {
	--n3-testimonial-navy: #06254d;
	--n3-testimonial-navy-deep: #031c3c;
	--n3-testimonial-orange: #ffb300;
	--n3-testimonial-text: #071d3c;
	position: relative;
	width: 100%;
	padding: 44px 20px 32px;
	overflow: hidden;
	background: radial-gradient(circle at 50% 52%, #fff 0, #fff 45%, #f3f6fa 100%);
	color: var(--n3-testimonial-text);
	font-family: inherit;
}

.n3-testimonials *,
.n3-testimonials *::before,
.n3-testimonials *::after {
	box-sizing: border-box;
}

.n3-testimonials__header {
	width: min(100%, 1500px);
	margin: 0 auto 33px;
	text-align: center;
}

.n3-testimonials__header h2 {
	margin: 0;
	color: var(--n3-testimonial-text);
	font-size: clamp(30px, 3.25vw, 56px);
	font-weight: 700;
	line-height: 1.14;
	letter-spacing: -.025em;
	text-transform: uppercase;
}

.n3-testimonials__header h2 span {
	color: var(--n3-testimonial-orange);
}

.n3-testimonials__header > i {
	display: block;
	width: 82px;
	height: 5px;
	margin: 27px auto 25px;
	border-radius: 9px;
	background: var(--n3-testimonial-orange);
}

.n3-testimonials__header p {
	margin: 0;
	color: #687080;
	font-size: clamp(16px, 1.35vw, 22px);
	font-weight: 400;
	line-height: 1.55;
}

.n3-testimonials__slider {
	position: relative;
	width: min(100%, 1510px);
	margin: 0 auto;
	padding: 0 76px;
}

.n3-testimonials__viewport {
	overflow: hidden;
	border-radius: 22px;
	filter: drop-shadow(0 12px 11px rgba(4, 24, 51, .28));
}

.n3-testimonials__track {
	display: flex;
	align-items: stretch;
	transform: translate3d(0, 0, 0);
	transition: transform .55s cubic-bezier(.22, .61, .36, 1);
	will-change: transform;
}

.n3-testimonials__track.is-dragging {
	transition: none;
}

.n3-testimonials__slide {
	display: flex;
	flex: 0 0 100%;
	min-width: 0;
}

.n3-testimonials__card {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	grid-template-rows: auto 1fr;
	column-gap: 28px;
	width: 100%;
	min-height: 550px;
	padding: 52px 88px 32px 70px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 22px;
	background:
		radial-gradient(circle at 55% 30%, rgba(14, 61, 108, .52), transparent 52%),
		linear-gradient(135deg, var(--n3-testimonial-navy-deep), var(--n3-testimonial-navy));
	color: #fff;
}

.n3-testimonials__quote-icon {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 3px;
	color: var(--n3-testimonial-orange);
}

.n3-testimonials__quote-icon svg,
.n3-testimonials__quote-icon img {
	display: block;
	width: 110px;
	height: 86px;
	object-fit: contain;
}

.n3-testimonials__quote {
	align-self: start;
	padding: 1px 0 29px;
	color: #fff;
	font-size: clamp(20px, 1.62vw, 28px);
	font-style: italic;
	font-weight: 400;
	line-height: 1.56;
}

.n3-testimonials__author {
	display: flex;
	grid-column: 2;
	align-items: center;
	gap: 38px;
	min-height: 174px;
	padding: 20px 0 0 43px;
	border-top: 1px solid rgba(255, 255, 255, .34);
}

.n3-testimonials__avatar {
	flex: 0 0 190px;
	width: 190px;
	height: 190px;
	margin-top: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 50%;
	background: #dce7f5;
}

.n3-testimonials__avatar img,
.n3-testimonials__avatar svg,
.n3-testimonials__avatar .n3-testimonials__sample-avatar {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.n3-testimonials__sample-avatar {
	background-repeat: no-repeat;
}

.n3-testimonials__author-content {
	min-width: 0;
	padding-bottom: 3px;
}

.n3-testimonials__author h3 {
	margin: 0 0 4px;
	color: #fff;
	font-size: clamp(25px, 2vw, 34px);
	font-weight: 700;
	line-height: 1.25;
}

.n3-testimonials__author p {
	margin: 0 0 11px;
	color: rgba(255, 255, 255, .83);
	font-size: clamp(17px, 1.45vw, 25px);
	line-height: 1.35;
}

.n3-testimonials__rating {
	display: flex;
	gap: 11px;
	line-height: 1;
}

.n3-testimonials__rating span {
	color: rgba(255, 255, 255, .2);
	font-size: 34px;
}

.n3-testimonials__rating span.is-filled {
	color: var(--n3-testimonial-orange);
}

.n3-testimonials__arrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	margin: 0;
	padding: 0;
	transform: translateY(-50%);
	border: 0;
	border-radius: 50%;
	background: var(--n3-testimonial-navy);
	box-shadow: 0 10px 20px rgba(3, 28, 60, .25);
	color: #fff;
	cursor: pointer;
	transition: background-color .2s ease, transform .2s ease;
}

.n3-testimonials__arrow:hover,
.n3-testimonials__arrow:focus-visible {
	background: #0d3b70;
	color: #fff;
	transform: translateY(-50%) scale(1.06);
}

.n3-testimonials__arrow svg {
	width: 38px;
	height: 38px;
}

.n3-testimonials__arrow--prev {
	left: 0;
}

.n3-testimonials__arrow--next {
	right: 0;
}

.n3-testimonials__dots {
	display: flex;
	justify-content: center;
	gap: 27px;
	margin: 40px auto 26px;
}

.n3-testimonials__dots button {
	width: 16px;
	height: 16px;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #9da0a5;
	box-shadow: none;
	cursor: pointer;
	transition: background-color .2s ease, transform .2s ease;
}

.n3-testimonials__dots button:hover,
.n3-testimonials__dots button:focus-visible,
.n3-testimonials__dots button.is-active {
	background: var(--n3-testimonial-orange);
}

.n3-testimonials__dots button.is-active {
	transform: scale(1.08);
}

.n3-testimonials__footer {
	width: min(100%, var(--n3-section-width, 1340px));
	margin: 0 auto;
	color: var(--n3-testimonial-text);
	font-size: clamp(16px, 1.35vw, 22px);
	line-height: 1.55;
	text-align: center;
}

@media (min-width: 1201px) {
	.n3-testimonials__slider {
		width: min(100%, calc(var(--n3-section-width, 1340px) + 152px));
	}
}

@media (max-width: 1200px) {
	.n3-testimonials__slider {
		padding: 0 58px;
	}

	.n3-testimonials__card {
		grid-template-columns: 105px minmax(0, 1fr);
		column-gap: 22px;
		padding: 42px 55px 30px 44px;
	}

	.n3-testimonials__quote-icon svg,
	.n3-testimonials__quote-icon img {
		width: 90px;
		height: 70px;
	}

	.n3-testimonials__author {
		gap: 28px;
		padding-left: 20px;
	}

	.n3-testimonials__avatar {
		flex-basis: 155px;
		width: 155px;
		height: 155px;
	}

	.n3-testimonials__arrow {
		width: 58px;
		height: 58px;
	}
}

@media (max-width: 849px) {
	.n3-testimonials {
		padding: 35px 15px 27px;
	}

	.n3-testimonials__header {
		margin-bottom: 24px;
	}

	.n3-testimonials__header > i {
		width: 58px;
		height: 4px;
		margin: 18px auto;
	}

	.n3-testimonials__slider {
		width: 100%;
		max-width: none;
		padding: 0;
	}

	.n3-testimonials__viewport {
		width: 100%;
		border-radius: 16px;
		touch-action: pan-y;
	}

	.n3-testimonials__track,
	.n3-testimonials__slide,
	.n3-testimonials__card {
		width: 100%;
	}

	.n3-testimonials__slide {
		flex-basis: 100%;
		min-width: 100%;
	}

	.n3-testimonials__card {
		grid-template-columns: 64px minmax(0, 1fr);
		column-gap: 15px;
		min-height: 0;
		padding: 30px 24px 25px;
		border-radius: 16px;
	}

	.n3-testimonials__quote-icon svg,
	.n3-testimonials__quote-icon img {
		width: 58px;
		height: 48px;
	}

	.n3-testimonials__quote {
		font-size: 18px;
		line-height: 1.55;
	}

	.n3-testimonials__author {
		grid-column: 1 / -1;
		gap: 20px;
		padding: 21px 0 0;
	}

	.n3-testimonials__avatar {
		flex-basis: 112px;
		width: 112px;
		height: 112px;
	}

	.n3-testimonials__author h3 {
		font-size: 23px;
	}

	.n3-testimonials__author p {
		font-size: 16px;
	}

	.n3-testimonials__rating {
		gap: 7px;
	}

	.n3-testimonials__rating span {
		font-size: 26px;
	}

	.n3-testimonials__arrow {
		display: none !important;
	}

	.n3-testimonials__dots {
		gap: 18px;
		margin: 25px auto 20px;
	}

	.n3-testimonials__dots button {
		width: 12px;
		height: 12px;
	}
}

@media (max-width: 549px) {
	.n3-testimonials__header h2 {
		font-size: 28px;
	}

	.n3-testimonials__header p,
	.n3-testimonials__footer {
		font-size: 15px;
	}

	.n3-testimonials__card {
		display: block;
		padding: 27px 20px 24px;
	}

	.n3-testimonials__quote-icon {
		justify-content: flex-start;
		float: left;
		width: 57px;
		margin: 0 12px 2px 0;
	}

	.n3-testimonials__quote {
		min-height: 0;
		padding-bottom: 22px;
		font-size: 16px;
		line-height: 1.58;
	}

	.n3-testimonials__author {
		clear: both;
		align-items: center;
		gap: 14px;
		min-height: 0;
	}

	.n3-testimonials__avatar {
		flex-basis: 86px;
		width: 86px;
		height: 86px;
	}

	.n3-testimonials__author h3 {
		font-size: 19px;
	}

	.n3-testimonials__author p {
		font-size: 14px;
	}

	.n3-testimonials__rating span {
		font-size: 21px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.n3-testimonials__track,
	.n3-testimonials__arrow,
	.n3-testimonials__dots button {
		transition: none;
	}
}
