.ths-slider {
	--ths-navy: #23439c;
	--ths-navy-deep: #1a2d77;
	--ths-copy: #342927;
	--ths-copy-soft: #6f6661;
	--ths-surface: #ffffff;
	--ths-shell: #f5f4f8;
	--ths-line: #e5e2ee;
	--ths-brown: #4a3531;
	--ths-radius-xl: 34px;
	--ths-radius-lg: 24px;
	--ths-radius-md: 18px;
	--ths-shadow: 0 30px 70px rgba(32, 38, 74, 0.12);
	font-family: "Segoe UI", Arial, sans-serif;
	color: var(--ths-copy);
}

.ths-slider *,
.ths-slider *::before,
.ths-slider *::after {
	box-sizing: border-box;
}

.ths-slider__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.95fr);
	gap: 24px;
	align-items: stretch;
}

.ths-slider__feature,
.ths-slider__panel,
.ths-slider__thumb {
	box-shadow: var(--ths-shadow);
}

.ths-slider__feature {
	position: relative;
	min-height: 720px;
	padding: 34px;
	border-radius: var(--ths-radius-xl);
	overflow: hidden;
	background-color: #cad1e6;
	background-image:
		linear-gradient(180deg, rgba(22, 34, 81, 0.16), rgba(20, 29, 76, 0.54)),
		var(--ths-hero-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ths-slider__feature-overlay {
	position: absolute;
	inset: 0;
	background:
	linear-gradient(180deg, rgba(18, 34, 98, 0.08) 0%, rgba(18, 34, 98, 0.24) 34%, #122262d6 100%), linear-gradient(120deg, rgba(18, 34, 98, 0.76) 0%, rgba(18, 34, 98, 0.18) 56%, rgba(18, 34, 98, 0.04) 100%);
	pointer-events: none;
}

.ths-slider__feature-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	max-width: 430px;
	color: #ffffff;
}

.ths-slider__pill,
.ths-slider__chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ths-slider__pill {
	margin: 0 0 12px;
	background: rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(12px);
}

.ths-slider__eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.82);
}

.ths-slider__headline {
	margin: 0;
	font-size: clamp(42px, 4vw, 45px);
	line-height: 0.96;
	letter-spacing: -0.05em;
	color: #ffffff;
	font-weight: 600;
}

.ths-slider__description {
	margin: 16px 0 0;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.86);
}

.ths-slider__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	margin-top: 24px;
	padding: 14px 20px;
	border-radius: 999px;
	background: #ffffff;
	color: var(--ths-navy-deep);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.ths-slider__cta:hover,
.ths-slider__cta:focus {
	color: var(--ths-navy);
}

.ths-slider__cta-icon {
	position: relative;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--ths-navy);
	flex: 0 0 18px;
}

.ths-slider__cta-icon::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 4px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #ffffff;
}

.ths-slider__identity {
	display: grid;
	gap: 4px;
	margin-top: 28px;
}

.ths-slider__identity strong {
	font-size: 30px;
	line-height: 1.05;
}

.ths-slider__identity span {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.82);
}

.ths-slider__details {
	min-width: 0;
}

.ths-slider__panel {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 24px;
	border: 1px solid rgba(229, 226, 238, 0.8);
	border-radius: calc(var(--ths-radius-xl) + 2px);
	background:
		radial-gradient(circle at top left, rgba(72, 112, 214, 0.06), transparent 24%),
		linear-gradient(180deg, #ffffff, #faf9fe);
}

.ths-slider__chip {
	margin: 0 0 22px;
	background: linear-gradient(90deg, #eef2ff, #e7ebf8);
	color: var(--ths-navy-deep);
}

.ths-slider__panel-title {
	margin: 0 0 18px;
	font-size: clamp(28px, 2.5vw, 34px);
	line-height: 1.2;
	letter-spacing: -0.04em;
	color: var(--ths-copy);
	    font-weight: 600;
}

.ths-slider__profile-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 14px;
	border: 1px solid var(--ths-line);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.96);
}

