:root {
	--nc-forest: #14594f;
	--nc-teal: #1f7f73;
	--nc-aqua: #dff3f0;
	--nc-sky: #eaf7fb;
	--nc-gold: #c6a15b;
	--nc-ink: #173331;
	--nc-muted: #64736f;
	--nc-line: #dfe9e6;
	--nc-paper: #ffffff;
	--nc-soft: #f7fbf9;
	--nc-shadow: 0 18px 45px rgba(18, 58, 53, 0.12);
}

body {
	color: var(--nc-ink);
	background: #fbfdfc;
	text-rendering: optimizeLegibility;
}

a {
	color: var(--nc-teal);
}

a:hover,
a:focus {
	color: var(--nc-forest);
}

.layout-boxed {
	background: var(--nc-paper);
}

.header-topbar {
	background: var(--nc-forest);
	color: #fff;
	font-size: 14px;
}

.header-topbar a,
.header-topbar .menu > li > a {
	color: #fff;
}

.header-wrapper {
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 10px 30px rgba(17, 49, 45, 0.08);
}

.header-logo img {
	display: block;
	width: auto !important;
	max-width: 250px;
	height: auto !important;
	max-height: 82px;
	object-fit: contain;
}

.page-header .page-header--wrap,
.page-header--title,
.page-header--subtitle {
	max-width: 100%;
}

.page-header--title {
	overflow-wrap: anywhere;
}

.main-navigation > li > a {
	color: var(--nc-ink);
	font-weight: 700;
	letter-spacing: 0;
}

.main-navigation > li:hover > a,
.main-navigation > li:focus-within > a,
.main-navigation > .current-menu-item > a,
.main-navigation > .current-menu-ancestor > a {
	color: var(--nc-teal);
}

.featured-button .btn,
.btn,
.nc-btn {
	border: 0;
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(31, 127, 115, 0.18);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 24px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.featured-button .btn,
.btn-primary,
.nc-btn--primary,
.nc-btn {
	background: var(--nc-teal);
	color: #fff;
}

.featured-button .btn:hover,
.featured-button .btn:focus,
.nc-btn--primary:hover,
.nc-btn--primary:focus,
.nc-btn:hover,
.nc-btn:focus {
	background: var(--nc-forest);
	color: #fff;
	transform: translateY(-1px);
}

.nc-btn--secondary {
	background: #fff;
	color: var(--nc-forest);
	box-shadow: inset 0 0 0 1px var(--nc-line);
}

.nc-hero .nc-btn--secondary,
.nc-final-cta .nc-btn--secondary {
	color: var(--nc-forest);
}

.nc-btn--secondary:hover,
.nc-btn--secondary:focus {
	background: var(--nc-aqua);
	color: var(--nc-forest);
}

.header-widgets {
	background: rgba(247, 251, 249, 0.88);
	border-bottom: 1px solid var(--nc-line);
}

.home .header-widgets {
	display: none;
}

.header-widgets .widget,
.header-widgets .widget-title,
.header-widgets h6 {
	color: var(--nc-ink);
}

.nc-hero {
	position: relative;
	isolation: isolate;
	min-height: 600px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(20, 89, 79, 0.94), rgba(20, 89, 79, 0.72) 48%, rgba(20, 89, 79, 0.22)),
		url("/wp-content/uploads/2024/01/relaxation-massage-1536x1024.jpg.webp") center right / cover no-repeat;
}

.nc-hero:after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 120px;
	background: linear-gradient(180deg, rgba(255,255,255,0), #fff);
	z-index: -1;
}

.nc-hero__content {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
	padding: 74px 0 92px;
	color: #fff;
}

.nc-eyebrow {
	margin: 0 0 12px;
	color: var(--nc-gold);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.nc-hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: 54px;
	line-height: 1.06;
	letter-spacing: 0;
}

.nc-hero__lead {
	max-width: 680px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.93);
	font-size: 20px;
	line-height: 1.65;
}

