.naz716-footer-inquiry {
	margin: 2rem auto 0;
	max-width: 1100px;
	padding: 0 1rem;
}

.naz716-quick-inquiry {
	margin-top: 2rem;
	padding: 1.25rem;
	border: 1px solid #d7e0e9;
	border-radius: 14px;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
	box-shadow: 0 10px 24px rgba(20, 40, 70, 0.08);
}

.naz716-quick-inquiry h3 {
	margin: 0;
	font-size: 1.35rem;
	line-height: 1.3;
	color: #12324f;
}

.naz716-quick-inquiry__subtitle {
	margin: 0.5rem 0 1rem;
	color: #36516b;
}

.naz716-quick-inquiry__notice {
	margin: 0 0 1rem;
	padding: 0.65rem 0.8rem;
	border-radius: 8px;
	font-weight: 600;
}

.naz716-quick-inquiry__notice--success {
	background: #e7f8ed;
	color: #0a6a35;
	border: 1px solid #b7e7c4;
}

.naz716-quick-inquiry__notice--invalid,
.naz716-quick-inquiry__notice--error {
	background: #fff2f2;
	color: #9e1f1f;
	border: 1px solid #f6cccc;
}

.naz716-quick-inquiry__notice--focus {
	background: #edf4ff;
	color: #0f3e8a;
	border: 1px solid #cfe0fb;
}

.naz716-quick-inquiry__form label {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 600;
	color: #1f3e58;
}

.naz716-quick-inquiry__form input,
.naz716-quick-inquiry__form select,
.naz716-quick-inquiry__form textarea {
	width: 100%;
	border: 1px solid #c7d5e3;
	border-radius: 8px;
	padding: 0.65rem 0.75rem;
	font-size: 0.97rem;
	line-height: 1.35;
	color: #16334c;
	background: #fff;
	box-sizing: border-box;
}

.naz716-quick-inquiry__form textarea {
	resize: vertical;
}

.naz716-quick-inquiry__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem 1rem;
}

.naz716-quick-inquiry__grid p {
	margin: 0;
}

.naz716-quick-inquiry__helper {
	margin: 0.72rem 0 0.5rem;
	color: #36516b;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.45;
}

.naz716-quick-inquiry__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.42rem;
	min-height: 44px;
	padding: 0.65rem 1rem;
	background: #0456d5;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-weight: 700;
	font-size: 0.95rem;
	cursor: pointer;
}

.naz716-quick-inquiry__submit:hover,
.naz716-quick-inquiry__submit:focus {
	background: #0142a8;
	color: #fff;
}

.naz716-honeypot {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.naz716-home-strip {
	margin: 0.75rem auto 1.25rem;
	max-width: 1100px;
	padding: 0 1rem;
}

.naz716-home-strip--primary .naz716-home-strip__inner {
	gap: 0.6rem 1rem;
}

.naz716-home-strip__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.85rem 1rem;
	padding: 0.9rem 1rem;
	border: 1px solid #d7e0e9;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(4, 86, 213, 0.1) 0%, rgba(10, 127, 79, 0.08) 100%);
	box-shadow: 0 10px 24px rgba(20, 40, 70, 0.08);
}

.naz716-home-strip__title {
	margin: 0;
	font-weight: 800;
	color: #12324f;
	letter-spacing: -0.01em;
}

.naz716-home-strip__copy {
	min-width: min(440px, 100%);
}

.naz716-home-strip__eyebrow {
	margin: 0 0 0.34rem;
	color: #0a5db6;
	font-weight: 700;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.naz716-home-strip__subtitle {
	margin: 0.42rem 0 0;
	color: #36516b;
	line-height: 1.45;
	max-width: 60ch;
}

.naz716-home-strip--primary .naz716-home-strip__actions {
	justify-content: flex-start;
}

.naz716-home-strip__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.naz716-home-strip__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.6rem 0.9rem;
	border-radius: 999px;
	font-weight: 800;
	font-size: 0.9rem;
	text-decoration: none;
	border: 1px solid transparent;
	white-space: nowrap;
}

.naz716-home-strip__btn--tour {
	background: #0a7f4f;
	color: #fff;
}

.naz716-home-strip__btn--tour:hover,
.naz716-home-strip__btn--tour:focus {
	background: #086b42;
	color: #fff;
	text-decoration: none;
}

.naz716-home-strip__btn--apply {
	background: #0456d5;
	color: #fff;
}

.naz716-home-strip__btn--apply:hover,
.naz716-home-strip__btn--apply:focus {
	background: #0142a8;
	color: #fff;
	text-decoration: none;
}

.naz716-home-strip__btn--call {
	background: #ffffff;
	color: #12324f;
	border-color: #b9c9da;
}

.naz716-home-strip__btn--call:hover,
.naz716-home-strip__btn--call:focus {
	background: #f2f7ff;
	color: #12324f;
	text-decoration: none;
}

.naz716-home-trust-strip {
	margin: 0.75rem auto 1.1rem;
	max-width: 1100px;
	padding: 0 1rem;
}

.naz716-home-trust-strip__inner {
	border: 1px solid #d7e0e9;
	border-radius: 18px;
	background: linear-gradient(140deg, #f8fbff 0%, #f8fff9 52%, #fff 100%);
	box-shadow: 0 14px 36px rgba(20, 40, 70, 0.08);
	padding: 1rem 1.05rem;
}

.naz716-home-trust-strip__title {
	margin: 0 0 0.75rem;
	font-size: 1.45rem;
	letter-spacing: -0.01em;
	color: #12324f;
}

.naz716-home-trust-strip__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
}

.naz716-home-trust-strip__item {
	padding: 0.75rem;
	border: 1px solid rgba(15, 76, 166, 0.16);
	border-radius: 14px;
	background: #fff;
}

.naz716-home-trust-strip__kpi {
	margin: 0 0 0.4rem;
	font-weight: 900;
	color: #0c4d8a;
	text-transform: uppercase;
	font-size: 0.74rem;
	letter-spacing: 0.08em;
}

