.nqts-sustainable {
	--nqts-sustainable-teal: #00525e;
	--nqts-sustainable-slate: #384551;
	--nqts-sustainable-ink: #132e34;
	--nqts-sustainable-line: #b8d7da;
	--nqts-sustainable-surface: #f4f7f7;
	width: min(100%, 1200px);
	max-width: 100%;
	margin-inline: auto;
	color: var(--nqts-sustainable-ink);
	font-family: inherit;
}

.nqts-sustainable *,
.nqts-sustainable *::before,
.nqts-sustainable *::after {
	box-sizing: border-box;
}

.nqts-sustainable__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.58fr);
	align-items: end;
	gap: 2rem;
	margin-block-end: clamp(1.5rem, 3vw, 2.5rem);
	min-width: 0;
}

.nqts-sustainable__heading {
	min-width: 0;
	max-width: 100%;
	margin: 0;
	color: var(--nqts-sustainable-teal);
	font-family: Aeonik, sans-serif;
	font-size: 45px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 1.3;
	overflow-wrap: break-word;
	white-space: normal;
	justify-self: start;
}

.nqts-sustainable__intro {
	min-width: 0;
	max-width: 40rem;
	margin: 0;
	color: #5c6c71;
	font-size: 1rem;
	line-height: 1.65;
}

.nqts-sustainable__viewport {
	overflow: hidden;
	background: var(--nqts-sustainable-surface);
	cursor: grab;
	outline: none;
	touch-action: pan-y;
	user-select: none;
	-webkit-user-select: none;
}

.nqts-sustainable__viewport.is-dragging {
	cursor: grabbing;
}

.nqts-sustainable__viewport:focus-visible {
	box-shadow: 0 0 0 3px rgba(0, 82, 94, 0.25);
}

.nqts-sustainable__track {
	display: flex;
	width: 100%;
	transform: translate3d(0, 0, 0);
	transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.nqts-sustainable__slide {
	display: grid;
	flex: 0 0 100%;
	grid-template-columns: minmax(20rem, 0.82fr) minmax(0, 1.18fr);
	min-width: 0;
	width: 100%;
	min-height: clamp(28rem, 43vw, 36rem);
	background: #fff;
}

.nqts-sustainable__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: clamp(2.25rem, 5vw, 5rem);
	overflow: hidden;
	background-color: var(--nqts-sustainable-surface);
	background-image:
		linear-gradient(rgba(0, 82, 94, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 82, 94, 0.055) 1px, transparent 1px);
	background-size: 2rem 2rem;
}

.nqts-sustainable__content::after {
	position: absolute;
	inset-block: 0;
	inset-inline-end: 0;
	width: 0.35rem;
	background: var(--nqts-sustainable-teal);
	content: "";
}

.nqts-sustainable__index {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-block-end: clamp(2rem, 5vw, 4.5rem);
	color: var(--nqts-sustainable-teal);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.nqts-sustainable__index i {
	display: block;
	width: 3.75rem;
	height: 1px;
	background: currentColor;
}

.nqts-sustainable__title {
	max-width: 10em;
	margin: 0;
	color: var(--nqts-sustainable-teal);
	font-size: clamp(1.75rem, 3.5vw, 3.2rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.04;
	overflow-wrap: break-word;
}

.nqts-sustainable__text {
	max-width: 34rem;
	margin: 1.4rem 0 0;
	color: var(--nqts-sustainable-slate);
	font-size: clamp(1rem, 1.5vw, 1.18rem);
	line-height: 1.65;
	overflow-wrap: break-word;
}

.nqts-sustainable__media {
	position: relative;
	min-width: 0;
	min-height: 100%;
	margin: 0;
	overflow: hidden;
	background: #dce4e5;
}

.nqts-sustainable__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(0, 82, 94, 0.08), transparent 45%);
	content: "";
	pointer-events: none;
}

.nqts-sustainable__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	pointer-events: none;
	transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
	user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
}

.nqts-sustainable__slide.is-active .nqts-sustainable__image {
	transform: scale(1.015);
}