.ths-slider__profile-avatar {
	width: 54px;
	height: 54px !important;
	border-radius: 35% !important;
	object-fit: cover;
	flex: 0 0 54px;
}

.ths-slider__profile-copy {
	display: grid;
	gap: 4px;
}

.ths-slider__profile-copy strong {
	font-size: 16px;
	line-height: 1.1;
}

.ths-slider__profile-copy span {
	font-size: 14px;
	color: var(--ths-copy-soft);
}

.ths-slider__quote {
	margin: 14px 0;
	padding: 20px;
	border-radius: 22px;
	background: linear-gradient(135deg, #2748a2, #3958b7);
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
}

.ths-slider__meta-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.ths-slider__meta-card {
	display: grid;
	gap: 0px;
	min-height: 90px;
	padding: 18px;
	border: 1px solid var(--ths-line);
	border-radius: 20px;
	background: #ffffff;
}

.ths-slider__meta-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #807974;
}

.ths-slider__meta-card strong {
	font-size: 14px;
	line-height: 18px;
	color: var(--ths-navy-deep);
}

.ths-slider__bullet-list {
	display: grid;
	gap: 12px;
	margin: 18px 0;
	padding: 0;
	list-style: none;
}

.ths-slider__bullet-list li {
	position: relative;
	padding-left: 22px;
	font-size: 16px;
	line-height: 1.55;
	color: #554d49;
}

.ths-slider__bullet-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--ths-navy);
	box-shadow: 0 0 0 4px rgba(35, 67, 156, 0.12);
}

.ths-slider__impact-card {
	margin-top: auto;
	padding: 18px 20px;
	border-radius: 22px;
	background: var(--ths-brown);
	color: #ffffff;
}

.ths-slider__impact-card h4 {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.2;
}

.ths-slider__impact-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.82);
}

.ths-slider__thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
	    width: 58%;
}

.ths-slider__thumb {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 10px 12px;
	border: 1px solid transparent;
	border-radius: 20px;
	background: #ffffff;
	cursor: pointer;
	text-align: left;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.ths-slider__thumb:hover,
.ths-slider__thumb:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(53, 80, 167, 0.2);
	outline: none;
}

.ths-slider__thumb.is-active {
	background: linear-gradient(135deg, #23439c, #3052b4);
	color: #ffffff;
}

.ths-slider__thumb.is-active .ths-slider__thumb-copy span {
	color: rgba(255, 255, 255, 0.82);
}

.ths-slider__thumb img {
	width: 46px;
	height: 46px;
	border-radius: 14px;
	object-fit: cover;
	flex: 0 0 46px;
	background: #ebeff9;
}

.ths-slider__thumb-copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.ths-slider__thumb-copy strong,
.ths-slider__thumb-copy span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ths-slider__thumb-copy strong {
	font-size: 15px;
	line-height: 1.1;
	color: #000;
}
button.ths-slider__thumb.is-active .ths-slider__thumb-copy strong {
    color: #fff;
}
.ths-slider__thumb-copy span {
	font-size: 13px;
	line-height: 1.15;
	color: var(--ths-copy-soft);
}

@media (max-width: 1080px) {
	.ths-slider__layout {
		grid-template-columns: 1fr;
	}

	.ths-slider__feature {
		min-height: 620px;
	}
}

@media (max-width: 767px) {
	.ths-slider__feature,
	.ths-slider__panel {
		padding: 20px;
	}

	.ths-slider__feature {
		min-height: 520px;
	}

	.ths-slider__headline {
		font-size: 38px;
	}

	.ths-slider__description,
	.ths-slider__quote,
	.ths-slider__bullet-list li {
		font-size: 15px;
	}

	.ths-slider__meta-grid,
	.ths-slider__thumbs {
		grid-template-columns: 1fr;
	}
}
