@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");
}

/*
 * ITA service page.
 * Exact endpoints: desktop 281:2839 (1440px) and mobile 282:3378 (393px).
 */

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

body.nrs-page-ita.nrs-route-legacy:not(.fusion-builder-live) #main,
body.nrs-page-ita.nrs-route-legacy:not(.fusion-builder-live) #main > .fusion-row,
body.nrs-page-ita.nrs-route-legacy:not(.fusion-builder-live) #content,
body.nrs-page-ita.nrs-route-legacy:not(.fusion-builder-live) #content > article,
body.nrs-page-ita.nrs-route-legacy:not(.fusion-builder-live) #content .post-content {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.nrs-page-ita.nrs-route-legacy,
body.nrs-page-ita.nrs-route-legacy:not(.fusion-builder-live) #main,
body.nrs-page-ita.nrs-route-legacy:not(.fusion-builder-live) #wrapper,
body.nrs-page-ita.nrs-route-legacy:not(.fusion-builder-live) .fusion-wrapper {
	background: #fff !important;
}

.nrs-ita-hero,
.nrs-ita-implementation,
.nrs-ita-standard,
.nrs-ita-capabilities,
.nrs-ita-experience,
.nrs-ita-cta {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	font-family: "NRS Inter", Inter, var(--body_typography-font-family, Arial, sans-serif);
}

.nrs-ita-hero *,
.nrs-ita-hero *::before,
.nrs-ita-hero *::after,
.nrs-ita-implementation *,
.nrs-ita-implementation *::before,
.nrs-ita-implementation *::after,
.nrs-ita-standard *,
.nrs-ita-standard *::before,
.nrs-ita-standard *::after,
.nrs-ita-capabilities *,
.nrs-ita-capabilities *::before,
.nrs-ita-capabilities *::after,
.nrs-ita-experience *,
.nrs-ita-experience *::before,
.nrs-ita-experience *::after {
	box-sizing: border-box;
}

.nrs-ita-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 179px;
	height: 48px;
	padding: 10px 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50px;
	color: #fbfbfb;
	font-family: "NRS Inter", Inter, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	gap: 6px;
}

.nrs-ita-button:hover,
.nrs-ita-button:focus {
	text-decoration: none;
}

.nrs-ita-button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.nrs-ita-button img {
	display: block;
	width: 20px;
	height: 20px;
	max-width: none;
	flex: 0 0 20px;
}

.nrs-ita-button--light {
	background: #fff;
	box-shadow: inset 0 2px 8px rgba(255, 255, 255, 0.25);
	color: #000;
}

.nrs-ita-button--light img {
	filter: brightness(0);
}

.nrs-ita-button--glass {
	background: rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.25);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	color: #fbfbfb;
}

/* Hero: 281:2843 desktop, 282:3381 mobile. */
.nrs-ita-hero {
	--nrs-ita-hero-ellipse-height: clamp(563px, calc(542.73px + 5.158vw), 617px);
	position: relative;
	z-index: 1;
	height: 634px;
	min-height: 634px;
	margin: 0 0 120px;
	overflow: visible;
	background: #233250;
	color: #fff;
	isolation: isolate;
}

.nrs-ita-hero__visual {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}

.nrs-ita-hero__picture,
.nrs-ita-hero__ellipse {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.nrs-ita-hero__picture {
	z-index: 0;
}

.nrs-ita-hero__ellipse {
	z-index: 1;
	height: var(--nrs-ita-hero-ellipse-height);
	mix-blend-mode: overlay;
}

.nrs-ita-hero__image,
.nrs-ita-hero__ellipse img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: fill;
	object-position: center;
}

.nrs-ita-hero__breadcrumb {
	position: absolute;
	top: 153px;
	left: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 195px;
	height: 19px;
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	transform: translateX(-50%);
}

.nrs-ita-hero__breadcrumb a,
.nrs-ita-hero__breadcrumb span {
	color: #fff;
	text-decoration: none;
}

.nrs-ita-hero__breadcrumb a:hover,
.nrs-ita-hero__breadcrumb a:focus {
	color: #fff;
	text-decoration: underline;
}

.nrs-ita-hero__breadcrumb img {
	display: block;
	width: 16px;
	height: 16px;
	max-width: none;
	margin: 0 8px;
	flex: 0 0 16px;
}

.nrs-ita-hero__content {
	position: absolute;
	top: 192px;
	left: 50%;
	z-index: 2;
	width: 828px;
	height: 282px;
	max-width: calc(100% - 48px);
	text-align: center;
	transform: translateX(-50%);
}

.nrs-ita-hero__copy {
	width: 100%;
	height: 182px;
}

