body.page-id-1154 #content .ast-container,
body.page-id-704 #content .ast-container {
	display: block;
	width: 100%;
	max-width: none;
	padding: 0;
}

body.page-id-1154 #content.site-content,
body.page-id-704 #content.site-content {
	padding-block: 0;
}

body.page-id-1154 #primary,
body.page-id-704 #primary {
	width: 100%;
	margin: 0 !important;
	padding: 0;
}

body.page-id-1154 .entry-header,
body.page-id-704 .entry-header,
body.page-id-1154 .ast-single-entry-banner,
body.page-id-704 .ast-single-entry-banner,
body.page-id-1154 .main-header-bar.ast-header-breadcrumb,
body.page-id-704 .main-header-bar.ast-header-breadcrumb {
	display: none !important;
}

.np-company-page,
.np-company-page * {
	box-sizing: border-box;
}

.np-company-page {
	--np-company-ink: #061a2d;
	--np-company-text: #173149;
	--np-company-muted: #5f7586;
	--np-company-blue: #0a72ad;
	--np-company-sky: #dceff8;
	--np-company-green: #0ba76a;
	--np-company-line: #cfe2ee;
	--np-company-soft: #f4f9fc;
	--np-company-soft-2: #e9f4fa;
	color: var(--np-company-text);
	background:
		linear-gradient(rgba(10, 114, 173, .055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(10, 114, 173, .055) 1px, transparent 1px),
		#ffffff;
	background-size: 40px 40px;
	font-family: "PeydaWeb", Tahoma, Arial, sans-serif;
	overflow: hidden;
}

.np-company-page a {
	text-decoration: none !important;
}

.np-company-shell {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.np-company-hero {
	position: relative;
	padding: clamp(56px, 7vw, 92px) 0 clamp(46px, 6vw, 78px);
	background:
		radial-gradient(circle at 14% 18%, rgba(11, 167, 106, .16), transparent 29%),
		radial-gradient(circle at 86% 0%, rgba(10, 114, 173, .18), transparent 36%),
		linear-gradient(135deg, #f8fcff 0%, #eaf5fb 100%);
	border-bottom: 1px solid var(--np-company-line);
}

.np-company-hero::after {
	position: absolute;
	inset: auto 0 0;
	height: 9px;
	content: "";
	background: linear-gradient(90deg, var(--np-company-green), var(--np-company-blue));
	opacity: .92;
}

.np-company-hero__grid,
.np-contact-hero__grid,
.np-company-final__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
	gap: clamp(26px, 5vw, 64px);
	align-items: center;
}

.np-company-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-bottom: 18px;
	color: #58758b;
	font-size: 13px;
	font-weight: 800;
}

.np-company-breadcrumb a {
	color: var(--np-company-blue);
}

.np-company-breadcrumb a::after {
	margin-inline-start: 10px;
	color: #8fa6b6;
	content: "/";
}

.np-company-hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--np-company-ink);
	font-size: clamp(38px, 5.7vw, 74px);
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0;
}

.np-company-hero p {
	max-width: 720px;
	margin: 24px 0 0;
	color: #24425a;
	font-size: clamp(16px, 1.55vw, 20px);
	font-weight: 750;
	line-height: 2.05;
}

.np-company-actions,
.np-contact-address__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.np-company-button,
.np-company-final a,
.np-contact-quick a {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(10, 114, 173, .22);
	border-radius: 12px;
	padding: 12px 20px;
	color: var(--np-company-ink);
	background: rgba(255, 255, 255, .74);
	box-shadow: 0 18px 45px rgba(6, 26, 45, .08);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.4;
	transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.np-company-button:hover,
.np-company-final a:hover,
.np-contact-quick a:hover {
	transform: translateY(-2px);
	border-color: rgba(10, 114, 173, .4);
}

.np-company-button--primary,
.np-company-final a,
.np-contact-quick a {
	border-color: transparent;
	color: #ffffff;
	background: linear-gradient(135deg, var(--np-company-green), var(--np-company-blue));
}

.np-company-button--primary:visited,
.np-company-button--primary:hover,
.np-company-button--primary:focus,
.np-company-button--primary:focus-visible,
.np-contact-quick a:visited,
.np-contact-quick a:hover,
.np-contact-quick a:focus,
.np-contact-quick a:focus-visible {
	color: #ffffff !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .18);
}

.np-company-button--primary:hover,
.np-company-button--primary:focus-visible,
.np-contact-quick a:hover,
.np-contact-quick a:focus-visible {
	background: linear-gradient(135deg, #079f66, #0879b4);
}

.np-about-hero__media {
	position: relative;
	margin: 0;
	border: 1px solid rgba(10, 114, 173, .22);
	border-radius: 28px;
	overflow: hidden;
	background: #d9eaf4;
	box-shadow: 0 28px 80px rgba(6, 26, 45, .18);
}

.np-about-hero__media img {
	display: block;
	width: 100%;
	aspect-ratio: 1.08 / .78;
	object-fit: cover;
	object-position: center;
}

.np-about-hero__media figcaption {
	position: absolute;
	right: 18px;
	bottom: 18px;
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 14px;
	padding: 10px 14px;
	color: #ffffff;
	background: rgba(6, 26, 45, .74);
	backdrop-filter: blur(12px);
	font-size: 13px;
	font-weight: 900;
}

.np-about-story,
.np-about-services,
.np-about-process,
.np-contact-cards,
.np-contact-location,
.np-contact-social {
	padding: clamp(52px, 6vw, 82px) 0;
}

.np-about-story__grid,
.np-contact-location__grid,
.np-contact-social__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, .76fr);
	gap: clamp(24px, 4vw, 48px);
	align-items: stretch;
}