.naz716-home-trust-strip__text {
	margin: 0;
	color: #36516b;
	line-height: 1.6;
}

.naz716-home-trust-strip__text a {
	color: #1459b2;
	font-weight: 800;
	text-decoration: none;
}

.naz716-home-trust-strip__text a:hover,
.naz716-home-trust-strip__text a:focus {
	text-decoration: underline;
}

.naz716-home-how-it-works {
	margin: 0 auto 1.1rem;
	max-width: 1100px;
	padding: 0 1rem;
}

.naz716-home-how-it-works__inner {
	border: 1px dashed #b7cce0;
	border-radius: 18px;
	background: #fff;
	padding: 1rem 1.05rem;
}

.naz716-home-how-it-works h2 {
	margin: 0 0 0.65rem;
	color: #12324f;
	font-size: 1.45rem;
}

.naz716-home-how-it-works__title {
	font-size: clamp(1.4rem, 2.2vw, 1.8rem);
	line-height: 1.24;
	letter-spacing: -0.015em;
}

.naz716-home-how-it-works__steps {
	margin: 0;
	padding: 0;
	color: #1f3e58;
	list-style: none;
	display: grid;
	gap: 0.68rem;
	line-height: 1.65;
}

.naz716-home-how-it-works__step {
	margin: 0;
	background: #f8fbff;
	border: 1px solid #cfe0ef;
	border-radius: 12px;
	padding: 0.6rem 0.72rem;
	display: flex;
	gap: 0.55rem;
	align-items: start;
}

.naz716-home-how-it-works__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.55rem;
	height: 1.55rem;
	border-radius: 50%;
	background: #12324f;
	color: #fff;
	font-weight: 800;
	font-size: 0.78rem;
	line-height: 1;
	flex: 0 0 auto;
	margin-top: 0.08rem;
}

.naz716-home-how-it-works__label {
	display: block;
	margin: 0;
	font-weight: 600;
	line-height: 1.45;
}

@media (max-width: 640px) {
	.naz716-home-how-it-works__title {
		font-size: 1.35rem;
	}

	.naz716-home-how-it-works__step {
		padding: 0.7rem;
	}
}

.naz716-space-pathway {
	margin: 1rem auto 1.1rem;
	max-width: 1100px;
	padding: 0 1rem;
	--naz716-space-pathway-accent: #0f4ca6;
}

.naz716-space-pathway--virtual-office {
	--naz716-space-pathway-accent: #0f5bd8;
}

.naz716-space-pathway--office-space {
	--naz716-space-pathway-accent: #0a7f4f;
}

.naz716-space-pathway--salon-suites {
	--naz716-space-pathway-accent: #6f2f8f;
}

.naz716-space-pathway__inner {
	padding: 1rem 1.05rem;
	border: 1px solid #d7e0e9;
	border-radius: 18px;
	background: linear-gradient(160deg, #f8fbff 0%, #eef8f4 100%);
	box-shadow: 0 16px 40px rgba(20, 40, 70, 0.08);
}

.naz716-space-pathway__title {
	margin: 0 0 0.35rem;
	color: #12324f;
	font-size: 1.35rem;
}

.naz716-space-pathway__subtitle {
	margin: 0 0 0.75rem;
	color: #36516b;
}

.naz716-space-pathway__hero {
	margin: 0 0 0.65rem;
}

.naz716-space-pathway__eyebrow {
	display: inline-block;
	margin: 0 0 0.5rem;
	padding: 0.14rem 0.56rem;
	border-radius: 999px;
	background: rgba(15, 76, 166, 0.09);
	color: var(--naz716-space-pathway-accent);
	font-size: 0.71rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.naz716-space-pathway__pricing,
.naz716-space-pathway__description {
	margin: 0 0 0.45rem;
	color: #2f4a63;
	line-height: 1.45;
}

.naz716-space-pathway__pricing {
	font-weight: 800;
	color: #12324f;
}

.naz716-space-pathway__list {
	margin: 0 0 0.85rem;
	padding-left: 1.15rem;
	color: #36516b;
	line-height: 1.55;
}

.naz716-space-pathway__list li {
	margin: 0.32rem 0;
}

.naz716-space-pathway__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.naz716-space-pathway__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0.58rem 0.9rem;
	border-radius: 999px;
	font-weight: 800;
	font-size: 0.9rem;
	border: 1px solid transparent;
	text-decoration: none;
}

.naz716-space-pathway__btn--apply {
	background: #0456d5;
	color: #fff;
}

.naz716-space-pathway__btn--apply:hover,
.naz716-space-pathway__btn--apply:focus {
	background: #0142a8;
	color: #fff;
}

.naz716-space-pathway__btn--tour {
	background: #0a7f4f;
	color: #fff;
}

.naz716-space-pathway__btn--tour:hover,
.naz716-space-pathway__btn--tour:focus {
	background: #086b42;
	color: #fff;
}

.naz716-directory-rail {
	margin: 0.75rem auto 1rem;
	max-width: 1100px;
	padding: 0 1rem;
}

.naz716-directory-rail__inner {
	padding: 1.1rem 1.2rem;
	border: 1px solid #d7e0e9;
	border-radius: 16px;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
	box-shadow: 0 10px 24px rgba(20, 40, 70, 0.08);
}

.naz716-directory-rail__title {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.25;
	color: #12324f;
}

.naz716-directory-rail__subtitle {
	margin: 0.45rem 0 0.9rem;
	color: #36516b;
}

.naz716-directory-rail__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.naz716-directory-rail__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.6rem 0.9rem;
	border-radius: 10px;
	font-weight: 800;
	font-size: 0.92rem;
	text-decoration: none;
	border: 1px solid transparent;
}

.naz716-directory-rail__btn--apply {
	background: #0456d5;
	color: #fff;
}

.naz716-directory-rail__btn--apply:hover,
.naz716-directory-rail__btn--apply:focus {
	background: #0142a8;
	color: #fff;
	text-decoration: none;
}

