@font-face {
	font-family: "NRS Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../../fonts/inter-variable.woff2") format("woff2");
}

@font-face {
	font-family: "NRS Manrope";
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("../../fonts/manrope-variable.woff2") format("woff2");
}

body.nrs-page-eeg5000q.nrs-route-legacy:not(.fusion-builder-live) .avada-page-titlebar-wrapper,
body.nrs-page-eeg5000q.nrs-route-legacy:not(.fusion-builder-live) #main {
	display: none !important;
}

body.nrs-page-eeg5000q.nrs-route-legacy:not(.fusion-builder-live) #wrapper,
body.nrs-page-eeg5000q.nrs-route-legacy:not(.fusion-builder-live) .fusion-wrapper {
	background-color: #fff;
}

body.nrs-page-eeg5000q.nrs-route-legacy #content {
	scroll-margin-top: var(--nrs-header-height, 90px);
}

.nrs-eeg5000q-hero {
	--nrs-eeg5000q-hero-height: clamp(479px, calc(448.596px + 7.73639vw), 560px);
	--nrs-eeg5000q-content-top: clamp(95.34px, calc(60.184px + 8.94556vw), 189px);
	--nrs-eeg5000q-content-width: clamp(344px, calc(162.327px + 46.2273vw), 828px);
	--nrs-eeg5000q-title-size: clamp(40px, calc(27.9885px + 3.05635vw), 72px);
	--nrs-eeg5000q-title-line-height: clamp(56px, calc(44.594px + 2.90204vw), 86.4px);
	--nrs-eeg5000q-description-size: clamp(16px, calc(12.997px + 0.76409vw), 24px);
	--nrs-eeg5000q-description-line-height: clamp(24px, calc(20.997px + 0.76409vw), 32px);
	--nrs-eeg5000q-title-description-gap: clamp(20px, calc(15.497px + 1.14613vw), 32px);
	--nrs-eeg5000q-description-tags-gap: clamp(52px, calc(56.126px - 0.28653vw), 55px);
	--nrs-eeg5000q-bottom-gap: clamp(72px, calc(53.98px + 4.59vw), 120px);
	position: relative;
	z-index: 20;
	width: 100%;
	height: var(--nrs-eeg5000q-hero-height);
	min-height: var(--nrs-eeg5000q-hero-height);
	margin: 0 0 var(--nrs-eeg5000q-bottom-gap);
	overflow: visible;
	background: rgb(35, 50, 80);
	color: var(--base-colour-white);
	font-family: "NRS Inter", Inter, var(--body_typography-font-family, Arial, sans-serif);
	isolation: isolate;
}

.nrs-eeg5000q-hero *,
.nrs-eeg5000q-hero *::before,
.nrs-eeg5000q-hero *::after {
	box-sizing: border-box;
}

.nrs-eeg5000q-hero__picture {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.nrs-eeg5000q-hero__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}

.nrs-eeg5000q-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(61, 87, 141, 0.2) -11.8002%, rgb(35, 50, 80) 100%);
	pointer-events: none;
}

.nrs-eeg5000q-hero__lower-blur {
	display: none;
}

.nrs-eeg5000q-hero__breadcrumb {
	display: none;
}

.nrs-eeg5000q-hero__content {
	position: absolute;
	top: var(--nrs-eeg5000q-content-top);
	left: 50%;
	z-index: 3;
	width: min(var(--nrs-eeg5000q-content-width), calc(100vw - 40px));
	transform: translateX(-50%);
}

.nrs-eeg5000q-hero .nrs-eeg5000q-hero__title {
	width: min(805px, 100%);
	min-height: var(--nrs-eeg5000q-title-line-height);
	margin: 0 auto;
	color: rgb(251, 251, 251);
	font-family: "NRS Inter", Inter, var(--h1_typography-font-family, Arial, sans-serif);
	font-size: var(--nrs-eeg5000q-title-size) !important;
	font-weight: 600;
	line-height: var(--nrs-eeg5000q-title-line-height) !important;
	letter-spacing: -0.02em;
	text-align: center;
	white-space: nowrap;
}

.nrs-eeg5000q-hero__description {
	width: 100%;
	margin: var(--nrs-eeg5000q-title-description-gap) 0 0;
	color: var(--base-colour-white);
	font-family: "NRS Inter", Inter, var(--body_typography-font-family, Arial, sans-serif);
	font-size: var(--nrs-eeg5000q-description-size);
	font-weight: 400;
	line-height: var(--nrs-eeg5000q-description-line-height);
	letter-spacing: 0;
	text-align: center;
}

.nrs-eeg5000q-hero__tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0;
	margin: var(--nrs-eeg5000q-description-tags-gap) 0 0;
	list-style: none;
	column-gap: 8px;
	row-gap: 8px;
}

.nrs-eeg5000q-hero__tags li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 29px;
	padding: 4px 10px;
	margin: 0;
	border: 0;
	border-radius: 100px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
	color: var(--base-colour-white);
	font-family: "NRS Inter", Inter, var(--body_typography-font-family, Arial, sans-serif);
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: 0;
	white-space: nowrap;
}

.nrs-eeg5000q-hero__tags li:nth-child(1) {
	width: 144px;
}

.nrs-eeg5000q-hero__tags li:nth-child(2) {
	width: 154px;
}

.nrs-eeg5000q-hero__tags li:nth-child(3) {
	width: 149px;
}

@media (min-width: 900px) {
	.nrs-eeg5000q-hero__breadcrumb {
		position: absolute;
		top: calc(var(--nrs-eeg5000q-content-top) - 36px);
		left: 50%;
		z-index: 3;
		display: block;
		width: 253px;
		height: 19px;
		transform: translateX(-50%);
	}

	.nrs-eeg5000q-hero__breadcrumb ol {
		display: flex;
		align-items: center;
		width: 100%;
		height: 19px;
		padding: 0;
		margin: 0;
		list-style: none;
		gap: 8px;
	}

	.nrs-eeg5000q-hero__breadcrumb li,
	.nrs-eeg5000q-hero__breadcrumb a {
		padding: 0;
		margin: 0;
		color: var(--base-colour-white);
		font-family: "NRS Inter", Inter, var(--body_typography-font-family, Arial, sans-serif);
		font-size: 16px;
		font-weight: 400;
		line-height: 19px;
		letter-spacing: 0;
		text-decoration: none;
		white-space: nowrap;
	}

	.nrs-eeg5000q-hero__breadcrumb a:hover,
	.nrs-eeg5000q-hero__breadcrumb a:focus {
		color: var(--base-colour-white);
		text-decoration: underline;
		text-underline-offset: 3px;
	}

	.nrs-eeg5000q-hero__breadcrumb-separator,
	.nrs-eeg5000q-hero__breadcrumb-separator img {
		display: block;
		width: 16px;
		height: 16px;
		flex: 0 0 16px;
	}

	.nrs-eeg5000q-hero .nrs-eeg5000q-hero__title {
		font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, var(--h1_typography-font-family, Arial, sans-serif);
	}
}