.np-about-story h2,
.np-company-section-head h2,
.np-contact-address h2,
.np-contact-social h2,
.np-company-final h2 {
	margin: 0;
	color: var(--np-company-ink);
	font-size: clamp(28px, 3.9vw, 48px);
	font-weight: 950;
	line-height: 1.25;
	letter-spacing: 0;
}

.np-about-story p,
.np-company-section-head p,
.np-contact-address p,
.np-contact-social p,
.np-company-final p {
	margin: 18px 0 0;
	color: #36546a;
	font-size: 16px;
	font-weight: 700;
	line-height: 2.05;
}

.np-about-proof {
	display: grid;
	gap: 12px;
	align-content: stretch;
}

.np-about-proof div {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	border: 1px solid var(--np-company-line);
	border-radius: 18px;
	padding: 18px;
	background: rgba(255, 255, 255, .84);
	box-shadow: 0 18px 45px rgba(6, 26, 45, .07);
}

.np-about-proof strong {
	color: var(--np-company-blue);
	font-size: 30px;
	font-weight: 950;
	line-height: 1;
	text-align: center;
}

.np-about-proof span {
	color: var(--np-company-ink);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.7;
}

.np-about-services,
.np-contact-location {
	background: linear-gradient(180deg, rgba(244, 249, 252, .7), rgba(255, 255, 255, .94));
	border-block: 1px solid var(--np-company-line);
}

.np-company-section-head {
	display: grid;
	max-width: 790px;
	gap: 14px;
	margin-bottom: 28px;
}

.np-company-section-head--split {
	max-width: none;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
}

.np-company-section-head--split a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(10, 114, 173, .22);
	border-radius: 12px;
	padding: 12px 16px;
	color: var(--np-company-blue);
	background: #ffffff;
	font-size: 14px;
	font-weight: 900;
}

.np-about-service-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.np-about-service,
.np-contact-card {
	position: relative;
	border: 1px solid var(--np-company-line);
	border-radius: 22px;
	padding: 24px;
	background: #ffffff;
	box-shadow: 0 18px 50px rgba(6, 26, 45, .07);
	overflow: hidden;
}

.np-about-service::before,
.np-contact-card::before {
	position: absolute;
	inset: 0 0 auto;
	height: 5px;
	content: "";
	background: linear-gradient(90deg, var(--np-company-green), var(--np-company-blue));
}

.np-about-service span {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	color: var(--np-company-blue);
	background: var(--np-company-soft-2);
	font-weight: 950;
}

.np-about-service h3,
.np-about-process h3 {
	margin: 22px 0 0;
	color: var(--np-company-ink);
	font-size: 21px;
	font-weight: 950;
	line-height: 1.45;
}

.np-about-service p,
.np-about-process p,
.np-contact-card em {
	margin: 12px 0 0;
	color: #4f6b7e;
	font-size: 14px;
	font-style: normal;
	font-weight: 750;
	line-height: 1.9;
}