.naz716-directory-rail__btn--tour {
	background: #0a7f4f;
	color: #fff;
}

.naz716-directory-rail__btn--tour:hover,
.naz716-directory-rail__btn--tour:focus {
	background: #086b42;
	color: #fff;
	text-decoration: none;
}

.naz716-directory-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
	margin: 0.25rem 0 1rem;
}

.naz716-directory-count {
	font-size: 0.95rem;
	font-weight: 600;
	color: #21435f;
}

.naz716-directory-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.naz716-directory-filter {
	border: 1px solid #b7c8d8;
	background: #f4f8fc;
	color: #20425e;
	border-radius: 999px;
	padding: 0.35rem 0.7rem;
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
}

.naz716-directory-filter.is-active {
	background: #0f4ca6;
	border-color: #0f4ca6;
	color: #fff;
}

.naz716-directory-empty {
	margin-top: 1rem;
	padding: 0.8rem 0.95rem;
	background: #f8fbff;
	border: 1px dashed #b8cadb;
	border-radius: 10px;
	color: #2b4a64;
}

@media (max-width: 900px) {
	.naz716-home-trust-strip__grid {
		grid-template-columns: 1fr;
	}
}

/* Home About Section Refresh */
body.home #about.h-section {
	padding-top: clamp(2rem, 5vw, 3.3rem);
	padding-bottom: clamp(2rem, 5vw, 3.3rem);
}

body.home #about .h-section-grid-container {
	max-width: 1140px;
}

body.home #about .style-local-48-c6 {
	background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
	border: 1px solid #d9e6f2;
	border-radius: 24px;
	box-shadow: 0 16px 36px rgba(18, 50, 79, 0.1);
}

body.home #about .style-local-48-c7 h3 {
	margin-bottom: 0.95rem;
	font-size: clamp(1.55rem, 2.7vw, 2.35rem);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #10324f;
}

body.home #about .style-local-48-c8 p {
	margin-bottom: 0.9rem;
	font-size: 1.02rem;
	line-height: 1.72;
	color: #35556f;
}

body.home #about .style-local-48-c101 .h-button {
	padding: 0.72rem 1.2rem !important;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: linear-gradient(135deg, #0456d5 0%, #0a7f4f 100%) !important;
	box-shadow: 0 10px 22px rgba(4, 86, 213, 0.25);
	font-weight: 800;
	letter-spacing: 0.01em;
}

body.home #about .style-local-48-c101 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
}

body.home #about .style-local-48-c101 .naz716-about-owner-links {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.55rem;
}

body.home #about .style-local-48-c101 .h-button:hover,
body.home #about .style-local-48-c101 .h-button:focus {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(4, 86, 213, 0.32);
	text-decoration: none;
}

body.home #about .style-local-48-c101 .naz716-about-profile-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.62rem 1rem;
	border: 1px solid #b8cce1;
	border-radius: 999px;
	background: #fff;
	color: #12324f;
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

body.home #about .style-local-48-c101 .naz716-about-profile-link:hover,
body.home #about .style-local-48-c101 .naz716-about-profile-link:focus {
	background: #f2f7ff;
	border-color: #9bb8d6;
	color: #0d2c45;
	text-decoration: none;
}

body.home #about .style-local-48-c91 .h-column__inner {
	height: 100%;
	background: #ffffff;
	border: 1px solid #dce7f2;
	border-radius: 18px;
	box-shadow: 0 10px 24px rgba(20, 40, 70, 0.08);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.home #about .style-local-48-c91 .h-column__inner:hover {
	transform: translateY(-4px);
	border-color: #b8cde2;
	box-shadow: 0 16px 30px rgba(20, 40, 70, 0.14);
}

body.home #about .style-local-48-c91 h4 {
	margin: 0 0 0.55rem;
	font-size: 1.05rem;
	line-height: 1.35;
	color: #12324f;
}

body.home #about .style-local-48-c91 p {
	margin: 0;
	line-height: 1.62;
	color: #36516b;
}

@media (max-width: 1024px) {
	body.home #about .style-local-48-c6 {
		border-radius: 20px;
	}
}

/* Home Services Section Refresh */
#services-2 {
	--naz716-services-blue: #0f4ca6;
	--naz716-services-blue-dark: #0a3f89;
	--naz716-services-green: #0c8756;
	--naz716-services-ink: #12324f;
	--naz716-services-muted: #36516c;
	--naz716-services-border: #d4e2ef;
}

#services-2 .h-section-grid-container {
	background: linear-gradient(160deg, #f8fbff 0%, #f3fbf7 48%, #ffffff 100%);
	border: 1px solid rgba(15, 76, 166, 0.16);
	border-radius: 24px;
	padding: 1.35rem 1.1rem;
	box-shadow: 0 18px 42px rgba(18, 50, 79, 0.08);
}

#services-2 .style-508 h2 {
	color: var(--naz716-services-ink);
	letter-spacing: -0.01em;
}

#services-2 .style-509 p {
	color: #2f4a63;
	max-width: 58ch;
}

#services-2 .style-499 .h-row {
	row-gap: 1rem;
}

#services-2 .style-500 {
	position: relative;
	display: flex;
	height: 100%;
	border-radius: 18px;
	border: 1px solid var(--naz716-services-border);
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(18, 50, 79, 0.07);
	overflow: hidden;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

#services-2 .style-500::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--naz716-services-blue) 0%, var(--naz716-services-green) 100%);
}

#services-2 .style-500:hover,
#services-2 .style-500:focus-within {
	transform: translateY(-4px);
	border-color: rgba(15, 76, 166, 0.38);
	box-shadow: 0 16px 36px rgba(18, 50, 79, 0.15);
}

#services-2 .style-500 .h-y-container {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 0.5rem;
}

#services-2 .style-501-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: linear-gradient(145deg, rgba(15, 76, 166, 0.12) 0%, rgba(12, 135, 86, 0.12) 100%);
	color: var(--naz716-services-blue);
}

#services-2 .style-501-icon svg {
	width: 26px;
	height: 26px;
}