.nrs-ita-hero .nrs-ita-hero__title {
	width: 805px;
	max-width: 100%;
	height: 86px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	font-family: "NRS Manrope", Manrope, sans-serif;
	font-size: 72px !important;
	font-weight: 600;
	line-height: 86.4px !important;
	letter-spacing: -0.02em;
	text-align: center;
}

p.nrs-ita-hero__description {
	width: 828px;
	max-width: 100%;
	height: 64px;
	margin: 32px auto 0 !important;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
}

.nrs-ita-hero__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 374px;
	height: 48px;
	margin: 52px auto 0;
	gap: 16px;
}

.nrs-ita-hero__actions--mobile {
	display: none;
}

/* Implementation: 281:3256 desktop, 282:3715 mobile. */
.nrs-ita-implementation {
	position: relative;
	height: 843px;
	margin: 0 0 120px;
	overflow: hidden;
	background: #fff;
	color: #0d0503;
}

.nrs-ita-implementation__glow {
	position: absolute;
	top: 206px;
	left: 50%;
	width: 1483px;
	height: 472px;
	border-radius: 50%;
	background: #d3ebff;
	filter: blur(120px);
	transform: translateX(-50%);
	pointer-events: none;
}

.nrs-ita-implementation__header {
	position: relative;
	z-index: 1;
	width: 806px;
	height: 166px;
	max-width: calc(100% - 48px);
	margin: 0 auto;
	text-align: center;
}

p.nrs-ita-implementation__eyebrow,
.nrs-ita-implementation .nrs-ita-implementation__title,
p.nrs-ita-implementation__description,
.nrs-ita-implementation-card h3,
.nrs-ita-implementation-card p {
	margin: 0;
	padding: 0;
}

p.nrs-ita-implementation__eyebrow {
	height: 24px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
}

.nrs-ita-implementation .nrs-ita-implementation__title {
	width: 806px;
	max-width: 100%;
	height: 48px;
	margin-top: 16px;
	color: #0d0503;
	font-family: "NRS Manrope", Manrope, sans-serif;
	font-size: 48px !important;
	font-weight: 600;
	line-height: 48px !important;
	letter-spacing: -0.02em;
	text-align: center;
}

p.nrs-ita-implementation__description {
	width: 806px;
	max-width: 100%;
	height: 54px;
	margin-top: 24px;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
}

.nrs-ita-implementation__cards {
	position: absolute;
	top: 288px;
	left: 50%;
	z-index: 1;
	width: 1277px;
	height: 478px;
	transform: translateX(-50%);
}

.nrs-ita-implementation-card {
	position: absolute;
	width: 405px;
	height: 273px;
	padding: 48px 40px;
	border: 1px solid #fff;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.43);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}

.nrs-ita-implementation-card--gap-analysis {
	top: 0;
	left: 0;
}

.nrs-ita-implementation-card--development {
	top: 68px;
	left: 436px;
	background: rgba(255, 255, 255, 0.94);
}

.nrs-ita-implementation-card--training {
	top: 150px;
	left: 872px;
	height: 328px;
}

.nrs-ita-implementation-card__icon,
.nrs-ita-implementation-card__icon img {
	display: block;
	width: 58px;
	height: 58px;
	max-width: none;
}

.nrs-ita-implementation-card__copy {
	width: 325px;
	margin-top: 24px;
	text-align: left;
}

.nrs-ita-implementation-card h3 {
	width: 325px;
	color: #000;
	font-family: "NRS Manrope", Manrope, sans-serif;
	font-size: 24px !important;
	font-weight: 600;
	line-height: 31.2px !important;
	letter-spacing: -0.02em;
	text-align: left;
}

.nrs-ita-implementation-card p {
	width: 325px;
	margin-top: 16px;
	color: #1f2937;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.02em;
	text-align: left;
}

/* Standard: 281:3200 desktop, 282:3659 mobile. */
.nrs-ita-standard {
	position: relative;
	height: 677px;
	margin: 0 0 120px;
	overflow: hidden;
	background: #111827;
	color: #fff;
}

.nrs-ita-standard__pattern {
	position: absolute;
	z-index: 0;
	display: block;
	max-width: none;
	pointer-events: none;
}

.nrs-ita-standard__pattern--top {
	top: 0;
	left: 0;
	width: 565px;
	height: 324px;
}

.nrs-ita-standard__pattern--bottom {
	right: 0;
	bottom: 0;
	width: 617px;
	height: 484px;
}

.nrs-ita-standard__main {
	position: absolute;
	top: 84px;
	left: 50%;
	z-index: 1;
	width: 1260px;
	height: 371px;
	transform: translateX(-50%);
}

.nrs-ita-standard__media {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 569px;
	height: 371px;
	margin: 0;
	overflow: hidden;
	border-radius: 12px;
}

.nrs-ita-standard__media img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: fill;
}