.np-about-process__line {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.np-about-process__line article {
	border-right: 4px solid var(--np-company-green);
	border-radius: 18px;
	padding: 22px 22px 22px 18px;
	background: rgba(255, 255, 255, .78);
	box-shadow: 0 16px 45px rgba(6, 26, 45, .06);
}

.np-company-final {
	padding: clamp(46px, 5vw, 70px) 0;
	color: #ffffff;
	background:
		linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
		linear-gradient(135deg, #073252, #078964);
	background-size: 44px 44px, 44px 44px, auto;
}

.np-company-final h2,
.np-company-final p {
	color: #ffffff;
}

.np-company-final a {
	min-width: 190px;
	background: #ffffff;
	color: #067452;
	box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.np-contact-quick {
	border: 1px solid rgba(10, 114, 173, .22);
	border-radius: 26px;
	padding: clamp(24px, 4vw, 36px);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(231, 246, 253, .88));
	box-shadow: 0 24px 70px rgba(6, 26, 45, .14);
}

.np-contact-quick span {
	display: block;
	color: #58758b;
	font-size: 14px;
	font-weight: 900;
}

.np-contact-quick a {
	width: 100%;
	margin-top: 14px;
	font-size: clamp(22px, 3.2vw, 34px);
}

.np-contact-quick p {
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.9;
}

.np-contact-cards__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.np-contact-card {
	display: grid;
	min-height: 186px;
	color: inherit;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.np-contact-card:hover {
	transform: translateY(-3px);
	border-color: rgba(10, 114, 173, .38);
	box-shadow: 0 24px 60px rgba(6, 26, 45, .1);
}

.np-contact-card span {
	color: #5b7689;
	font-size: 13px;
	font-weight: 900;
}

.np-contact-card strong {
	margin-top: 14px;
	color: var(--np-company-ink);
	font-size: clamp(17px, 1.55vw, 21px);
	font-weight: 950;
	line-height: 1.35;
	direction: ltr;
	text-align: right;
	unicode-bidi: isolate;
	overflow-wrap: anywhere;
	word-break: normal;
}

.np-contact-map {
	border: 1px solid rgba(10, 114, 173, .2);
	border-radius: 26px;
	overflow: hidden;
	background: #d7e8f2;
	box-shadow: 0 22px 68px rgba(6, 26, 45, .12);
}

.np-contact-map iframe {
	display: block;
	width: 100%;
	min-height: 420px;
	border: 0;
}

.np-contact-social__grid {
	align-items: center;
}

.np-contact-social__links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.np-contact-social__links a {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--np-company-line);
	border-radius: 999px;
	padding: 10px 17px;
	color: var(--np-company-ink);
	background: #ffffff;
	font-size: 14px;
	font-weight: 900;
	box-shadow: 0 14px 34px rgba(6, 26, 45, .06);
}

@media (max-width: 980px) {
	.np-company-hero__grid,
	.np-contact-hero__grid,
	.np-about-story__grid,
	.np-contact-location__grid,
	.np-contact-social__grid,
	.np-company-final__grid {
		grid-template-columns: 1fr;
	}

	.np-about-service-list,
	.np-about-process__line,
	.np-contact-cards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.np-contact-social__links {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.np-company-shell {
		width: calc(100% - 28px);
		max-width: 1180px;
	}

	.np-company-hero {
		padding-top: 42px;
		overflow: hidden;
	}

	.np-company-hero h1 {
		max-width: 100%;
		font-size: clamp(28px, 8.2vw, 38px);
		line-height: 1.18;
		overflow-wrap: anywhere;
	}

	.np-contact-hero .np-company-hero h1,
	.np-contact-hero h1 {
		font-size: clamp(27px, 8vw, 37px);
	}

	.np-company-hero p,
	.np-about-story p,
	.np-company-section-head p,
	.np-contact-address p,
	.np-contact-social p,
	.np-company-final p {
		font-size: 15px;
		line-height: 1.95;
		overflow-wrap: anywhere;
	}

	.np-company-hero__copy,
	.np-contact-quick,
	.np-about-hero__media,
	.np-about-story__grid > *,
	.np-contact-location__grid > *,
	.np-contact-social__grid > *,
	.np-company-final__grid > * {
		min-width: 0;
		max-width: 100%;
	}

	.np-company-hero__copy,
	.np-contact-quick,
	.np-contact-card {
		text-align: center;
	}

	.np-company-breadcrumb {
		justify-content: center;
	}

	.np-company-hero p {
		margin-inline: auto;
	}

	.np-company-actions,
	.np-contact-address__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.np-company-button,
	.np-company-final a {
		width: 100%;
	}

	.np-about-hero__media {
		border-radius: 20px;
	}

	.np-about-service-list,
	.np-about-process__line,
	.np-contact-cards__grid,
	.np-company-section-head--split {
		grid-template-columns: 1fr;
	}

	.np-about-proof div {
		grid-template-columns: 66px minmax(0, 1fr);
	}

	.np-contact-card {
		min-height: auto;
		width: 100%;
		padding: 22px 20px;
	}

	.np-contact-card strong {
		font-size: clamp(16px, 5.1vw, 20px);
		line-height: 1.45;
		text-align: center;
	}

	.np-contact-map iframe {
		min-height: 330px;
	}
}