#services-2 .style-501-icon svg path {
	fill: currentColor !important;
}

#services-2 .style-502 h4 {
	margin: 0.2rem 0 0;
	font-size: 1.16rem;
	line-height: 1.32;
	color: var(--naz716-services-ink);
}

#services-2 .style-503 {
	flex: 1 1 auto;
}

#services-2 .style-503 p {
	margin: 0;
	color: var(--naz716-services-muted);
	line-height: 1.62;
	font-size: 0.96rem;
}

#services-2 .style-504 {
	margin-top: auto;
}

#services-2 .naz716-services-card__actions {
	margin-top: auto;
	display: flex;
}

#services-2 .naz716-services-card__cta {
	text-decoration: none;
}

#services-2 .naz716-services-card__cta span {
	color: #fff;
}

#services-2 .naz716-services-quicklinks {
	margin-top: 1.05rem;
	padding: 0.9rem 0.95rem;
	border: 1px solid rgba(15, 76, 166, 0.2);
	border-radius: 14px;
	background: linear-gradient(145deg, rgba(15, 76, 166, 0.07) 0%, rgba(12, 135, 86, 0.06) 100%);
}

#services-2.naz716-services-overview .style-508,
#services-2.naz716-services-overview .style-509 {
	max-width: 62ch;
}

#services-2.naz716-services-overview .naz716-services-overview__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

#services-2.naz716-services-overview .naz716-services-overview__card {
	padding: 0.95rem;
}

/* Menu accessibility and responsive behavior */
#colibri .h-navigation {
	transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

#colibri .h-menu .menu-item > a,
#colibri .h-offscreen-panel .menu-item > a {
	min-height: 42px;
	padding-top: 0.45rem;
	padding-bottom: 0.45rem;
	font-weight: 700;
	line-height: 1.25;
	text-transform: none;
	text-decoration: none;
	border-radius: 8px;
}

#colibri .h-menu .menu-item > a:hover,
#colibri .h-menu .menu-item > a:focus-visible,
#colibri .h-offscreen-panel .menu-item > a:hover,
#colibri .h-offscreen-panel .menu-item > a:focus-visible {
	text-decoration: none;
	background-color: rgba(0, 42, 110, 0.08);
}

#colibri .h-menu .menu-item.current-menu-item > a,
#colibri .h-menu .menu-item.current-menu-ancestor > a,
#colibri .h-menu .menu-item.current_page_item > a,
#colibri .h-offscreen-panel .menu-item.current-menu-item > a {
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 2px;
}

#colibri .h-offscreen-panel .menu-item > a,
#colibri .h-offscreen-panel .menu-item.current-menu-item > a {
	min-height: 46px;
	padding-top: 0.55rem;
	padding-bottom: 0.55rem;
}

#colibri .h-offscreen-panel .menu-item {
	margin: 0.1rem 0;
}

#colibri .h-main-menu .menu-item.naz716-about-has-submenu {
	position: relative;
}

#colibri .h-main-menu .menu-item > a.naz716-about-parent-link,
#colibri .h-offscreen-panel .menu-item > a.naz716-about-parent-link {
	cursor: default;
}

#colibri .h-main-menu .naz716-about-submenu {
	position: absolute;
	top: calc(100% + 0.35rem);
	left: 0;
	z-index: 30;
	display: none;
	flex-direction: column;
	gap: 0.35rem;
	min-width: 164px;
	margin: 0;
	padding: 0.45rem;
	list-style: none;
	background: #ffffff;
	border: 1px solid #d6e3f0;
	border-radius: 12px;
	box-shadow: 0 14px 28px rgba(8, 35, 68, 0.16);
}

#colibri .h-main-menu .menu-item.naz716-about-has-submenu:hover > .naz716-about-submenu,
#colibri .h-main-menu .menu-item.naz716-about-has-submenu:focus-within > .naz716-about-submenu {
	display: flex;
}

#colibri .h-main-menu .naz716-about-submenu .naz716-about-submenu__link,
#colibri .h-offscreen-panel .naz716-about-submenu .naz716-about-submenu__link {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	width: 100%;
	padding: 0.35rem 0.6rem;
	border-radius: 8px;
	font-weight: 700;
	font-size: 0.86rem;
	line-height: 1.2;
	text-decoration: none;
	color: #12324f;
}

#colibri .h-main-menu .naz716-about-submenu .naz716-about-submenu__link:hover,
#colibri .h-main-menu .naz716-about-submenu .naz716-about-submenu__link:focus,
#colibri .h-offscreen-panel .naz716-about-submenu .naz716-about-submenu__link:hover,
#colibri .h-offscreen-panel .naz716-about-submenu .naz716-about-submenu__link:focus {
	background: #eff5ff;
	color: #0f3d74;
	text-decoration: none;
}

#colibri .h-offscreen-panel .naz716-about-submenu {
	display: grid;
	gap: 0.2rem;
	margin: 0.2rem 0 0.55rem 0.7rem;
	padding: 0 0 0 0.35rem;
	list-style: none;
	border-left: 2px solid rgba(15, 76, 166, 0.16);
}

#services-2 .naz716-services-quicklinks__title {
	margin: 0 0 0.6rem;
	font-weight: 700;
	color: var(--naz716-services-ink);
}

#services-2 .naz716-services-quicklinks__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

#services-2 .naz716-services-quicklinks__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	border: 1px solid rgba(15, 76, 166, 0.38);
	background: #ffffff;
	color: var(--naz716-services-blue);
	font-weight: 700;
	font-size: 0.86rem;
	text-decoration: none;
}

#services-2 .naz716-services-quicklinks__link:hover,
#services-2 .naz716-services-quicklinks__link:focus {
	background: #eff5ff;
	color: var(--naz716-services-blue-dark);
	text-decoration: none;
}

#services-2 .style-505 {
	min-height: 44px;
	width: 100%;
	border-radius: 11px;
	border: 1px solid transparent;
	background: linear-gradient(135deg, var(--naz716-services-blue) 0%, #1d67d4 100%);
	box-shadow: 0 10px 22px rgba(15, 76, 166, 0.23);
}