@media (max-width: 899px) {
	.nrs-eeg5000q-hero__image {
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center 46%;
		transform: none;
	}
}

@media (max-width: 600px) {
	.nrs-eeg5000q-hero__overlay {
		display: none;
	}

	.nrs-eeg5000q-hero__lower-blur {
		display: none;
	}

	.nrs-eeg5000q-hero__content {
		--nrs-eeg5000q-mobile-rail-offset: clamp(0px, calc(47.797px - 11.0178vw), 4.5px);
		left: calc(50% + var(--nrs-eeg5000q-mobile-rail-offset));
		width: min(344px, calc(100vw - 48px));
		transform: translateX(-50%);
	}

	.nrs-eeg5000q-hero .nrs-eeg5000q-hero__title {
		width: 100%;
		min-height: 56px;
		font-family: "NRS Inter", Inter, var(--h1_typography-font-family, Arial, sans-serif);
		font-size: 40px !important;
		line-height: 56px !important;
	}

	.nrs-eeg5000q-hero__description {
		margin-top: 20px;
		font-size: 16px;
		line-height: 24px;
	}

	.nrs-eeg5000q-hero__tags {
		margin-top: 55px;
	}

}

@media (max-width: 382px) {
	.nrs-eeg5000q-hero__content {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (max-width: 359px) {
	.nrs-eeg5000q-hero__content {
		top: 92px;
		width: calc(100vw - 32px);
	}

	.nrs-eeg5000q-hero .nrs-eeg5000q-hero__title {
		min-height: 48px;
		font-size: 36px !important;
		line-height: 48px !important;
	}

	.nrs-eeg5000q-hero__description {
		margin-top: 16px;
		font-size: 14px;
		line-height: 21px;
	}

	.nrs-eeg5000q-hero__tags {
		margin-top: 24px;
		row-gap: 6px;
	}
}

/* EEG 5000Q details slice: Figma desktop 233:2808 and mobile 249:2111. */
.nrs-eeg5000q-details {
	width: 100%;
	padding: 0 0 40px;
	margin: 0 0 120px;
	color: #111827;
	font-family: "NRS Inter", Inter, var(--body_typography-font-family, Arial, sans-serif);
	overflow: visible;
}

.nrs-eeg5000q-details *,
.nrs-eeg5000q-details *::before,
.nrs-eeg5000q-details *::after {
	box-sizing: border-box;
}

.nrs-eeg5000q-details__intro,
.nrs-eeg5000q-details__panels {
	width: min(1280px, calc(100% - 48px));
	margin-right: auto;
	margin-left: auto;
}

.nrs-eeg5000q-details__heading {
	position: relative;
	width: min(768px, 100%);
	height: 110px;
	margin: 0 auto;
}

.nrs-eeg5000q-details__eyebrow {
	display: block;
	width: 100%;
	margin: 0;
	color: #8dacc5;
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -0.02em;
	text-align: center;
	text-decoration: none;
}

.nrs-eeg5000q-details__eyebrow:hover,
.nrs-eeg5000q-details__eyebrow:focus {
	color: #8dacc5;
}

.nrs-eeg5000q-details__eyebrow:focus-visible,
.nrs-eeg5000q-details__nav-link:focus-visible,
.nrs-eeg5000q-download__button:focus-visible {
	outline: 3px solid #2f8cd4;
	outline-offset: 4px;
}

.nrs-eeg5000q-details .nrs-eeg5000q-details__title {
	width: 100%;
	height: 48px;
	margin: 14px 0 0;
	color: #111827;
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: 48px !important;
	font-weight: 700;
	line-height: 48px !important;
	letter-spacing: -0.02em;
	text-align: center;
}

.nrs-eeg5000q-details__heading-decor {
	position: absolute;
	z-index: 1;
	display: block;
	max-width: none;
	pointer-events: none;
}

.nrs-eeg5000q-details__heading-decor--right.nrs-eeg5000q-details__heading-decor--desktop {
	top: -22px;
	left: 65.7383%;
	width: 47.25px;
	height: 47.25px;
}

.nrs-eeg5000q-details__heading-decor--left.nrs-eeg5000q-details__heading-decor--desktop {
	top: 75.71px;
	left: 200px;
	width: 47.25px;
	height: 47.25px;
}

.nrs-eeg5000q-details__heading-decor--mobile {
	display: none;
}

.nrs-eeg5000q-details__nav {
	width: min(768px, 100%);
	height: 40px;
	margin: 74px auto 0;
	overflow: visible;
}

.nrs-eeg5000q-details__nav-track {
	display: flex;
	width: 545px;
	height: 40px;
	margin: 0 auto;
	gap: 12px;
}

.nrs-eeg5000q-details__nav-link {
	display: inline-flex;
	flex: 0 0 132px;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 10px 20px;
	border: 0;
	border-radius: 40px;
	box-shadow: inset 0 0 0 1px rgba(6, 3, 22, 0.1);
	background: #fcfcfc;
	color: #060316;
	font-family: "NRS Inter", Inter, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 160ms ease, color 160ms ease;
}

.nrs-eeg5000q-details__nav-link:first-child {
	flex-basis: 113px;
}

.nrs-eeg5000q-details__nav-link:hover,
.nrs-eeg5000q-details__nav-link:focus,
.nrs-eeg5000q-details__nav-link.is-active {
	background: #1f5d8d;
	color: #fff;
}

.nrs-eeg5000q-details__panels {
	margin-top: 40px;
}

.nrs-eeg5000q-panel {
	width: 100%;
	padding: 41px 36px;
	border-radius: 24px;
	scroll-margin-top: calc(var(--nrs-header-height, 90px) + 24px);
}

.nrs-eeg5000q-panel + .nrs-eeg5000q-panel {
	margin-top: 40px;
}

.nrs-eeg5000q-panel .nrs-eeg5000q-panel__title {
	width: 100%;
	height: 48px;
	margin: 0;
	color: #06285c;
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: 40px !important;
	font-weight: 700;
	line-height: 48px !important;
	letter-spacing: -0.02em;
}

.nrs-eeg5000q-description {
	height: 879px;
	background: #edf6ff;
	text-align: center;
}

.nrs-eeg5000q-description__title {
	text-align: center;
}

.nrs-eeg5000q-description__text {
	width: 100%;
	margin: 16px 0 0;
	color: #111827;
	font-family: "NRS Inter", Inter, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: 0;
	text-align: center;
}

.nrs-eeg5000q-description__media {
	display: grid;
	grid-template-columns: 479px 479px;
	width: 990px;
	height: 432px;
	margin: 56px auto 0;
	gap: 24px;
}

.nrs-eeg5000q-description__media img {
	display: block;
	width: 479px;
	height: 432px;
	max-width: none;
	object-fit: contain;
}

.nrs-eeg5000q-description__text--closing {
	margin-top: 56px;
}

.nrs-eeg5000q-features {
	height: 2919px;
	background: #f6f9fa;
}

.nrs-eeg5000q-features__title {
	color: #111827 !important;
	text-align: left;
}

.nrs-eeg5000q-features__groups {
	margin-top: 26px;
}

.nrs-eeg5000q-feature-group {
	display: grid;
	align-items: start;
	width: 100%;
}

.nrs-eeg5000q-feature-group + .nrs-eeg5000q-feature-group {
	margin-top: 124px;
}

.nrs-eeg5000q-feature-group--software {
	grid-template-columns: 590px 582px;
	min-height: 768px;
	gap: 36px;
}

.nrs-eeg5000q-feature-group--flexible-hardware {
	grid-template-columns: 590px 587px;
	width: 1213px;
	min-height: 671px;
	gap: 36px;
}

.nrs-eeg5000q-feature-group--advanced-recording {
	grid-template-columns: 584px 588px;
	min-height: 461px;
	gap: 36px;
}

.nrs-eeg5000q-feature-group--clinical-workflow {
	grid-template-columns: 588px 584px;
	min-height: 491px;
	gap: 36px;
}

.nrs-eeg5000q-feature-group--flexible-hardware .nrs-eeg5000q-feature-group__copy,
.nrs-eeg5000q-feature-group--clinical-workflow .nrs-eeg5000q-feature-group__copy {
	grid-column: 2;
	grid-row: 1;
}

.nrs-eeg5000q-feature-group--flexible-hardware .nrs-eeg5000q-feature-group__media,
.nrs-eeg5000q-feature-group--clinical-workflow .nrs-eeg5000q-feature-group__media {
	grid-column: 1;
	grid-row: 1;
}

.nrs-eeg5000q-feature-group--advanced-recording .nrs-eeg5000q-feature-group__copy {
	margin-top: 30px;
}

.nrs-eeg5000q-feature-group__title {
	width: 100%;
	height: 33px;
	margin: 0;
	color: #091a27;
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: 24px !important;
	font-weight: 700;
	line-height: 33px !important;
	letter-spacing: 0;
	text-align: left;
}

.nrs-eeg5000q-feature-list {
	display: grid;
	width: 100%;
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
	gap: 16px;
}

.nrs-eeg5000q-feature-list__item {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	align-items: center;
	width: 100%;
	height: 74px;
	padding: 0 24px;
	border-radius: 12px;
	background: #fff;
	column-gap: 16px;
	color: #374151;
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -0.02em;
}

.nrs-eeg5000q-feature-list__icon {
	display: block;
	width: 24px;
	height: 24px;
	max-width: none;
}

.nrs-eeg5000q-feature-group__media {
	overflow: hidden;
}

.nrs-eeg5000q-feature-group__media img {
	display: block;
	max-width: none;
	object-fit: cover;
}

.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media {
	display: grid;
	width: 582px;
	height: 704px;
	margin-top: 57px;
	gap: 20px;
}

.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media img {
	width: 582px;
	height: 342px;
}

.nrs-eeg5000q-feature-group--flexible-hardware .nrs-eeg5000q-feature-group__media {
	width: 590px;
	height: 610px;
	margin-top: 61px;
}

.nrs-eeg5000q-feature-group--flexible-hardware .nrs-eeg5000q-feature-group__media img {
	width: 590px;
	height: 610px;
}

.nrs-eeg5000q-feature-group--advanced-recording .nrs-eeg5000q-feature-group__media,
.nrs-eeg5000q-feature-group--advanced-recording .nrs-eeg5000q-feature-group__media img {
	width: 588px;
	height: 461px;
}

.nrs-eeg5000q-feature-group--clinical-workflow .nrs-eeg5000q-feature-group__media {
	width: 588px;
	height: 434px;
	margin-top: 57px;
}

.nrs-eeg5000q-feature-group--clinical-workflow .nrs-eeg5000q-feature-group__media img {
	width: 588px;
	height: 434px;
}

.nrs-eeg5000q-applications {
	height: 509.67px;
	background: #edf6ff;
}

.nrs-eeg5000q-applications__intro {
	width: 100%;
	height: 33px;
	margin: 16px 0 0;
	color: #111827;
	font-family: "NRS Inter", Inter, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: 0;
	text-align: left;
}

.nrs-eeg5000q-applications__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
	padding: 0;
	margin: 56px 0 0;
	list-style: none;
	gap: 16px;
}

.nrs-eeg5000q-application-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 129.33px;
	padding: 24px;
	border-radius: 12px;
	box-shadow: inset 0 0 0 1px #fff;
	background: rgba(255, 255, 255, 0.5);
	color: #374151;
}

