.msf-testimonials {
	margin-top: 0 !important;
	padding: clamp(40px, 4vw, 54px) 0 clamp(34px, 3.5vw, 46px);
	overflow: hidden;
	background: #e99a77;
	color: #241d1a;
	font-family: "Inter", sans-serif;
}

.msf-testimonials__inner {
	width: min(calc(100% - 40px), 1160px);
	margin-inline: auto;
}

.msf-testimonials h2 {
	margin: 0;
	color: #241d1a;
	font-family: "Poppins", sans-serif;
	font-size: clamp(1.85rem, 3.25vw, 3rem);
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.08;
	text-align: center;
}

.msf-testimonials__intro {
	max-width: 940px;
	margin: 5px auto 7px;
	color: #3f302b;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	text-align: center;
}

@media (min-width: 960px) {
	.msf-testimonials__intro {
		white-space: nowrap;
	}
}

.msf-testimonials__review {
	margin: 0 0 10px;
	text-align: center;
}

.msf-testimonials__review a {
	display: inline-block;
	padding: 7px 15px;
	border-radius: 999px;
	background: #087e86;
	box-shadow: 0 5px 12px rgba(36, 29, 26, 0.12);
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none;
}

.msf-testimonials__review a:hover {
	background: #075e66;
	color: #ffffff;
}

.msf-testimonials__review a:focus-visible {
	outline: 4px solid #f3cf6d;
	outline-offset: 4px;
}

.msf-testimonials__carousel {
	width: 100%;
	margin-inline: auto;
}

.msf-testimonials__viewport {
	overflow: hidden;
}

.msf-testimonials__track {
	display: grid;
	grid-auto-columns: 100%;
	grid-auto-flow: column;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.msf-testimonials__track::-webkit-scrollbar {
	display: none;
}

.msf-testimonials__card {
	min-width: 0;
	padding: 0 clamp(20px, 7vw, 100px) 6px;
	background: transparent;
	box-shadow: none;
	scroll-snap-align: start;
	text-align: center;
}

.msf-testimonials__card blockquote {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-style: normal;
}

.msf-testimonials__card blockquote::before,
.msf-testimonials__card blockquote::after,
.msf-testimonials__card blockquote p::before,
.msf-testimonials__card blockquote p::after {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	content: none !important;
}

.msf-testimonials__card blockquote p {
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	color: #241d1a;
	font-family: "Inter", sans-serif;
	font-size: clamp(18px, 1.65vw, 21px);
	font-weight: 400;
	line-height: 1.5;
}

.msf-testimonials__credit {
	display: inline-block;
	margin-top: 7px;
	color: #241d1a;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}

.msf-testimonials__credit--link {
	border-bottom: 1px solid currentColor;
	text-decoration: none;
	text-underline-offset: 3px;
}

.msf-testimonials__credit--link:hover {
	color: #075e66;
}

.msf-testimonials__credit--link:focus-visible,
.msf-testimonials__dots button:focus-visible {
	outline: 4px solid #f3cf6d;
	outline-offset: 4px;
}

.msf-testimonials__quote-full[hidden],
.msf-testimonials__quote-preview[hidden] {
	display: none;
}

.msf-testimonials__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 30px;
}

.msf-testimonials__dots button {
	box-sizing: border-box !important;
	display: block !important;
	flex: 0 0 11px !important;
	width: 11px !important;
	min-width: 11px !important;
	max-width: 11px !important;
	height: 11px !important;
	min-height: 11px !important;
	max-height: 11px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(36, 29, 26, 0.62) !important;
	border-radius: 50% !important;
	appearance: none;
	background: transparent !important;
	box-shadow: none !important;
	line-height: 0 !important;
	cursor: pointer;
}

.msf-testimonials__dots button[aria-current="true"] {
	background: rgba(36, 29, 26, 0.72) !important;
}

@media (max-width: 782px) {
	.msf-testimonials {
		padding: 34px 0 30px;
	}

	.msf-testimonials__inner {
		width: min(calc(100% - 28px), 560px);
	}

	.msf-testimonials__card {
		padding-inline: 4px;
	}

	.msf-testimonials__card blockquote p {
		font-size: 18px;
		line-height: 1.5;
	}
}

@media (prefers-reduced-motion: reduce) {
	.msf-testimonials__track {
		scroll-behavior: auto;
	}
}