#services-2 .style-505:hover,
#services-2 .style-505:focus {
	background: linear-gradient(135deg, var(--naz716-services-blue-dark) 0%, #1557b8 100%);
	box-shadow: 0 12px 24px rgba(10, 63, 137, 0.28);
}

#services-2 .style-505 span {
	font-weight: 800;
	letter-spacing: 0.01em;
}

@media (max-width: 700px) {
	body.home #about .style-local-48-c6 {
		border-radius: 16px;
	}

	body.home #about .style-local-48-c7 h3 {
		font-size: 1.45rem;
	}

	body.home #about .style-local-48-c8 p {
		font-size: 0.97rem;
		line-height: 1.66;
	}

	body.home #about .style-local-48-c101 .h-button {
		width: 100%;
	}

	body.home #about .style-local-48-c101 .naz716-about-profile-link {
		width: auto;
	}

	body.home #about .style-local-48-c101 .naz716-about-owner-links {
		width: auto;
		flex-wrap: nowrap;
	}

	body.home #about .style-local-48-c91 .h-column__inner:hover {
		transform: none;
	}

	.naz716-quick-inquiry {
		padding: 1rem;
	}

	.naz716-home-strip__inner {
		padding: 0.85rem 0.9rem;
	}

	.naz716-home-strip__btn,
	.naz716-directory-rail__btn,
	.naz716-space-pathway__btn {
		width: 100%;
	}

	.naz716-space-pathway__hero {
		margin: 0;
	}

	.naz716-space-pathway__eyebrow {
		margin-bottom: 0.4rem;
	}

	.naz716-quick-inquiry__grid {
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}

	.naz716-directory-toolbar {
		flex-direction: column;
		align-items: flex-start;
	}

	#services-2 .h-section-grid-container {
		border-radius: 18px;
		padding: 1rem 0.7rem;
	}

	#services-2 .style-508 h2 {
		font-size: 1.45rem;
	}

	#services-2 .style-503 p {
		font-size: 0.94rem;
	}

	#services-2 .style-500:hover,
	#services-2 .style-500:focus-within {
		transform: none;
	}

	#services-2.naz716-services-overview .naz716-services-overview__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#services-2 .naz716-services-quicklinks {
		padding: 0.8rem 0.75rem;
	}

	#services-2 .naz716-services-quicklinks__link {
		width: 100%;
	}

	#colibri .h-hamburger-button {
		min-width: 44px;
		min-height: 44px;
		padding: 0.35rem 0.5rem;
	}

	#colibri .h-hamburger-button .h-icon-svg {
		width: 20px;
		height: 20px;
	}

	.naz716-home-trust-strip__grid {
		grid-template-columns: 1fr;
	}

	.naz716-home-trust-strip__inner,
	.naz716-home-how-it-works__inner,
	.naz716-space-pathway__inner {
		padding: 0.85rem 0.85rem;
	}
}

/* Conversion refresh: homepage + service landing pathways */
.naz716-home-strip--primary .naz716-home-strip__inner {
	align-items: flex-start;
	padding: 1.05rem 1.1rem;
}

.naz716-home-strip__copy {
	flex: 1 1 560px;
}

.naz716-home-strip__highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 0.8rem;
}

.naz716-home-strip__chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.38rem 0.72rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid #c9d9ea;
	color: #12324f;
	font-size: 0.84rem;
	font-weight: 700;
	text-decoration: none;
}

.naz716-home-strip__chip:hover,
.naz716-home-strip__chip:focus {
	background: #ffffff;
	color: #0456d5;
	border-color: #9dbce3;
	text-decoration: none;
}

.naz716-home-strip__microcopy {
	margin: 0.72rem 0 0;
	padding: 0 0.15rem;
	color: #36516b;
	font-size: 0.92rem;
	line-height: 1.5;
}

.naz716-home-strip__actions {
	flex: 0 1 360px;
	justify-content: flex-end;
}

.naz716-space-pathway__inner {
	padding: 1.1rem 1.1rem 1.15rem;
}

.naz716-space-pathway__title {
	font-size: clamp(1.45rem, 2.2vw, 1.9rem);
	line-height: 1.2;
	letter-spacing: -0.015em;
}

.naz716-space-pathway__subtitle {
	max-width: 72ch;
	line-height: 1.6;
}

.naz716-space-pathway__note {
	margin: 0.45rem 0 0;
	color: #21435f;
	font-weight: 600;
	line-height: 1.55;
}

.naz716-space-pathway__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 0.85rem;
	margin: 0.95rem 0 0.85rem;
}

.naz716-space-pathway__panel {
	padding: 0.95rem;
	border-radius: 16px;
	border: 1px solid rgba(18, 50, 79, 0.1);
	background: rgba(255, 255, 255, 0.92);
}

.naz716-space-pathway__section-title {
	margin: 0 0 0.7rem;
	font-size: 1rem;
	font-weight: 800;
	color: #12324f;
}

.naz716-space-pathway__list {
	margin-bottom: 0;
}

.naz716-space-pathway__facts {
	display: grid;
	gap: 0.6rem;
}

.naz716-space-pathway__fact {
	padding: 0.72rem 0.78rem;
	border-radius: 14px;
	border: 1px solid rgba(15, 76, 166, 0.14);
	background: #fff;
}

.naz716-space-pathway__fact-label {
	margin: 0 0 0.2rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--naz716-space-pathway-accent);
}

.naz716-space-pathway__fact-value {
	margin: 0;
	color: #36516b;
	line-height: 1.55;
}

.naz716-space-pathway__journey {
	margin: 0 0 0.95rem;
	padding: 0.95rem 1rem;
	border-radius: 16px;
	border: 1px dashed #b9cde0;
	background: rgba(18, 50, 79, 0.04);
}

.naz716-space-pathway__journey-title {
	margin: 0 0 0.65rem;
	font-weight: 800;
	color: #12324f;
}