.nrs-eeg5000q-application-card--solid {
	box-shadow: none;
	background: #fff;
}

.nrs-eeg5000q-application-card img {
	display: block;
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	max-width: none;
}

.nrs-eeg5000q-application-card span {
	width: 100%;
	margin-top: 15.33px;
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -0.02em;
	text-align: center;
}

.nrs-eeg5000q-download {
	height: 263px;
	background: #fff3f4;
}

.nrs-eeg5000q-download__file {
	position: relative;
	display: grid;
	grid-template-columns: 66px minmax(0, 1fr);
	width: 100%;
	height: 77px;
	margin-top: 56px;
	column-gap: 17px;
}

.nrs-eeg5000q-download__document {
	align-self: end;
	display: block;
	width: 66px;
	height: 68px;
	max-width: none;
}

.nrs-eeg5000q-download__meta {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	padding-right: 72px;
}

.nrs-eeg5000q-download__meta strong {
	display: block;
	max-width: 100%;
	color: #000;
	font-family: "NRS Inter", Inter, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}

.nrs-eeg5000q-download__meta span {
	display: block;
	margin-top: 12px;
	color: rgba(0, 0, 0, 0.34);
	font-family: "NRS Inter", Inter, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
}

.nrs-eeg5000q-download__progress {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 90.41px;
	height: 4px;
	overflow: hidden;
	border-radius: 7.5px;
	background: rgba(0, 0, 0, 0.1);
}