.nrs-ita-standard__copy {
	position: absolute;
	top: 12.5px;
	left: 0;
	width: 610px;
	height: 346px;
}

p.nrs-ita-standard__eyebrow,
.nrs-ita-standard .nrs-ita-standard__title,
p.nrs-ita-standard__description {
	margin: 0;
	padding: 0;
}

p.nrs-ita-standard__eyebrow {
	height: 24px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
}

span.nrs-ita-standard__eyebrow-mobile {
	display: none;
}

.nrs-ita-standard .nrs-ita-standard__title {
	width: 538px;
	height: 174px;
	margin-top: 16px;
	color: #fff;
	font-family: "NRS Manrope", Manrope, sans-serif;
	font-size: 48px !important;
	font-weight: 600;
	line-height: 57.6px !important;
	letter-spacing: -0.02em;
	text-align: left;
}

p.nrs-ita-standard__description {
	width: 610px;
	height: 108px;
	margin-top: 24px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: left;
}

.nrs-ita-standard__controls {
	position: absolute;
	top: 519px;
	left: 50%;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 406px);
	width: 1260px;
	height: 74px;
	transform: translateX(-50%);
	gap: 21px;
}

.nrs-ita-standard-control {
	display: flex;
	align-items: center;
	width: 406px;
	height: 74px;
	padding: 24px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.09);
	gap: 16px;
}

.nrs-ita-standard-control img {
	display: block;
	width: 24px;
	height: 24px;
	max-width: none;
	flex: 0 0 24px;
}

.nrs-ita-standard-control span {
	font-family: "NRS Manrope", Manrope, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -0.02em;
	white-space: nowrap;
}

/* Capability cards: 282:3377 desktop, 282:3420 mobile. */
.nrs-ita-capabilities {
	position: relative;
	height: 479px;
	margin: 0 0 120px;
	overflow: hidden;
	background: #fff;
}

.nrs-ita-capabilities__glow {
	position: absolute;
	top: 207px;
	left: 50%;
	width: 1483px;
	height: 345px;
	border-radius: 50%;
	background: #d3ebff;
	filter: blur(150px);
	transform: translateX(-50%);
	pointer-events: none;
}

.nrs-ita-capabilities__cards {
	position: absolute;
	top: 80px;
	left: 50%;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 408px);
	width: 1256px;
	height: 320px;
	transform: translateX(-50%);
	gap: 16px;
}

.nrs-ita-capability-card {
	position: relative;
	width: 408px;
	height: 320px;
	overflow: hidden;
	border-radius: 20px;
	background: #f6f9fa;
}

.nrs-ita-capability-card__pattern {
	position: absolute;
	top: -377px;
	left: -106px;
	z-index: 0;
	display: block;
	width: 590px;
	height: 578px;
	max-width: none;
	pointer-events: none;
}

.nrs-ita-capability-card--safety .nrs-ita-capability-card__pattern {
	top: -390px;
}

.nrs-ita-capability-card__icon {
	position: absolute;
	top: 40px;
	left: 175px;
	z-index: 1;
	display: block;
	width: 58px;
	height: 58px;
	max-width: none;
}

.nrs-ita-capability-card__copy {
	position: absolute;
	top: 152px;
	left: 40px;
	z-index: 1;
	width: 328px;
	height: 128px;
	text-align: center;
}

.nrs-ita-capability-card h2,
.nrs-ita-capability-card p {
	margin: 0;
	padding: 0;
}

.nrs-ita-capability-card h2 {
	width: 328px;
	height: 40px;
	color: #000;
	font-family: "NRS Manrope", Manrope, sans-serif;
	font-size: 32px !important;
	font-weight: 600;
	line-height: 40px !important;
	letter-spacing: -0.02em;
	text-align: center;
}

.nrs-ita-capability-card p {
	width: 328px;
	height: 72px;
	margin-top: 16px;
	color: #1f2937;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.02em;
	text-align: center;
}

/* ITA experience: 283:2928 desktop, 283:3074 mobile. */
.nrs-ita-experience {
	position: relative;
	height: 1085px;
	margin: 0 0 120px;
	overflow: hidden;
	background: #fff;
	color: #111827;
}

.nrs-ita-experience__header {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1280px;
	height: 207px;
	transform: translateX(-50%);
	text-align: center;
}

.nrs-ita-experience__header h2,
.nrs-ita-experience__header p,
p.nrs-ita-experience__caption {
	margin: 0;
	padding: 0;
}

.nrs-ita-experience__header h2 {
	width: 972px;
	height: 96px;
	margin: 0 auto;
	font-family: "NRS Manrope", Manrope, sans-serif;
	font-size: 48px !important;
	font-weight: 600;
	line-height: 48px !important;
	letter-spacing: -0.02em;
	text-align: center;
}