.naz716-space-pathway__journey-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.58rem;
	counter-reset: naz716-space-pathway-step;
}

.naz716-space-pathway__journey-list li {
	display: flex;
	gap: 0.58rem;
	align-items: flex-start;
	color: #36516b;
	line-height: 1.55;
}

.naz716-space-pathway__journey-list li::before {
	counter-increment: naz716-space-pathway-step;
	content: counter(naz716-space-pathway-step);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background: #12324f;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1;
	flex: 0 0 auto;
	margin-top: 0.05rem;
}

.naz716-space-pathway__related {
	margin: 0 0 0.9rem;
	padding: 0.9rem 0.95rem;
	border-radius: 14px;
	border: 1px solid rgba(18, 50, 79, 0.12);
	background: #ffffff;
}

.naz716-space-pathway__related-title {
	margin: 0 0 0.55rem;
	font-weight: 800;
	color: #12324f;
}

.naz716-space-pathway__related-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.naz716-space-pathway__related-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0.36rem 0.72rem;
	border-radius: 999px;
	border: 1px solid rgba(15, 76, 166, 0.28);
	background: #f8fbff;
	color: #0f4ca6;
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: none;
}

.naz716-space-pathway__related-link:hover,
.naz716-space-pathway__related-link:focus {
	background: #ebf3ff;
	color: #0a3f89;
	text-decoration: none;
}

.naz716-space-pathway__faq {
	margin: 0 0 0.95rem;
	padding: 0.92rem 0.96rem;
	border-radius: 14px;
	border: 1px solid #d8e3ee;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.naz716-space-pathway__faq-title {
	margin: 0 0 0.58rem;
	font-weight: 800;
	color: #12324f;
}

.naz716-space-pathway__faq-item {
	border: 1px solid #d8e3ee;
	border-radius: 10px;
	background: #fff;
	padding: 0.6rem 0.7rem;
}

.naz716-space-pathway__faq-item + .naz716-space-pathway__faq-item {
	margin-top: 0.5rem;
}

.naz716-space-pathway__faq-item summary {
	cursor: pointer;
	font-weight: 700;
	color: #12324f;
}

.naz716-space-pathway__faq-item p {
	margin: 0.45rem 0 0;
	color: #36516b;
	line-height: 1.55;
}

.naz716-space-pathway__btn--call {
	background: #ffffff;
	color: #12324f;
	border-color: #b9c9da;
}

.naz716-space-pathway__btn--call:hover,
.naz716-space-pathway__btn--call:focus {
	background: #f2f7ff;
	color: #12324f;
	text-decoration: none;
}

.naz716-colibri-wmbe {
	margin: 0.85rem auto 1.25rem;
	max-width: 1100px;
	padding: 0 1rem;
}