.nrs-eeg5000q-download__progress span {
	display: block;
	width: 38.1217%;
	height: 100%;
	border-radius: inherit;
	background: #1f5d8d;
}

.nrs-eeg5000q-download__button {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #fff;
	text-decoration: none;
}

.nrs-eeg5000q-download__button img {
	display: block;
	width: 24px;
	height: 24px;
	max-width: none;
}

@media (max-width: 1327px) {
	.nrs-eeg5000q-details {
		padding-bottom: clamp(20px, 3.33vw, 40px);
		margin-bottom: clamp(88px, 10vw, 120px);
	}

	.nrs-eeg5000q-description,
	.nrs-eeg5000q-features,
	.nrs-eeg5000q-applications,
	.nrs-eeg5000q-download {
		height: auto;
	}

	.nrs-eeg5000q-description__media {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: min(990px, 100%);
		height: auto;
	}

	.nrs-eeg5000q-description__media img {
		width: 100%;
		height: auto;
		max-width: 479px;
	}

	.nrs-eeg5000q-feature-group,
	.nrs-eeg5000q-feature-group--flexible-hardware {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		width: 100%;
		min-height: 0;
		gap: 36px;
	}

	.nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group__media img,
	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media img,
	.nrs-eeg5000q-feature-group--flexible-hardware .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--flexible-hardware .nrs-eeg5000q-feature-group__media img,
	.nrs-eeg5000q-feature-group--advanced-recording .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--advanced-recording .nrs-eeg5000q-feature-group__media img,
	.nrs-eeg5000q-feature-group--clinical-workflow .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--clinical-workflow .nrs-eeg5000q-feature-group__media img {
		width: 100%;
		height: auto;
		max-width: 100%;
	}

	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media {
		align-self: end;
		margin-top: 57px;
	}

	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media img {
		aspect-ratio: 582 / 342;
	}

	.nrs-eeg5000q-feature-group--flexible-hardware .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--clinical-workflow .nrs-eeg5000q-feature-group__media {
		align-self: end;
	}

	.nrs-eeg5000q-feature-group--advanced-recording .nrs-eeg5000q-feature-group__copy {
		margin-top: 0;
	}

	.nrs-eeg5000q-feature-list__item {
		height: auto;
		min-height: 74px;
	}

	.nrs-eeg5000q-applications__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.nrs-eeg5000q-application-card {
		height: auto;
		min-height: 129.33px;
	}

	.nrs-eeg5000q-download {
		min-height: 263px;
	}
}