.nc-hero__actions,
.nc-service-intro__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.nc-hero__points {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	max-width: 980px;
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.nc-hero__points li {
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-weight: 700;
	backdrop-filter: blur(8px);
}

.nc-trust-strip {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin: -44px auto 58px;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: var(--nc-shadow);
	background: var(--nc-line);
}

.nc-trust-strip > div {
	padding: 24px;
	background: #fff;
}

.nc-trust-strip strong,
.nc-feature-list strong,
.nc-service-card__title {
	display: block;
	color: var(--nc-ink);
	font-size: 17px;
}

.nc-trust-strip span,
.nc-feature-list span,
.nc-service-card__summary {
	display: block;
	margin-top: 6px;
	color: var(--nc-muted);
	line-height: 1.55;
}

.nc-section {
	margin: 70px 0;
}

.nc-section--services {
	margin-top: 54px;
}

.nc-section__header {
	max-width: 760px;
	margin-bottom: 28px;
}

.nc-section h2,
.nc-service-intro h2,
.nc-final-cta h2 {
	margin-top: 0;
	color: var(--nc-ink);
	font-size: 36px;
	line-height: 1.18;
	letter-spacing: 0;
}

.nc-section p,
.nc-service-intro p,
.nc-final-cta p {
	color: var(--nc-muted);
	font-size: 17px;
	line-height: 1.75;
}

.nc-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.nc-service-card {
	display: block;
	min-height: 230px;
	padding: 28px;
	border: 1px solid var(--nc-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(18, 58, 53, 0.07);
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.nc-service-card:hover,
.nc-service-card:focus {
	border-color: rgba(31, 127, 115, 0.38);
	box-shadow: var(--nc-shadow);
	transform: translateY(-3px);
	text-decoration: none;
}

.nc-service-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 18px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--nc-aqua), #fff);
	color: var(--nc-teal);
}

.nc-service-card__icon svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.nc-image-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.nc-image-card {
	display: block;
	overflow: hidden;
	border: 1px solid var(--nc-line);
	border-radius: 18px;
	background: linear-gradient(180deg, #fff 0%, #f9fcfb 100%);
	box-shadow: 0 10px 30px rgba(18, 58, 53, 0.07);
	color: inherit;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.nc-image-card:hover,
.nc-image-card:focus {
	border-color: rgba(31, 127, 115, 0.38);
	box-shadow: var(--nc-shadow);
	color: inherit;
	text-decoration: none;
	transform: translateY(-3px);
}

.nc-image-card:focus {
	outline: 3px solid rgba(31, 127, 115, 0.28);
	outline-offset: 4px;
}

.nc-image-card__media {
	position: relative;
	overflow: hidden;
}

.nc-image-card img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 0;
}

.nc-image-card--skin img {
	transform: scale(1.12);
	transform-origin: center 62%;
}

.nc-image-card__media::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 46%;
	background: linear-gradient(180deg, rgba(12, 45, 41, 0), rgba(12, 45, 41, 0.42));
	content: "";
	pointer-events: none;
}

.nc-image-card__badge {
	position: absolute;
	bottom: 16px;
	left: 16px;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--nc-forest);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 0 8px 18px rgba(12, 45, 41, 0.14);
}

.nc-image-card__body {
	padding: 24px;
}

.nc-image-card strong {
	display: block;
	color: var(--nc-ink);
	font-size: 18px;
}

.nc-image-card__body span {
	display: block;
	margin-top: 7px;
	color: var(--nc-muted);
	line-height: 1.55;
}

.nc-section__actions {
	margin-top: 24px;
}

.nc-section--split {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
	gap: 34px;
	align-items: start;
	padding: 48px;
	border-radius: 22px;
	background: linear-gradient(135deg, var(--nc-soft), var(--nc-sky));
}

.nc-section--media {
	align-items: center;
}

.nc-inline-photo {
	display: block;
	width: 100%;
	margin-top: 24px;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(18, 58, 53, 0.12);
}