.naz716-colibri-wmbe .h-section-grid-container {
	border: 1px solid #d7e0e9;
	border-radius: 18px;
	background: linear-gradient(140deg, #f8fbff 0%, #f8fff9 55%, #fff 100%);
	box-shadow: 0 14px 36px rgba(20, 40, 70, 0.08);
	padding: 0.9rem 0.95rem 1.05rem;
}

.naz716-wmbe__eyebrow {
	margin: 0 0 0.4rem;
	color: #0a5db6;
	font-weight: 800;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.naz716-wmbe__title {
	margin: 0;
	color: #12324f;
	letter-spacing: -0.01em;
}

.naz716-colibri-wmbe .h-text p {
	margin: 0.45rem 0 0;
	color: #36516b;
	line-height: 1.58;
}

.naz716-wmbe__card {
	height: 100%;
	padding: 0.88rem 0.92rem;
	border: 1px solid rgba(15, 76, 166, 0.14);
	border-radius: 14px;
	background: #ffffff;
}

.naz716-wmbe__card h3 {
	margin: 0;
	color: #12324f;
	font-size: 1.03rem;
}

.naz716-wmbe__list {
	margin: 0.55rem 0 0;
	padding-left: 1.05rem;
}

.naz716-wmbe__list li {
	margin: 0.34rem 0;
	color: #2e4b66;
	line-height: 1.52;
}

.naz716-link-hub,
.naz716-key-faq {
	margin: 0.85rem auto 1.1rem;
	max-width: 1100px;
	padding: 0 1rem;
}

.naz716-link-hub__inner,
.naz716-key-faq__inner {
	border: 1px solid #d7e0e9;
	border-radius: 18px;
	background: linear-gradient(145deg, #ffffff 0%, #f7fbff 55%, #f7fff9 100%);
	box-shadow: 0 14px 34px rgba(20, 40, 70, 0.08);
	padding: 0.9rem 0.96rem 1.02rem;
}

.naz716-link-hub__eyebrow,
.naz716-key-faq__eyebrow {
	margin: 0;
	color: #0a5db6;
	font-weight: 800;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.naz716-link-hub__title,
.naz716-key-faq__title {
	margin: 0.42rem 0 0;
	color: #12324f;
	font-size: clamp(1.1rem, 1.5vw, 1.46rem);
	letter-spacing: -0.01em;
}

.naz716-link-hub__subtitle {
	margin: 0.52rem 0 0;
	color: #36516b;
	line-height: 1.55;
}

.naz716-link-hub__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem;
	margin-top: 0.75rem;
}

.naz716-link-hub__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0.42rem 0.7rem;
	border-radius: 999px;
	border: 1px solid rgba(15, 76, 166, 0.28);
	background: #f8fbff;
	color: #0f4ca6;
	font-size: 0.87rem;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
}

.naz716-link-hub__link:hover,
.naz716-link-hub__link:focus {
	background: #ebf3ff;
	color: #0a3f89;
	text-decoration: none;
}

.naz716-key-faq__items {
	margin-top: 0.7rem;
}

.naz716-key-faq__item {
	border: 1px solid #d8e3ee;
	border-radius: 10px;
	background: #fff;
	padding: 0.62rem 0.72rem;
}

.naz716-key-faq__item + .naz716-key-faq__item {
	margin-top: 0.52rem;
}

.naz716-key-faq__item summary {
	cursor: pointer;
	font-weight: 700;
	color: #12324f;
}

.naz716-key-faq__item p {
	margin: 0.45rem 0 0;
	color: #36516b;
	line-height: 1.55;
}

.naz716-home-contact-bridge,
.naz716-contact-focus {
	margin: 0.85rem auto 1.1rem;
	max-width: 1100px;
	padding: 0 1rem;
}

.naz716-home-contact-bridge__inner,
.naz716-contact-focus__inner {
	border: 1px solid #d7e0e9;
	border-radius: 18px;
	background: linear-gradient(145deg, #ffffff 0%, #f7fbff 55%, #f7fff9 100%);
	box-shadow: 0 14px 34px rgba(20, 40, 70, 0.08);
	padding: 0.9rem 0.96rem 1.02rem;
}

.naz716-home-contact-bridge__eyebrow,
.naz716-contact-focus__eyebrow {
	margin: 0;
	color: #0a5db6;
	font-weight: 800;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.naz716-home-contact-bridge__title,
.naz716-contact-focus__title {
	margin: 0.42rem 0 0;
	color: #12324f;
	font-size: clamp(1.08rem, 1.5vw, 1.42rem);
	letter-spacing: -0.01em;
}

.naz716-home-contact-bridge__subtitle,
.naz716-contact-focus__text {
	margin: 0.52rem 0 0;
	color: #36516b;
	line-height: 1.55;
}

.naz716-home-contact-bridge__actions,
.naz716-home-contact-bridge__links,
.naz716-contact-focus__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.72rem;
}

.naz716-contact-focus__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 0.72rem;
}

.naz716-contact-focus__chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0.3rem 0.68rem;
	border: 1px solid #bfd2e6;
	border-radius: 999px;
	background: #ffffff;
	color: #12324f;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
}

.naz716-contact-focus__chip:hover,
.naz716-contact-focus__chip:focus {
	background: #eef5ff;
	color: #12324f;
	text-decoration: none;
}

.naz716-contact-focus__chip.is-active {
	background: #0f4ca6;
	color: #ffffff;
	border-color: #0f4ca6;
}

.naz716-contact-essentials {
	margin: 0.85rem auto 1.1rem;
	max-width: 1100px;
	padding: 0 1rem;
}

.naz716-contact-essentials__inner {
	border: 1px solid #d7e0e9;
	border-radius: 18px;
	background: linear-gradient(145deg, #ffffff 0%, #f7fbff 55%, #f7fff9 100%);
	box-shadow: 0 14px 34px rgba(20, 40, 70, 0.08);
	padding: 0.9rem 0.96rem 1.02rem;
}

.naz716-contact-essentials__eyebrow {
	margin: 0;
	color: #0a5db6;
	font-weight: 800;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.naz716-contact-essentials__title {
	margin: 0.42rem 0 0;
	color: #12324f;
	font-size: clamp(1.1rem, 1.5vw, 1.46rem);
	letter-spacing: -0.01em;
}

.naz716-contact-essentials__subtitle {
	margin: 0.52rem 0 0;
	color: #36516b;
	line-height: 1.55;
}

.naz716-contact-essentials__response {
	margin-top: 0.68rem;
	border: 1px solid rgba(15, 76, 166, 0.18);
	border-radius: 12px;
	background: linear-gradient(130deg, #f8fbff 0%, #eef6ff 100%);
	padding: 0.62rem 0.7rem;
}

.naz716-contact-essentials__response-promise {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 0.45rem;
	color: #0d3f86;
	font-weight: 800;
}

.naz716-contact-essentials__response-line {
	margin: 0.34rem 0 0;
	color: #12324f;
	font-size: 0.86rem;
	line-height: 1.45;
}

.naz716-contact-essentials__response-line strong {
	font-weight: 800;
}

.naz716-contact-essentials__cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.72rem;
}

.naz716-contact-essentials__planning-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.72rem;
	margin-top: 0.78rem;
}

.naz716-contact-essentials__planning-card {
	border: 1px solid rgba(15, 76, 166, 0.14);
	border-radius: 14px;
	background: #ffffff;
	padding: 0.72rem;
}

.naz716-contact-essentials__planning-title {
	margin: 0;
	color: #12324f;
	font-size: 1rem;
}

.naz716-contact-essentials__planning-text {
	margin: 0.36rem 0 0;
	color: #36516b;
	line-height: 1.52;
}

.naz716-contact-essentials__planning-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 0.62rem;
}

.naz716-contact-essentials__planning-list {
	margin: 0.42rem 0 0;
	padding-left: 1rem;
	color: #12324f;
	line-height: 1.5;
	font-weight: 600;
}

.naz716-contact-essentials__planning-list li + li {
	margin-top: 0.24rem;
}

.naz716-contact-essentials__service-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 0.7rem;
}

.naz716-contact-essentials__service-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.72rem;
	margin-top: 0.78rem;
}

.naz716-contact-essentials__service-card {
	border: 1px solid rgba(15, 76, 166, 0.14);
	border-radius: 14px;
	background: #ffffff;
	padding: 0.72rem;
}

.naz716-contact-essentials__service-title {
	margin: 0;
	color: #12324f;
	font-size: 0.98rem;
}

.naz716-contact-essentials__service-text {
	margin: 0.35rem 0 0;
	color: #36516b;
	line-height: 1.5;
}

.naz716-contact-essentials__service-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 0.62rem;
}

.naz716-contact-essentials__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.72rem;
	margin-top: 0.78rem;
}

.naz716-contact-essentials__card {
	border: 1px solid rgba(15, 76, 166, 0.14);
	border-radius: 14px;
	background: #ffffff;
	padding: 0.72rem;
	display: grid;
	gap: 0.38rem;
	align-content: start;
}

.naz716-contact-essentials__rule {
	width: 100%;
	height: 1px;
	background: #d8e3ee;
	border: 0;
	margin: 0.12rem 0 0.2rem;
}