.nrs-ita-experience__header p {
	width: 1038px;
	height: 81px;
	margin: 30px auto 0;
	color: #1f2937;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
}

.nrs-ita-experience__documents {
	position: absolute;
	top: 237px;
	left: 50%;
	display: grid;
	grid-template-columns: repeat(2, 622px);
	width: 1274px;
	height: 791px;
	transform: translateX(-50%);
	gap: 30px;
}

.nrs-ita-experience__document {
	display: block;
	width: 622px;
	height: 791px;
	margin: 0;
	padding: 28px;
	overflow: hidden;
	border-radius: 16px;
	background: #f6f9fa;
}

.nrs-ita-experience__document img {
	display: block;
	width: 566px;
	height: 735px;
	max-width: none;
	border-radius: 12px;
	object-fit: cover;
	object-position: center;
}

p.nrs-ita-experience__caption {
	position: absolute;
	top: 1058px;
	left: 50%;
	width: 1038px;
	height: 27px;
	color: #1f2937;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
	transform: translateX(-50%);
}

/* Shared CTA panel plus the exact 120px/72px footer handoff. */
body.nrs-page-ita .nrs-ita-cta.nrs-contact-cta.nrs-home-cta {
	padding-bottom: 120px;
}

/* Missing narrow-desktop frame: preserve the desktop composition while fluidly scaling rails. */
@media (min-width: 901px) and (max-width: 1200px) {
	.nrs-ita-hero,
	.nrs-ita-implementation,
	.nrs-ita-standard,
	.nrs-ita-capabilities,
	.nrs-ita-experience {
		margin-bottom: 96px;
	}

	.nrs-ita-hero__content {
		width: min(828px, calc(100% - 96px));
	}

	.nrs-ita-implementation {
		height: 800px;
	}

	.nrs-ita-implementation__cards {
		width: calc(100% - 96px);
	}

	.nrs-ita-implementation-card {
		width: calc((100% - 48px) / 3);
		padding-right: 28px;
		padding-left: 28px;
	}

	.nrs-ita-implementation-card--development {
		left: calc((100% - 48px) / 3 + 24px);
	}

	.nrs-ita-implementation-card--training {
		left: calc(2 * ((100% - 48px) / 3 + 24px));
	}

	.nrs-ita-implementation-card__copy,
	.nrs-ita-implementation-card h3,
	.nrs-ita-implementation-card p {
		width: 100%;
	}

	.nrs-ita-implementation-card h3 {
		font-size: 21px !important;
		line-height: 28px !important;
	}

	.nrs-ita-implementation-card p {
		font-size: 14px;
		line-height: 22px;
	}

	.nrs-ita-standard {
		height: 660px;
	}

	.nrs-ita-standard__main,
	.nrs-ita-standard__controls {
		width: calc(100% - 96px);
	}

	.nrs-ita-standard__copy {
		width: calc(50% - 40px);
	}

	.nrs-ita-standard .nrs-ita-standard__title,
	p.nrs-ita-standard__description {
		width: 100%;
		height: auto;
	}

	.nrs-ita-standard .nrs-ita-standard__title {
		font-size: 40px !important;
		line-height: 48px !important;
	}

	p.nrs-ita-standard__description {
		font-size: 16px;
		line-height: 25px;
	}

	.nrs-ita-standard__media {
		width: calc(50% - 20px);
		height: auto;
		aspect-ratio: 569 / 371;
	}

	.nrs-ita-standard__controls {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
	}

	.nrs-ita-standard-control {
		width: 100%;
		padding: 18px;
		gap: 10px;
	}

	.nrs-ita-standard-control span {
		font-size: 16px;
		line-height: 22px;
		white-space: normal;
	}

	.nrs-ita-capabilities__cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: calc(100% - 96px);
	}

	.nrs-ita-capability-card {
		width: 100%;
	}

	.nrs-ita-capability-card__icon {
		left: 50%;
		transform: translateX(-50%);
	}

	.nrs-ita-capability-card__copy {
		left: 24px;
		width: calc(100% - 48px);
	}

	.nrs-ita-capability-card h2,
	.nrs-ita-capability-card p {
		width: 100%;
	}

	.nrs-ita-capability-card h2 {
		font-size: 26px !important;
		line-height: 34px !important;
	}

	.nrs-ita-capability-card p {
		font-size: 14px;
		line-height: 22px;
	}

	.nrs-ita-experience {
		height: auto;
		min-height: 960px;
		padding: 0 48px;
	}

	.nrs-ita-experience__header,
	.nrs-ita-experience__documents,
	p.nrs-ita-experience__caption {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		transform: none;
	}

	.nrs-ita-experience__header h2,
	.nrs-ita-experience__header p,
	p.nrs-ita-experience__caption {
		width: min(100%, 1038px);
		height: auto;
	}

	.nrs-ita-experience__documents {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 30px;
		gap: 24px;
	}

	.nrs-ita-experience__document {
		width: 100%;
		height: auto;
		padding: 20px;
		aspect-ratio: 622 / 791;
	}

	.nrs-ita-experience__document img {
		width: 100%;
		height: 100%;
	}

	p.nrs-ita-experience__caption {
		margin: 30px auto 0;
	}

	body.nrs-page-ita .nrs-ita-cta.nrs-contact-cta.nrs-home-cta {
		padding-bottom: 96px;
	}
}