.nqts-sustainable__controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding-block-start: 1.25rem;
	min-width: 0;
}

.nqts-sustainable__control-group {
	display: flex;
	align-items: center;
	min-width: 0;
}

.nqts-sustainable__control-group {
	gap: 0.65rem;
}

.nqts-sustainable__arrow {
	margin: 0;
	border: 0;
	font: inherit;
	cursor: pointer;
	position: relative;
	display: inline-grid;
	width: 3rem;
	height: 3rem;
	padding: 0;
	place-items: center;
	color: #fff;
	background: var(--nqts-sustainable-teal);
	clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 100% 100%, 15% 100%, 0% 50%);
	transition: background-color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.nqts-sustainable__arrow:hover {
	background: var(--nqts-sustainable-slate);
	transform: translateY(-2px);
}

.nqts-sustainable__arrow:focus-visible {
	outline: 3px solid rgba(0, 82, 94, 0.28);
	outline-offset: 3px;
}

.nqts-sustainable__arrow:disabled {
	cursor: not-allowed;
	opacity: 0.42;
	transform: none;
}

.nqts-sustainable__arrow span {
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	border-block-start: 2px solid currentColor;
	border-inline-end: 2px solid currentColor;
}

.nqts-sustainable__arrow--prev span {
	transform: rotate(-135deg);
}

.nqts-sustainable__arrow--next span {
	transform: rotate(45deg);
}

[dir="rtl"] .nqts-sustainable__arrow--prev span {
	transform: rotate(45deg);
}

[dir="rtl"] .nqts-sustainable__arrow--next span {
	transform: rotate(-135deg);
}

.nqts-sustainable__counter {
	display: flex;
	align-items: baseline;
	gap: 0.35rem;
	min-width: 4.9rem;
	justify-content: center;
	color: #758489;
	font-size: 0.78rem;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.04em;
}

.nqts-sustainable__counter strong {
	color: var(--nqts-sustainable-teal);
	font-size: 1rem;
}

@media (max-width: 900px) {
	.nqts-sustainable__header {
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}

	.nqts-sustainable__slide {
		grid-template-columns: minmax(17rem, 0.9fr) minmax(0, 1.1fr);
		min-height: 31rem;
	}
}

@media (max-width: 767px) {
	.nqts-sustainable {
		width: 100%;
	}

	.nqts-sustainable__header {
		margin-block-end: 1.25rem;
		overflow: hidden;
	}

	.nqts-sustainable__heading {
		max-width: 100%;
		font-size: 30px;
		letter-spacing: normal;
	}

	.nqts-sustainable__slide {
		grid-template-areas:
			"media"
			"content";
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
	}

	.nqts-sustainable__content {
		grid-area: content;
		min-height: 18rem;
		padding: 2rem 1.4rem 2.25rem;
		background-size: 1.5rem 1.5rem;
		overflow-wrap: anywhere;
	}

	.nqts-sustainable__content::after {
		inset-block: 0 auto;
		inset-inline: 0;
		width: auto;
		height: 0.3rem;
	}

	.nqts-sustainable__index {
		margin-block-end: 1.5rem;
	}

	.nqts-sustainable__title {
		font-size: clamp(1.7rem, 8vw, 2.35rem);
	}

	.nqts-sustainable__text {
		margin-block-start: 1rem;
		font-size: 1rem;
	}

	.nqts-sustainable__media {
		grid-area: media;
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.nqts-sustainable__image {
		min-height: 0;
	}

	.nqts-sustainable__controls {
		display: flex;
		align-items: flex-start;
		width: 100%;
		padding-block-start: 1rem;
	}

	.nqts-sustainable__arrow {
		width: 2.75rem;
		height: 2.75rem;
	}

	.nqts-sustainable__counter {
		min-width: 3.5rem;
	}

}

@media (prefers-reduced-motion: reduce) {
	.nqts-sustainable__track,
	.nqts-sustainable__image,
	.nqts-sustainable__arrow {
		transition-duration: 0.01ms !important;
	}
}