.nc-testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.nc-testimonial-card {
	margin: 0;
	padding: 28px;
	border: 1px solid var(--nc-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(18, 58, 53, 0.07);
}

.nc-testimonial-card blockquote {
	margin: 0;
	color: var(--nc-ink);
	font-size: 22px;
	line-height: 1.45;
	font-weight: 800;
}

.nc-testimonial-card figcaption,
.nc-testimonial-card span {
	display: block;
	margin-top: 14px;
	color: var(--nc-muted);
	line-height: 1.55;
}

.nc-testimonial-card--metric {
	background: var(--nc-forest);
	color: #fff;
}

.nc-testimonial-card--metric strong {
	display: block;
	color: #fff;
	font-size: 36px;
	line-height: 1.1;
}

.nc-testimonial-card--metric span {
	color: rgba(255, 255, 255, 0.86);
}

.nc-practitioner-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.nc-practitioner-grid a {
	display: block;
	overflow: hidden;
	padding: 0;
	border: 1px solid var(--nc-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(18, 58, 53, 0.07);
	text-decoration: none;
}

.nc-practitioner-grid img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center top;
	border-radius: 0;
	background: var(--nc-soft);
}

.nc-practitioner-card__body {
	display: block;
	padding: 20px 22px 22px;
}

.nc-practitioner-grid strong {
	display: block;
	color: var(--nc-ink);
	font-size: 18px;
}

.nc-practitioner-card__body > span {
	display: block;
	margin-top: 7px;
	color: var(--nc-muted);
	line-height: 1.55;
}

.nc-practitioner-grid a.nc-practitioner-card--recruiting {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px;
	background: linear-gradient(135deg, var(--nc-forest), var(--nc-teal));
	color: #fff;
}

.nc-practitioner-card--recruiting .nc-practitioner-card__invite {
	display: grid;
	width: 54px;
	height: 54px;
	margin-bottom: 36px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 999px;
	place-items: center;
	color: #fff;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
}

.nc-practitioner-card--recruiting .nc-practitioner-card__body {
	padding: 0;
}

.nc-practitioner-grid .nc-practitioner-card--recruiting strong,
.nc-practitioner-card--recruiting .nc-practitioner-card__body > span {
	color: #fff;
}

.nc-practitioner-card--recruiting .nc-practitioner-card__kicker {
	margin: 0 0 10px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.nc-practitioner-card--recruiting .nc-practitioner-card__body > span:last-child {
	color: rgba(255, 255, 255, 0.88);
}

.nc-feature-list {
	display: grid;
	gap: 14px;
}

.nc-feature-list > div,
.nc-detail-card,
.nc-faq-list details {
	border: 1px solid var(--nc-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(18, 58, 53, 0.07);
}

.nc-feature-list > div {
	padding: 22px;
}

.nc-service-intro {
	margin: 0 0 34px;
	padding: 34px;
	border: 1px solid var(--nc-line);
	border-radius: 22px;
	background: linear-gradient(135deg, #fff, var(--nc-soft));
	box-shadow: var(--nc-shadow);
}

.nc-service-intro h2 {
	max-width: 820px;
}

.nc-service-intro p {
	max-width: 940px;
}

.nc-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.nc-detail-card {
	padding: 28px;
}

.nc-detail-card h2,
.nc-faq-list h2 {
	margin-top: 0;
	font-size: 26px;
}

.nc-detail-card h3 {
	margin: 0 0 12px;
	color: var(--nc-ink);
	font-size: 22px;
	line-height: 1.25;
}

.nc-detail-card ul {
	margin: 0;
	padding-left: 20px;
}

.nc-detail-card li {
	margin-bottom: 10px;
	color: var(--nc-muted);
	line-height: 1.65;
}

.nc-section--faq h2 {
	margin-bottom: 18px;
}

.nc-faq-list {
	display: grid;
	gap: 12px;
}

.nc-faq-list details {
	padding: 18px 20px;
}

.nc-faq-list summary {
	color: var(--nc-ink);
	cursor: pointer;
	font-weight: 800;
}

.nc-faq-list p {
	margin: 12px 0 0;
}

.nc-final-cta {
	margin: 48px 0 24px;
	padding: 42px;
	border-radius: 22px;
	background: var(--nc-forest);
	box-shadow: var(--nc-shadow);
	color: #fff;
}

.nc-final-cta h2,
.nc-final-cta p {
	color: #fff;
}

.nc-content-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	margin: 48px 0 24px;
	padding: 42px;
	border-radius: 22px;
	background: var(--nc-forest);
	box-shadow: var(--nc-shadow);
	color: #fff;
}

.nc-content-cta__eyebrow {
	margin: 0 0 10px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.nc-content-cta h2 {
	margin: 0;
	color: #fff;
	font-size: 34px;
	line-height: 1.18;
}

.nc-content-cta p {
	color: #fff;
}

.nc-content-cta__copy > p:last-child {
	max-width: 760px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 17px;
	line-height: 1.65;
}

.nc-content-cta__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 12px;
}

.hentry--content .nc-content-cta .nc-btn.nc-btn--secondary,
.entry-content .nc-content-cta .nc-btn.nc-btn--secondary {
	background: #fff !important;
	color: var(--nc-forest) !important;
	box-shadow: inset 0 0 0 1px var(--nc-line), 0 12px 28px rgba(31, 127, 115, 0.18);
}

.hentry--content .nc-content-cta .nc-btn.nc-btn--secondary:hover,
.hentry--content .nc-content-cta .nc-btn.nc-btn--secondary:focus,
.entry-content .nc-content-cta .nc-btn.nc-btn--secondary:hover,
.entry-content .nc-content-cta .nc-btn.nc-btn--secondary:focus {
	background: var(--nc-aqua) !important;
	color: var(--nc-forest) !important;
}

.hentry--content > .panel-layout:first-child,
.hentry--content > .so-panel:first-child {
	margin-top: 0;
}

.hentry--content img,
.panel-grid img,
.widget img {
	border-radius: 14px;
}

.hentry--content .nc-image-card img {
	border-radius: 0;
}

.hentry--content .nc-practitioner-grid img {
	border-radius: 0;
}

.page-id-7483 .nc-about-page {
	display: grid;
	gap: clamp(38px, 5vw, 62px);
}

.page-id-7483 .nc-about-page .nc-section,
.page-id-7483 .nc-about-page .nc-service-intro,
.page-id-7483 .nc-about-page .about-completion {
	margin: 0;
}

.page-id-7483 .nc-about-hero {
	padding: clamp(28px, 4vw, 44px);
	background: linear-gradient(135deg, #f4fbf9, #fff 72%);
}

.page-id-7483 .nc-about-care-map {
	padding: clamp(26px, 4vw, 40px);
	border: 1px solid #d9ebe7;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(20, 91, 81, 0.08);
}

.page-id-7483 .about-care-index {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.page-id-7483 .about-care-index__group {
	padding: 22px;
	border: 1px solid #dbece8;
	border-radius: 8px;
	background: #f8fcfb;
}

.page-id-7483 .about-care-index__group h3 {
	margin: 0 0 16px;
	color: var(--about-ink, var(--nc-ink));
	font-size: 19px;
	line-height: 1.25;
}

.page-id-7483 .about-care-index__group ul {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-id-7483 .about-care-index__group li {
	margin: 0;
	padding-top: 14px;
	border-top: 1px solid #dbece8;
}

.page-id-7483 .about-care-index__group li:first-child {
	padding-top: 0;
	border-top: 0;
}

.page-id-7483 .about-care-index__group a {
	display: inline-block;
	color: var(--nc-forest);
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
}

.page-id-7483 .about-care-index__group a:hover,
.page-id-7483 .about-care-index__group a:focus {
	color: var(--nc-teal);
	text-decoration: underline;
}

.page-id-7483 .about-care-index__group span {
	display: block;
	margin-top: 5px;
	color: #58706c;
	font-size: 15px;
	line-height: 1.5;
}

.page-id-7483 .nc-about-pathways .nc-service-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-id-7483 .nc-about-pathways .nc-service-card {
	min-height: 250px;
}

.page-id-7483 .nc-about-pathways .nc-service-card--support {
	background: linear-gradient(135deg, #fff, #f7fbfa);
}

.page-id-7483 .nc-about-team .about-recruitment-callout {
	margin: 24px 0 0;
}

.page-id-7483 .nc-about-access {
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.35fr);
	align-items: center;
	padding: clamp(30px, 4vw, 42px);
}

.page-id-7483 .nc-about-access .nc-feature-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-id-7483 .nc-about-access .nc-feature-list > div {
	padding: 20px;
}

.page-id-7483 .nc-about-team .nc-practitioner-card__body small {
	display: block;
	margin-top: 10px;
	color: #58706c;
	font-size: 14px;
	line-height: 1.5;
}

.page-id-7483 .about-kicker {
	margin: 0 0 8px;
	color: var(--nc-teal);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.page-id-7483 .about-recruitment-callout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	margin: 18px 0 10px;
	padding: 24px;
	border: 1px solid #cfe6e1;
	border-radius: 8px;
	background: linear-gradient(135deg, #f4fbf9, #fff);
	box-shadow: 0 12px 28px rgba(20, 91, 81, 0.08);
}

.page-id-7483 .about-recruitment-callout h3 {
	margin: 0 0 8px;
	color: var(--about-ink, var(--nc-ink));
	font-size: 24px;
	line-height: 1.22;
}

.page-id-7483 .about-recruitment-callout p:last-child {
	margin: 0;
	color: #34504d;
	font-size: 16px;
	line-height: 1.6;
}

.page-id-7483 .about-completion {
	display: grid;
	gap: 34px;
	margin: 22px 0 0;
}

.page-id-7483 .about-connection-panel,
.page-id-7483 .about-faq-panel {
	padding: clamp(24px, 4vw, 36px);
	border: 1px solid #d9ebe7;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(20, 91, 81, 0.08);
}

.page-id-7483 .about-connection-panel {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
	gap: 28px;
	align-items: start;
	background: linear-gradient(135deg, #f4fbf9, #fff);
}

.page-id-7483 .about-connection-panel h2,
.page-id-7483 .about-faq-panel h2 {
	margin: 0 0 14px;
	color: var(--about-ink, var(--nc-ink));
	font-size: 30px;
	line-height: 1.18;
}

.page-id-7483 .about-connection-panel p,
.page-id-7483 .about-section-heading p {
	margin: 0;
	color: #34504d;
	font-size: 16px;
	line-height: 1.65;
}

.page-id-7483 .about-step-grid {
	display: grid;
	gap: 14px;
}

.page-id-7483 .about-step-grid > div {
	padding: 20px;
	border: 1px solid #dbece8;
	border-radius: 8px;
	background: #fff;
}

.page-id-7483 .about-step-grid strong {
	display: block;
	margin-bottom: 7px;
	color: var(--about-ink, var(--nc-ink));
	font-size: 17px;
	line-height: 1.25;
}

.page-id-7483 .about-step-grid span {
	display: block;
	color: #58706c;
	font-size: 15px;
	line-height: 1.55;
}

.page-id-7483 .about-section-heading {
	max-width: 760px;
	margin-bottom: 22px;
}

.page-id-7483 .about-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	gap: 14px;
}

.page-id-7483 .about-faq-column {
	display: grid;
	gap: 14px;
	align-content: start;
}

.page-id-7483 .about-faq-grid details {
	padding: 18px 20px;
	border: 1px solid #dbece8;
	border-radius: 8px;
	background: #f8fcfb;
}

.page-id-7483 .about-faq-grid summary {
	color: var(--about-ink, var(--nc-ink));
	cursor: pointer;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
}

.page-id-7483 .about-faq-grid p {
	margin: 12px 0 0;
	color: #58706c;
	font-size: 15px;
	line-height: 1.6;
}

.page-id-7483 .about-final-cta {
	margin: 0 0 12px;
}

.hentry--content .panel-grid-cell,
.widget_sow-editor,
.widget_pt_featured_page,
.widget_pt_recent_posts {
	overflow-wrap: anywhere;
}

.footer--main-container {
	background: #103d38;
}

.footer--middle,
.footer--top {
	color: rgba(255, 255, 255, 0.82);
}

.footer a,
.footer .widget-title,
.footer h3,
.footer h4 {
	color: #fff;
}

.footer--bottom {
	background: #0b2f2b;
}

.scroll-to-top {
	border-radius: 999px;
	background: var(--nc-teal);
}

.nc-mobile-actions {
	display: none;
}

@media (max-width: 1199px) {
	.nc-hero h1 {
		font-size: 46px;
	}

	.nc-hero__points {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nc-practitioner-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	html,
	body {
		overflow-x: hidden;
	}

	body {
		padding-bottom: 74px;
	}

	.header-logo img {
		max-width: 220px;
		max-height: 68px;
	}

	.header-widgets {
		display: none;
	}

	.header .header-wrapper .navbar-toggle,
	.navbar-toggle {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 50px;
		border: 1px solid rgba(31, 127, 115, 0.22);
		border-radius: 14px;
		margin: 0;
		padding: 0;
		background: #f4fbf9 !important;
		box-shadow: 0 12px 26px rgba(18, 58, 53, 0.09);
	}

	.navbar-toggle .navbar-toggle-icon {
		display: inline-flex;
		flex-direction: column;
		gap: 5px;
		align-items: center;
		justify-content: center;
	}

	.header .header-wrapper .navbar-toggle .icon-bar,
	.navbar-toggle .icon-bar {
		display: block;
		width: 24px;
		height: 2px;
		margin: 0;
		border-radius: 999px;
		background: var(--nc-teal) !important;
	}

	.header-navigation {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-left: auto;
	}

	.header-navigation .featured-button {
		display: none !important;
	}

	.header .header-wrapper #navbar.collapse,
	#navbar.collapse {
		display: none !important;
	}

	.header .header-wrapper #navbar.collapse.in,
	#navbar.collapse.in,
	.header .header-wrapper #navbar.collapsing,
	#navbar.collapsing {
		position: absolute;
		top: 100%;
		right: 15px;
		left: 15px;
		z-index: 1000;
		display: block !important;
		margin-top: 12px;
		max-height: calc(100vh - 128px);
		padding: 16px;
		overflow-x: hidden;
		overflow-y: auto;
		border: 1px solid var(--nc-line);
		border-radius: 16px;
		background: #fff;
		box-shadow: var(--nc-shadow);
	}

	#navbar.navbar-collapse {
		border: 0;
		box-shadow: none;
	}

	.header .main-navigation,
	.main-navigation {
		display: flex !important;
		float: none !important;
		flex-direction: column;
		flex-wrap: nowrap !important;
		justify-content: flex-start !important;
		gap: 10px;
		width: 100%;
		max-width: 100% !important;
		padding: 8px 0;
		margin: 0;
	}

	.header .main-navigation > li,
	.main-navigation > li {
		flex: 0 0 auto !important;
		float: none !important;
		display: block !important;
		width: 100%;
		max-width: 100% !important;
		margin: 0 !important;
		clear: both;
	}

	.main-navigation > li.menu-item-has-children::after {
		display: none;
	}

	.header .main-navigation > li > a,
	.main-navigation > li > a {
		display: flex !important;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		min-height: 50px;
		padding: 13px 56px 13px 18px !important;
		border-radius: 999px;
		background: #e9f3ef !important;
		color: var(--nc-ink) !important;
		font-size: 16px;
		line-height: 1.25;
		text-align: left;
		white-space: normal;
	}

	.main-navigation > li.current-menu-item > a,
	.main-navigation > li.current_page_parent > a,
	.main-navigation > li.current-menu-ancestor > a,
	.main-navigation > li.nav-toggle-dropdown > a {
		background: var(--nc-teal) !important;
		color: #fff !important;
	}

	.main-navigation .nav-toggle-mobile-submenu {
		position: absolute;
		top: 0;
		right: 0;
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 52px;
		height: 50px;
		border-radius: 0 999px 999px 0;
		background: rgba(31, 127, 115, 0.12) !important;
		color: var(--nc-teal) !important;
	}

	.main-navigation > li.nav-toggle-dropdown .nav-toggle-mobile-submenu {
		background: #2fa34d !important;
		color: #fff !important;
	}

	.main-navigation .sub-menu {
		position: static !important;
		display: none;
		width: 100% !important;
		margin: 8px 0 0;
		padding: 0 0 0 10px !important;
		overflow: visible !important;
		background: transparent !important;
		box-shadow: none !important;
		transform: none !important;
	}

	.header .main-navigation > li.nav-toggle-dropdown > .sub-menu,
	.main-navigation > li.nav-toggle-dropdown > .sub-menu {
		display: grid !important;
		gap: 8px;
	}

	.header .main-navigation .sub-menu > li,
	.main-navigation .sub-menu > li {
		float: none !important;
		display: block !important;
		width: 100%;
		max-width: none !important;
		margin: 0 !important;
	}

	.header .main-navigation .sub-menu > li > a,
	.main-navigation .sub-menu > li > a {
		display: block;
		width: 100%;
		padding: 11px 16px !important;
		border-radius: 12px;
		background: #f5faf8 !important;
		color: var(--nc-ink) !important;
		font-size: 15px;
		line-height: 1.35;
		text-align: left !important;
		white-space: normal !important;
		overflow-wrap: anywhere;
	}

	.nc-hero {
		min-height: auto;
		background:
			linear-gradient(180deg, rgba(20, 89, 79, 0.94), rgba(20, 89, 79, 0.82)),
			url("/wp-content/uploads/2024/01/relaxation-massage-1024x683.jpg.webp") center / cover no-repeat;
	}

	.nc-hero__content {
		width: min(100% - 30px, 720px);
		padding: 56px 0 76px;
	}

	.nc-hero h1 {
		font-size: 38px;
	}

	.nc-hero h1,
	.nc-hero__lead,
	.nc-eyebrow {
		max-width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.nc-hero__lead {
		font-size: 18px;
	}

	.nc-trust-strip,
	.nc-service-grid,
	.nc-image-grid,
	.nc-testimonial-grid,
	.nc-practitioner-grid,
	.nc-section--split,
	.nc-detail-grid {
		grid-template-columns: 1fr;
	}

	.nc-trust-strip {
		margin-top: -34px;
	}

	.nc-practitioner-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nc-section--split {
		padding: 30px;
	}

	.page-id-7483 .about-recruitment-callout {
		grid-template-columns: 1fr;
	}

	.page-id-7483 .about-care-index {
		grid-template-columns: 1fr;
	}

	.page-id-7483 .nc-about-access {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.page-id-7483 .nc-about-access .nc-feature-list {
		grid-template-columns: 1fr;
	}

	.page-id-7483 .nc-about-pathways .nc-service-grid {
		grid-template-columns: 1fr;
	}

	.page-id-7483 .about-connection-panel,
	.page-id-7483 .about-faq-grid {
		grid-template-columns: 1fr;
	}

	.nc-mobile-actions {
		position: fixed;
		right: auto;
		bottom: 0;
		left: 0;
		z-index: 9999;
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100vw;
		max-width: 100vw;
		box-sizing: border-box;
		box-shadow: 0 -12px 30px rgba(12, 45, 41, 0.18);
	}

	.nc-mobile-actions a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 0;
		min-height: 62px;
		padding: 10px 8px;
		background: var(--nc-teal);
		color: #fff;
		font-size: 14px;
		font-weight: 900;
		line-height: 1.2;
		text-align: center;
		text-decoration: none;
		overflow-wrap: anywhere;
	}

	.nc-mobile-actions a + a {
		background: var(--nc-forest);
	}
}

@media (max-width: 767px) {
	.header-topbar {
		display: none;
	}

	.header-wrapper {
		position: relative;
	}

	.header-wrapper .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 82px;
	}

	.header-logo {
		max-width: 185px;
	}

	.header-logo img {
		max-width: 100%;
		height: auto;
	}

	.featured-button.hidden-md.hidden-lg {
		display: none !important;
	}

	.nc-hero {
		width: 100vw;
		max-width: 100vw;
	}

	.page-header .page-header--wrap {
		padding: 44px 0 48px;
	}

	.page-header--title {
		font-size: 36px;
		line-height: 1.16;
	}

	.page-header--subtitle {
		line-height: 1.5;
	}

	.nc-hero__content {
		width: calc(100vw - 28px);
		padding: 36px 0 58px;
	}

	.nc-hero h1 {
		font-size: 32px;
		line-height: 1.14;
	}

	.nc-hero__lead {
		font-size: 16px;
		line-height: 1.65;
	}

	.nc-hero__actions,
	.nc-service-intro__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.nc-btn {
		width: 100%;
	}

	.nc-hero__points {
		grid-template-columns: 1fr;
	}

	.nc-section {
		margin: 38px 0;
	}

	.nc-section h2,
	.nc-service-intro h2,
	.nc-final-cta h2,
	.nc-content-cta h2 {
		font-size: 28px;
	}

	.nc-trust-strip > div,
	.nc-service-card,
	.nc-detail-card,
	.nc-service-intro,
	.nc-final-cta,
	.nc-content-cta {
		padding: 22px;
		border-radius: 16px;
	}

	.nc-content-cta {
		grid-template-columns: 1fr;
	}

	.nc-content-cta__actions {
		display: grid;
		grid-template-columns: 1fr;
		justify-content: stretch;
	}

	.nc-section--split {
		padding: 24px;
		border-radius: 16px;
	}

	.nc-service-card {
		min-height: 0;
	}
}

@media (max-width: 575px) {
	.nc-hero__content {
		max-width: 362px;
		margin-right: auto;
		margin-left: 14px;
	}

	.nc-mobile-actions {
		max-width: 430px;
	}

	.nc-mobile-actions a {
		font-size: 13px;
	}
}

@media (max-width: 390px) {
	.page-header--title {
		font-size: 32px;
	}

	.nc-eyebrow {
		font-size: 12px;
	}

	.nc-hero h1 {
		font-size: 29px;
	}

	.nc-hero__lead {
		font-size: 15px;
	}

	.nc-mobile-actions a {
		padding: 10px 6px;
		font-size: 13px;
	}
}

/* Naturology GTranslate desktop language labels. */
@media (min-width: 992px) {
  body header.header #navbar ul#menu-main-navigation.main-navigation > li.menu-item-gtranslate.menu-item-has-children.notranslate > ul.dropdown-menu.sub-menu {
    width: 224px !important;
    max-height: 300px !important;
    padding: 6px !important;
  }

  body header.header #navbar ul#menu-main-navigation.main-navigation > li.menu-item-gtranslate.menu-item-has-children.notranslate > ul.dropdown-menu.sub-menu > li {
    width: 100% !important;
  }

  body header.header #navbar ul#menu-main-navigation.main-navigation > li.menu-item-gtranslate.menu-item-has-children.notranslate > ul.dropdown-menu.sub-menu a[data-gt-lang] {
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    min-height: 38px !important;
    height: auto !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  body header.header #navbar ul#menu-main-navigation.main-navigation > li.menu-item-gtranslate.menu-item-has-children.notranslate > ul.dropdown-menu.sub-menu a[data-gt-lang]::after {
    content: attr(title);
    display: inline-block !important;
    color: #173331 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }
}
/* End Naturology GTranslate desktop language labels. */