/* Missing tablet frame: stack complex sections without introducing horizontal overflow. */
@media (min-width: 601px) and (max-width: 900px) {
	.nrs-ita-hero,
	.nrs-ita-implementation,
	.nrs-ita-standard,
	.nrs-ita-capabilities,
	.nrs-ita-experience {
		margin-bottom: 80px;
	}

	.nrs-ita-hero {
		height: 600px;
		min-height: 600px;
	}

	.nrs-ita-hero__breadcrumb {
		top: 128px;
	}

	.nrs-ita-hero__content {
		top: 172px;
		width: calc(100% - 64px);
	}

	.nrs-ita-hero .nrs-ita-hero__title {
		height: auto;
		font-size: 56px !important;
		line-height: 68px !important;
	}

	p.nrs-ita-hero__description {
		width: 680px;
		height: auto;
		font-size: 20px;
		line-height: 30px;
	}

	.nrs-ita-hero__actions {
		margin-top: 42px;
	}

	.nrs-ita-implementation {
		height: auto;
		min-height: 1070px;
		padding: 0 40px 48px;
	}

	.nrs-ita-implementation__header,
	.nrs-ita-implementation .nrs-ita-implementation__title,
	p.nrs-ita-implementation__description {
		width: 100%;
		height: auto;
	}

	.nrs-ita-implementation .nrs-ita-implementation__title {
		font-size: 42px !important;
		line-height: 50px !important;
	}

	.nrs-ita-implementation__cards {
		position: relative;
		top: auto;
		left: auto;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		height: auto;
		margin-top: 96px;
		transform: none;
		gap: 24px;
	}

	.nrs-ita-implementation-card,
	.nrs-ita-implementation-card--gap-analysis,
	.nrs-ita-implementation-card--development,
	.nrs-ita-implementation-card--training {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: 300px;
		padding: 40px 32px;
	}

	.nrs-ita-implementation-card--training {
		grid-column: 1 / -1;
		width: calc(50% - 12px);
		margin: 0 auto;
	}

	.nrs-ita-implementation-card__copy,
	.nrs-ita-implementation-card h3,
	.nrs-ita-implementation-card p {
		width: 100%;
	}

	.nrs-ita-standard {
		height: auto;
		min-height: 1110px;
		padding: 48px 40px;
	}

	.nrs-ita-standard__main,
	.nrs-ita-standard__copy,
	.nrs-ita-standard__media,
	.nrs-ita-standard__controls {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		width: 100%;
		height: auto;
		transform: none;
	}

	.nrs-ita-standard__main {
		display: flex;
		max-width: 680px;
		margin: 0 auto;
		flex-direction: column;
	}

	.nrs-ita-standard__media {
		order: 1;
		aspect-ratio: 569 / 371;
	}

	.nrs-ita-standard__copy {
		order: 2;
		margin-top: 48px;
		text-align: center;
	}

	p.nrs-ita-standard__eyebrow,
	.nrs-ita-standard .nrs-ita-standard__title,
	p.nrs-ita-standard__description {
		width: 100%;
		height: auto;
		text-align: center;
	}

	.nrs-ita-standard .nrs-ita-standard__title {
		font-size: 42px !important;
		line-height: 50px !important;
	}

	.nrs-ita-standard__controls {
		grid-template-columns: 1fr;
		max-width: 680px;
		margin: 48px auto 0;
		gap: 16px;
	}

	.nrs-ita-standard-control {
		width: 100%;
	}

	.nrs-ita-capabilities {
		height: auto;
		min-height: 720px;
		padding: 64px 40px;
	}

	.nrs-ita-capabilities__cards {
		position: relative;
		top: auto;
		left: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		height: auto;
		transform: none;
		gap: 24px;
	}

	.nrs-ita-capability-card {
		width: 100%;
		height: 300px;
	}

	.nrs-ita-capability-card--safety {
		grid-column: 1 / -1;
		width: calc(50% - 12px);
		margin: 0 auto;
	}

	.nrs-ita-capability-card__icon {
		left: 50%;
		transform: translateX(-50%);
	}

	.nrs-ita-capability-card__copy {
		left: 32px;
		width: calc(100% - 64px);
	}

	.nrs-ita-capability-card h2,
	.nrs-ita-capability-card p {
		width: 100%;
	}

	.nrs-ita-capability-card h2 {
		font-size: 27px !important;
		line-height: 35px !important;
	}

	.nrs-ita-capability-card p {
		font-size: 14px;
		line-height: 22px;
	}

	.nrs-ita-experience {
		height: auto;
		padding: 0 40px;
	}

	.nrs-ita-experience__header,
	.nrs-ita-experience__documents,
	p.nrs-ita-experience__caption {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		transform: none;
	}

	.nrs-ita-experience__header h2,
	.nrs-ita-experience__header p,
	p.nrs-ita-experience__caption {
		width: 100%;
		height: auto;
	}

	.nrs-ita-experience__header h2 {
		font-size: 42px !important;
		line-height: 50px !important;
	}

	.nrs-ita-experience__documents {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 40px;
		gap: 24px;
	}

	.nrs-ita-experience__document {
		width: 100%;
		height: auto;
		padding: 16px;
		aspect-ratio: 622 / 791;
	}

	.nrs-ita-experience__document img {
		width: 100%;
		height: 100%;
	}

	p.nrs-ita-experience__caption {
		margin-top: 32px;
	}

	body.nrs-page-ita .nrs-ita-cta.nrs-contact-cta.nrs-home-cta {
		padding-bottom: 80px;
	}
}

