/* One pinned viewport, three mutually exclusive stages. */
body.home.napnet { --nap-story-top: 0px; }
body.home.napnet.admin-bar { --nap-story-top: 32px; }
body.home.napnet .website-wrapper { overflow: visible; }
body.home.napnet .whb-header {
	position: fixed;
	top: var(--nap-story-top);
	left: 0;
	right: 0;
}
body.home.napnet:not(.nap-story-past) .whb-header .whb-general-header-inner {
	background: linear-gradient(180deg, #031b2e66, #031b2e08) !important;
	border-color: transparent;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}
body.home.napnet:not(.nap-story-past) .whb-header :is(.wd-nav-main > li > a, .wd-nav-main > li > a .nav-link-text, .wd-header-search > a, .wd-header-search .wd-tools-icon, .wd-header-mobile-nav .wd-tools-icon, .wd-header-mobile-nav .wd-tools-text) { color: #fff !important; }
body.home.napnet:not(.nap-story-past) .nap-header-phone { display: none; }
body.home.napnet:not(.nap-story-past) .nap-header-consult {
	border: 1px solid #ff690b;
	border-radius: 999px !important;
	background: #031b2e88;
}
.nap-story {
	--nap-story-height: calc(100svh - var(--nap-story-top, 0px));
	position: relative;
	background: #031b2e;
	color: #fff;
}
.nap-story.is-enhanced { height: calc(var(--nap-story-height) * 3); }
.nap-story__viewport {
	position: sticky;
	top: var(--nap-story-top, 0px);
	height: 100vh;
	height: var(--nap-story-height);
	overflow: hidden;
	isolation: isolate;
}
.nap-story__slide { position: absolute; inset: 0; }
.nap-story [hidden] { display: none !important; }
.nap-story__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: 38% center;
	border-radius: 0;
}
.nap-story__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(270deg, #031b2ef5 0%, #031b2ec9 27%, #031b2e38 57%, #031b2e0a 78%), linear-gradient(0deg, #031b2e99, transparent 25%, transparent 75%, #031b2e66);
}
.nap-story__copy {
	position: absolute;
	right: max(6%, calc((100% - 1280px) / 2));
	top: 53%;
	transform: translateY(-50%);
	width: min(38%, 500px);
	max-height: calc(100% - 180px);
	overflow-y: auto;
	text-align: right;
	padding: 12px 4px 24px;
	scrollbar-width: thin;
}
.nap-story__number { display: block; font-size: 24px; direction: ltr; }
body.napnet .nap-story__label {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 20px;
	color: #fff;
	font-size: 15px;
}
.nap-story__label::before { content: ""; width: 25px; height: 4px; background: #ff690b; }
body.napnet .nap-story h2 {
	margin: 0 0 22px;
	color: #fff !important;
	font-size: clamp(28px, 3.25vw, 52px);
	font-weight: 800;
	line-height: 1.65;
}
body.napnet .nap-story__lead { color: #f0f5fb; font-size: clamp(14px, 1.2vw, 18px); line-height: 2; margin: 0 0 26px; }
.nap-story__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 48px;
	padding: 10px 26px;
	border-radius: 999px;
	background: #ff650b;
	color: #fff !important;
	font-weight: 600;
	box-shadow: 0 7px 25px #ff650b45;
	text-decoration: none;
}
.nap-story__cta:hover { background: #e95000; }
.nap-story__cta svg { width: 22px; height: 22px; }
.nap-story__steps { position: absolute; left: 32px; top: 50%; transform: translateY(-50%); direction: ltr; }
.nap-story__step {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	width: 60px;
	height: 72px;
	padding: 0;
	border: 0;
	background: transparent !important;
	color: #aebdce !important;
	box-shadow: none;
	font-size: 16px;
}
.nap-story__step::after { content: ""; position: absolute; left: 37px; top: 0; bottom: 0; width: 1px; background: #ffffff70; z-index: -1; }
.nap-story__step i { width: 13px; height: 13px; border: 1px solid #d8e7f4; border-radius: 50%; background: #062036; }
.nap-story__step[aria-current] { color: #fff !important; }
.nap-story__step[aria-current] i { background: #fff; border: 3px solid #ff650b; }
.nap-story__step[aria-current]::after { background: #ff650b; }
.nap-story__scroll {
	position: absolute;
	left: 28px;
	bottom: 42px;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 12px;
	padding: 8px;
	border: 0;
	background: transparent !important;
	color: #c0cbd8 !important;
	font-size: 12px;
	box-shadow: none;
}
.nap-story__scroll svg { width: 22px; height: 34px; }
.nap-story__continue { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); color: #fff !important; display: flex; align-items: center; gap: 12px; font-size: 14px; }
.nap-story__continue span { font-size: 28px; }
.nap-story :is(a, button):focus-visible { outline: 2px solid #fff; outline-offset: 5px; }
.nap-story__sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.nap-story:not(.is-enhanced) :is(.nap-story__steps, .nap-story__scroll) { display: none; }
.nap-story:not(.is-enhanced) .nap-story__continue { display: flex !important; }
.nap-story + .nap-stats { margin-top: 0; padding-top: 28px; scroll-margin-top: 110px; }
.nap-story.is-enhanced .nap-story__slide:not([hidden]) .nap-story__copy { animation: nap-story-enter 450ms ease-out both; }
.nap-story.is-enhanced .nap-story__slide:not([hidden]) .nap-story__image { animation: nap-story-image-enter 420ms ease-out both; }
@keyframes nap-story-image-enter { from { opacity: .35; transform: scale(1.018); } to { opacity: 1; transform: scale(1); } }
@keyframes nap-story-enter { from { opacity: 0; translate: 0 18px; } to { opacity: 1; translate: 0 0; } }
@media (max-width: 782px) {
	body.home.napnet.admin-bar { --nap-story-top: 46px; }
	.nap-story__copy { right: 7%; width: 65%; top: 55%; }
	.nap-story__shade { background: linear-gradient(270deg, #031b2ef2, #031b2eb0 55%, #031b2e30), linear-gradient(0deg, #031b2eaa, transparent); }
	.nap-story__image { object-position: 35% center; }
	.nap-story__steps { left: 16px; }
	.nap-story__scroll { left: 10px; bottom: 24px; }
}
@media (max-width: 480px) {
	.nap-story__copy { right: 22px; width: calc(100% - 106px); max-height: calc(100% - 190px); }
	body.napnet .nap-story h2 { font-size: 26px; margin-bottom: 14px; }
	body.napnet .nap-story__lead { font-size: 13px; margin-bottom: 18px; }
	body.napnet .nap-story__label { font-size: 12px; margin-bottom: 12px; }
	.nap-story__number { font-size: 20px; }
	.nap-story__step { height: 60px; }
	.nap-story__cta { padding-inline: 20px; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
	.nap-story *, .nap-story *::before, .nap-story *::after { animation: none !important; transition: none !important; }
}