.naz716-contact-essentials__line {
	margin: 0;
	color: #12324f;
	line-height: 1.45;
	font-weight: 600;
}

.naz716-contact-essentials__line a {
	color: #12324f;
	text-decoration: none;
}

.naz716-contact-essentials__line a:hover,
.naz716-contact-essentials__line a:focus {
	text-decoration: underline;
}

.naz716-contact-essentials__google-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.72rem;
}

.naz716-contact-essentials__platform-links {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.5rem;
	margin-top: 0.72rem;
	align-items: center;
}

.naz716-contact-essentials__platform-links .naz716-contact-essentials__btn {
	white-space: nowrap;
}

.naz716-contact-essentials__map-wrap {
	margin-top: 0.78rem;
}

.naz716-contact-essentials__map {
	border: 1px solid #d8e3ee;
	border-radius: 14px;
	overflow: hidden;
	background: #edf4fb;
}

.naz716-contact-essentials__map iframe {
	display: block;
	width: 100%;
	min-height: 340px;
	height: 100%;
	border: 0;
}

.naz716-contact-essentials__map-note {
	margin: 0;
	padding: 0.45rem 0.7rem;
	background: #f8fbff;
	border-top: 1px solid #d8e3ee;
	font-size: 0.85rem;
}

.naz716-contact-essentials__map-note a {
	color: #0f4ca6;
	text-decoration: none;
	font-weight: 700;
}

.naz716-contact-essentials__map-note a:hover,
.naz716-contact-essentials__map-note a:focus {
	text-decoration: underline;
}

.naz716-contact-essentials__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.42rem;
	min-height: 42px;
	padding: 0.42rem 0.72rem;
	border-radius: 999px;
	border: 1px solid transparent;
	font-size: 0.87rem;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
}

.naz716-contact-essentials__btn--request-type {
	background: #ffffff;
	color: #12324f;
	border-color: #b9c9da;
}

.naz716-contact-essentials__btn--request-type:hover,
.naz716-contact-essentials__btn--request-type:focus {
	background: #f2f7ff;
	color: #12324f;
	text-decoration: none;
}

.naz716-contact-essentials__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	flex: 0 0 auto;
}

.naz716-contact-essentials__icon svg {
	display: block;
	width: 1em;
	height: 1em;
	stroke: currentColor;
	stroke-width: 1.85;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

.naz716-contact-essentials__btn--call {
	background: #0a7f4f;
	color: #ffffff;
}

.naz716-contact-essentials__btn--call:hover,
.naz716-contact-essentials__btn--call:focus {
	background: #086b42;
	color: #ffffff;
	text-decoration: none;
}

.naz716-contact-essentials__btn--tour {
	background: #0456d5;
	color: #ffffff;
}

.naz716-contact-essentials__btn--tour:hover,
.naz716-contact-essentials__btn--tour:focus {
	background: #0142a8;
	color: #ffffff;
	text-decoration: none;
}

.naz716-contact-essentials__btn--apply {
	background: #0a7f4f;
	color: #ffffff;
}

.naz716-contact-essentials__btn--apply:hover,
.naz716-contact-essentials__btn--apply:focus {
	background: #086b42;
	color: #ffffff;
	text-decoration: none;
}

.naz716-contact-essentials__btn--directions {
	background: #0f4ca6;
	color: #ffffff;
}

.naz716-contact-essentials__btn--directions:hover,
.naz716-contact-essentials__btn--directions:focus {
	background: #0a3f89;
	color: #ffffff;
	text-decoration: none;
}

.naz716-contact-essentials__btn--email,
.naz716-contact-essentials__btn--google-alt {
	background: #ffffff;
	color: #12324f;
	border-color: #b9c9da;
}

.naz716-contact-essentials__btn--email:hover,
.naz716-contact-essentials__btn--email:focus,
.naz716-contact-essentials__btn--google-alt:hover,
.naz716-contact-essentials__btn--google-alt:focus {
	background: #f2f7ff;
	color: #12324f;
	text-decoration: none;
}

.naz716-contact-essentials__btn--google {
	background: #1f1f1f;
	color: #ffffff;
}

.naz716-contact-essentials__btn--google:hover,
.naz716-contact-essentials__btn--google:focus {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}

@media (max-width: 900px) {
	.naz716-home-strip__actions {
		justify-content: flex-start;
	}

	.naz716-space-pathway__grid {
		grid-template-columns: 1fr;
	}

	.naz716-colibri-wmbe .h-section-grid-container {
		padding: 0.8rem 0.8rem 0.95rem;
	}

	.naz716-link-hub__links {
		grid-template-columns: 1fr;
	}

	.naz716-home-contact-bridge__actions,
	.naz716-home-contact-bridge__links,
	.naz716-contact-focus__actions {
		gap: 0.45rem;
	}

	.naz716-contact-essentials__cards {
		grid-template-columns: 1fr;
	}

	.naz716-contact-essentials__planning-grid {
		grid-template-columns: 1fr;
	}

	.naz716-contact-essentials__service-grid {
		grid-template-columns: 1fr;
	}

	.naz716-contact-essentials__platform-links {
		flex-wrap: wrap;
	}

	.naz716-contact-essentials__map iframe {
		min-height: 280px;
	}
}

@media (max-width: 640px) {
	.naz716-home-strip__btn,
	.naz716-space-pathway__btn,
	.naz716-contact-essentials__btn {
		width: 100%;
	}

	.naz716-space-pathway__related-link {
		width: 100%;
	}

	.naz716-home-contact-bridge__actions,
	.naz716-home-contact-bridge__links {
		display: grid;
		grid-template-columns: 1fr;
	}

	.naz716-contact-essentials__service-links {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.naz716-contact-focus__chips {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#services-2.naz716-services-overview .naz716-services-overview__grid {
		grid-template-columns: 1fr;
	}

	.naz716-home-strip__chip {
		width: calc(50% - 0.225rem);
	}
}