@media (max-width: 899px) {
	.nrs-eeg5000q-details__heading {
		height: auto;
	}

	.nrs-eeg5000q-details__eyebrow {
		font-size: clamp(24px, 4.45vw, 40px);
		line-height: clamp(31px, 5.34vw, 48px);
	}

	.nrs-eeg5000q-details .nrs-eeg5000q-details__title {
		height: auto;
		margin-top: clamp(8px, 1.56vw, 14px);
		font-size: clamp(32px, 5.34vw, 48px) !important;
		line-height: clamp(40px, 5.34vw, 48px) !important;
	}

	.nrs-eeg5000q-details__heading-decor--desktop {
		display: none;
	}

	.nrs-eeg5000q-details__heading-decor--mobile {
		display: block;
	}

	.nrs-eeg5000q-details__heading-decor--right.nrs-eeg5000q-details__heading-decor--mobile {
		top: 0;
		left: 72.5652%;
		width: 33.17px;
		height: 33.17px;
	}

	.nrs-eeg5000q-details__heading-decor--left.nrs-eeg5000q-details__heading-decor--mobile {
		top: 59.08px;
		left: 49px;
		width: 29.84px;
		height: 29.84px;
	}

	.nrs-eeg5000q-details__nav {
		margin-top: 56px;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.nrs-eeg5000q-details__nav::-webkit-scrollbar {
		display: none;
	}

	.nrs-eeg5000q-details__nav-track {
		margin-left: 0;
	}

	.nrs-eeg5000q-details__panels {
		margin-top: 48px;
	}

	.nrs-eeg5000q-panel + .nrs-eeg5000q-panel {
		margin-top: 48px;
	}

	.nrs-eeg5000q-feature-group,
	.nrs-eeg5000q-feature-group--flexible-hardware {
		display: flex;
		width: 100%;
		flex-direction: column;
		gap: 0;
	}

	.nrs-eeg5000q-feature-group + .nrs-eeg5000q-feature-group {
		margin-top: 72px;
	}

	.nrs-eeg5000q-feature-group--flexible-hardware .nrs-eeg5000q-feature-group__copy,
	.nrs-eeg5000q-feature-group--clinical-workflow .nrs-eeg5000q-feature-group__copy,
	.nrs-eeg5000q-feature-group--flexible-hardware .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--clinical-workflow .nrs-eeg5000q-feature-group__media {
		order: initial;
	}

	.nrs-eeg5000q-feature-group__title {
		text-align: center;
	}

	.nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--flexible-hardware .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--clinical-workflow .nrs-eeg5000q-feature-group__media {
		align-self: center;
		margin-top: 32px;
	}

	.nrs-eeg5000q-applications__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.nrs-eeg5000q-details {
		padding-bottom: 0;
		margin-bottom: 72px;
	}

	.nrs-eeg5000q-details__intro,
	.nrs-eeg5000q-details__panels {
		width: min(345px, calc(100% - 48px));
	}

	.nrs-eeg5000q-details__heading {
		width: 100%;
		height: 79px;
	}

	.nrs-eeg5000q-details__eyebrow {
		height: 31px;
		font-size: 24px;
		line-height: 31px;
	}

	.nrs-eeg5000q-details .nrs-eeg5000q-details__title {
		height: 40px;
		margin-top: 8px;
		font-size: 32px !important;
		line-height: 40px !important;
	}

	.nrs-eeg5000q-details__nav {
		width: 100%;
		margin-top: 56px;
	}

	.nrs-eeg5000q-details__panels {
		margin-top: 56px;
	}

	.nrs-eeg5000q-panel {
		--nrs-eeg5000q-panel-gutter: max(23px, calc((100% - 345px) / 2));
		width: calc(100vw - 2px);
		padding: 41px var(--nrs-eeg5000q-panel-gutter);
		margin-left: calc((100% - (100vw - 2px)) / 2);
		border-radius: 0;
	}

	.nrs-eeg5000q-panel + .nrs-eeg5000q-panel {
		margin-top: 56px;
	}

	.nrs-eeg5000q-panel .nrs-eeg5000q-panel__title {
		height: 26px;
		font-size: 20px !important;
		font-weight: 600;
		line-height: 26px !important;
		text-align: center;
	}

	.nrs-eeg5000q-description {
		min-height: 776px;
	}

	.nrs-eeg5000q-description__title,
	.nrs-eeg5000q-features__title {
		position: absolute;
		width: 1px !important;
		height: 1px !important;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
	}

	.nrs-eeg5000q-description__text {
		margin-top: 16px;
		font-size: 16px;
		line-height: 33px;
	}

	.nrs-eeg5000q-description__media {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: calc(100% - 2.61px);
		height: 150px;
		margin-top: 40px;
		gap: 8.39px;
	}

	.nrs-eeg5000q-description__media img {
		width: 100%;
		height: 150px;
		object-fit: fill;
	}

	.nrs-eeg5000q-description__text--closing {
		margin-top: 40px;
	}

	.nrs-eeg5000q-features {
		min-height: 3859px;
	}

	.nrs-eeg5000q-features__groups {
		margin-top: 0;
	}

	.nrs-eeg5000q-feature-group + .nrs-eeg5000q-feature-group {
		margin-top: 56px;
	}

	.nrs-eeg5000q-feature-group__title {
		height: 26px;
		color: #06285c;
		font-size: 20px !important;
		font-weight: 600;
		line-height: 26px !important;
		letter-spacing: -0.02em;
		text-align: center;
	}

	.nrs-eeg5000q-feature-list {
		width: calc(100% - 2px);
		margin: 32px auto 0;
		gap: 16px;
	}

	.nrs-eeg5000q-feature-list__item {
		min-height: 56px;
		padding: 7px 16px;
		font-size: 16px;
		line-height: 21px;
	}

	.nrs-eeg5000q-feature-list__item--spacious {
		min-height: 72px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.nrs-eeg5000q-feature-list__item--two-line {
		min-height: 74px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--flexible-hardware .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--clinical-workflow .nrs-eeg5000q-feature-group__media {
		align-self: center;
		margin-top: 32px;
	}

	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media {
		width: 100%;
		height: 472px;
		gap: 20px;
	}

	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media img {
		width: 100%;
		height: 226px;
		object-fit: cover;
	}

	.nrs-eeg5000q-feature-group--flexible-hardware .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--flexible-hardware .nrs-eeg5000q-feature-group__media img,
	.nrs-eeg5000q-feature-group--advanced-recording .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--advanced-recording .nrs-eeg5000q-feature-group__media img {
		width: calc(100% - 2px);
		height: 355px;
		object-fit: cover;
	}

	.nrs-eeg5000q-feature-group--clinical-workflow .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--clinical-workflow .nrs-eeg5000q-feature-group__media img {
		width: calc(100% - 2px);
		height: 229px;
		object-fit: cover;
	}

	.nrs-eeg5000q-applications {
		min-height: 928.67px;
	}

	.nrs-eeg5000q-applications__intro {
		height: auto;
		min-height: 66px;
		margin-top: 16px;
		font-size: 16px;
		line-height: 33px;
		text-align: center;
	}

	.nrs-eeg5000q-applications__grid {
		grid-template-columns: 1fr;
		width: calc(100% - 26px);
		margin: 56px auto 0;
		gap: 16px;
	}

	.nrs-eeg5000q-application-card,
	.nrs-eeg5000q-application-card--solid {
		flex-direction: row;
		align-items: center;
		height: 71.33px;
		min-height: 71.33px;
		padding: 16px;
		box-shadow: inset 0 0 0 1px #fff;
		background: rgba(255, 255, 255, 0.5);
	}

	.nrs-eeg5000q-application-card span {
		width: auto;
		min-width: 0;
		margin: 0 0 0 16px;
		font-size: 14px;
		line-height: 18px;
		text-align: left;
	}

	.nrs-eeg5000q-download {
		min-height: 225px;
	}

	.nrs-eeg5000q-download__file {
		grid-template-columns: 52px minmax(0, 1fr);
		height: 61px;
		margin-top: 56px;
		column-gap: 17px;
	}

	.nrs-eeg5000q-download__document {
		width: 52px;
		height: 53px;
	}

	.nrs-eeg5000q-download__meta {
		width: 178px;
		padding-right: 0;
	}

	.nrs-eeg5000q-download__meta strong {
		width: 142px;
		overflow: hidden;
		font-size: 14px;
		line-height: 17px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.nrs-eeg5000q-download__meta span {
		margin-top: 8px;
		font-size: 14px;
		line-height: 17px;
	}

	.nrs-eeg5000q-download__progress {
		left: 69px;
	}

	.nrs-eeg5000q-download__button {
		width: 44px;
		height: 44px;
	}

	.nrs-eeg5000q-download__button img {
		width: 18.86px;
		height: 18.86px;
	}
}

@media (max-width: 382px) {
	.nrs-eeg5000q-description,
	.nrs-eeg5000q-features,
	.nrs-eeg5000q-applications,
	.nrs-eeg5000q-download {
		min-height: 0;
	}

	.nrs-eeg5000q-description__media,
	.nrs-eeg5000q-description__media img {
		height: min(150px, calc((100vw - 56px) * 0.451));
	}

	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media {
		height: calc((100vw - 48px) * 1.36812);
	}

	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media img {
		height: calc((100vw - 48px) * 0.65507);
	}

	.nrs-eeg5000q-feature-group--flexible-hardware .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--flexible-hardware .nrs-eeg5000q-feature-group__media img,
	.nrs-eeg5000q-feature-group--advanced-recording .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--advanced-recording .nrs-eeg5000q-feature-group__media img {
		height: calc((100vw - 50px) * 1.03499);
	}

	.nrs-eeg5000q-feature-group--clinical-workflow .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--clinical-workflow .nrs-eeg5000q-feature-group__media img {
		height: calc((100vw - 50px) * 0.66764);
	}

	.nrs-eeg5000q-application-card,
	.nrs-eeg5000q-application-card--solid {
		height: auto;
		min-height: 71.33px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nrs-eeg5000q-details__nav-link {
		transition: none;
	}
}

/* EEG 5000Q post-details chain: Related Products, Reach, and artwork CTA. */
.nrs-eeg5000q-related.nrs-home-products {
	height: 821px;
	min-height: 821px;
	padding: 0 64px;
	overflow: hidden;
}

.nrs-eeg5000q-related .nrs-home-products__intro {
	width: 100%;
	height: 133px;
	min-height: 133px;
}

.nrs-eeg5000q-related.nrs-home-products h2.nrs-home-products__title {
	width: min(894px, 100%);
	height: 48px;
	margin-right: auto;
	margin-left: auto;
	color: #0d0503;
	font-size: 48px !important;
	font-weight: 500;
	line-height: 48px !important;
	letter-spacing: -0.02em;
}

.nrs-eeg5000q-related p.nrs-home-products__text {
	width: min(647px, 100%);
	height: 61px;
	min-height: 61px;
	margin: 24px auto 0 !important;
	color: #0d0503;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
}

.nrs-eeg5000q-related .nrs-home-products__tabs-wrap {
	margin-top: 80px;
}

.nrs-eeg5000q-related .nrs-home-products__tab:nth-child(1) {
	width: 128px;
}

.nrs-eeg5000q-related .nrs-home-products__tab:nth-child(2),
.nrs-eeg5000q-related .nrs-home-products__tab:nth-child(3) {
	width: 132px;
}

.nrs-eeg5000q-related .nrs-home-products__tab,
.nrs-eeg5000q-related h3.nrs-home-product-card__title,
.nrs-eeg5000q-related p.nrs-home-product-card__description {
	letter-spacing: -0.02em;
}

.nrs-eeg5000q-related .nrs-home-product-card {
	border: 0;
	background: #fcfcfc;
	box-shadow: inset 0 0 0 1px rgba(6, 3, 22, 0.06);
}

.nrs-eeg5000q-related .nrs-home-product-card--featured {
	background: #fcfcfc;
}

.nrs-eeg5000q-related .nrs-home-product-card--featured h3.nrs-home-product-card__title {
	color: #111827;
}

.nrs-eeg5000q-related p.nrs-home-product-card__description {
	color: #6d7280;
}

.nrs-eeg5000q-related [data-products-panel="eeg"] .nrs-home-product-card:nth-child(1) h3.nrs-home-product-card__title {
	width: 212px;
}

.nrs-eeg5000q-related [data-products-panel="eeg"] .nrs-home-product-card:nth-child(2) h3.nrs-home-product-card__title {
	width: 112px;
}

.nrs-eeg5000q-related [data-products-panel="eeg"] .nrs-home-product-card:nth-child(3) h3.nrs-home-product-card__title {
	width: 130px;
}

.nrs-eeg5000q-reach.nrs-home-reach {
	margin-top: 120px;
	margin-bottom: 120px;
}

.nrs-eeg5000q-reach h2.nrs-home-reach__title {
	font-size: 48px;
	font-weight: 500;
	line-height: 48px !important;
	letter-spacing: -0.02em;
}

.nrs-eeg5000q-reach .nrs-home-reach__contact-list {
	margin-top: 80px;
}

.nrs-eeg5000q-reach .nrs-home-reach__social-icons {
	gap: 12px;
}

.nrs-eeg5000q-reach .nrs-home-reach__social-icon {
	width: 32px;
	height: 32px;
}

.nrs-eeg5000q-reach p.nrs-home-reach__summary {
	width: min(472px, 100%);
	margin-top: 156px;
}

.nrs-eeg5000q-reach p.nrs-home-reach__answer-note {
	width: min(502px, 100%);
	margin-top: 72px;
}

.nrs-eeg5000q-reach .nrs-home-reach__form .wpcf7-form button.wpcf7-submit[type="submit"] {
	letter-spacing: 0 !important;
}

@media (max-width: 1180px) {
	.nrs-eeg5000q-related.nrs-home-products {
		height: auto;
		min-height: 0;
		padding-right: clamp(24px, 4.45vw, 64px);
		padding-left: clamp(24px, 4.45vw, 64px);
		overflow: visible;
	}

	.nrs-eeg5000q-reach.nrs-home-reach {
		margin-top: clamp(72px, calc(53.97px + 4.59vw), 120px);
		margin-bottom: clamp(72px, calc(53.97px + 4.59vw), 120px);
	}
}

@media (max-width: 980px) {
	.nrs-eeg5000q-related.nrs-home-products h2.nrs-home-products__title {
		font-size: clamp(40px, 5vw, 48px) !important;
		line-height: 48px !important;
	}

	.nrs-eeg5000q-reach h2.nrs-home-reach__title {
		font-size: 40px;
		line-height: 48px !important;
	}

	.nrs-eeg5000q-reach .nrs-home-reach__contact-list {
		margin-top: 64px;
	}
}

@media (min-width: 601px) and (max-width: 900px) {
	.nrs-eeg5000q-related.nrs-home-products {
		display: none;
	}

	.nrs-eeg5000q-reach.nrs-home-reach {
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	.nrs-eeg5000q-related.nrs-home-products {
		display: none;
	}

	.nrs-eeg5000q-reach.nrs-home-reach {
		margin-top: 0;
		margin-bottom: 72px;
	}

	.nrs-eeg5000q-reach h2.nrs-home-reach__title {
		font-size: 32px;
		font-weight: 600;
		line-height: 40px !important;
	}

	.nrs-eeg5000q-reach .nrs-home-reach__contact-list {
		margin-top: 48px;
	}

	.nrs-eeg5000q-reach .nrs-home-reach__social-icons {
		gap: 40px;
	}
}

/* EEG 5000Q page-owned geometry: Figma 233:2773 (desktop) and 249:2082 (mobile). */
.nrs-eeg5000q-hero {
	--nrs-eeg5000q-content-top: clamp(95.34px, calc(67.69px + 7.035vw), 169px);
}

.nrs-eeg5000q-hero__breadcrumb {
	display: none !important;
}

.nrs-eeg5000q-hero__image {
	object-position: center 46%;
}

.nrs-eeg5000q-hero__tags li:nth-child(1) {
	width: 172px;
}

.nrs-eeg5000q-hero__tags li:nth-child(2) {
	width: 115px;
}

.nrs-eeg5000q-hero__tags li:nth-child(3) {
	width: 91px;
}

.nrs-eeg5000q-hero__tags li:nth-child(4) {
	width: 194px;
}

.nrs-eeg5000q-details__panels {
	margin-top: 80px;
}

.nrs-eeg5000q-description {
	height: 865px;
}

.nrs-eeg5000q-description .nrs-eeg5000q-description__title {
	height: 48px;
	text-align: center;
}

.nrs-eeg5000q-description__text {
	margin-top: 26px;
}

.nrs-eeg5000q-description__media {
	margin-top: 56px;
}

.nrs-eeg5000q-description__text--closing {
	margin-top: 56px;
}

.nrs-eeg5000q-features {
	height: 3521px;
}

.nrs-eeg5000q-features > .nrs-eeg5000q-features__title {
	position: absolute;
	width: 1px !important;
	height: 1px !important;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.nrs-eeg5000q-features__groups {
	display: grid;
	margin-top: 0;
	gap: 124px;
}

.nrs-eeg5000q-feature-group {
	display: block;
	width: 100%;
}

.nrs-eeg5000q-feature-group + .nrs-eeg5000q-feature-group {
	margin-top: 0;
}

.nrs-eeg5000q-feature-group--software {
	height: 925px;
}

.nrs-eeg5000q-feature-group--hardware {
	height: 805px;
}

.nrs-eeg5000q-feature-group--recording {
	height: 670px;
}

.nrs-eeg5000q-feature-group--workflow {
	height: 667px;
}

.nrs-eeg5000q-feature-group__header {
	width: 100%;
}

.nrs-eeg5000q-feature-group__title {
	width: min(836px, 100%);
	height: auto;
	margin: 0;
	color: #111827;
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: 40px !important;
	font-weight: 700;
	line-height: 48px !important;
	letter-spacing: -0.02em;
	text-align: left;
}

.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__title,
.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__title {
	width: min(791px, 100%);
	min-height: 96px;
}

.nrs-eeg5000q-feature-group__description {
	width: 100%;
	margin: 26px 0 0;
	color: #111827;
	font-family: "NRS Inter", Inter, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: 0;
	text-align: left;
}

.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__description,
.nrs-eeg5000q-feature-group--recording .nrs-eeg5000q-feature-group__description {
	min-height: 99px;
}

.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__description,
.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__description {
	min-height: 66px;
}

.nrs-eeg5000q-feature-group__body {
	display: grid;
	align-items: start;
	width: 100%;
	gap: 36px;
}

.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__body {
	grid-template-columns: 590px 582px;
	height: 678px;
	margin-top: 26px;
}

.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__body {
	grid-template-columns: 590px 587px;
	height: 581px;
	margin-top: 36px;
}

.nrs-eeg5000q-feature-group--recording .nrs-eeg5000q-feature-group__body {
	grid-template-columns: 584px 588px;
	height: 461px;
	margin-top: 36px;
}

.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__body {
	grid-template-columns: 588px 584px;
	height: 491px;
	margin-top: 36px;
}

.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__media,
.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__media {
	grid-column: 1;
	grid-row: 1;
}

.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__copy,
.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__copy {
	grid-column: 2;
	grid-row: 1;
}

.nrs-eeg5000q-feature-group--recording .nrs-eeg5000q-feature-group__copy {
	margin-top: 30px;
}

.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__media {
	margin-top: 57px;
}

.nrs-eeg5000q-feature-group__label {
	width: 100%;
	height: 33px;
	margin: 0;
	color: #091a27;
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 33px;
	letter-spacing: 0;
	text-align: left;
}

.nrs-eeg5000q-feature-list {
	display: grid;
	width: 100%;
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
	gap: 16px;
}

.nrs-eeg5000q-feature-list__item {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	align-items: center;
	width: 100%;
	height: 74px;
	padding: 24px;
	border-radius: 12px;
	background: #fff;
	color: #374151;
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -0.02em;
	column-gap: 16px;
}

.nrs-eeg5000q-feature-list__icon {
	display: block;
	width: 24px;
	height: 24px;
	max-width: none;
}

.nrs-eeg5000q-feature-group__media,
.nrs-eeg5000q-feature-group__media picture {
	display: block;
	width: 100%;
	overflow: hidden;
}

.nrs-eeg5000q-feature-group__media img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: fill;
}

.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media {
	display: grid;
	height: 671px;
	gap: 20px;
}

.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media picture,
.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media img {
	height: 325.5px;
}

.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__media,
.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__media picture {
	height: 581px;
}

.nrs-eeg5000q-feature-group--recording .nrs-eeg5000q-feature-group__media,
.nrs-eeg5000q-feature-group--recording .nrs-eeg5000q-feature-group__media picture {
	height: 461px;
}

.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__media,
.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__media picture {
	height: 434px;
}

.nrs-eeg5000q-applications {
	height: 542.67px;
}

.nrs-eeg5000q-applications__intro {
	height: 66px;
}

@media (max-width: 1327px) {
	.nrs-eeg5000q-details__panels {
		margin-top: clamp(56px, 6.67vw, 80px);
	}

	.nrs-eeg5000q-description,
	.nrs-eeg5000q-features,
	.nrs-eeg5000q-applications {
		height: auto;
	}

	.nrs-eeg5000q-feature-group,
	.nrs-eeg5000q-feature-group--software,
	.nrs-eeg5000q-feature-group--hardware,
	.nrs-eeg5000q-feature-group--recording,
	.nrs-eeg5000q-feature-group--workflow,
	.nrs-eeg5000q-feature-group__body {
		height: auto;
	}

	.nrs-eeg5000q-features__groups {
		gap: clamp(72px, 10.34vw, 124px);
	}

	.nrs-eeg5000q-feature-group__body,
	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__body,
	.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__body,
	.nrs-eeg5000q-feature-group--recording .nrs-eeg5000q-feature-group__body,
	.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__body {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--recording .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group__media picture,
	.nrs-eeg5000q-feature-group__media img {
		height: auto;
	}

	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media picture,
	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media img {
		height: auto;
		aspect-ratio: 582 / 325.5;
	}

	.nrs-eeg5000q-feature-list__item {
		height: auto;
		min-height: 74px;
	}
}

@media (max-width: 899px) {
	.nrs-eeg5000q-feature-group__title {
		width: 100%;
		font-size: clamp(24px, 4.45vw, 40px) !important;
		line-height: clamp(31px, 5.34vw, 48px) !important;
		text-align: center;
	}

	.nrs-eeg5000q-feature-group__description {
		text-align: center;
	}

	.nrs-eeg5000q-feature-group__body,
	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__body,
	.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__body,
	.nrs-eeg5000q-feature-group--recording .nrs-eeg5000q-feature-group__body,
	.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__body {
		display: flex;
		flex-direction: column;
	}

	.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__copy,
	.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__copy,
	.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__media {
		order: initial;
	}

	.nrs-eeg5000q-feature-group__label {
		text-align: center;
	}

	.nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__media {
		margin-top: 32px;
	}
}

@media (max-width: 600px) {
	.nrs-eeg5000q-hero__image {
		object-position: center top;
	}

	.nrs-eeg5000q-details__panels {
		margin-top: 56px;
	}

	.nrs-eeg5000q-description {
		height: 842px;
		min-height: 842px;
	}

	.nrs-eeg5000q-description .nrs-eeg5000q-description__title {
		position: static;
		width: 100% !important;
		height: 52px !important;
		padding: 0;
		margin: 0;
		overflow: visible;
		clip: auto;
		font-size: 20px !important;
		font-weight: 600;
		line-height: 26px !important;
		white-space: normal;
	}

	.nrs-eeg5000q-description__text {
		margin-top: 16px;
		font-size: 16px;
		line-height: 33px;
	}

	.nrs-eeg5000q-description__media {
		margin-top: 40px;
	}

	.nrs-eeg5000q-description__text--closing {
		margin-top: 40px;
	}

	.nrs-eeg5000q-features {
		height: 3829px;
		min-height: 3829px;
	}

	.nrs-eeg5000q-features__groups {
		gap: 56px;
	}

	.nrs-eeg5000q-feature-group__header {
		min-height: 0;
	}

	.nrs-eeg5000q-feature-group__title,
	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__title,
	.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__title {
		width: 100%;
		height: auto;
		min-height: 0;
		font-size: 20px !important;
		font-weight: 600;
		line-height: 26px !important;
		text-align: center;
	}

	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__title,
	.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__title,
	.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__title {
		height: 52px;
	}

	.nrs-eeg5000q-feature-group--recording .nrs-eeg5000q-feature-group__title {
		height: 26px;
	}

	.nrs-eeg5000q-feature-group__description,
	.nrs-eeg5000q-feature-group__label {
		display: none;
	}

	.nrs-eeg5000q-feature-group--software {
		height: 1164px;
	}

	.nrs-eeg5000q-feature-group--hardware {
		height: 831px;
	}

	.nrs-eeg5000q-feature-group--recording {
		height: 753px;
	}

	.nrs-eeg5000q-feature-group--workflow {
		height: 831px;
	}

	.nrs-eeg5000q-feature-group__body,
	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__body,
	.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__body,
	.nrs-eeg5000q-feature-group--recording .nrs-eeg5000q-feature-group__body,
	.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__body {
		display: flex;
		height: auto;
		margin-top: 32px;
		flex-direction: column;
		gap: 0;
	}

	.nrs-eeg5000q-feature-group--recording .nrs-eeg5000q-feature-group__copy {
		min-height: 308px;
		margin-top: 0;
	}

	.nrs-eeg5000q-feature-list {
		width: calc(100% - 2px);
		margin: 0 auto;
		gap: 16px;
	}

	.nrs-eeg5000q-feature-list__item {
		height: 56px;
		min-height: 56px;
		padding: 16px;
		font-size: 16px;
		line-height: 21px;
	}

	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-list__item:nth-child(-n+3) {
		height: 74px;
	}

	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-list__item:nth-child(5) {
		height: 90px;
	}

	.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-list__item:nth-child(5),
	.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-list__item:nth-child(5) {
		height: 72px;
	}

	.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-list__item:nth-child(6) {
		display: none;
	}

	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media {
		display: grid;
		height: 472px;
		margin-top: 32px;
		gap: 20px;
	}

	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media picture,
	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media img {
		height: 226px;
		aspect-ratio: auto;
	}

	.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--recording .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__media {
		height: 355px;
		margin-top: 32px;
	}

	.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__media picture,
	.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__media img,
	.nrs-eeg5000q-feature-group--recording .nrs-eeg5000q-feature-group__media picture,
	.nrs-eeg5000q-feature-group--recording .nrs-eeg5000q-feature-group__media img,
	.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__media picture,
	.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__media img {
		height: 355px;
		margin-top: 0;
		object-fit: fill;
	}

	.nrs-eeg5000q-applications {
		height: 1020.67px;
		min-height: 1020.67px;
	}

	.nrs-eeg5000q-applications .nrs-eeg5000q-applications__title {
		height: 52px;
		font-size: 20px !important;
		line-height: 26px !important;
	}

	.nrs-eeg5000q-applications__intro {
		height: 132px;
		min-height: 132px;
	}

	.nrs-eeg5000q-applications__grid {
		width: calc(100% - 26px);
	}
}

@media (max-width: 382px) {
	.nrs-eeg5000q-hero__tags {
		column-gap: 6px;
	}

	.nrs-eeg5000q-hero__tags li {
		width: auto;
		font-size: 12px;
		line-height: 18px;
	}

	.nrs-eeg5000q-hero__tags li:nth-child(1),
	.nrs-eeg5000q-hero__tags li:nth-child(2),
	.nrs-eeg5000q-hero__tags li:nth-child(3),
	.nrs-eeg5000q-hero__tags li:nth-child(4) {
		width: auto;
	}

	.nrs-eeg5000q-description,
	.nrs-eeg5000q-features,
	.nrs-eeg5000q-applications {
		height: auto;
		min-height: 0;
	}

	.nrs-eeg5000q-feature-group--software,
	.nrs-eeg5000q-feature-group--hardware,
	.nrs-eeg5000q-feature-group--recording,
	.nrs-eeg5000q-feature-group--workflow {
		height: auto;
	}

	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media picture,
	.nrs-eeg5000q-feature-group--software .nrs-eeg5000q-feature-group__media img,
	.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__media picture,
	.nrs-eeg5000q-feature-group--hardware .nrs-eeg5000q-feature-group__media img,
	.nrs-eeg5000q-feature-group--recording .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--recording .nrs-eeg5000q-feature-group__media picture,
	.nrs-eeg5000q-feature-group--recording .nrs-eeg5000q-feature-group__media img,
	.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__media,
	.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__media picture,
	.nrs-eeg5000q-feature-group--workflow .nrs-eeg5000q-feature-group__media img {
		height: auto;
	}
}
