.specialists {
	--specialists-bg: #f8f4ed;
	--specialists-ink: #1c2b1a;
	--specialists-muted: #6a7282;
	--specialists-green: #008236;
	--specialists-badge-bg: #f0fdf4;
	--specialists-card-bg: #ffffff;
	--specialists-photo-bg: #d9d9d9;
	--specialists-photo-border: #d9e3ea;
	--specialists-gap: clamp(3rem, 3.35vw, 4rem);
	--specialists-padding-y: clamp(5rem, 5.85vw, 7rem);
	--specialists-card-gap: 1.5rem;
	--specialists-card-radius: 1rem;
	--specialists-container-width: min(100% - clamp(2rem, 3vw, 2.5rem), 1272px);
	padding: var(--specialists-padding-y) 0;
	color: var(--specialists-ink);
	background: var(--specialists-bg);
}

.specialists .container {
	--bs-gutter-x: 0;
	width: var(--specialists-container-width);
	max-width: var(--specialists-container-width);
}

.specialists__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--specialists-gap);
	padding-right: 0;
	padding-left: 0;
}

.specialists__header {
	display: flex;
	width: 100%;
	min-height: 9.255rem;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.specialists__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5625rem 1.0625rem;
	border: 1px solid rgba(28, 43, 26, 0.1);
	border-radius: 999px;
	color: var(--specialists-ink);
	background: rgba(28, 43, 26, 0.05);
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.43;
}

.specialists__title {
	width: min(100%, 45rem);
	margin: 1.0625rem 0 0;
	color: var(--specialists-ink);
	font-family: var(--site-font-heading);
	font-size: clamp(2rem, 1.78rem + 0.75vw, 2.4rem);
	font-weight: 800;
	line-height: 1.198;
	letter-spacing: 0;
}

.specialists__slider {
	width: 100%;
	overflow: hidden;
}

.specialists__swiper {
	overflow: visible;
}

.specialists__track {
	align-items: stretch;
}

.specialists__card {
	display: flex;
	height: auto;
	min-width: 0;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 1rem;
	align-items: flex-start;
	align-self: stretch;
	padding: 1rem;
	border-radius: var(--specialists-card-radius);
	background: var(--specialists-card-bg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.specialists__photo {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border: 1px solid var(--specialists-photo-border);
	border-radius: var(--specialists-card-radius);
	background: var(--specialists-photo-bg);
}

.specialists__photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
}

.specialists__card:nth-child(1) .specialists__photo img {
	top: -42.18%;
	left: -26.63%;
	width: 153.12%;
	height: 160.78%;
}

.specialists__card:nth-child(2) .specialists__photo img {
	top: -27.8%;
	left: -12.91%;
	width: 117.16%;
	height: 164.8%;
}

.specialists__card:nth-child(3) .specialists__photo img {
	top: -0.51%;
	left: 0;
	width: 100%;
	height: 110.73%;
}

.specialists__card:nth-child(4) .specialists__photo img {
	top: -67.07%;
	left: -27.02%;
	width: 147.76%;
	height: 217.65%;
}

.specialists__body {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 1rem;
}

.specialists__person {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 0.25rem;
	align-items: flex-start;
}

.specialists__name {
	margin: 0;
	color: var(--specialists-ink);
	font-family: var(--site-font-heading);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.56;
	letter-spacing: 0;
}

.specialists__badge {
	display: inline-flex;
	align-items: flex-start;
	width: fit-content;
	padding: 0.125rem 0.5rem;
	border-radius: 0.25rem;
	color: var(--specialists-green);
	background: var(--specialists-badge-bg);
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.333;
	white-space: nowrap;
}

.specialists__text {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 0.25rem;
}

.specialists__position,
.specialists__description p {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.625;
	letter-spacing: 0;
}

.specialists__position {
	color: var(--specialists-ink);
}

.specialists__description {
	display: flex;
	flex-direction: column;
	gap: 0;
	color: var(--specialists-muted);
}

.specialists__quote {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
	padding: 2.5rem;
	border-radius: 1rem;
	color: #ffffff;
	background: var(--specialists-ink);
}

.specialists__quote p {
	flex: 1 1 auto;
	margin: 0;
	font-family: var(--site-font-heading);
	font-size: clamp(1.125rem, 0.96rem + 0.45vw, 1.5rem);
	font-weight: 800;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0;
}

.specialists__quote-mark {
	flex: 0 0 auto;
	width: 1.875rem;
	height: 4.5rem;
	line-height: 0;
}

.specialists__quote-mark svg {
	width: 100%;
	height: 100%;
}

.specialists__quote-mark--end {
	transform: scaleX(-1);
}

@media (max-width: 767.98px) {
	.specialists {
		padding: clamp(4rem, 14vw, 5rem) 0;
	}

	.specialists__container {
		padding-right: 0;
		padding-left: 0;
	}

	.specialists__header {
		min-height: auto;
	}

	.specialists__quote {
		align-items: flex-start;
		padding: 2rem 1.25rem;
	}

	.specialists__quote p {
		font-size: clamp(1rem, 4.6vw, 1.25rem);
	}
}

@media (max-width: 374.98px) {
	.specialists__eyebrow {
		white-space: normal;
	}

	.specialists__quote {
		gap: 0.375rem;
	}

	.specialists__quote-mark {
		width: 1.5rem;
		height: 3.6rem;
	}
}