/* Exact 393px endpoint. */
@media (max-width: 600px) {
	.nrs-ita-hero {
		height: 563px;
		min-height: 563px;
		margin-bottom: 72px;
	}

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

	.nrs-ita-hero__ellipse {
		height: 563px;
	}

	.nrs-ita-hero__content {
		top: 160px;
		width: min(344px, calc(100% - 48px));
		height: 341px;
	}

	.nrs-ita-hero__copy {
		height: 148px;
	}

	.nrs-ita-hero .nrs-ita-hero__title {
		width: 344px;
		max-width: 100%;
		height: 56px;
		font-family: "NRS Inter", Inter, sans-serif;
		font-size: 40px !important;
		font-weight: 600;
		line-height: 56px !important;
	}

	p.nrs-ita-hero__description {
		width: 344px;
		max-width: 100%;
		height: 72px;
		margin-top: 20px !important;
		font-size: 16px;
		line-height: 24px;
	}

	.nrs-ita-hero__actions--desktop {
		display: none;
	}

	.nrs-ita-hero__actions--mobile {
		display: flex;
		width: 344px;
		max-width: 100%;
		height: 96px;
		margin-top: 97px;
		flex-direction: column;
		gap: 16px;
	}

	.nrs-ita-hero__actions .nrs-ita-button {
		width: 100%;
		height: 40px;
		padding: 10px 20px;
		flex: 0 0 40px;
	}

	.nrs-ita-implementation {
		height: 1189px;
		margin-bottom: 72px;
		padding: 24px;
	}

	.nrs-ita-implementation__glow {
		top: 306.39px;
		width: 1483px;
		height: 870px;
		filter: blur(150px);
	}

	.nrs-ita-implementation__header {
		width: 345px;
		height: 282px;
		max-width: 100%;
	}

	.nrs-ita-implementation .nrs-ita-implementation__title {
		width: 345px;
		max-width: 100%;
		height: 80px;
		font-family: "NRS Inter", Inter, sans-serif;
		font-size: 32px !important;
		font-weight: 500;
		line-height: 40px !important;
		letter-spacing: -0.04em;
	}

	p.nrs-ita-implementation__description {
		width: 345px;
		max-width: 100%;
		height: 160px;
		margin-top: 9px;
		color: #1f2937;
		font-size: 16px;
		font-weight: 500;
		line-height: 32px;
		letter-spacing: -0.03em;
	}

	.nrs-ita-implementation__cards {
		top: 378px;
		width: 345px;
		height: 694px;
		max-width: calc(100% - 48px);
	}

	.nrs-ita-implementation-card,
	.nrs-ita-implementation-card--gap-analysis,
	.nrs-ita-implementation-card--development,
	.nrs-ita-implementation-card--training {
		left: 0;
		width: 345px;
		max-width: 100%;
		padding: 24px 21px;
		border-radius: 16px;
		background: rgba(255, 255, 255, 0.43);
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.nrs-ita-implementation-card--gap-analysis {
		top: 0;
		height: 209px;
	}

	.nrs-ita-implementation-card--development {
		top: 227px;
		height: 209px;
	}

	.nrs-ita-implementation-card--training {
		top: 454px;
		height: 240px;
	}

	.nrs-ita-implementation-card__icon,
	.nrs-ita-implementation-card__icon img {
		margin: 0 auto;
	}

	.nrs-ita-implementation-card__copy {
		width: 303px;
		max-width: 100%;
		margin-top: 16px;
		text-align: center;
	}

	.nrs-ita-implementation-card h3 {
		width: 303px;
		max-width: 100%;
		font-size: 24px !important;
		line-height: 31.2px !important;
		text-align: center;
	}

	.nrs-ita-implementation-card p {
		width: 307px;
		max-width: calc(100% + 4px);
		margin-top: 8px;
		margin-left: -2px;
		font-size: 13px;
		line-height: 24px;
		text-align: center;
	}

	.nrs-ita-standard {
		height: 941px;
		margin-bottom: 72px;
		padding: 48px 24px;
	}

	.nrs-ita-standard__pattern {
		display: none;
	}

	.nrs-ita-standard__main {
		position: relative;
		top: auto;
		left: auto;
		width: 345px;
		height: 589px;
		max-width: 100%;
		margin: 0 auto;
		transform: none;
	}

	.nrs-ita-standard__media {
		top: 0;
		right: auto;
		left: 0;
		width: 345px;
		height: 197px;
		max-width: 100%;
	}

	.nrs-ita-standard__copy {
		top: 241px;
		left: 0;
		width: 345px;
		height: 348px;
		max-width: 100%;
		text-align: center;
	}

	p.nrs-ita-standard__eyebrow {
		width: 345px;
		max-width: 100%;
		text-align: center;
	}

	span.nrs-ita-standard__eyebrow-desktop {
		display: none;
	}

	span.nrs-ita-standard__eyebrow-mobile {
		display: inline;
	}

	.nrs-ita-standard .nrs-ita-standard__title {
		width: 345px;
		max-width: 100%;
		height: 120px;
		font-size: 32px !important;
		line-height: 40px !important;
		text-align: center;
	}

	p.nrs-ita-standard__description {
		width: 345px;
		max-width: 100%;
		height: 160px;
		margin-top: 26px;
		font-size: 16px;
		font-weight: 500;
		line-height: 32px;
		letter-spacing: -0.03em;
		text-align: center;
	}

	.nrs-ita-standard__controls {
		top: 681px;
		grid-template-columns: 1fr;
		width: 345px;
		height: 212px;
		max-width: calc(100% - 48px);
		gap: 16px;
	}

	.nrs-ita-standard-control {
		width: 345px;
		height: 60px;
		max-width: 100%;
		padding: 18px 24px;
		gap: 16px;
	}

	.nrs-ita-standard-control span {
		font-size: 16px;
		line-height: 21px;
		white-space: nowrap;
	}

	.nrs-ita-capabilities {
		height: 900px;
		margin-bottom: 72px;
		padding: 24px;
	}

	.nrs-ita-capabilities__glow {
		top: 900px;
		width: 834px;
		height: 430px;
		filter: blur(150px);
	}

	.nrs-ita-capabilities__cards {
		top: 94px;
		grid-template-columns: 1fr;
		width: 345px;
		height: 711px;
		max-width: calc(100% - 48px);
		gap: 0;
	}

	.nrs-ita-capability-card {
		position: absolute;
		left: 0;
		width: 345px;
		max-width: 100%;
		border-radius: 20px;
	}

	.nrs-ita-capability-card--reliable {
		top: 0;
		height: 209px;
	}

	.nrs-ita-capability-card--compliance {
		top: 227px;
		height: 233px;
	}

	.nrs-ita-capability-card--safety {
		top: 478px;
		height: 233px;
	}

	.nrs-ita-capability-card__pattern,
	.nrs-ita-capability-card--safety .nrs-ita-capability-card__pattern {
		top: -354px;
		left: 50%;
		transform: translateX(-50%);
	}

	.nrs-ita-capability-card--compliance .nrs-ita-capability-card__pattern,
	.nrs-ita-capability-card--safety .nrs-ita-capability-card__pattern {
		top: -351px;
	}

	.nrs-ita-capability-card__icon {
		top: 24px;
		left: 50%;
		transform: translateX(-50%);
	}

	.nrs-ita-capability-card__copy {
		top: 98px;
		left: 40px;
		width: 265px;
		height: auto;
	}

	.nrs-ita-capability-card h2 {
		width: 265px;
		height: 31px;
		font-size: 24px !important;
		line-height: 31.2px !important;
	}

	.nrs-ita-capability-card p {
		width: 298px;
		height: auto;
		margin-top: 8px;
		margin-left: -16.5px;
		font-size: 13px;
		line-height: 24px;
	}

	.nrs-ita-experience {
		height: 1507px;
		margin-bottom: 72px;
		padding: 24px;
	}

	.nrs-ita-experience__header {
		top: 24px;
		width: 345px;
		height: 387px;
		max-width: calc(100% - 48px);
	}

	.nrs-ita-experience__header h2 {
		width: 345px;
		max-width: 100%;
		height: 160px;
		font-family: "NRS Inter", Inter, sans-serif;
		font-size: 32px !important;
		font-weight: 500;
		line-height: 40px !important;
		letter-spacing: -0.04em;
	}

	.nrs-ita-experience__header p {
		width: 345px;
		max-width: 100%;
		height: 192px;
		margin-top: 33.5px;
		font-size: 16px;
		font-weight: 500;
		line-height: 32px;
		letter-spacing: -0.03em;
	}

	.nrs-ita-experience__documents {
		top: 451px;
		grid-template-columns: 1fr;
		width: 345px;
		height: 888px;
		max-width: calc(100% - 48px);
		gap: 16px;
	}

	.nrs-ita-experience__document {
		width: 345px;
		height: 436px;
		max-width: 100%;
		padding: 20.5px 16px;
	}

	.nrs-ita-experience__document img {
		width: 313px;
		height: 395px;
		max-width: 100%;
		border-radius: 12px;
	}

	p.nrs-ita-experience__caption {
		top: 1379px;
		width: 345px;
		height: 96px;
		max-width: calc(100% - 48px);
		font-size: 16px;
		font-weight: 500;
		line-height: 32px;
		letter-spacing: -0.03em;
	}

	body.nrs-page-ita .nrs-ita-cta.nrs-contact-cta.nrs-home-cta {
		padding-bottom: 72px;
	}
}

@media (max-width: 374px) {
	.nrs-ita-hero__content,
	.nrs-ita-implementation__header,
	.nrs-ita-implementation__cards,
	.nrs-ita-standard__main,
	.nrs-ita-standard__controls,
	.nrs-ita-capabilities__cards,
	.nrs-ita-experience__header,
	.nrs-ita-experience__documents,
	p.nrs-ita-experience__caption {
		width: calc(100% - 32px);
		max-width: none;
	}

	.nrs-ita-hero .nrs-ita-hero__title {
		font-size: 35px !important;
		line-height: 50px !important;
	}

	p.nrs-ita-hero__description {
		font-size: 14px;
		line-height: 22px;
	}

	.nrs-ita-implementation,
	.nrs-ita-standard,
	.nrs-ita-capabilities,
	.nrs-ita-experience {
		height: auto;
		min-height: 0;
		padding-right: 16px;
		padding-left: 16px;
	}

	.nrs-ita-implementation__header,
	.nrs-ita-standard__main,
	.nrs-ita-experience__header {
		height: auto;
	}

	.nrs-ita-implementation__cards,
	.nrs-ita-standard__controls,
	.nrs-ita-capabilities__cards,
	.nrs-ita-experience__documents,
	p.nrs-ita-experience__caption {
		position: relative;
		top: auto;
		left: auto;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		transform: none;
	}

	.nrs-ita-implementation__cards,
	.nrs-ita-capabilities__cards,
	.nrs-ita-experience__documents {
		display: grid;
		margin-top: 72px;
		gap: 18px;
	}

	.nrs-ita-implementation-card,
	.nrs-ita-implementation-card--gap-analysis,
	.nrs-ita-implementation-card--development,
	.nrs-ita-implementation-card--training,
	.nrs-ita-capability-card,
	.nrs-ita-capability-card--reliable,
	.nrs-ita-capability-card--compliance,
	.nrs-ita-capability-card--safety {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
	}

	.nrs-ita-standard__main {
		display: flex;
		flex-direction: column;
	}

	.nrs-ita-standard__media,
	.nrs-ita-standard__copy,
	.nrs-ita-standard .nrs-ita-standard__title,
	p.nrs-ita-standard__description,
	.nrs-ita-standard-control,
	.nrs-ita-experience__header h2,
	.nrs-ita-experience__header p,
	.nrs-ita-experience__document,
	.nrs-ita-experience__document img {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 100%;
	}

	.nrs-ita-standard__copy {
		margin-top: 44px;
	}

	.nrs-ita-standard__controls {
		margin-top: 44px;
	}

	.nrs-ita-experience__documents {
		margin-top: 40px;
	}

	.nrs-ita-experience__document {
		height: auto;
		aspect-ratio: 345 / 436;
	}

	p.nrs-ita-experience__caption {
		width: 100%;
		margin-top: 40px;
	}
}
