@import url("pi-intro-refresh.css?v=20260909-3");
@import url("pi-case-stories.css?v=20260909-3");
@import url("pi-trust-refresh.css?v=20260909-2");
@import url("pi-compensation-refresh.css?v=20260909-1");
@import url("pi-process-refresh.css?v=20260909-1");

/* Personal Injury: linked related-service cards. */
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services {
	background: #fff;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services > .wpb_column > .vc_column-inner {
	padding-top: 52px;
	padding-bottom: 56px;
	border-top: 1px solid var(--ks-v2-gold);
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services > .wpb_column > .vc_column-inner > .wpb_wrapper {
	gap: 18px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services .ks-pi-section-heading {
	max-width: 850px;
	margin-bottom: 14px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services .ks-service-other__item {
	min-width: 0;
	margin: 0 !important;
	padding: 0;
	border: 0;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link {
	position: relative;
	display: grid;
	min-height: 222px;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 22px;
	align-content: start;
	padding: 32px 72px 32px 30px;
	border-top: 1px solid var(--ks-v2-gold);
	background: var(--ks-v2-navy);
	box-shadow: 0 16px 36px rgba(11, 27, 41, 0.14);
	color: #fff;
	text-decoration: none !important;
	transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), background-color 220ms ease, box-shadow 220ms ease;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link:hover {
	transform: translateY(-4px);
	background: #10283a;
	box-shadow: 0 22px 48px rgba(11, 27, 41, 0.2);
	color: #fff;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link:focus-visible {
	outline: 3px solid var(--ks-v2-gold);
	outline-offset: 4px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__icon {
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	border: 1px solid rgba(215, 176, 108, 0.55);
	color: var(--ks-v2-gold-light);
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__icon svg {
	display: block;
	width: 34px;
	height: 34px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__content h3 {
	margin: 2px 0 12px;
	color: #fff;
	font-size: 25px !important;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__content p {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	line-height: 1.65;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__arrow {
	position: absolute;
	right: 26px;
	bottom: 28px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(215, 176, 108, 0.55);
	color: var(--ks-v2-gold-light);
	transition: background-color 220ms ease, color 220ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link:hover .ks-pi-service-link__arrow {
	transform: translateX(3px);
	background: var(--ks-v2-gold);
	color: var(--ks-v2-navy);
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__arrow svg {
	display: block;
	width: 19px;
	height: 19px;
}

@media (prefers-reduced-motion: reduce) {
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__arrow {
		transition: none;
	}
}

@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services > .wpb_column > .vc_column-inner {
		padding-top: 38px;
		padding-bottom: 42px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services > .wpb_column > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link {
		min-height: 0;
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 16px;
		padding: 24px 58px 25px 22px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__icon {
		width: 48px;
		height: 48px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__icon svg {
		width: 27px;
		height: 27px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__content h3 {
		font-size: 22px !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__arrow {
		right: 16px;
		bottom: 18px;
		width: 32px;
		height: 32px;
	}
}

/* Personal injury pages: contact section meets the breadcrumb without the theme's trailing canvas. */
html body#cms-theme:is(.page-id-3103,.page-id-3101) #cms-content {
	margin-bottom: -23px !important;
	padding-bottom: 0 !important;
}

/* Homepages: remove the theme's trailing canvas below the final contact section. */
html body#cms-theme:is(.page-id-4637,.page-id-4690) #cms-content {
	margin-bottom: -23px !important;
	padding-bottom: 0 !important;
}

/* Personal Injury compensation: stronger unified icon language. */
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation__item > .wpb_wrapper {
	grid-template-columns: 60px minmax(0, 1fr);
	gap: 7px 20px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation__icon {
	width: 60px;
	height: 60px;
	background: var(--ks-v2-navy);
	box-shadow: inset 0 0 0 1px rgba(215, 176, 108, 0.4);
	color: var(--ks-v2-gold-light);
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation__icon svg {
	width: 32px;
	height: 32px;
}

@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation__item > .wpb_wrapper {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 6px 16px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation__icon {
		width: 52px;
		height: 52px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation__icon svg {
		width: 29px;
		height: 29px;
	}
}

/* Personal Injury knowledge hub: navigation and related reading sections. */
html {
	scroll-behavior: smooth;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index {
	padding-top: 4px;
	padding-bottom: 8px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index > .wpb_column > .vc_column-inner {
	padding-top: 68px;
	padding-bottom: 72px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index h2 {
	max-width: 870px;
	margin-bottom: 36px;
	font-size: clamp(38px, 4vw, 58px) !important;
	line-height: 1.04;
	letter-spacing: -0.03em;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	border: 0;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__links li {
	position: relative;
	min-width: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.19);
	background: rgba(255, 255, 255, 0.025);
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__links li::before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 84px;
	height: 1px;
	background: var(--ks-v2-gold);
	content: "";
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__link {
	display: grid;
	min-height: 146px;
	grid-template-columns: minmax(0, 1fr) 40px;
	gap: 22px;
	align-items: start;
	padding: 26px 22px 24px 26px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.42;
	text-decoration: none !important;
	transition: background-color 200ms ease, color 200ms ease;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__link svg {
	display: block;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	padding: 10px;
	border: 1px solid rgba(201, 162, 103, 0.62);
	border-radius: 50%;
	color: var(--ks-v2-gold-light);
	transition: background-color 200ms ease, color 200ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__link:hover {
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__link:hover svg {
	background: var(--ks-v2-gold);
	color: var(--ks-v2-navy);
	transform: translateX(4px);
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__link:focus-visible {
	position: relative;
	z-index: 2;
	outline: 3px solid var(--ks-v2-gold);
	outline-offset: -3px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) #pi-after-injury,
html body#cms-theme:is(.page-id-3103,.page-id-3101) #pi-free-consultation,
html body#cms-theme:is(.page-id-3103,.page-id-3101) #pi-legal-claim,
html body#cms-theme:is(.page-id-3103,.page-id-3101) #pi-faq,
html body#cms-theme:is(.page-id-3103,.page-id-3101) [id^="ks-pi-faq-"] {
	scroll-margin-top: 110px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance {
	padding-top: 10px;
	padding-bottom: 10px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance > .wpb_column > .vc_column-inner {
	padding-top: 68px;
	padding-bottom: 70px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance > .wpb_column > .vc_column-inner > .wpb_wrapper {
	counter-reset: pi-guidance;
	gap: 18px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance .ks-pi-article-heading {
	max-width: 920px;
	margin-bottom: 30px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance__item {
	position: relative;
	min-height: 250px;
	margin: 0 !important;
	padding: 32px 30px 30px 88px;
	border-top: 1px solid var(--ks-v2-gold);
	background: var(--ks-v2-paper);
	counter-increment: pi-guidance;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance__item::before {
	position: absolute;
	top: 31px;
	left: 28px;
	color: var(--ks-v2-gold);
	content: counter(pi-guidance, decimal-leading-zero);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance__item h3 {
	margin: 0 0 12px;
	font-size: 24px !important;
	line-height: 1.2;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance__item p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.62;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance__item p:last-child {
	margin-bottom: 0;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance__item .ks-pi-warning {
	margin: 18px 0 20px;
	padding: 10px 0 10px 18px;
	border-left: 1px solid var(--ks-v2-gold);
	background: transparent;
	color: var(--ks-v2-navy);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-consultation-guide > .wpb_column > .vc_column-inner,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-claim-guide > .wpb_column > .vc_column-inner {
	padding-top: 70px;
	padding-bottom: 72px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-consultation-guide .wpb_text_column,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-claim-guide .wpb_text_column {
	max-width: 1040px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-consultation-guide h2,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-claim-guide h2 {
	max-width: 820px;
	margin-bottom: 18px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-consultation-guide ul,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-claim-guide ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 28px;
	margin: 28px 0 30px;
	padding: 0;
	columns: auto;
	list-style: none;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-consultation-guide li,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-claim-guide li {
	position: relative;
	margin: 0;
	padding: 15px 14px 15px 34px;
	border-top: 1px solid rgba(11, 27, 41, 0.14);
	font-size: 14px;
	line-height: 1.5;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-consultation-guide li::before,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-claim-guide li::before {
	position: absolute;
	top: 19px;
	left: 9px;
	width: 10px;
	height: 6px;
	transform: rotate(-45deg);
	border-bottom: 2px solid var(--ks-v2-gold);
	border-left: 2px solid var(--ks-v2-gold);
	content: "";
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-claim-guide {
	background: #fff;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-claim-guide li {
	padding: 19px 18px 19px 44px;
	border-top-color: var(--ks-v2-gold);
	background: var(--ks-v2-paper);
	font-weight: 700;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-claim-guide li::before {
	top: 23px;
	left: 17px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq > .wpb_column > .vc_column-inner {
	padding-top: 70px;
	padding-bottom: 74px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .ks-service-faq__heading {
	margin-bottom: 34px !important;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .vc_tta-panel {
	margin-bottom: 10px;
	border-top: 1px solid rgba(11, 27, 41, 0.14);
	background: #fff;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .vc_tta-panel-title > a {
	padding: 21px 58px 21px 22px !important;
	font-size: 18px;
	line-height: 1.35;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .vc_tta-panel-body {
	padding: 2px 22px 24px !important;
	background: #fff !important;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__link,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__link svg {
		transition: none;
	}
}

@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index > .wpb_column > .vc_column-inner,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance > .wpb_column > .vc_column-inner,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-consultation-guide > .wpb_column > .vc_column-inner,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-claim-guide > .wpb_column > .vc_column-inner,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq > .wpb_column > .vc_column-inner {
		padding-top: 44px;
		padding-bottom: 48px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index h2 {
		margin-bottom: 26px;
		font-size: 36px !important;
		text-align: left !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__links {
		grid-template-columns: 1fr;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__link {
		min-height: 64px;
		padding: 14px 14px 14px 17px;
		text-align: left;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__link > span {
		text-align: left !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance .ks-pi-article-heading {
		margin-bottom: 20px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance__item {
		min-height: 0;
		padding: 25px 22px 26px 68px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance__item::before {
		top: 27px;
		left: 20px;
		font-size: 20px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance__item h3,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance__item p {
		text-align: left !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-consultation-guide ul,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-claim-guide ul {
		grid-template-columns: 1fr;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-consultation-guide h2,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-consultation-guide p,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-claim-guide h2,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-claim-guide p,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq h2 {
		text-align: left !important;
	}
}

/* Related-service cards use an overlay link so WordPress keeps heading and paragraph markup valid. */
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services .ks-service-other__item {
	position: relative;
	min-height: 222px;
	padding: 0;
	border-top: 1px solid var(--ks-v2-gold);
	background: var(--ks-v2-navy);
	box-shadow: 0 16px 36px rgba(11, 27, 41, 0.14);
	color: #fff;
	transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), background-color 220ms ease, box-shadow 220ms ease;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services .ks-service-other__item > .wpb_wrapper {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 0 22px;
	align-content: start;
	padding: 32px 72px 32px 30px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services .ks-service-other__item:hover {
	transform: translateY(-4px);
	background: #10283a;
	box-shadow: 0 22px 48px rgba(11, 27, 41, 0.2);
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services .ks-service-other__item:focus-within {
	outline: 3px solid var(--ks-v2-gold);
	outline-offset: 4px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services .ks-service-other__item h3 {
	grid-column: 2;
	margin: 2px 0 12px;
	color: #fff;
	font-size: 25px !important;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services .ks-service-other__item p {
	grid-column: 2;
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	line-height: 1.65;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__icon {
	grid-row: 1 / span 2;
	grid-column: 1;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__hit,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__hit a {
	position: absolute;
	z-index: 2;
	inset: 0;
	display: block;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__hit a:focus {
	outline: 0;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services .ks-service-other__item:hover .ks-pi-service-link__arrow {
	transform: translateX(3px);
	background: var(--ks-v2-gold);
	color: var(--ks-v2-navy);
}

@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services .ks-service-other__item {
		min-height: 0;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services .ks-service-other__item > .wpb_wrapper {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 0 16px;
		padding: 24px 58px 25px 22px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services .ks-service-other__item h3 {
		font-size: 22px !important;
		text-align: left !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services .ks-service-other__item p {
		text-align: left !important;
	}
}

/*
 * KS Law Components
 * Namespaced component styles for controlled staging page development.
 */

.ks-modern-page {
	--ks-navy: #102131;
	--ks-navy-deep: #091722;
	--ks-gold: #c29765;
	--ks-gold-light: #dfc29f;
	--ks-cream: #f5f0e9;
	--ks-warm: #ede0d1;
	--ks-white: #ffffff;
	--ks-text: #2a3036;
	--ks-muted: #65707a;
	--ks-border: rgba(16, 33, 49, 0.14);
	box-sizing: border-box;
	margin-left: 0 !important;
	margin-right: 0 !important;
	color: var(--ks-text);
}

/* Reusable long-form service-page system. Topic imagery is supplied by modifiers. */
body#cms-theme .ks-service-page {
	--ks-v2-navy: #0b1b29;
	--ks-v2-navy-soft: #142b3d;
	--ks-v2-gold: #b99a5b;
	--ks-v2-gold-light: #d5bc88;
	--ks-v2-paper: #f7f4ee;
	--ks-v2-white: #ffffff;
	--ks-v2-ink: #17212a;
	--ks-v2-muted: #59636c;
	--ks-v2-border: rgba(11, 27, 41, 0.14);
	color: var(--ks-v2-ink);
}

body#cms-theme .ks-service-page--estate-planning {
	--ks-service-hero-image: url('/wp-content/uploads/2026/09/poa-hero-v1.webp');
	--ks-service-hero-position: center 50%;
	--ks-service-overlay-left: rgba(6, 20, 31, 0.97);
	--ks-service-overlay-mid: rgba(6, 20, 31, 0.82);
	--ks-service-overlay-right: rgba(6, 20, 31, 0.18);
}

body#cms-theme .ks-service-hero {
	min-height: 650px;
	background-image:
		linear-gradient(
			90deg,
			var(--ks-service-overlay-left, rgba(6, 20, 31, 0.96)) 0%,
			var(--ks-service-overlay-mid, rgba(6, 20, 31, 0.8)) 48%,
			var(--ks-service-overlay-right, rgba(6, 20, 31, 0.22)) 100%
		),
		var(--ks-service-hero-image);
	background-position: var(--ks-service-hero-position, center);
	background-size: cover;
	color: var(--ks-v2-white);
}

body#cms-theme .ks-service-hero > .wpb_column > .vc_column-inner {
	width: 100%;
	max-width: 1110px;
	margin-right: auto;
	margin-left: auto;
	padding: clamp(150px, 11vw, 185px) 30px clamp(100px, 9vw, 135px);
}

body#cms-theme .ks-service-hero__heading,
body#cms-theme .ks-service-hero__copy {
	max-width: 760px;
}

body#cms-theme .ks-service-hero h1 {
	margin: 0 0 26px;
	color: var(--ks-v2-white) !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(50px, 5vw, 68px) !important;
	font-weight: 700;
	line-height: 1.05 !important;
	letter-spacing: -0.025em;
	text-transform: none;
}

body#cms-theme .ks-service-hero__copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(19px, 1.7vw, 22px) !important;
	line-height: 1.65;
}

body#cms-theme .ks-service-hero .vc_btn3-container {
	margin-top: 30px;
	margin-bottom: 0;
}

body#cms-theme .ks-service-page .vc_btn3 {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 15px 27px;
	border-radius: 2px !important;
	font-size: 16px !important;
	font-weight: 700;
}

body#cms-theme .ks-service-hero__note {
	display: inline-block;
	margin-top: 18px;
	padding: 9px 13px;
	border-left: 2px solid var(--ks-v2-gold);
	background: rgba(6, 20, 31, 0.55);
}

body#cms-theme .ks-service-hero__note p {
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 14px !important;
	font-weight: 700;
	letter-spacing: 0.02em;
}

body#cms-theme .ks-service-section {
	padding-top: clamp(76px, 7vw, 108px);
	padding-bottom: clamp(76px, 7vw, 108px);
}

body#cms-theme .ks-service-section h2,
body#cms-theme .ks-service-contact-heading h2 {
	color: var(--ks-v2-navy) !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(38px, 4vw, 50px) !important;
	font-weight: 700;
	line-height: 1.12 !important;
	letter-spacing: -0.02em;
	text-transform: none;
}

body#cms-theme .ks-service-section h3 {
	color: var(--ks-v2-navy);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 25px !important;
	line-height: 1.24 !important;
	text-transform: none;
}

body#cms-theme .ks-service-section p,
body#cms-theme .ks-service-section li {
	font-size: 17px !important;
	line-height: 1.72;
}

body#cms-theme .ks-service-intro > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
	gap: 24px clamp(42px, 6vw, 78px);
	align-items: start;
}

body#cms-theme .ks-service-intro > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
	grid-column: 1;
}

body#cms-theme .ks-service-intro__image {
	grid-column: 2;
	grid-row: 1 / span 3;
	margin: 0 !important;
}

body#cms-theme .ks-service-intro__image .vc_figure,
body#cms-theme .ks-service-intro__image .vc_single_image-wrapper {
	display: block;
	width: 100%;
}

body#cms-theme .ks-service-intro__image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	box-shadow: 0 24px 60px rgba(11, 27, 41, 0.16);
}

body#cms-theme .ks-service-intro > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:nth-child(3) {
	margin-top: 10px;
	padding: 22px 24px;
	border-top: 3px solid var(--ks-v2-gold);
	background: var(--ks-v2-paper);
}

body#cms-theme .ks-service-intro > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:nth-child(3) .wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

body#cms-theme .ks-service-intro > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:nth-child(3) p {
	margin: 0;
	color: var(--ks-v2-navy);
	font-size: 13px !important;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-align: center;
}

body#cms-theme .ks-service-offerings {
	box-shadow: 0 0 0 100vmax var(--ks-v2-paper);
	clip-path: inset(0 -100vmax);
	background: var(--ks-v2-paper);
}

body#cms-theme .ks-service-offerings > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

body#cms-theme .ks-service-offerings > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:not(.ks-service-card),
body#cms-theme .ks-service-offerings > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_btn3-container {
	grid-column: 1 / -1;
}

body#cms-theme .ks-service-card {
	margin: 16px 0 0 !important;
	padding: 30px 28px;
	border-top: 3px solid var(--ks-v2-gold);
	background: var(--ks-v2-white);
	box-shadow: 0 14px 34px rgba(11, 27, 41, 0.08);
}

body#cms-theme .ks-service-card h3 {
	margin-bottom: 18px;
}

body#cms-theme .ks-service-card p:last-child {
	margin-bottom: 0;
}

body#cms-theme .ks-service-directory {
	grid-column: 1 / -1;
	margin: 18px 0 0 !important;
	padding: 30px;
	border-top: 3px solid var(--ks-v2-gold);
	background: var(--ks-v2-navy);
	color: var(--ks-v2-white);
}

body#cms-theme .ks-service-directory h3 {
	margin-bottom: 22px;
	color: var(--ks-v2-white) !important;
}

body#cms-theme .ks-service-directory__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body#cms-theme .ks-service-directory__links li {
	margin: 0;
}

body#cms-theme .ks-service-directory__links a {
	display: flex;
	min-height: 62px;
	align-items: center;
	padding: 15px 18px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: var(--ks-v2-white);
	font-weight: 700;
	text-decoration: none;
}

body#cms-theme .ks-service-directory__links a::after {
	margin-left: auto;
	padding-left: 14px;
	color: var(--ks-v2-gold-light);
	content: "→";
}

body#cms-theme .ks-service-directory__links a:hover,
body#cms-theme .ks-service-directory__links a:focus {
	border-color: var(--ks-v2-gold-light);
	background: rgba(255, 255, 255, 0.06);
}

body#cms-theme .ks-service-process > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	counter-reset: ks-service-process;
}

body#cms-theme .ks-service-process > .wpb_column,
body#cms-theme .ks-service-benefits > .wpb_column {
	width: 100%;
}

body#cms-theme .ks-service-process > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:not(.ks-service-process__step),
body#cms-theme .ks-service-process > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_btn3-container,
body#cms-theme .ks-service-process__image {
	grid-column: 1 / -1;
}

body#cms-theme .ks-service-process__image {
	margin: 18px 0 24px !important;
}

body#cms-theme .ks-service-process__image .vc_figure,
body#cms-theme .ks-service-process__image .vc_single_image-wrapper {
	display: block;
	width: 100%;
}

body#cms-theme .ks-service-process__image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 5;
	object-fit: cover;
	object-position: center 56%;
}

body#cms-theme .ks-service-process__step {
	position: relative;
	margin: 0 !important;
	padding: 64px 26px 28px;
	border: 1px solid var(--ks-v2-border);
	background: var(--ks-v2-white);
	counter-increment: ks-service-process;
}

body#cms-theme .ks-service-process__step::before {
	position: absolute;
	top: 22px;
	left: 26px;
	color: var(--ks-v2-gold);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 25px;
	font-weight: 700;
	content: "0" counter(ks-service-process);
}

body#cms-theme .ks-service-process__step h3 {
	font-size: 22px !important;
}

body#cms-theme .ks-service-process__step:nth-last-child(2) {
	grid-column: 1 / -1;
}

body#cms-theme .ks-service-team,
body#cms-theme .ks-service-related {
	box-shadow: 0 0 0 100vmax var(--ks-v2-paper);
	clip-path: inset(0 -100vmax);
	background: var(--ks-v2-paper);
}

body#cms-theme .ks-service-team > .wpb_column > .vc_column-inner,
body#cms-theme .ks-service-other > .wpb_column > .vc_column-inner,
body#cms-theme .ks-service-related > .wpb_column > .vc_column-inner {
	padding: clamp(34px, 5vw, 58px) !important;
	border-top: 3px solid var(--ks-v2-gold);
	background: var(--ks-v2-white);
	box-shadow: 0 16px 38px rgba(11, 27, 41, 0.08);
}

body#cms-theme .ks-service-benefits > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

body#cms-theme .ks-service-benefits > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:not(.ks-service-benefit),
body#cms-theme .ks-service-benefits > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_btn3-container {
	grid-column: 1 / -1;
}

body#cms-theme .ks-service-benefit {
	margin: 0 !important;
	padding: 28px;
	border-top: 2px solid var(--ks-v2-gold);
	background: var(--ks-v2-paper);
}

body#cms-theme .ks-service-benefit:nth-last-child(2) {
	grid-column: 1 / -1;
}

body#cms-theme .ks-service-other > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

body#cms-theme .ks-service-other > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:not(.ks-service-other__item) {
	grid-column: 1 / -1;
}

body#cms-theme .ks-service-other__item {
	margin: 0 !important;
	padding: 26px;
	border: 1px solid var(--ks-v2-border);
}

body#cms-theme .ks-service-faq .vc_tta-panel-title > a {
	padding: 20px 22px !important;
	font-size: 17px !important;
}

body#cms-theme .ks-service-related__links,
body#cms-theme .ks-related-services__links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

body#cms-theme .ks-service-related__links a,
body#cms-theme .ks-related-services__links a {
	display: block;
	padding: 18px 20px;
	border: 1px solid var(--ks-v2-border);
	color: var(--ks-v2-navy);
	font-weight: 700;
	text-decoration: none;
}

body#cms-theme .ks-service-contact-heading {
	padding-top: clamp(70px, 7vw, 100px);
	padding-bottom: 24px;
	text-align: center;
}

body#cms-theme .ks-service-contact {
	padding-top: 40px;
	padding-bottom: clamp(76px, 7vw, 105px);
}

/* Estate Planning parent baseline (pages 4643/4644 only).
 * Child service pages deliberately retain their current styling until approval.
 */
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero,
body#cms-theme.page-id-4644 .ks-service-hero {
	width: 100vw;
	max-width: 100vw;
	min-height: 680px;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
	overflow: hidden;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero > .wpb_column > .vc_column-inner,
body#cms-theme.page-id-4644 .ks-service-hero > .wpb_column > .vc_column-inner {
	max-width: 1170px;
	padding-top: clamp(145px, 11vw, 178px);
	padding-bottom: clamp(92px, 8vw, 124px);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero > .wpb_column > .vc_column-inner > .wpb_wrapper,
body#cms-theme.page-id-4644 .ks-service-hero > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: max-content max-content minmax(0, 1fr);
	column-gap: 16px;
	align-items: stretch;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero__heading,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero__copy,
body#cms-theme.page-id-4644 .ks-service-hero__heading,
body#cms-theme.page-id-4644 .ks-service-hero__copy {
	grid-column: 1 / -1;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero__heading,
body#cms-theme.page-id-4644 .ks-service-hero__heading {
	margin-bottom: 38px !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero__copy,
body#cms-theme.page-id-4644 .ks-service-hero__copy {
	margin-bottom: 0 !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero__copy p,
body#cms-theme.page-id-4644 .ks-service-hero__copy p {
	max-width: 70ch;
	line-height: 1.7;
}

body#cms-theme.page-id-4644 .ks-service-hero h1 {
	max-width: 760px;
	font-size: clamp(52px, 4.5vw, 64px) !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero .vc_btn3-container,
body#cms-theme.page-id-4644 .ks-service-hero .vc_btn3-container {
	display: flex;
	align-items: stretch;
	margin: 38px 0 0;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero__note,
body#cms-theme.page-id-4644 .ks-service-hero__note {
	display: flex;
	min-height: 52px;
	align-items: center;
	margin: 38px 0 0 !important;
	padding: 12px 18px;
	border: 1px solid rgba(255, 255, 255, 0.54);
	border-left: 2px solid var(--ks-v2-gold);
	background: rgba(6, 20, 31, 0.5);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro > .wpb_column > .vc_column-inner > .wpb_wrapper,
body#cms-theme.page-id-4644 .ks-service-intro > .wpb_column > .vc_column-inner > .wpb_wrapper {
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	gap: 24px clamp(48px, 6vw, 78px);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__heading,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__lead,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__details,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__consult,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__facts,
body#cms-theme.page-id-4644 .ks-service-intro__heading,
body#cms-theme.page-id-4644 .ks-service-intro__lead,
body#cms-theme.page-id-4644 .ks-service-intro__details,
body#cms-theme.page-id-4644 .ks-service-intro__consult,
body#cms-theme.page-id-4644 .ks-service-intro__facts {
	grid-column: 1;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__lead p,
body#cms-theme.page-id-4644 .ks-service-intro__lead p {
	margin: 0;
	color: var(--ks-v2-navy);
	font-size: 20px !important;
	line-height: 1.68;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__details,
body#cms-theme.page-id-4644 .ks-service-intro__details {
	margin: 5px 0 0 !important;
	padding-left: 24px;
	border-left: 2px solid var(--ks-v2-gold-light);
	background: transparent;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__details .wpb_wrapper,
body#cms-theme.page-id-4644 .ks-service-intro__details .wpb_wrapper {
	display: block;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__details p,
body#cms-theme.page-id-4644 .ks-service-intro__details p {
	color: var(--ks-v2-ink);
	font-size: 17px !important;
	font-weight: 400;
	letter-spacing: normal;
	text-align: left;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__consult,
body#cms-theme.page-id-4644 .ks-service-intro__consult {
	margin: 4px 0 0 !important;
	padding: 19px 22px;
	border-left: 3px solid var(--ks-v2-gold);
	background: var(--ks-v2-paper);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__consult p,
body#cms-theme.page-id-4644 .ks-service-intro__consult p {
	margin: 0;
	color: var(--ks-v2-navy);
	font-weight: 700;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__facts,
body#cms-theme.page-id-4644 .ks-service-intro__facts {
	margin: 0 !important;
	padding: 20px 22px;
	border-top: 1px solid var(--ks-v2-border);
	background: transparent;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__facts .wpb_wrapper,
body#cms-theme.page-id-4644 .ks-service-intro__facts .wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__facts p,
body#cms-theme.page-id-4644 .ks-service-intro__facts p {
	margin: 0;
	color: var(--ks-v2-navy);
	font-size: 13px !important;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-align: center;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__image,
body#cms-theme.page-id-4644 .ks-service-intro__image {
	grid-column: 2;
	grid-row: 1 / span 5;
	align-self: stretch;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__image .vc_figure,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__image .vc_single_image-wrapper,
body#cms-theme.page-id-4644 .ks-service-intro__image .vc_figure,
body#cms-theme.page-id-4644 .ks-service-intro__image .vc_single_image-wrapper {
	height: 100%;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__image img,
body#cms-theme.page-id-4644 .ks-service-intro__image img {
	height: 100%;
	min-height: 720px;
	aspect-ratio: auto;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-offerings > .wpb_column > .vc_column-inner > .wpb_wrapper,
body#cms-theme.page-id-4644 .ks-service-offerings > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: block;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-offerings__heading,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-offerings__intro,
body#cms-theme.page-id-4644 .ks-service-offerings__heading,
body#cms-theme.page-id-4644 .ks-service-offerings__intro {
	max-width: 820px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-feature,
body#cms-theme.page-id-4644 .ks-service-feature {
	margin: 28px 0 0 !important;
	padding: clamp(32px, 4vw, 48px);
	border-top: 3px solid var(--ks-v2-gold);
	background: var(--ks-v2-white);
	box-shadow: 0 16px 36px rgba(11, 27, 41, 0.07);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-feature > .wpb_wrapper,
body#cms-theme.page-id-4644 .ks-service-feature > .wpb_wrapper {
	display: grid;
	grid-template-columns: minmax(250px, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(36px, 5vw, 64px);
	align-items: start;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-feature__summary h3,
body#cms-theme.page-id-4644 .ks-service-feature__summary h3 {
	margin-bottom: 20px;
	font-size: clamp(28px, 3vw, 36px) !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-feature__details,
body#cms-theme.page-id-4644 .ks-service-feature__details {
	padding-left: clamp(28px, 4vw, 52px);
	border-left: 1px solid var(--ks-v2-border);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-feature__link,
body#cms-theme.page-id-4644 .ks-service-feature__link {
	margin: 24px 0 0;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-feature__link a,
body#cms-theme.page-id-4644 .ks-service-feature__link a {
	color: #8f6b30;
	font-weight: 800;
	text-decoration: none;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-directory,
body#cms-theme.page-id-4644 .ks-service-directory {
	margin-top: 34px !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-directory__links,
body#cms-theme.page-id-4644 .ks-service-directory__links {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-directory__links li,
body#cms-theme.page-id-4644 .ks-service-directory__links li {
	grid-column: span 3;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-directory__links li:nth-child(5),
body#cms-theme.page-id-4644 .ks-service-directory__links li:nth-child(5) {
	grid-column: 2 / span 3;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-process__image,
body#cms-theme.page-id-4644 .ks-service-process__image {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin: 30px 0 52px -50vw !important;
	box-shadow: 0 22px 55px rgba(11, 27, 41, 0.15);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-process__image img,
body#cms-theme.page-id-4644 .ks-service-process__image img {
	height: clamp(330px, 31vw, 460px);
	aspect-ratio: auto;
	object-position: center 56%;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-process__step,
body#cms-theme.page-id-4644 .ks-service-process__step {
	padding: 70px 30px 30px;
	border: 0;
	border-top: 2px solid var(--ks-v2-gold-light);
	background: var(--ks-v2-paper);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-team__intro,
body#cms-theme.page-id-4644 .ks-service-team__intro {
	max-width: 780px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-team .ks-attorney-grid,
body#cms-theme.page-id-4644 .ks-service-team .ks-attorney-grid {
	max-width: 900px;
	margin: 36px auto 14px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-team .vc_btn3-container,
body#cms-theme.page-id-4644 .ks-service-team .vc_btn3-container {
	margin-top: 32px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-benefit,
body#cms-theme.page-id-4644 .ks-service-benefit {
	padding: 30px 8px 24px;
	border-top: 2px solid var(--ks-v2-gold-light);
	background: transparent;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-faq__heading,
body#cms-theme.page-id-4644 .ks-service-faq__heading {
	max-width: 900px;
	margin-bottom: 42px !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-faq__heading h2,
body#cms-theme.page-id-4644 .ks-service-faq__heading h2 {
	margin-bottom: 0;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-faq .vc_tta-container,
body#cms-theme.page-id-4644 .ks-service-faq .vc_tta-container {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-faq .vc_tta-panel-title > a,
body#cms-theme.page-id-4644 .ks-service-faq .vc_tta-panel-title > a {
	padding: 22px 24px !important;
	font-size: 18px !important;
}

@media (max-width: 1024px) {
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__image img,
	body#cms-theme.page-id-4644 .ks-service-intro__image img {
		min-height: 620px;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-directory__links,
	body#cms-theme.page-id-4644 .ks-service-directory__links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-directory__links li,
	body#cms-theme.page-id-4644 .ks-service-directory__links li,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-directory__links li:nth-child(5),
	body#cms-theme.page-id-4644 .ks-service-directory__links li:nth-child(5) {
		grid-column: auto;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-directory__links li:last-child,
	body#cms-theme.page-id-4644 .ks-service-directory__links li:last-child {
		grid-column: 1 / -1;
	}

	body#cms-theme .ks-service-intro > .wpb_column > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
		gap: 28px 42px;
	}

	body#cms-theme .ks-service-offerings > .wpb_column > .vc_column-inner > .wpb_wrapper,
	body#cms-theme .ks-service-process > .wpb_column > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero,
	body#cms-theme.page-id-4644 .ks-service-hero {
		min-height: 0;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero > .wpb_column > .vc_column-inner,
	body#cms-theme.page-id-4644 .ks-service-hero > .wpb_column > .vc_column-inner {
		padding: 112px 30px 82px;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero > .wpb_column > .vc_column-inner > .wpb_wrapper,
	body#cms-theme.page-id-4644 .ks-service-hero > .wpb_column > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: minmax(0, 1fr);
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero__heading,
	body#cms-theme.page-id-4644 .ks-service-hero__heading {
		margin-bottom: 28px !important;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero .vc_btn3-container,
	body#cms-theme.page-id-4644 .ks-service-hero .vc_btn3-container,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero__note,
	body#cms-theme.page-id-4644 .ks-service-hero__note {
		width: 100%;
		margin-right: 0;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero__note,
	body#cms-theme.page-id-4644 .ks-service-hero__note {
		margin-top: 12px !important;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero .vc_btn3,
	body#cms-theme.page-id-4644 .ks-service-hero .vc_btn3 {
		width: 100%;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__heading,
	body#cms-theme.page-id-4644 .ks-service-intro__heading {
		grid-column: 1;
		order: 1;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__lead,
	body#cms-theme.page-id-4644 .ks-service-intro__lead {
		grid-column: 1;
		order: 2;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__image,
	body#cms-theme.page-id-4644 .ks-service-intro__image {
		grid-column: 1;
		grid-row: auto;
		order: 3;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-section h2,
	body#cms-theme.page-id-4644 .ks-service-section h2 {
		font-size: 34px !important;
		line-height: 1.13 !important;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__details,
	body#cms-theme.page-id-4644 .ks-service-intro__details {
		grid-column: 1;
		order: 4;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__consult,
	body#cms-theme.page-id-4644 .ks-service-intro__consult {
		grid-column: 1;
		order: 5;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__facts,
	body#cms-theme.page-id-4644 .ks-service-intro__facts {
		grid-column: 1;
		order: 6;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro > .wpb_column > .vc_column-inner > .wpb_wrapper,
	body#cms-theme.page-id-4644 .ks-service-intro > .wpb_column > .vc_column-inner > .wpb_wrapper,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-directory__links,
	body#cms-theme.page-id-4644 .ks-service-directory__links {
		grid-template-columns: minmax(0, 1fr);
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__image img,
	body#cms-theme.page-id-4644 .ks-service-intro__image img {
		height: auto;
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__details,
	body#cms-theme.page-id-4644 .ks-service-intro__details {
		padding-left: 18px;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-intro__facts .wpb_wrapper,
	body#cms-theme.page-id-4644 .ks-service-intro__facts .wpb_wrapper {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-feature > .wpb_wrapper,
	body#cms-theme.page-id-4644 .ks-service-feature > .wpb_wrapper {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-feature__details,
	body#cms-theme.page-id-4644 .ks-service-feature__details {
		padding-top: 26px;
		padding-left: 0;
		border-top: 1px solid var(--ks-v2-border);
		border-left: 0;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-directory__links li:last-child,
	body#cms-theme.page-id-4644 .ks-service-directory__links li:last-child {
		grid-column: auto;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-process__image,
	body#cms-theme.page-id-4644 .ks-service-process__image {
		margin-top: 22px !important;
		margin-bottom: 38px !important;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-process__image img,
	body#cms-theme.page-id-4644 .ks-service-process__image img {
		height: 290px;
		aspect-ratio: auto;
	}

	body#cms-theme .ks-service-hero {
		min-height: 0;
		background-position: 66% center;
	}

	body#cms-theme .ks-service-hero > .wpb_column > .vc_column-inner {
		padding: 110px 30px 88px;
	}

	body#cms-theme .ks-service-hero h1 {
		font-size: 42px !important;
		line-height: 1.08 !important;
	}

	body#cms-theme .ks-service-section {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	body#cms-theme .ks-service-intro > .wpb_column > .vc_column-inner > .wpb_wrapper,
	body#cms-theme .ks-service-offerings > .wpb_column > .vc_column-inner > .wpb_wrapper,
	body#cms-theme .ks-service-process > .wpb_column > .vc_column-inner > .wpb_wrapper,
	body#cms-theme .ks-service-benefits > .wpb_column > .vc_column-inner > .wpb_wrapper,
	body#cms-theme .ks-service-other > .wpb_column > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: minmax(0, 1fr);
	}

	body#cms-theme .ks-service-intro > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column,
	body#cms-theme .ks-service-intro__image,
	body#cms-theme .ks-service-offerings > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
	body#cms-theme .ks-service-process > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
	body#cms-theme .ks-service-benefits > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
	body#cms-theme .ks-service-other > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
		grid-column: 1;
	}

	body#cms-theme .ks-service-intro__image {
		grid-row: auto;
		order: 2;
	}

	body#cms-theme .ks-service-process__image img {
		aspect-ratio: 4 / 3;
	}

	body#cms-theme .ks-service-related__links,
	body#cms-theme .ks-related-services__links,
	body#cms-theme .ks-service-directory__links {
		grid-template-columns: minmax(0, 1fr);
	}
}

.ks-modern-page *,
.ks-modern-page *::before,
.ks-modern-page *::after {
	box-sizing: inherit;
}

.ks-modern-page h1,
.ks-modern-page h2,
.ks-modern-page h3 {
	margin-top: 0;
	color: var(--ks-navy);
	text-transform: none;
	letter-spacing: -0.02em;
}

.ks-modern-page h1 {
	max-width: 14ch;
	font-size: clamp(2.4rem, 5vw, 4.5rem);
	line-height: 1.08;
}

.ks-modern-page h2 {
	font-size: clamp(2rem, 3.5vw, 3.1rem);
	line-height: 1.15;
}

.ks-modern-page h3 {
	font-size: clamp(1.3rem, 2vw, 1.65rem);
	line-height: 1.25;
}

.ks-modern-page p,
.ks-modern-page li {
	font-size: 1.05rem;
	line-height: 1.75;
}

.ks-modern-page .wpb_content_element:last-child {
	margin-bottom: 0;
}

.ks-section {
	padding-top: clamp(3.5rem, 7vw, 5.75rem);
	padding-bottom: clamp(3.5rem, 7vw, 5.75rem);
}

.ks-section--compact {
	padding-top: clamp(2.5rem, 5vw, 4rem);
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.ks-section--warm {
	background: var(--ks-cream);
}

.ks-section--navy {
	background: var(--ks-navy);
	color: var(--ks-white);
}

.ks-section--navy h2,
.ks-section--navy h3 {
	color: var(--ks-white);
}

.ks-section-heading {
	max-width: 760px;
	margin-right: auto;
	margin-bottom: clamp(2rem, 4vw, 3.25rem) !important;
	margin-left: auto;
	text-align: center;
}

.ks-section-heading p {
	color: var(--ks-muted);
}

.ks-eyebrow {
	margin-bottom: 0.8rem !important;
	color: var(--ks-gold);
	font-size: 0.82rem !important;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ks-copy {
	max-width: 760px;
}

.ks-copy--center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.ks-hero {
	padding: clamp(3.5rem, 7vw, 5.75rem) clamp(1rem, 3vw, 2.5rem);
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(16, 33, 49, 0.98), rgba(16, 33, 49, 0.88)),
		var(--ks-navy);
	color: var(--ks-white);
}

.ks-hero h1 {
	color: var(--ks-white);
}

.ks-hero .ks-hero__lead {
	max-width: 700px;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1.08rem, 1.7vw, 1.3rem);
}

.ks-hero .ks-hero__support {
	max-width: 680px;
	color: rgba(255, 255, 255, 0.72);
}

.ks-hero__media img {
	display: block;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 2px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.ks-modern-page .ks-button {
	display: inline-block;
	margin-right: 0.6rem;
	margin-bottom: 0.75rem;
}

.ks-modern-page .ks-button .vc_btn3 {
	min-height: 48px;
	padding: 14px 22px;
	border: 1px solid var(--ks-gold) !important;
	border-radius: 2px !important;
	background: var(--ks-gold) !important;
	color: var(--ks-navy-deep) !important;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.ks-modern-page .ks-button .vc_btn3:hover,
.ks-modern-page .ks-button .vc_btn3:focus {
	border-color: var(--ks-gold-light) !important;
	background: var(--ks-gold-light) !important;
	color: var(--ks-navy-deep) !important;
}

.ks-modern-page .ks-button--secondary .vc_btn3 {
	background: transparent !important;
	color: var(--ks-white) !important;
}

.ks-trust-bar {
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 0;
	background: var(--ks-gold);
	color: var(--ks-navy-deep);
}

.ks-trust-item {
	display: flex;
}

.ks-trust-item > .vc_column-inner {
	width: 100%;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	border-right: 1px solid rgba(9, 23, 34, 0.18);
}

.ks-trust-item:last-child > .vc_column-inner {
	border-right: 0;
}

.ks-trust-item p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.45;
	text-align: center;
}

.ks-trust-item strong {
	display: block;
	margin-bottom: 0.25rem;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.25rem;
}

.ks-content-split {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.ks-content-split__media img {
	display: block;
	width: 100%;
	border-radius: 2px;
	box-shadow: 0 18px 45px rgba(16, 33, 49, 0.15);
}

.ks-content-split__copy > .vc_column-inner {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.ks-card-grid,
.ks-practice-grid,
.ks-scenario-grid,
.ks-process,
.ks-benefits {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1.5rem;
}

.ks-card-grid > .wpb_column,
.ks-practice-grid > .wpb_column,
.ks-scenario-grid > .wpb_column,
.ks-process > .wpb_column,
.ks-benefits > .wpb_column {
	display: flex;
}

.ks-card-grid > .wpb_column > .vc_column-inner,
.ks-practice-grid > .wpb_column > .vc_column-inner,
.ks-scenario-grid > .wpb_column > .vc_column-inner,
.ks-process > .wpb_column > .vc_column-inner,
.ks-benefits > .wpb_column > .vc_column-inner {
	width: 100%;
}

.ks-card > .vc_column-inner,
.ks-practice-card > .vc_column-inner,
.ks-scenario-card > .vc_column-inner,
.ks-process-step > .vc_column-inner,
.ks-benefit-card > .vc_column-inner {
	padding-top: clamp(1.6rem, 3vw, 2.25rem);
	padding-bottom: clamp(1.6rem, 3vw, 2.25rem);
	border: 1px solid var(--ks-border);
	border-top: 3px solid var(--ks-gold);
	background: var(--ks-white);
	box-shadow: 0 12px 30px rgba(16, 33, 49, 0.06);
}

.ks-practice-card--primary > .vc_column-inner {
	background: var(--ks-navy);
	color: rgba(255, 255, 255, 0.82);
}

.ks-practice-card--primary h3 {
	color: var(--ks-white);
}

.ks-practice-card--secondary > .vc_column-inner {
	background: var(--ks-cream);
	box-shadow: none;
}

.ks-practice-card .ks-card-link {
	margin-top: 1rem;
	margin-bottom: 0;
	color: var(--ks-gold);
	font-weight: 700;
}

.ks-practice-card .ks-card-link--disabled {
	cursor: default;
	opacity: 0.82;
}

.ks-service-navigation {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1.5rem;
}

.ks-service-navigation__group {
	display: flex;
}

.ks-service-navigation__group > .vc_column-inner {
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border: 1px solid var(--ks-border);
	background: var(--ks-white);
}

.ks-service-navigation__group ul {
	margin: 1.1rem 0 0;
	padding: 0;
	list-style: none;
}

.ks-service-navigation__group li {
	position: relative;
	margin-bottom: 0.55rem;
	padding-left: 1.2rem;
	font-size: 0.98rem;
}

.ks-service-navigation__group li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--ks-gold);
	content: "—";
}

.ks-service-note {
	margin-top: 1.25rem;
	padding-top: 1rem;
	border-top: 1px solid var(--ks-border);
	color: var(--ks-muted);
	font-size: 0.92rem !important;
	font-weight: 600;
}

.ks-region {
	padding: clamp(2.5rem, 5vw, 4rem);
	background: var(--ks-navy);
	color: rgba(255, 255, 255, 0.82);
	text-align: center;
}

.ks-region h2 {
	color: var(--ks-white);
}

.ks-scenario-card h3,
.ks-benefit-card h3 {
	padding-bottom: 0.8rem;
	border-bottom: 1px solid var(--ks-border);
}

.ks-process {
	counter-reset: ks-process;
}

.ks-process-step {
	counter-increment: ks-process;
}

.ks-process-step > .vc_column-inner {
	position: relative;
	padding-top: 4.75rem;
}

.ks-process-step > .vc_column-inner::before {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	color: var(--ks-gold);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 2rem;
	font-weight: 700;
	content: "0" counter(ks-process);
}

.ks-reviews-shell {
	padding: clamp(2rem, 5vw, 3.5rem);
	border: 1px solid rgba(194, 151, 101, 0.5);
	background: var(--ks-navy);
	color: rgba(255, 255, 255, 0.82);
	text-align: center;
}

.ks-reviews-shell h2 {
	color: var(--ks-white);
}

.ks-team .cms-carousel-item,
.ks-team .item {
	height: 100%;
}

.ks-team .entry-title {
	text-transform: none;
}

.ks-team .owl-controls {
	margin-top: 1.5rem;
}

.ks-faq .vc_tta-panel-heading {
	border-color: var(--ks-border) !important;
	background: var(--ks-white) !important;
}

.ks-faq .vc_tta-panel-title > a {
	padding: 1.25rem 1.4rem !important;
	color: var(--ks-navy) !important;
	font-size: 1.05rem;
	line-height: 1.45;
}

.ks-faq .vc_tta-panel-body {
	border-color: var(--ks-border) !important;
	background: var(--ks-cream) !important;
}

.ks-cta {
	padding: clamp(3.5rem, 7vw, 5.75rem) clamp(1rem, 3vw, 2.5rem);
	background: var(--ks-navy-deep);
	color: rgba(255, 255, 255, 0.82);
	text-align: center;
}

.ks-cta h2 {
	color: var(--ks-white);
}

.ks-contact-form {
	max-width: 900px;
	margin: 2rem auto 0;
	padding: clamp(1.5rem, 4vw, 2.75rem);
	background: var(--ks-white);
	color: var(--ks-text);
	text-align: left;
}

.ks-contact-form input:not([type="submit"]),
.ks-contact-form textarea,
.ks-contact-form select {
	width: 100%;
	max-width: 100%;
}

.ks-contact-form input[type="submit"] {
	border: 1px solid var(--ks-gold);
	border-radius: 2px;
	background: var(--ks-gold);
	color: var(--ks-navy-deep);
	font-weight: 700;
}

@media (max-width: 1024px) {
	.ks-modern-page h1 {
		font-size: clamp(2.35rem, 6vw, 3.6rem);
	}

	.ks-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

@media (max-width: 900px) {
	.ks-process > .wpb_column,
	.ks-benefits > .wpb_column {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.ks-modern-page > .wpb_column,
	.ks-card-grid > .wpb_column,
	.ks-practice-grid > .wpb_column,
	.ks-scenario-grid > .wpb_column,
	.ks-process > .wpb_column,
	.ks-benefits > .wpb_column,
	.ks-service-navigation > .wpb_column {
		width: 100%;
	}

	.ks-hero {
		padding: 3.25rem 1rem;
	}

	.ks-hero h1 {
		max-width: none;
		font-size: clamp(2.2rem, 10vw, 3rem);
	}

	.ks-hero__media {
		margin-top: 1.5rem;
	}

	.ks-section {
		padding-top: 3.25rem;
		padding-bottom: 3.25rem;
	}

	.ks-content-split__copy {
		margin-top: 1rem;
	}

	.ks-trust-item {
		width: 50%;
	}

	.ks-trust-item:nth-child(2) > .vc_column-inner {
		border-right: 0;
	}

	.ks-trust-item:nth-child(-n+2) > .vc_column-inner {
		border-bottom: 1px solid rgba(9, 23, 34, 0.18);
	}

	.ks-modern-page .ks-button {
		display: block;
		margin-right: 0;
	}

	.ks-modern-page .ks-button .vc_btn3 {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.ks-trust-item {
		width: 100%;
	}

	.ks-trust-item > .vc_column-inner {
		border-right: 0;
		border-bottom: 1px solid rgba(9, 23, 34, 0.18);
	}

	.ks-trust-item:last-child > .vc_column-inner {
		border-bottom: 0;
	}
}


/* Managed attorney grid. */
.ks-attorney-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1.25rem, 2.5vw, 2rem);
	width: 100%;
}

.ks-attorney-grid--columns-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ks-attorney-grid--columns-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ks-attorney-grid--columns-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ks-attorney-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(11, 31, 52, 0.12);
	border-top: 3px solid var(--ks-gold, #b8955a);
	border-radius: 3px;
	box-shadow: 0 14px 34px rgba(11, 31, 52, 0.08);
}

.ks-attorney-card__image {
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: var(--ks-cream, #f4f0e8);
}

.ks-attorney-card__image > a {
	display: block;
	width: 100%;
	height: 100%;
}

.ks-attorney-card__image-element {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.ks-attorney-card__image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(145deg, var(--ks-cream, #f4f0e8), #e4ddd1);
}

.ks-attorney-card__content {
	padding: clamp(1.1rem, 2vw, 1.5rem);
}

.ks-attorney-card__name {
	margin: 0;
	color: var(--ks-navy, #0b1f34);
	font-size: clamp(1.12rem, 1.6vw, 1.35rem);
	line-height: 1.25;
	text-transform: none;
}

.ks-attorney-card__name a {
	color: inherit;
	text-decoration: none;
}

.ks-attorney-card__name a:hover,
.ks-attorney-card__name a:focus-visible {
	color: var(--ks-gold-dark, #8f6b36);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.ks-attorney-card__role {
	margin: 0.45rem 0 0;
	color: var(--ks-gold-dark, #8f6b36);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.45;
}

@media (max-width: 1024px) {
	.ks-attorney-grid,
	.ks-attorney-grid--columns-2,
	.ks-attorney-grid--columns-3,
	.ks-attorney-grid--columns-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.ks-attorney-grid,
	.ks-attorney-grid--columns-2,
	.ks-attorney-grid--columns-3,
	.ks-attorney-grid--columns-4 {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* Homepage PL Visual Pass 2 — page 4637 only. */
.ks-home-v2 {
	--ks-v2-navy: #0b1b29;
	--ks-v2-navy-soft: #142b3d;
	--ks-v2-gold: #b99a5b;
	--ks-v2-gold-light: #d5bc88;
	--ks-v2-paper: #f7f4ee;
	--ks-v2-white: #ffffff;
	--ks-v2-ink: #17212a;
	--ks-v2-muted: #59636c;
	--ks-v2-border: rgba(11, 27, 41, 0.14);
	position: relative;
	font-family: Lato, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.72;
}

.ks-home-v2 h1,
.ks-home-v2 h2,
.ks-home-v2 h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 700;
	letter-spacing: -0.025em;
	text-transform: none;
}

.ks-home-v2 h2 {
	margin-bottom: 1.25rem;
	font-size: clamp(2.375rem, 3.2vw, 2.875rem);
	line-height: 1.14;
}

.ks-home-v2 h3 {
	margin-bottom: 0.85rem;
	font-size: clamp(1.5rem, 2vw, 1.8rem);
	line-height: 1.22;
}

.ks-home-v2 p,
.ks-home-v2 li {
	font-size: 1.125rem;
	line-height: 1.72;
}

.ks-home-v2 p {
	margin-bottom: 1.15rem;
}

.ks-home-v2 .ks-eyebrow {
	margin-bottom: 0.85rem !important;
	color: var(--ks-v2-gold);
	font-size: 0.875rem !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ks-home-v2.ks-section {
	padding-top: clamp(5rem, 7vw, 6.25rem);
	padding-bottom: clamp(5rem, 7vw, 6.25rem);
}

.ks-home-v2.ks-section--warm {
	box-shadow: 0 0 0 100vmax var(--ks-v2-paper);
	clip-path: inset(0 -100vmax);
	background: var(--ks-v2-paper);
}

.ks-home-v2 .ks-section-heading {
	max-width: 820px;
	margin-bottom: clamp(2.5rem, 4vw, 3.5rem) !important;
}

.ks-home-v2 .ks-section-heading p:not(.ks-eyebrow) {
	color: var(--ks-v2-muted);
	font-size: 1.15rem;
}

/* Full-width photographic hero. */
.ks-home-v2.ks-hero {
	min-height: 620px;
	padding: clamp(6rem, 9vw, 7.5rem) 0;
	overflow: visible;
	background: var(--ks-v2-navy);
	color: var(--ks-v2-white);
}

.ks-home-v2.ks-hero::after,
.ks-home-v2.ks-hero > .wpb_column:last-child {
	position: absolute;
	top: 0;
	right: calc(50% - 50vw);
	bottom: 0;
	left: calc(50% - 50vw);
}

.ks-home-v2.ks-hero > .wpb_column:last-child {
	z-index: 0;
	width: auto;
}

.ks-home-v2.ks-hero::after {
	z-index: 1;
	background: linear-gradient(90deg, rgba(7, 21, 32, 0.98) 0%, rgba(7, 21, 32, 0.93) 50%, rgba(7, 21, 32, 0.68) 100%);
	content: "";
	pointer-events: none;
}

.ks-home-v2.ks-hero > .wpb_column:first-child {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 800px;
}

.ks-home-v2.ks-hero > .wpb_column:first-child > .vc_column-inner {
	padding-right: 2rem;
	padding-left: 2rem;
}

.ks-home-v2.ks-hero > .wpb_column:last-child > .vc_column-inner,
.ks-home-v2.ks-hero > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper,
.ks-home-v2.ks-hero .ks-hero__media,
.ks-home-v2.ks-hero .ks-hero__media .vc_single_image-wrapper {
	width: 100%;
	height: 100%;
	padding: 0;
}

.ks-home-v2.ks-hero .ks-hero__media {
	margin: 0;
}

.ks-home-v2.ks-hero .ks-hero__media img {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	object-fit: cover;
	object-position: center 56%;
}

.ks-home-v2.ks-hero h1 {
	max-width: 780px;
	margin-bottom: 1.8rem;
	color: var(--ks-v2-white);
	font-size: clamp(3.5rem, 5.1vw, 4rem);
	line-height: 1.08;
}

.ks-home-v2.ks-hero .ks-hero__lead {
	max-width: 720px;
	margin-bottom: 1rem;
	color: rgba(255, 255, 255, 0.94);
	font-size: clamp(1.2rem, 1.8vw, 1.35rem);
	line-height: 1.65;
}

.ks-home-v2.ks-hero .ks-hero__support {
	max-width: 680px;
	margin-bottom: 2.35rem;
	color: rgba(255, 255, 255, 0.84);
	font-size: 1.16rem;
}

.ks-home-v2 .ks-button .vc_btn3 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 15px 27px;
	border-radius: 2px !important;
	font-size: 1rem;
	font-weight: 700;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.ks-home-v2 .ks-button--primary .vc_btn3,
.ks-home-v2 .ks-button:not(.ks-button--secondary) .vc_btn3 {
	border-color: var(--ks-v2-gold) !important;
	background: var(--ks-v2-gold) !important;
	color: var(--ks-v2-navy) !important;
}

.ks-home-v2 .ks-button--secondary .vc_btn3 {
	border-color: rgba(255, 255, 255, 0.72) !important;
	background: transparent !important;
	color: var(--ks-v2-white) !important;
}

/* Proof strip and simple editorial split. */
.ks-home-v2.ks-trust-bar {
	box-shadow: 0 0 0 100vmax var(--ks-v2-paper);
	clip-path: inset(0 -100vmax);
	padding: 0;
	background: var(--ks-v2-paper);
	color: var(--ks-v2-ink);
}

.ks-home-v2 .ks-trust-item > .vc_column-inner {
	padding-top: 1.65rem;
	padding-bottom: 1.65rem;
	border-color: var(--ks-v2-border);
}

.ks-home-v2 .ks-trust-item p {
	font-size: 1rem;
}

.ks-home-v2 .ks-trust-item strong {
	color: var(--ks-v2-navy);
	font-size: 1.25rem;
}

.ks-home-v2.ks-content-split {
	gap: 0;
}

.ks-home-v2 .ks-content-split__media,
.ks-home-v2 .ks-content-split__copy {
	display: flex;
	align-items: center;
}

.ks-home-v2 .ks-content-split__media img {
	width: 100%;
	aspect-ratio: 5 / 4;
	border-radius: 0;
	box-shadow: 0 18px 45px rgba(11, 27, 41, 0.13);
	object-fit: cover;
}

.ks-home-v2 .ks-content-split__copy > .vc_column-inner {
	padding: 1rem clamp(2rem, 5vw, 4.75rem);
}

.ks-home-v2 .ks-content-split__copy p:not(.ks-eyebrow) {
	max-width: 700px;
}

/* Equal, predictable grids. */
.ks-home-v2 .ks-practice-grid,
.ks-home-v2 .ks-service-navigation,
.ks-home-v2 .ks-scenario-grid,
.ks-home-v2 .ks-process,
.ks-home-v2 .ks-benefits {
	row-gap: 2rem;
}

.ks-home-v2 .ks-practice-card > .vc_column-inner,
.ks-home-v2 .ks-service-navigation__group > .vc_column-inner,
.ks-home-v2 .ks-scenario-card > .vc_column-inner,
.ks-home-v2 .ks-benefit-card > .vc_column-inner {
	padding: clamp(2rem, 3vw, 2.5rem);
	border: 1px solid var(--ks-v2-border);
	border-top: 3px solid var(--ks-v2-gold);
	border-radius: 0;
	background: var(--ks-v2-white);
	box-shadow: 0 10px 28px rgba(11, 27, 41, 0.06);
}

.ks-home-v2 .ks-practice-card p,
.ks-home-v2 .ks-service-navigation__group p:not(.ks-service-note),
.ks-home-v2 .ks-scenario-card p,
.ks-home-v2 .ks-benefit-card p {
	font-size: 1.0625rem;
	line-height: 1.68;
}

.ks-home-v2 .ks-practice-card .ks-button {
	margin-top: 0.65rem;
}

.ks-home-v2 .ks-practice-card--primary > .vc_column-inner {
	background: var(--ks-v2-white);
	color: var(--ks-v2-ink);
}

.ks-home-v2 .ks-practice-card--primary h3,
.ks-home-v2 .ks-practice-card--primary h3 a {
	color: var(--ks-v2-navy);
}

.ks-home-v2.ks-home-practices .ks-practice-grid:first-of-type .ks-practice-card:nth-child(2) > .vc_column-inner {
	border-color: rgba(185, 154, 91, 0.65);
	background: #fcfaf5;
}

.ks-home-v2 .ks-practice-card--secondary > .vc_column-inner {
	border-top-width: 1px;
	background: transparent;
	box-shadow: none;
}

.ks-home-v2 .ks-service-navigation__group ul {
	margin-top: 1.35rem;
}

.ks-home-v2 .ks-service-navigation__group li {
	margin-bottom: 0.7rem;
	padding-left: 1.15rem;
	font-size: 1.05rem;
}

.ks-home-v2 .ks-service-note {
	font-size: 1rem !important;
}

/* One deliberate mid-page dark section. */
.ks-home-v2.ks-region {
	box-shadow: 0 0 0 100vmax var(--ks-v2-navy);
	clip-path: inset(0 -100vmax);
	padding: clamp(5.25rem, 7.5vw, 6.75rem) 1rem;
	background: var(--ks-v2-navy);
}

.ks-home-v2.ks-region .ks-copy {
	max-width: 900px;
}

.ks-home-v2.ks-region h2 {
	color: var(--ks-v2-white);
}

.ks-home-v2.ks-region p:not(.ks-eyebrow) {
	color: rgba(255, 255, 255, 0.84);
	font-size: 1.18rem;
}

.ks-home-v2 .ks-process-step > .vc_column-inner {
	padding: 4.2rem 1.25rem 0;
	border: 0;
	border-top: 2px solid var(--ks-v2-gold);
	background: transparent;
	box-shadow: none;
}

.ks-home-v2 .ks-process-step > .vc_column-inner::before {
	top: 0.75rem;
	left: 1.25rem;
	color: var(--ks-v2-gold);
	font-size: 2rem;
}

.ks-home-v2 .ks-process-step h3 {
	font-size: 1.55rem;
}

/* Reviews stay compact until approved review content exists. */
.ks-home-v2.ks-home-reviews {
	padding-top: clamp(3rem, 5vw, 4rem);
	padding-bottom: clamp(3rem, 5vw, 4rem);
}

.ks-home-v2 .ks-reviews-shell {
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ks-v2-ink);
}

.ks-home-v2 .ks-reviews-shell h2 {
	margin-bottom: 0;
	color: var(--ks-v2-navy);
}

/* Managed attorney grid: simple 4:5 portraits and consistent cards. */
.ks-home-v2.ks-team .ks-attorney-grid {
	gap: clamp(1.25rem, 2.4vw, 2rem);
}

body#cms-theme .ks-home-v2.ks-team .ks-button.vc_btn3-container {
	display: block;
	margin: 2rem 0 0;
	text-align: center;
}

.ks-home-v2.ks-team .ks-attorney-card {
	border: 1px solid var(--ks-v2-border);
	border-top: 0;
	border-radius: 0;
	background: var(--ks-v2-white);
	box-shadow: 0 10px 26px rgba(11, 27, 41, 0.07);
}

.ks-home-v2.ks-team .ks-attorney-card__image {
	aspect-ratio: 4 / 5;
	background: #eee9df;
}

.ks-home-v2.ks-team .ks-attorney-card__image-element {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.ks-home-v2.ks-team .ks-attorney-card__content {
	padding: 1.25rem 1.35rem 1.4rem;
	border-top: 3px solid var(--ks-v2-gold);
}

.ks-home-v2.ks-team .ks-attorney-card__name {
	font-size: 1.35rem;
}

.ks-home-v2.ks-team .ks-attorney-card__role {
	font-size: 1rem;
}

/* FAQ and closing conversion section. */
.ks-home-v2.ks-faq .vc_tta-panel-heading {
	border: 0 !important;
	border-bottom: 1px solid var(--ks-v2-border) !important;
	background: var(--ks-v2-white) !important;
}

.ks-home-v2.ks-faq .vc_tta-panel-title > a {
	padding: 1.25rem 1rem !important;
	font-family: Lato, Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
}

.ks-home-v2.ks-faq .vc_tta-panel-body {
	border: 0 !important;
	background: var(--ks-v2-paper) !important;
}

.ks-home-v2.ks-cta {
	box-shadow: 0 0 0 100vmax var(--ks-v2-navy);
	clip-path: inset(0 -100vmax);
	display: flex;
	align-items: center;
	padding: clamp(5rem, 7vw, 6.25rem) 0;
	background: var(--ks-v2-navy);
	text-align: left;
}

.ks-home-v2.ks-cta .ks-cta__copy,
.ks-home-v2.ks-cta .ks-cta__form {
	display: flex;
	align-items: center;
}

.ks-home-v2.ks-cta .ks-cta__copy > .vc_column-inner {
	padding-right: clamp(2rem, 5vw, 4.5rem);
}

.ks-home-v2.ks-cta .ks-cta__copy h2 {
	color: var(--ks-v2-white);
}

.ks-home-v2.ks-cta .ks-cta__copy p:not(.ks-eyebrow) {
	color: rgba(255, 255, 255, 0.84);
	font-size: 1.15rem;
}

.ks-home-v2 .ks-contact-form {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(1.75rem, 3vw, 2.5rem);
	background: var(--ks-v2-white);
}

.ks-home-v2 .ks-contact-form p {
	margin-bottom: 1rem;
}

.ks-home-v2 .ks-contact-form input:not([type="submit"]),
.ks-home-v2 .ks-contact-form textarea,
.ks-home-v2 .ks-contact-form select {
	min-height: 52px;
	padding: 12px 14px;
	border: 1px solid rgba(11, 27, 41, 0.25);
	border-radius: 0;
	background: var(--ks-v2-white);
	color: var(--ks-v2-ink);
	font: inherit;
}

.ks-home-v2 .ks-contact-form textarea {
	min-height: 150px;
	resize: vertical;
}

.ks-home-v2 .ks-contact-form input:not([type="submit"]):focus,
.ks-home-v2 .ks-contact-form textarea:focus,
.ks-home-v2 .ks-contact-form select:focus {
	border-color: var(--ks-v2-gold);
	box-shadow: 0 0 0 2px rgba(185, 154, 91, 0.18);
	outline: 0;
}

.ks-home-v2 .ks-contact-form input[type="submit"] {
	min-height: 52px;
	padding: 14px 26px;
	border-color: var(--ks-v2-gold);
	border-radius: 2px;
	background: var(--ks-v2-gold);
	color: var(--ks-v2-navy);
	font-size: 1rem;
}

@media (max-width: 1024px) {
	.ks-home-v2 {
		font-size: 17px;
	}

	.ks-home-v2.ks-hero {
		min-height: 580px;
		padding: 6rem 0;
	}

	.ks-home-v2.ks-hero::after {
		background: linear-gradient(90deg, rgba(7, 21, 32, 0.96) 0%, rgba(7, 21, 32, 0.83) 62%, rgba(7, 21, 32, 0.58) 100%);
	}

	.ks-home-v2 .ks-content-split__copy > .vc_column-inner {
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
}

@media (max-width: 900px) {
	.ks-home-v2.ks-hero > .wpb_column:first-child {
		max-width: 720px;
	}

	.ks-home-v2 .ks-practice-grid > .wpb_column,
	.ks-home-v2 .ks-service-navigation > .wpb_column {
		width: 50%;
	}

	.ks-home-v2 .ks-practice-grid > .wpb_column:last-child,
	.ks-home-v2 .ks-service-navigation > .wpb_column:last-child {
		width: 100%;
	}

	.ks-home-v2.ks-cta {
		align-items: stretch;
	}

	.ks-home-v2.ks-cta .ks-cta__copy,
	.ks-home-v2.ks-cta .ks-cta__form {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.ks-home-v2 {
		font-size: 16.5px;
	}

	.ks-home-v2 p,
	.ks-home-v2 li {
		font-size: 1.04rem;
	}

	.ks-home-v2 .ks-practice-card p,
	.ks-home-v2 .ks-service-navigation__group p:not(.ks-service-note),
	.ks-home-v2 .ks-scenario-card p,
	.ks-home-v2 .ks-benefit-card p {
		font-size: 1.02rem;
	}

	.ks-home-v2 .ks-service-navigation__group li,
	.ks-home-v2 .ks-service-note {
		font-size: 1rem !important;
	}

	.ks-home-v2 h2 {
		font-size: clamp(1.875rem, 8vw, 2.25rem);
	}

	.ks-home-v2 h3 {
		font-size: clamp(1.4rem, 6vw, 1.65rem);
	}

	.ks-home-v2.ks-section {
		padding-top: clamp(3.5rem, 14vw, 4.375rem);
		padding-bottom: clamp(3.5rem, 14vw, 4.375rem);
	}

	.ks-home-v2.ks-hero {
		min-height: 0;
		padding: 5rem 0;
	}

	.ks-home-v2.ks-hero::after {
		background: rgba(7, 21, 32, 0.84);
	}

	.ks-home-v2.ks-hero > .wpb_column:first-child > .vc_column-inner {
		padding-right: 15px;
		padding-left: 15px;
	}

	.ks-home-v2.ks-hero h1 {
		font-size: clamp(2.25rem, 10vw, 2.625rem);
		line-height: 1.1;
	}

	.ks-home-v2.ks-hero .ks-hero__lead {
		font-size: 1.08rem;
	}

	.ks-home-v2 .ks-content-split__media,
	.ks-home-v2 .ks-content-split__copy {
		width: 100%;
	}

	.ks-home-v2 .ks-content-split__copy > .vc_column-inner {
		padding: 2rem 15px 0;
	}

	.ks-home-v2 .ks-practice-grid > .wpb_column,
	.ks-home-v2 .ks-service-navigation > .wpb_column,
	.ks-home-v2 .ks-scenario-grid > .wpb_column,
	.ks-home-v2 .ks-process > .wpb_column,
	.ks-home-v2 .ks-benefits > .wpb_column,
	.ks-home-v2.ks-cta .ks-cta__copy,
	.ks-home-v2.ks-cta .ks-cta__form {
		width: 100%;
	}

	.ks-home-v2 .ks-process-step > .vc_column-inner {
		padding-bottom: 1.5rem;
	}

	.ks-home-v2.ks-region {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.ks-home-v2.ks-cta {
		display: block;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.ks-home-v2.ks-cta .ks-cta__copy > .vc_column-inner {
		padding-right: 15px;
		padding-bottom: 2rem;
	}

	.ks-home-v2 .ks-contact-form {
		padding: 1.5rem;
	}
}

@media (max-width: 480px) {
	.ks-home-v2.ks-hero {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}

	.ks-home-v2.ks-hero .ks-button {
		display: block;
		margin-right: 0;
	}

	.ks-home-v2.ks-hero .ks-button .vc_btn3,
	.ks-home-v2 .ks-contact-form input[type="submit"] {
		width: 100%;
	}

	.ks-home-v2 .ks-trust-item {
		width: 100%;
	}

	.ks-home-v2 .ks-trust-item > .vc_column-inner {
		border-right: 0;
		border-bottom: 1px solid var(--ks-v2-border);
	}

	.ks-home-v2 .ks-trust-item:last-child > .vc_column-inner {
		border-bottom: 0;
	}
}

/* Homepage 4637 final visual production pass. */
body:is(.page-id-4637, .page-id-4690) {
	overflow-x: clip;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero {
	isolation: isolate;
	min-height: 700px;
	padding: 11.5rem 0 7rem;
	overflow: hidden;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero::after {
	background: linear-gradient(90deg, rgba(7, 21, 32, 0.99) 0%, rgba(7, 21, 32, 0.96) 44%, rgba(7, 21, 32, 0.76) 72%, rgba(7, 21, 32, 0.42) 100%);
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero > .wpb_column:first-child {
	max-width: 790px;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero > .wpb_column:first-child > .vc_column-inner {
	padding-right: clamp(2rem, 4vw, 4rem);
	padding-left: 2rem;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero > .wpb_column:last-child > .vc_column-inner,
:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper,
:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero .ks-hero__media,
:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero .ks-hero__media .wpb_wrapper,
:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero .ks-hero__media .vc_figure,
:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero .ks-hero__media .vc_single_image-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero .ks-hero__media img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	max-width: none;
	height: 100% !important;
	object-fit: cover;
	object-position: center 56%;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero h1 {
	max-width: 760px;
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-size: clamp(3.5rem, 5vw, 4.25rem);
	line-height: 1.06;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.32);
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero .ks-hero__lead {
	max-width: 710px;
	font-size: clamp(1.2rem, 1.55vw, 1.3rem);
	line-height: 1.62;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero .ks-hero__support {
	max-width: 670px;
	font-size: 1.125rem;
	line-height: 1.68;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero .ks-button {
	margin-top: 0.35rem;
	margin-right: 0.65rem;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-trust-bar {
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid rgba(185, 154, 91, 0.42);
	border-bottom: 1px solid var(--ks-v2-border);
	background: #fbfaf7;
	box-shadow: 0 0 0 100vmax #fbfaf7;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-trust-item {
	display: flex;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-trust-item > .vc_column-inner {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 124px;
	padding: 1.65rem clamp(1rem, 2vw, 1.6rem);
	border-right: 1px solid var(--ks-v2-border);
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-trust-item:last-child > .vc_column-inner {
	border-right: 0;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-trust-item .wpb_text_column,
:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-trust-item p {
	width: 100%;
	margin: 0;
	text-align: center;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-trust-item p {
	font-size: 1rem;
	line-height: 1.45;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-trust-item strong {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 1.25rem;
	line-height: 1.25;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-content-split {
	display: flex;
	align-items: stretch;
	padding-top: clamp(5rem, 7vw, 6.5rem);
	padding-bottom: clamp(5rem, 7vw, 6.5rem);
	background: var(--ks-v2-white);
	box-shadow: 0 0 0 100vmax var(--ks-v2-white);
	clip-path: inset(0 -100vmax);
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-content-split::before,
:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-content-split::after,
:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-practice-grid::before,
:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-practice-grid::after,
:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-service-navigation::before,
:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-service-navigation::after,
:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-scenario-grid::before,
:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-scenario-grid::after {
	display: none;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-content-split__media {
	width: 45%;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-content-split__copy {
	width: 55%;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-content-split__media .wpb_single_image,
:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-content-split__media .wpb_wrapper,
:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-content-split__media .vc_figure,
:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-content-split__media .vc_single_image-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-content-split__media img {
	width: 100%;
	height: 100% !important;
	min-height: 440px;
	aspect-ratio: auto;
	box-shadow: 0 20px 48px rgba(11, 27, 41, 0.14);
	object-fit: cover;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-content-split__copy > .vc_column-inner {
	display: flex;
	align-items: center;
	padding: clamp(2rem, 4vw, 3.75rem) clamp(2.5rem, 5vw, 5rem);
	background: var(--ks-v2-paper);
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-content-split__copy p:not(.ks-eyebrow) {
	font-size: 1.075rem;
	line-height: 1.78;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-practice-grid,
:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-service-navigation,
:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-scenario-grid {
	display: flex;
	flex-wrap: wrap;
	row-gap: 2rem;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-practice-grid > .wpb_column,
:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-service-navigation > .wpb_column,
:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-scenario-grid > .wpb_column {
	display: flex;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-practice-card > .vc_column-inner,
:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-service-navigation__group > .vc_column-inner,
:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-scenario-card > .vc_column-inner {
	display: flex;
	width: 100%;
	padding: clamp(2rem, 2.75vw, 2.65rem);
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-practice-card > .vc_column-inner > .wpb_wrapper,
:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-service-navigation__group > .vc_column-inner > .wpb_wrapper,
:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-scenario-card > .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex: 1;
	flex-direction: column;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-practice-card .ks-button {
	margin-top: auto;
	padding-top: 1rem;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-practice-card .vc_btn3 {
	min-width: 176px;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-service-navigation__group p:not(.ks-service-note),
:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-scenario-card p {
	font-size: 1.0625rem;
	line-height: 1.72;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-service-navigation__group li {
	font-size: 1.035rem;
	line-height: 1.55;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-scenario-card > .vc_column-inner {
	border-top-width: 3px;
	background: var(--ks-v2-white);
	box-shadow: 0 10px 28px rgba(11, 27, 41, 0.06);
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-scenario-card ul {
	margin-top: 0.25rem;
	margin-bottom: 0;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-scenario-card li {
	margin-bottom: 0.55rem;
	font-size: 1.035rem;
	line-height: 1.55;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-region {
	padding-top: clamp(5.25rem, 7vw, 6.25rem);
	padding-bottom: clamp(5.25rem, 7vw, 6.25rem);
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-region p:not(.ks-eyebrow) {
	font-size: 1.125rem;
	line-height: 1.72;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-team .ks-attorney-card__image-element {
	display: block;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-home-benefits .ks-benefit-card p {
	font-size: 1.025rem;
	line-height: 1.68;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-cta {
	isolation: isolate;
	overflow: hidden;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-cta::before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: calc(50% - 50vw);
	bottom: 0;
	left: calc(50% - 50vw);
	display: block;
	background-image: linear-gradient(90deg, rgba(7, 21, 32, 0.98) 0%, rgba(7, 21, 32, 0.92) 52%, rgba(7, 21, 32, 0.78) 100%), url("/wp-content/uploads/2024/01/chi_bg.webp");
	background-position: center 58%;
	background-size: cover;
	content: "";
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-cta .ks-cta__copy,
:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-cta .ks-cta__form {
	position: relative;
	z-index: 1;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-cta .ks-cta__copy p:not(.ks-eyebrow) {
	font-size: 1.075rem;
	line-height: 1.75;
}

:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-contact-form {
	box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
}

/* Kinglaw's legacy 10px root rem scale makes nominal rem typography render
 * substantially smaller than intended. Keep the homepage production type
 * system explicit and page-scoped. */
body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 {
	font-size: 17px;
	line-height: 1.7;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 p,
body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 li {
	font-size: 17px;
	line-height: 1.7;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 h2 {
	font-size: 40px !important;
	line-height: 1.15;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 h3 {
	font-size: 26px !important;
	line-height: 1.25;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-eyebrow {
	font-size: 13px !important;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero h1 {
	font-size: clamp(56px, 4.6vw, 66px) !important;
	line-height: 1.06;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero .ks-hero__lead {
	font-size: 20px;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero .ks-hero__support,
body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-section-heading p:not(.ks-eyebrow),
body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-region p:not(.ks-eyebrow),
body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-cta .ks-cta__copy p:not(.ks-eyebrow),
body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-content-split__copy p:not(.ks-eyebrow) {
	font-size: 18px;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-button .vc_btn3,
body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-contact-form input[type="submit"] {
	font-size: 16px;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-trust-item p {
	font-size: 16px;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-trust-item strong {
	font-size: 20px;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-practice-card p,
body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-service-navigation__group p:not(.ks-service-note),
body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-scenario-card p,
body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-benefit-card p,
body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-process-step p {
	font-size: 17px;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-service-navigation__group li,
body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-scenario-card li,
body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-service-note {
	font-size: 16px !important;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-process-step h3 {
	font-size: 22px !important;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-team .ks-attorney-card__name {
	font-size: 20px;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-team .ks-attorney-card__role {
	font-size: 16px;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-faq .vc_tta-panel-title > a {
	font-size: 17px;
}

@media (max-width: 1100px) {
	:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero {
		min-height: 660px;
		padding-top: 12rem;
		padding-bottom: 6rem;
	}

	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-process > .wpb_column,
	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-benefits > .wpb_column {
		width: 50%;
	}
}

@media (max-width: 900px) {
	:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero {
		padding-top: 9.5rem;
	}

	:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-content-split {
		display: block;
	}

	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-content-split__media,
	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-content-split__copy {
		width: 100%;
	}

	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-content-split__media img {
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-content-split__copy > .vc_column-inner {
		padding: 3rem 2.5rem;
	}

	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-trust-item {
		width: 50%;
	}

	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-trust-item:nth-child(2) > .vc_column-inner {
		border-right: 0;
	}

	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-trust-item:nth-child(-n + 2) > .vc_column-inner {
		border-bottom: 1px solid var(--ks-v2-border);
	}

	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-practice-grid > .ks-practice-card--secondary {
		width: 50%;
	}
}

@media (max-width: 767px) {
	:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero {
		min-height: 0;
		padding: 9rem 0 4.75rem;
	}

	:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero::after {
		background: rgba(7, 21, 32, 0.88);
	}

	:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero h1 {
		font-size: clamp(2.35rem, 10vw, 2.8rem);
	}

	:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero .ks-hero__lead {
		font-size: 1.1rem;
	}

	:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero .ks-hero__support {
		font-size: 1.025rem;
	}

	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-content-split__copy > .vc_column-inner {
		padding: 2.5rem 1.5rem;
	}

	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-practice-grid > .wpb_column,
	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-service-navigation > .wpb_column,
	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-scenario-grid > .wpb_column,
	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-process > .wpb_column,
	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-benefits > .wpb_column {
		width: 100%;
	}

	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-practice-grid > .ks-practice-card--secondary {
		width: 100%;
	}

	:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-cta::before {
		background-image: linear-gradient(rgba(7, 21, 32, 0.93), rgba(7, 21, 32, 0.93)), url("/wp-content/uploads/2024/01/chi_bg.webp");
		background-position: center;
	}
}

@media (max-width: 480px) {
	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-trust-item {
		width: 100%;
	}

	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-trust-item > .vc_column-inner {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid var(--ks-v2-border);
	}

	:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-trust-item:last-child > .vc_column-inner {
		border-bottom: 0;
	}
}

/* Kinglaw reduces the root rem scale below 992px; keep this page readable in pixels. */
@media (max-width: 991px) {
	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 {
		font-size: 17px;
		line-height: 1.7;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 p,
	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 li {
		font-size: 17px;
		line-height: 1.7;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 h2 {
		font-size: 36px !important;
		line-height: 1.15;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 h3 {
		font-size: 25px !important;
		line-height: 1.25;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-eyebrow {
		font-size: 13px !important;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero h1 {
		font-size: 46px !important;
		line-height: 1.08;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero .ks-hero__lead {
		font-size: 19px;
		line-height: 1.62;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero .ks-hero__support {
		font-size: 17px;
		line-height: 1.68;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-button .vc_btn3,
	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-contact-form input[type="submit"] {
		font-size: 16px;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-trust-item p {
		font-size: 16px;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-trust-item strong {
		font-size: 20px;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-content-split__copy p:not(.ks-eyebrow) {
		font-size: 18px;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-section-heading p:not(.ks-eyebrow),
	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-region p:not(.ks-eyebrow),
	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-cta .ks-cta__copy p:not(.ks-eyebrow) {
		font-size: 18px;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-practice-card p,
	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-service-navigation__group p:not(.ks-service-note),
	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-scenario-card p,
	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-benefit-card p,
	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-process-step p {
		font-size: 17px;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-service-navigation__group li,
	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-scenario-card li,
	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-service-note {
		font-size: 16px !important;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-process-step h3 {
		font-size: 22px;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-team .ks-attorney-card__name {
		font-size: 20px;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-team .ks-attorney-card__role {
		font-size: 16px;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-faq .vc_tta-panel-title > a {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 h2 {
		font-size: 32px !important;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 h3 {
		font-size: 23px !important;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero h1 {
		font-size: 42px !important;
	}
}

@media (max-width: 480px) {
	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 h2 {
		font-size: 30px !important;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 h3 {
		font-size: 22px !important;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero h1 {
		font-size: 38px !important;
	}
}

/* Homepage 4637 final image and composition polish. */
body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero {
	left: 50%;
	width: 100vw;
	max-width: none;
	margin-right: -50vw !important;
	margin-left: -50vw !important;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero::after {
	background: linear-gradient(90deg, rgba(7, 21, 32, 0.88) 0%, rgba(7, 21, 32, 0.76) 43%, rgba(7, 21, 32, 0.38) 70%, rgba(7, 21, 32, 0.14) 100%);
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero > .wpb_column:first-child {
	width: 100%;
	max-width: none;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero > .wpb_column:first-child > .vc_column-inner {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 380px;
	padding-left: 30px;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero .ks-hero__media img {
	object-position: center center;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-content-split .ks-content-split__media {
	display: flex;
	width: 44%;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-content-split .ks-content-split__copy {
	display: flex;
	width: 56%;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-content-split .ks-content-split__media > .vc_column-inner,
body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-content-split .ks-content-split__media > .vc_column-inner > .wpb_wrapper,
body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-content-split .ks-content-split__media .wpb_single_image,
body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-content-split .ks-content-split__media .vc_figure,
body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-content-split .ks-content-split__media .vc_single_image-wrapper {
	display: flex;
	flex: 1;
	width: 100%;
	height: 100%;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-content-split .ks-content-split__media img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-content-split .ks-content-split__copy > .vc_column-inner {
	width: 100%;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-content-split .ks-content-split__copy h2 {
	font-size: 42px !important;
}

@media (max-width: 1200px) {
	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero > .wpb_column:first-child > .vc_column-inner {
		max-width: 100%;
		padding-right: 32%;
		padding-left: 4.5vw;
	}
}

@media (max-width: 900px) {
	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero > .wpb_column:first-child > .vc_column-inner {
		padding-right: 8vw;
		padding-left: 8vw;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-content-split .ks-content-split__media,
	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-content-split .ks-content-split__copy {
		width: 100%;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-content-split .ks-content-split__media img {
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-content-split .ks-content-split__copy h2 {
		font-size: 36px !important;
	}
}

@media (max-width: 767px) {
	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero::after {
		background: linear-gradient(90deg, rgba(7, 21, 32, 0.9) 0%, rgba(7, 21, 32, 0.78) 100%);
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero .ks-hero__media img {
		object-position: 68% center;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-content-split .ks-content-split__copy h2 {
		font-size: 32px !important;
	}
}

@media (max-width: 480px) {
	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero > .wpb_column:first-child > .vc_column-inner {
		padding-right: 30px;
		padding-left: 30px;
	}
}

/* Homepage 4637 hero and service-list spacing refinement. */
body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero .ks-hero__support {
	margin-bottom: 28px !important;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero .ks-button {
	margin-top: 5px;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-service-navigation__group li {
	padding-left: 24px;
}

body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2 .ks-service-navigation__group li::before {
	top: 0.78em;
	left: 0;
	width: 11px;
	height: 1px;
	background: var(--ks-v2-gold, var(--ks-gold));
	content: "";
}

@media (min-width: 901px) {
	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero {
		padding-top: 180px;
	}

	body#cms-theme:is(.page-id-4637, .page-id-4690) .ks-home-v2.ks-hero h1 {
		font-size: clamp(50px, 4vw, 56px) !important;
	}
}

/* English homepage prototype: copy-length and native mobile controls. */
body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-v2.ks-hero h1 {
	line-height: 1.08 !important;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) #practice-areas,
body#cms-theme:is(.page-id-4690, .page-id-4637) #explore-services {
	scroll-margin-top: 110px;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-v2.ks-faq .vc_tta-panel-title > a {
	padding-right: 46px !important;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-v2.ks-faq .vc_tta-controls-icon {
	right: 16px !important;
	left: auto !important;
}

@media (max-width: 900px) {
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-v2.ks-hero h1 {
		font-size: 42px !important;
		line-height: 1.1 !important;
	}
}

@media (max-width: 480px) {
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-v2.ks-hero h1 {
		font-size: 36px !important;
	}
}

/* Polish homepage hero: compensate for the visible header and keep the copy optically centred. */
@media (min-width: 1101px) {
	body#cms-theme.page-id-4637 .ks-home-v2.ks-hero > .wpb_column:first-child {
		transform: translateY(48px);
	}
}

/* English homepage: align practice-service CTAs across uneven card content. */
@media (min-width: 768px) {
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-services .ks-service-navigation__group > .vc_column-inner,
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-services .ks-service-navigation__group > .vc_column-inner > .wpb_wrapper,
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-services .ks-service-navigation__group > .vc_column-inner > .wpb_wrapper > .wpb_text_column,
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-services .ks-service-navigation__group > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
	}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-services .ks-service-note {
	margin-top: auto;
}
}

/* Local English homepage: focused hero with compact introduction and proof points. */
body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3 {
	min-height: 690px;
	padding: 0;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3 > .ks-home-en-hero__content {
	display: flex;
	align-items: center;
	min-height: 690px;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3 > .ks-home-en-hero__content > .vc_column-inner {
	padding-top: 52px;
	padding-bottom: 52px;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3 h1 {
	max-width: 680px;
	margin: 0 0 18px;
	font-size: clamp(50px, 4vw, 60px) !important;
	line-height: 1.04 !important;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__intro {
	max-width: 680px;
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px !important;
	line-height: 1.55;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievements {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	max-width: 680px;
	margin: 0 0 24px !important;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievement {
	width: calc((100% - 28px) / 3) !important;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievement > .vc_column-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 96px;
	padding: 16px 10px;
	border: 1px solid rgba(202, 166, 96, 0.58);
	background: rgba(7, 21, 32, 0.86);
	box-shadow: 0 16px 34px rgba(4, 15, 24, 0.2);
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievement:nth-child(2) > .vc_column-inner {
	min-height: 112px;
	border-color: #caa660;
	background: #caa660;
	box-shadow: 0 20px 42px rgba(4, 15, 24, 0.3);
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievement .wpb_text_column,
body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievement p {
	width: 100%;
	margin: 0;
	text-align: center;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievement strong,
body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievement span {
	display: block;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievement strong {
	margin-bottom: 7px;
	color: #d0aa60;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 38px !important;
	font-weight: 700;
	font-variant-numeric: lining-nums tabular-nums;
	line-height: 0.94;
	letter-spacing: -0.03em;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievement span {
	color: rgba(255, 255, 255, 0.92);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.2;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievement:nth-child(2) strong,
body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievement:nth-child(2) span {
	color: #071520;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3 .ks-button {
	margin: 0;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-achievements-strip {
	padding: 34px 0 0;
	background: #fff;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-achievements-strip > .wpb_column > .vc_column-inner {
	width: 100%;
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-achievements-strip .ks-home-en-hero__achievements {
	max-width: none;
	margin: 0 !important;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-achievements-strip .ks-home-en-hero__achievement > .vc_column-inner {
	min-height: 108px;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-achievements-strip .ks-home-en-hero__achievement:nth-child(2) > .vc_column-inner {
	min-height: 120px;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-brief {
	margin-top: 32px !important;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-brief {
	margin-top: 48px !important;
	padding: 0;
	border-top: 1px solid rgba(202, 166, 96, 0.65);
	border-bottom: 1px solid rgba(202, 166, 96, 0.35);
	background: #f4f0e8;
}

/* Polish homepage: keep the introductory brief visually separate from the
 * practice-area section on both desktop and narrow screens. */
body#cms-theme.page-id-12 .ks-home-en-brief {
	margin-bottom: clamp(36px, 4vw, 48px) !important;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-brief > .wpb_column > .vc_column-inner {
	width: 100%;
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
	padding: 28px 30px;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-brief .wpb_text_column,
body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-brief .wpb_text_column > .wpb_wrapper {
	margin: 0;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-brief .wpb_text_column > .wpb_wrapper {
	display: flex;
	align-items: center;
	gap: 28px;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-brief .wpb_text_column > .wpb_wrapper::before {
	width: 44px;
	height: 1px;
	flex: 0 0 44px;
	background: #caa660;
	content: "";
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-brief p {
	max-width: 94ch;
	margin: 0;
	color: var(--ks-v2-navy);
	font-size: 17px !important;
	font-weight: 500;
	line-height: 1.58;
}

body#cms-theme.page-id-4637 .ks-home-en-brief .wpb_text_column > .wpb_wrapper {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	column-gap: 28px;
	row-gap: 12px;
}

body#cms-theme.page-id-4637 .ks-home-en-brief .wpb_text_column > .wpb_wrapper::before {
	grid-row: 1 / span 2;
	align-self: center;
}

body#cms-theme.page-id-4637 .ks-home-en-brief p {
	grid-column: 2;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus {
	padding-top: clamp(76px, 7vw, 96px);
	padding-bottom: clamp(80px, 7.5vw, 104px);
	background: #fff;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__heading {
	max-width: 900px;
	margin-bottom: 0;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__heading h2 {
	margin: 0;
	color: var(--ks-v2-navy) !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(40px, 4.2vw, 54px) !important;
	font-weight: 700;
	line-height: 1.08 !important;
	letter-spacing: -0.03em;
	text-transform: none;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__grid {
	display: flex;
	align-items: stretch;
	margin-top: 52px !important;
}

body#cms-theme.page-id-4637 .ks-home-practice-focus__grid--secondary {
	margin-top: 46px !important;
	padding-top: 46px;
	border-top: 1px solid var(--ks-v2-border);
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item {
	display: flex;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item > .vc_column-inner {
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	padding: 8px 34px 0;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item:first-child > .vc_column-inner {
	padding-left: 0;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item:last-child > .vc_column-inner {
	padding-right: 0;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item + .ks-home-practice-focus__item > .vc_column-inner {
	border-left: 1px solid var(--ks-v2-border);
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item > .vc_column-inner::before {
	display: block;
	width: 46px;
	height: 2px;
	margin-bottom: 24px;
	background: #caa660;
	content: "";
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item > .vc_column-inner::before {
	width: 64px;
	height: 64px;
	margin-bottom: 22px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

body#cms-theme.page-id-4690 .ks-home-practice-focus__item:nth-child(1) > .vc_column-inner::before {
	background-image: url('../images/practice-personal-injury.svg');
}

body#cms-theme.page-id-4690 .ks-home-practice-focus__item:nth-child(2) > .vc_column-inner::before {
	background-image: url('../images/practice-real-estate.svg');
}

body#cms-theme.page-id-4690 .ks-home-practice-focus__item:nth-child(3) > .vc_column-inner::before {
	background-image: url('../images/practice-estate-planning.svg');
}

body#cms-theme.page-id-4637 .ks-home-practice-focus__grid .ks-home-practice-focus__item:nth-child(1) > .vc_column-inner::before {
	background-image: url('../images/practice-personal-injury.svg');
}

body#cms-theme.page-id-4637 .ks-home-practice-focus__grid .ks-home-practice-focus__item:nth-child(2) > .vc_column-inner::before {
	background-image: url('../images/practice-estate-planning.svg');
}

body#cms-theme.page-id-4637 .ks-home-practice-focus__grid .ks-home-practice-focus__item:nth-child(3) > .vc_column-inner::before {
	background-image: url('../images/practice-real-estate.svg');
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item > .vc_column-inner > .wpb_wrapper {
	display: flex;
	height: 100%;
	flex-direction: column;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item .wpb_text_column {
	margin-bottom: 26px;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item h3 {
	margin: 0 0 16px;
	color: var(--ks-v2-navy) !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 30px !important;
	font-weight: 700;
	line-height: 1.15 !important;
	text-transform: none;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item p {
	margin: 0;
	color: var(--ks-v2-muted);
	font-size: 16.5px !important;
	line-height: 1.66;
}

body#cms-theme.page-id-4637 .ks-home-practice-focus__item p + p {
	margin-top: 12px;
}

body#cms-theme.page-id-4637 .ks-home-practice-focus__item p > strong {
	color: #a77f35;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body#cms-theme.page-id-4637 .ks-home-pl-hero-v3 h1 {
	max-width: 760px;
	font-size: clamp(48px, 4.6vw, 66px) !important;
}

body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-section-heading {
	max-width: 980px;
}

body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-scenario-card p {
	font-size: 16.5px !important;
}

/* Polish home: editorial advice section. */
body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 {
	padding-block: clamp(72px, 7vw, 100px);
	background: #fff;
	scroll-margin-top: 112px;
}

body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-areas:
		"visual"
		"scenarios";
	grid-template-columns: minmax(0, 1fr);
	row-gap: clamp(42px, 5vw, 58px);
}

body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-section-heading {
	grid-area: visual;
	align-self: end;
	justify-self: start;
	z-index: 3;
	max-width: 650px;
	margin: 0 0 32px 32px !important;
	padding: clamp(28px, 3.5vw, 44px);
	background: rgba(7, 21, 32, 0.78);
	text-align: left;
}

body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-section-heading h2 {
	max-width: 560px;
	margin: 0;
	color: #fff !important;
	font-size: clamp(36px, 3.6vw, 50px) !important;
	line-height: 1.08 !important;
	letter-spacing: -0.025em;
	text-wrap: balance;
}

body#cms-theme.page-id-4637 .ks-home-pl-advice-v2__media {
	position: relative;
	grid-area: visual;
	width: 100%;
	aspect-ratio: 21 / 8;
	margin: 0 !important;
	overflow: hidden;
	background: #071520 url("/wp-content/uploads/2026/09/ks-law-consultation-home-v1.png") center 44% / cover no-repeat;
	box-shadow: 0 20px 48px rgba(7, 21, 32, 0.13);
}

body#cms-theme.page-id-4637 .ks-home-pl-advice-v2__media::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	z-index: 2;
	background: #b98d3e;
	content: "";
	pointer-events: none;
}

body#cms-theme.page-id-4637 .ks-home-pl-advice-v2__media .vc_figure,
body#cms-theme.page-id-4637 .ks-home-pl-advice-v2__media .vc_single_image-wrapper {
	display: block;
	width: 100%;
	height: 100%;
}

body#cms-theme.page-id-4637 .ks-home-pl-advice-v2__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	object-position: center 44%;
}

body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-scenario-grid {
	display: grid;
	grid-area: scenarios;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: min(1040px, 100%);
	margin: 0 auto !important;
	column-gap: clamp(48px, 6vw, 76px);
	row-gap: clamp(34px, 4vw, 46px);
	align-content: start;
}

body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-scenario-grid > .ks-scenario-card {
	width: auto !important;
	min-height: 0;
}

body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-scenario-card > .vc_column-inner {
	position: relative;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-scenario-card:nth-child(odd) > .vc_column-inner {
	padding-left: 0;
}

body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-scenario-card:nth-child(even) > .vc_column-inner {
	padding-right: 0;
}

body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-scenario-card > .vc_column-inner::before {
	display: none;
}

body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-scenario-card p {
	margin: 0;
	color: #263947;
	font-size: 17px !important;
	line-height: 1.7;
	text-wrap: pretty;
}

body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-scenario-card p::first-letter {
	float: left;
	margin: 7px 10px 0 0;
	color: #a97825;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 54px;
	font-weight: 700;
	line-height: 0.72;
}

@media (max-width: 991px) {
	body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
		grid-template-areas:
			"visual"
			"scenarios";
		grid-template-columns: 1fr;
		row-gap: 40px;
	}

	body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-section-heading {
		max-width: 560px;
		margin: 0 0 24px 24px !important;
	}

	body#cms-theme.page-id-4637 .ks-home-pl-advice-v2__media {
		aspect-ratio: 16 / 7;
	}

	body#cms-theme.page-id-4637 .ks-home-pl-advice-v2__media img {
		min-height: 0;
	}
}

@media (max-width: 640px) {
	body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 {
		padding-block: 56px;
	}

	body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-section-heading {
		max-width: calc(100% - 32px);
		margin: 0 16px 16px !important;
		padding: 18px !important;
		box-sizing: border-box;
	}

	body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-section-heading h2 {
		font-size: clamp(27px, 8.5vw, 30px) !important;
		line-height: 1.06 !important;
	}

	body#cms-theme.page-id-4637 .ks-home-pl-advice-v2__media {
		aspect-ratio: 1 / 1;
	}

	body#cms-theme.page-id-4637 .ks-home-pl-advice-v2__media::after {
		height: 3px;
	}

	body#cms-theme.page-id-4637 .ks-home-pl-advice-v2__media img {
		object-position: center 44%;
	}

	body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-scenario-grid {
		grid-template-columns: 1fr;
		row-gap: 30px;
	}

	body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-scenario-card > .vc_column-inner,
	body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-scenario-card:nth-child(odd) > .vc_column-inner,
	body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-scenario-card:nth-child(even) > .vc_column-inner {
		padding: 0;
		border-right: 0;
	}

	body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-scenario-card p {
		font-size: 16px !important;
		line-height: 1.68;
	}

	body#cms-theme.page-id-4637 .ks-home-pl-advice-v2 .ks-scenario-card p::first-letter {
		margin-top: 6px;
		font-size: 48px;
	}
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item .ks-button {
	margin-top: auto;
	margin-bottom: 0;
}

/* Sitewide Contact Form 7 design system. */
body#cms-theme .wpcf7 {
	--ks-form-ink: #071520;
	--ks-form-text: #263947;
	--ks-form-muted: #5a6872;
	--ks-form-gold: #b98d3e;
	--ks-form-gold-bright: #c7a25b;
	--ks-form-field: #faf9f6;
	--ks-form-border: #cfd5d9;
	--ks-form-error: #9f2f35;
	width: 100%;
}

body#cms-theme .ks-contact-form {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(30px, 4vw, 48px);
	border-top: 3px solid var(--ks-form-gold, #b98d3e);
	background: #fff;
	box-shadow: 0 24px 64px rgba(7, 21, 32, 0.18);
	color: var(--ks-form-text, #263947);
}

body#cms-theme .wpcf7 form {
	margin: 0;
	color: var(--ks-form-text);
}

body#cms-theme .wpcf7 form > :is(.contactpageform, .contactpageform11):not(.slider-form1) {
	position: relative;
	padding: clamp(28px, 4vw, 44px);
	border-top: 3px solid var(--ks-form-gold);
	background: #fff;
	box-shadow: 0 20px 54px rgba(7, 21, 32, 0.12);
}

body#cms-theme .ks-contact-form .wpcf7 form > :is(.contactpageform, .contactpageform11) {
	padding: 0;
	border-top: 0;
	background: transparent;
	box-shadow: none;
}

body#cms-theme .wpcf7 :is(.contactpageform, .contactpageform11) > p {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 20px;
	margin: 0;
}

body#cms-theme .wpcf7 :is(.contactpageform, .contactpageform11) > p > br {
	display: none;
}

body#cms-theme .wpcf7 :is(.contactpageform, .contactpageform11) .wpcf7-form-control-wrap {
	display: block;
	width: 100% !important;
	max-width: none;
	min-width: 0;
	margin: 0 !important;
}

body#cms-theme .wpcf7 :is(.contactpageform, .contactpageform11) .wpcf7-form-control-wrap[data-name="your-message"] {
	grid-column: 1 / -1;
}

body#cms-theme .wpcf7 form :is(input, textarea, select) {
	font-family: Lato, Arial, sans-serif;
}

body#cms-theme .wpcf7 form :is(
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="url"],
	input[type="number"],
	input[type="date"],
	textarea,
	select
) {
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: 56px;
	margin: 0;
	padding: 15px 17px;
	border: 1px solid var(--ks-form-border);
	border-radius: 3px;
	background: var(--ks-form-field);
	box-shadow: none;
	color: var(--ks-form-ink);
	caret-color: var(--ks-form-gold);
	font-size: 16px;
	line-height: 1.5;
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

body#cms-theme .wpcf7 form textarea {
	min-height: 172px;
	resize: vertical;
}

body#cms-theme .wpcf7 form :is(input, textarea, select)::placeholder {
	color: var(--ks-form-muted);
	opacity: 1;
}

body#cms-theme .wpcf7 form :is(
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="url"],
	input[type="number"],
	input[type="date"],
	textarea,
	select
):hover {
	border-color: #aeb8be;
}

body#cms-theme .wpcf7 form :is(
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="url"],
	input[type="number"],
	input[type="date"],
	textarea,
	select
):focus {
	border-color: var(--ks-form-gold);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(185, 141, 62, 0.18);
	outline: 0;
}

body#cms-theme .wpcf7 form :is(input, textarea, select).wpcf7-not-valid {
	border-color: var(--ks-form-error);
	background: #fff9f8;
}

body#cms-theme .wpcf7 .wpcf7-not-valid-tip {
	margin-top: 7px;
	color: var(--ks-form-error);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

body#cms-theme .wpcf7 form .wpcf7-submit,
body#cms-theme .ks-contact-form .wpcf7 form .wpcf7-submit {
	grid-column: 1 / -1;
	justify-self: start;
	min-width: 148px;
	min-height: 52px;
	margin: 4px 0 0;
	padding: 14px 28px;
	border: 1px solid var(--ks-form-ink);
	border-radius: 3px;
	background: var(--ks-form-ink);
	box-shadow: 0 12px 26px rgba(7, 21, 32, 0.2);
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.3;
	transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

@media (hover: hover) {
	body#cms-theme .wpcf7 form .wpcf7-submit:hover,
	body#cms-theme .ks-contact-form .wpcf7 form .wpcf7-submit:hover {
		transform: translateY(-2px);
		border-color: var(--ks-form-gold-bright);
		background: var(--ks-form-gold-bright);
		box-shadow: 0 16px 32px rgba(7, 21, 32, 0.24);
		color: var(--ks-form-ink);
	}
}

body#cms-theme .wpcf7 form .wpcf7-submit:focus-visible,
body#cms-theme .ks-contact-form .wpcf7 form .wpcf7-submit:focus-visible {
	outline: 3px solid rgba(199, 162, 91, 0.55);
	outline-offset: 4px;
}

body#cms-theme .wpcf7 form.submitting .wpcf7-submit {
	cursor: wait;
	opacity: 0.72;
	transform: none;
}

body#cms-theme .wpcf7 .wpcf7-spinner {
	margin: 0 0 0 14px;
	vertical-align: middle;
}

body#cms-theme .wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 14px 16px;
	border: 0 !important;
	border-radius: 3px;
	background: #eef3f5;
	color: var(--ks-form-ink);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}

body#cms-theme .wpcf7 form.sent .wpcf7-response-output {
	background: #edf6ef;
	color: #20572e;
}

body#cms-theme .wpcf7 form:is(.invalid, .failed, .aborted, .spam) .wpcf7-response-output {
	background: #fff0ef;
	color: #81262b;
}

body#cms-theme .wpcf7 .slider-form1 {
	max-width: 340px;
	padding: 26px !important;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 20px 48px rgba(7, 21, 32, 0.22);
}

body#cms-theme .wpcf7 .slider-form1 > p {
	grid-template-columns: 1fr;
	gap: 14px;
}

body#cms-theme .wpcf7 .slider-form1 .get-quote {
	margin-bottom: 18px !important;
	color: var(--ks-form-ink);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 24px;
	font-weight: 700 !important;
	line-height: 1.2;
}

@media (max-width: 640px) {
	body#cms-theme .ks-contact-form,
	body#cms-theme .wpcf7 form > :is(.contactpageform, .contactpageform11):not(.slider-form1) {
		padding: 24px 20px;
	}

	body#cms-theme .wpcf7 :is(.contactpageform, .contactpageform11) > p {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	body#cms-theme .wpcf7 :is(.contactpageform, .contactpageform11) .wpcf7-form-control-wrap[data-name="your-message"],
	body#cms-theme .wpcf7 form .wpcf7-submit {
		grid-column: 1;
	}

	body#cms-theme .wpcf7 form textarea {
		min-height: 150px;
	}

	body#cms-theme .wpcf7 form .wpcf7-submit,
	body#cms-theme .ks-contact-form .wpcf7 form .wpcf7-submit {
		width: 100%;
	}
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item .ks-button .vc_btn3 {
	min-width: 142px;
	font-size: 15.5px !important;
	text-align: center;
}

/* English homepage: one refined button language across light and dark sections. */
body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-v2 .ks-button .vc_btn3 {
	min-height: 54px;
	padding: 15px 28px;
	border: 1px solid #bd9850 !important;
	border-radius: 4px !important;
	background: #071520 !important;
	box-shadow: 0 10px 24px rgba(7, 21, 32, 0.16);
	color: #fff !important;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.25;
	text-decoration: none !important;
	transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3 .ks-button .vc_btn3,
body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2 .ks-button .vc_btn3 {
	border-color: #c7a25b !important;
	background: #c7a25b !important;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
	color: #071520 !important;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3 .wpb_text_column {
	margin-bottom: 34px;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3 .ks-home-en-hero__intro {
	margin-bottom: 0;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3 .ks-button .vc_btn3 {
	min-height: 46px;
	padding: 12px 22px;
	border-color: rgba(255, 255, 255, 0.48) !important;
	border-radius: 3px !important;
	background: #cdaa62 !important;
	box-shadow: 0 9px 22px rgba(0, 0, 0, 0.22);
	font-size: 14.5px !important;
	letter-spacing: 0.015em;
}

@media (hover: hover) {
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-v2 .ks-button .vc_btn3:hover {
		transform: translateY(-2px);
		border-color: #c7a25b !important;
		background: #c7a25b !important;
		box-shadow: 0 14px 30px rgba(7, 21, 32, 0.22);
		color: #071520 !important;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3 .ks-button .vc_btn3:hover,
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2 .ks-button .vc_btn3:hover {
		border-color: #fff !important;
		background: #fff !important;
		box-shadow: 0 16px 34px rgba(0, 0, 0, 0.3);
	}
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-v2 .ks-button .vc_btn3:active {
	transform: translateY(0);
	box-shadow: 0 6px 16px rgba(7, 21, 32, 0.18);
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-v2 .ks-button .vc_btn3:focus-visible {
	outline: 3px solid rgba(199, 162, 91, 0.42);
	outline-offset: 4px;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-v2 .ks-contact-form input[type="submit"] {
	min-height: 54px;
	padding: 15px 28px;
	border: 1px solid #c7a25b;
	border-radius: 4px;
	background: #c7a25b;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
	color: #071520;
	font-weight: 700;
	letter-spacing: 0.02em;
	transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

@media (hover: hover) {
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-v2 .ks-contact-form input[type="submit"]:hover {
		transform: translateY(-2px);
		border-color: #fff;
		background: #fff;
		box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
	}
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-v2 .ks-contact-form input[type="submit"]:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.5);
	outline-offset: 4px;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2 {
	scroll-margin-top: 132px;
	box-shadow: 0 0 0 100vmax #071520;
	clip-path: inset(0 -100vmax);
	padding-top: clamp(92px, 8vw, 116px);
	padding-bottom: clamp(96px, 8.5vw, 124px);
	background: #071520;
	color: rgba(255, 255, 255, 0.82);
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2 > .wpb_column > .vc_column-inner {
	padding-right: clamp(28px, 4vw, 56px);
	padding-left: clamp(28px, 4vw, 56px);
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-faq-v2 {
	scroll-margin-top: 132px;
	padding-top: clamp(120px, 9vw, 144px);
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__intro {
	max-width: 900px;
	margin-bottom: 0;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__intro {
	position: relative;
	box-sizing: border-box;
	max-width: none;
	min-height: 310px;
	padding-right: clamp(260px, 25vw, 350px);
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__intro::before {
	position: absolute;
	top: 50%;
	right: clamp(8px, 3vw, 44px);
	width: clamp(190px, 18vw, 250px);
	aspect-ratio: 1671 / 1789;
	background: url('/wp-content/uploads/2018/05/SHIELD-FOR-DARK-BACKGROUND-2.png') center / contain no-repeat;
	content: '';
	opacity: 0.42;
	pointer-events: none;
	transform: translateY(-50%);
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__intro h2 {
	max-width: 720px;
	margin: 0 0 28px;
	color: #fff !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(42px, 4.4vw, 58px) !important;
	font-weight: 700;
	line-height: 1.08 !important;
	letter-spacing: -0.03em;
	text-transform: none;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__intro > .wpb_wrapper > p {
	max-width: 72ch;
	margin: 0 0 20px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 18px !important;
	line-height: 1.72;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__intro .ks-home-why-v2__lead-in {
	margin-top: 30px;
	margin-bottom: 0;
	color: #d0aa60;
	font-size: 18px !important;
	font-weight: 700;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 48px 0 0 !important;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__grid::before,
body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__grid::after {
	display: none;
	content: none;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item > .vc_column-inner {
	padding: 34px 36px 38px 0;
	border-top: 1px solid rgba(202, 166, 96, 0.52);
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item:nth-child(even) > .vc_column-inner {
	padding-right: 0;
	padding-left: 36px;
	border-left: 1px solid rgba(202, 166, 96, 0.22);
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__grid > .wpb_column {
	float: none;
	width: auto;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item--wide {
	grid-column: 1 / -1;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item--wide > .vc_column-inner {
	display: block;
	padding-right: 0;
	padding-bottom: 0;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item .wpb_text_column,
body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item .wpb_text_column > .wpb_wrapper {
	margin: 0;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item--wide .wpb_text_column,
body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item--wide .wpb_text_column > .wpb_wrapper {
	display: block;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item--wide .wpb_text_column {
	max-width: 820px;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item h3 {
	margin: 0 0 14px;
	color: #fff !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 28px !important;
	font-weight: 700;
	line-height: 1.2 !important;
	text-transform: none;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item--wide h3 {
	margin-bottom: 14px;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item p {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 17px !important;
	line-height: 1.7;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__cta {
	margin-top: 50px;
	margin-bottom: 0;
}

body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__cta .vc_btn3 {
	min-width: 210px;
	font-size: 16px !important;
	text-align: center;
}

@media (max-width: 900px) {
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3,
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3 > .ks-home-en-hero__content {
		min-height: 0;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3 > .ks-home-en-hero__content > .vc_column-inner {
		padding: 56px 8vw;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3 h1 {
		font-size: 44px !important;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__intro {
		font-size: 15.5px !important;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item > .vc_column-inner {
		padding-right: 22px;
		padding-left: 22px;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item p {
		font-size: 16px !important;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item > .vc_column-inner {
		padding-right: 24px;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item:nth-child(even) > .vc_column-inner {
		padding-left: 24px;
	}

}

@media (max-width: 767px) {
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__intro {
		min-height: 0;
		padding-right: 0;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__intro::before {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		width: 112px;
		margin: 0 0 30px;
		opacity: 0.46;
		transform: none;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__heading h2 {
		font-size: 38px !important;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__grid {
		display: block;
		margin-top: 34px !important;
	}

	body#cms-theme.page-id-4637 .ks-home-practice-focus__grid--secondary {
		margin-top: 0 !important;
		padding-top: 0;
		border-top: 0;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item {
		width: 100%;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item > .vc_column-inner,
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item:first-child > .vc_column-inner,
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item:last-child > .vc_column-inner {
		padding: 32px 0;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item:first-child > .vc_column-inner {
		padding-top: 0;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item + .ks-home-practice-focus__item > .vc_column-inner {
		border-top: 1px solid var(--ks-v2-border);
		border-left: 0;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item > .vc_column-inner::before {
		margin-bottom: 20px;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item {
		width: auto;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__grid {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item > .vc_column-inner,
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item:nth-child(even) > .vc_column-inner,
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item--wide > .vc_column-inner {
		display: block;
		padding: 28px 0 32px;
		border-left: 0;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item--wide .wpb_text_column,
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item--wide .wpb_text_column > .wpb_wrapper {
		display: block;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item--wide h3 {
		margin-bottom: 14px;
	}
}

@media (max-width: 480px) {
	body#cms-theme.page-id-12 .ks-home-en-brief {
		margin-bottom: 28px !important;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3 .wpb_text_column {
		margin-bottom: 28px;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3 .ks-button .vc_btn3 {
		width: auto;
		min-height: 48px;
		padding: 13px 20px;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3,
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3 > .ks-home-en-hero__content {
		min-height: 0;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3 > .ks-home-en-hero__content > .vc_column-inner {
		max-width: 100%;
		padding: 46px 24px 52px;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero-v3 h1 {
		width: 100%;
		max-width: 100%;
		margin-bottom: 18px;
		font-size: 36px !important;
		white-space: normal !important;
		overflow-wrap: normal;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__intro {
		margin-bottom: 20px;
		font-size: 14.5px !important;
		line-height: 1.5;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievements {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
		width: 100%;
		max-width: 100%;
		margin-bottom: 22px !important;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievements::before,
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievements::after {
		display: none;
		content: none;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievement {
		width: 100% !important;
		min-width: 0;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievement > .vc_column-inner {
		min-height: 88px;
		padding: 12px 4px;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievement:nth-child(2) > .vc_column-inner {
		min-height: 98px;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievement strong {
		font-size: 29px !important;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-hero__achievement span {
		font-size: 10px !important;
		letter-spacing: 0.06em;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-achievements-strip {
		padding-top: 22px;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-achievements-strip > .wpb_column > .vc_column-inner {
		padding-right: 15px;
		padding-left: 15px;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-achievements-strip .ks-home-en-hero__achievement > .vc_column-inner,
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-achievements-strip .ks-home-en-hero__achievement:nth-child(2) > .vc_column-inner {
		min-height: 96px;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-brief {
		margin-top: 22px !important;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-brief > .wpb_column > .vc_column-inner {
		padding: 24px;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-brief {
		margin-top: 28px !important;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-brief .wpb_text_column > .wpb_wrapper {
		display: block;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-brief .wpb_text_column > .wpb_wrapper::before {
		display: block;
		width: 36px;
		margin-bottom: 14px;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-en-brief p {
		font-size: 15.5px !important;
		line-height: 1.6;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus {
		padding-top: 58px;
		padding-bottom: 64px;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__heading h2 {
		font-size: 34px !important;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-practice-focus__item h3 {
		font-size: 27px !important;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2 {
		scroll-margin-top: 92px;
		padding-top: 72px;
		padding-bottom: 80px;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2 > .wpb_column > .vc_column-inner {
		padding-right: 24px;
		padding-left: 24px;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-faq-v2 {
		scroll-margin-top: 92px;
		padding-top: 88px;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__intro h2 {
		margin-bottom: 22px;
		font-size: 36px !important;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__intro > .wpb_wrapper > p {
		font-size: 16.5px !important;
		line-height: 1.68;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__intro .ks-home-why-v2__lead-in {
		margin-top: 24px;
		font-size: 17px !important;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__grid {
		margin-top: 30px !important;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item h3 {
		font-size: 25px !important;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__item p {
		font-size: 16px !important;
	}

	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__cta,
	body#cms-theme:is(.page-id-4690, .page-id-4637) .ks-home-why-v2__cta .vc_btn3 {
		width: 100%;
	}
}

/* Areas of Practice EN/PL hub pages. */
body#cms-theme .ks-practice-hub {
	color: var(--ks-v2-ink);
}

body#cms-theme .ks-practice-hub__hero {
	min-height: 600px;
	padding: clamp(165px, 12vw, 190px) 0 clamp(90px, 8vw, 120px);
	background:
		linear-gradient(90deg, rgba(7, 21, 32, 0.96) 0%, rgba(7, 21, 32, 0.9) 46%, rgba(7, 21, 32, 0.48) 100%),
		url('/wp-content/uploads/2026/08/ks-areas-of-practice-hero-v1.jpg') center 50% / cover no-repeat;
	color: var(--ks-v2-white);
}

body#cms-theme .ks-practice-hub__hero > .wpb_column > .vc_column-inner {
	width: 100%;
	max-width: 1110px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

body#cms-theme .ks-practice-hub__hero-content {
	max-width: 760px;
}

body#cms-theme .ks-practice-hub__hero h1 {
	max-width: 720px;
	margin: 0 0 24px;
	color: var(--ks-v2-white) !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(54px, 5.4vw, 72px) !important;
	font-weight: 700;
	line-height: 1.03 !important;
	letter-spacing: -0.035em;
	text-transform: none;
}

body#cms-theme .ks-practice-hub__hero .ks-practice-hub__lead {
	max-width: 690px;
	margin-bottom: 32px;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(20px, 1.9vw, 24px) !important;
	line-height: 1.55;
}

body#cms-theme .ks-practice-hub__hero .ks-button {
	margin-top: 28px;
}

/* Areas of Practice (EN): visually centre the hero copy beneath the fixed header. */
@media (min-width: 768px) {
	body#cms-theme.page-id-4692 .ks-practice-hub__hero > .wpb_column {
		transform: translateY(40px);
	}
}

body#cms-theme .ks-practice-hub .ks-button .vc_btn3 {
	font-size: 16px !important;
}

body#cms-theme .ks-hub-section {
	padding-top: clamp(72px, 7vw, 104px);
	padding-bottom: clamp(72px, 7vw, 104px);
}

body#cms-theme .ks-hub-intro {
	padding-bottom: 28px;
}

body#cms-theme .ks-hub-intro .ks-section-heading {
	max-width: 880px;
	margin-bottom: 0 !important;
}

body#cms-theme .ks-practice-hub .ks-section-heading h2,
body#cms-theme .ks-hub-feature h2,
body#cms-theme .ks-hub-cta h2 {
	color: var(--ks-v2-navy) !important;
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 700;
	text-transform: none;
}

body#cms-theme .ks-practice-hub .ks-section-heading h2 {
	font-size: clamp(38px, 4vw, 52px) !important;
	line-height: 1.1 !important;
}

body#cms-theme .ks-practice-hub .ks-section-heading > .wpb_wrapper > p:not(.ks-eyebrow) {
	max-width: 820px;
	color: var(--ks-v2-muted);
	font-size: 18px !important;
	line-height: 1.68;
}

body#cms-theme .ks-practice-hub__hero .ks-eyebrow,
body#cms-theme .ks-practice-hub .ks-section-heading .ks-eyebrow {
	font-size: 13px !important;
}

body#cms-theme .ks-hub-primary {
	padding-top: 36px;
}

body#cms-theme .ks-hub-feature {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 0 clamp(42px, 5vw, 68px) !important;
	border: 1px solid var(--ks-v2-border);
	background: var(--ks-v2-white);
	box-shadow: 0 22px 55px rgba(11, 27, 41, 0.1);
}

body#cms-theme .ks-hub-feature:last-child {
	margin-bottom: 0 !important;
}

body#cms-theme .ks-hub-feature > .wpb_column {
	display: flex;
}

body#cms-theme .ks-hub-feature > .wpb_column > .vc_column-inner,
body#cms-theme .ks-hub-feature > .wpb_column > .vc_column-inner > .wpb_wrapper {
	width: 100%;
}

body#cms-theme .ks-hub-feature__media > .vc_column-inner {
	position: relative;
	min-height: 540px;
	padding: 0 !important;
	overflow: hidden;
}

body#cms-theme .ks-hub-feature__media .wpb_single_image,
body#cms-theme .ks-hub-feature__media .vc_figure,
body#cms-theme .ks-hub-feature__media .vc_single_image-wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
}

body#cms-theme .ks-hub-feature__media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

body#cms-theme .ks-hub-feature--estate-planning .ks-hub-feature__media img {
	object-position: 42% center;
}

body#cms-theme .ks-hub-feature__content > .vc_column-inner {
	display: flex;
	padding: clamp(42px, 5vw, 70px) !important;
}

body#cms-theme .ks-hub-feature__content > .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body#cms-theme .ks-hub-feature h2 {
	margin-bottom: 18px;
	font-size: clamp(38px, 3.6vw, 50px) !important;
	line-height: 1.08 !important;
}

body#cms-theme .ks-hub-feature p,
body#cms-theme .ks-hub-feature li {
	font-size: 17px !important;
	line-height: 1.68;
}

body#cms-theme .ks-hub-feature__content .ks-button {
	margin-top: 22px;
}

body#cms-theme .ks-hub-service-summary,
body#cms-theme .ks-hub-service-directory {
	margin-top: 30px;
	padding-top: 28px;
	border-top: 1px solid var(--ks-v2-border);
}

body#cms-theme .ks-hub-service-summary h3,
body#cms-theme .ks-hub-service-directory h3 {
	margin-bottom: 18px;
	color: var(--ks-v2-navy);
	font-size: 24px !important;
}

body#cms-theme .ks-hub-service-summary ul,
body#cms-theme .ks-hub-service-directory ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body#cms-theme .ks-hub-service-summary li {
	position: relative;
	padding: 10px 0 10px 22px;
	border-bottom: 1px solid rgba(11, 27, 41, 0.09);
}

body#cms-theme .ks-hub-service-summary li::before {
	position: absolute;
	top: 1.05em;
	left: 0;
	width: 11px;
	height: 1px;
	background: var(--ks-v2-gold);
	content: "";
}

body#cms-theme .ks-hub-note {
	margin: 18px 0 0;
	color: var(--ks-v2-muted);
	font-size: 14px !important;
	font-style: italic;
}

body#cms-theme .ks-hub-service-directory li {
	display: grid;
	grid-template-columns: minmax(180px, 0.75fr) minmax(0, 1.25fr);
	gap: 18px;
	padding: 13px 0;
	border-bottom: 1px solid rgba(11, 27, 41, 0.1);
}

body#cms-theme .ks-hub-service-directory a,
body#cms-theme .ks-hub-card-link {
	color: #9a7737;
	font-weight: 700;
	text-decoration: none;
}

body#cms-theme .ks-hub-service-directory a:hover,
body#cms-theme .ks-hub-service-directory a:focus,
body#cms-theme .ks-hub-card-link:hover,
body#cms-theme .ks-hub-card-link:focus {
	color: var(--ks-v2-navy);
	text-decoration: underline;
	text-underline-offset: 3px;
}

body#cms-theme .ks-hub-service-directory span {
	color: var(--ks-v2-muted);
	font-size: 15px;
	line-height: 1.55;
}

body#cms-theme .ks-hub-secondary {
	box-shadow: 0 0 0 100vmax var(--ks-v2-paper);
	clip-path: inset(0 -100vmax);
	background: var(--ks-v2-paper);
}

body#cms-theme .ks-hub-secondary-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin: 0 !important;
}

body#cms-theme .ks-hub-secondary-grid::before,
body#cms-theme .ks-hub-secondary-grid::after {
	display: none;
}

body#cms-theme .ks-hub-secondary-card {
	float: none;
	width: 100%;
	padding: 0 !important;
	border-top: 3px solid var(--ks-v2-gold);
	background: var(--ks-v2-white);
	box-shadow: 0 12px 30px rgba(11, 27, 41, 0.08);
}

body#cms-theme .ks-hub-secondary-card > .vc_column-inner {
	height: 100%;
	padding: 30px 28px !important;
}

body#cms-theme .ks-hub-secondary-card > .vc_column-inner > .wpb_wrapper {
	display: flex;
	min-height: 100%;
	flex-direction: column;
}

body#cms-theme .ks-hub-secondary-card .wpb_text_column,
body#cms-theme .ks-hub-secondary-card .wpb_text_column > .wpb_wrapper {
	display: flex;
	height: 100%;
	flex-direction: column;
}

body#cms-theme .ks-hub-secondary-card h3 {
	min-height: 2.45em;
	margin-bottom: 16px;
	color: var(--ks-v2-navy);
	font-size: 25px !important;
	line-height: 1.18 !important;
}

body#cms-theme .ks-hub-secondary-card p {
	color: var(--ks-v2-muted);
	font-size: 16px !important;
	line-height: 1.62;
}

body#cms-theme .ks-hub-secondary-card p:last-child {
	margin-top: auto;
	margin-bottom: 0;
	padding-top: 18px;
}

body#cms-theme .ks-hub-cta {
	display: flex;
	align-items: center;
	padding-top: clamp(64px, 7vw, 90px);
	padding-bottom: clamp(64px, 7vw, 90px);
	box-shadow: 0 0 0 100vmax var(--ks-v2-navy);
	clip-path: inset(0 -100vmax);
	background: var(--ks-v2-navy);
	color: rgba(255, 255, 255, 0.84);
}

body#cms-theme .ks-hub-cta h2 {
	margin-bottom: 16px;
	color: var(--ks-v2-white) !important;
	font-size: clamp(38px, 4vw, 50px) !important;
	line-height: 1.1 !important;
}

body#cms-theme .ks-hub-cta p:not(.ks-eyebrow) {
	max-width: 720px;
	font-size: 18px !important;
}

body#cms-theme .ks-hub-cta__action > .vc_column-inner > .wpb_wrapper {
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 1024px) {
	body#cms-theme .ks-hub-feature > .wpb_column {
		width: 100%;
	}

	body#cms-theme .ks-hub-feature__media {
		order: 1;
	}

	body#cms-theme .ks-hub-feature__content {
		order: 2;
	}

	body#cms-theme .ks-hub-feature__media img {
		max-height: none;
	}

	body#cms-theme .ks-hub-feature__media > .vc_column-inner {
		min-height: 380px;
	}

	body#cms-theme .ks-hub-secondary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body#cms-theme .ks-hub-secondary-card h3 {
		min-height: 0;
	}
}

@media (max-width: 767px) {
	body#cms-theme .ks-practice-hub__hero {
		min-height: 0;
		padding: 108px 0 78px;
		background-position: 64% center;
	}

	body#cms-theme .ks-practice-hub__hero h1 {
		font-size: 44px !important;
		line-height: 1.08 !important;
	}

	body#cms-theme .ks-practice-hub__hero .ks-button + .ks-button {
		margin-top: 0;
	}

	body#cms-theme .ks-hub-section {
		padding-top: 62px;
		padding-bottom: 62px;
	}

	body#cms-theme .ks-hub-intro {
		padding-bottom: 20px;
	}

	body#cms-theme .ks-hub-feature__content > .vc_column-inner {
		padding: 36px 30px !important;
	}

	body#cms-theme .ks-hub-feature__media img {
		max-height: none;
	}

	body#cms-theme .ks-hub-feature__media > .vc_column-inner {
		min-height: 280px;
	}

	body#cms-theme .ks-hub-feature h2,
	body#cms-theme .ks-practice-hub .ks-section-heading h2,
	body#cms-theme .ks-hub-cta h2 {
		font-size: 34px !important;
	}

	body#cms-theme .ks-hub-service-directory li {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	body#cms-theme .ks-hub-secondary-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body#cms-theme .ks-hub-cta {
		display: block;
	}

	body#cms-theme .ks-hub-cta > .wpb_column {
		width: 100%;
	}

	body#cms-theme .ks-hub-cta__action > .vc_column-inner > .wpb_wrapper {
		display: block;
	}
}

/* Polish home: three clear reasons with the same branded shield treatment as EN. */
body#cms-theme.page-id-4637 .ks-home-why-v2__intro::before {
	right: clamp(12px, 3.5vw, 52px);
	width: clamp(210px, 19vw, 270px);
	opacity: 0.58;
}

body#cms-theme.page-id-4637 .ks-home-why-v2__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body#cms-theme.page-id-4637 .ks-home-why-v2__item--wide {
	grid-column: auto;
}

body#cms-theme.page-id-4637 .ks-home-why-v2__item > .vc_column-inner,
body#cms-theme.page-id-4637 .ks-home-why-v2__item:nth-child(even) > .vc_column-inner,
body#cms-theme.page-id-4637 .ks-home-why-v2__item--wide > .vc_column-inner {
	height: 100%;
	padding: 38px clamp(26px, 2.8vw, 40px) 42px;
	border-top: 1px solid rgba(202, 166, 96, 0.58);
	border-left: 1px solid rgba(202, 166, 96, 0.22);
}

body#cms-theme.page-id-4637 .ks-home-why-v2__item:first-child > .vc_column-inner {
	padding-left: 0;
	border-left: 0;
}

body#cms-theme.page-id-4637 .ks-home-why-v2__item:last-child > .vc_column-inner {
	padding-right: 0;
}

body#cms-theme.page-id-4637 .ks-home-why-v2__item .wpb_text_column,
body#cms-theme.page-id-4637 .ks-home-why-v2__item .wpb_text_column > .wpb_wrapper,
body#cms-theme.page-id-4637 .ks-home-why-v2__item--wide .wpb_text_column,
body#cms-theme.page-id-4637 .ks-home-why-v2__item--wide .wpb_text_column > .wpb_wrapper {
	display: block;
	max-width: none;
}

body#cms-theme.page-id-4637 .ks-home-why-v2__item .wpb_text_column::before {
	display: block;
	width: 58px;
	height: 58px;
	margin-bottom: 26px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}

body#cms-theme.page-id-4637 .ks-home-why-v2__item--documents .wpb_text_column::before {
	background-image: url("../images/why-documents.svg");
}

body#cms-theme.page-id-4637 .ks-home-why-v2__item--advocacy .wpb_text_column::before {
	background-image: url("../images/why-advocacy.svg");
}

body#cms-theme.page-id-4637 .ks-home-why-v2__item--value .wpb_text_column::before {
	background-image: url("../images/why-value.svg");
}

body#cms-theme.page-id-4637 .ks-home-why-v2__item h3 {
	max-width: 16ch;
	margin-bottom: 16px;
	font-size: clamp(25px, 2vw, 30px) !important;
	line-height: 1.16 !important;
	text-wrap: balance;
}

body#cms-theme.page-id-4637 .ks-home-why-v2__item p {
	max-width: 38ch;
}

@media (max-width: 900px) {
	body#cms-theme.page-id-4637 .ks-home-why-v2__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body#cms-theme.page-id-4637 .ks-home-why-v2__item > .vc_column-inner,
	body#cms-theme.page-id-4637 .ks-home-why-v2__item:nth-child(even) > .vc_column-inner,
	body#cms-theme.page-id-4637 .ks-home-why-v2__item--wide > .vc_column-inner,
	body#cms-theme.page-id-4637 .ks-home-why-v2__item:first-child > .vc_column-inner,
	body#cms-theme.page-id-4637 .ks-home-why-v2__item:last-child > .vc_column-inner {
		padding: 32px 0 36px;
		border-left: 0;
	}

	body#cms-theme.page-id-4637 .ks-home-why-v2__item h3,
	body#cms-theme.page-id-4637 .ks-home-why-v2__item p {
		max-width: 52ch;
	}
}

@media (max-width: 767px) {
	body#cms-theme.page-id-4637 .ks-home-why-v2__intro::before {
		right: auto;
		width: 124px;
		opacity: 0.58;
	}
}

/* Keep the shared form button authoritative over legacy homepage rules. */
body#cms-theme .ks-home-v2 .ks-contact-form .wpcf7 form .wpcf7-submit {
	min-width: 148px;
	min-height: 52px;
	margin: 4px 0 0;
	padding: 14px 28px;
	border: 1px solid var(--ks-form-ink);
	border-radius: 3px;
	background: var(--ks-form-ink);
	box-shadow: 0 12px 26px rgba(7, 21, 32, 0.2);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

@media (hover: hover) {
	body#cms-theme .ks-home-v2 .ks-contact-form .wpcf7 form .wpcf7-submit:hover {
		transform: translateY(-2px);
		border-color: var(--ks-form-gold-bright);
		background: var(--ks-form-gold-bright);
		box-shadow: 0 16px 32px rgba(7, 21, 32, 0.24);
		color: var(--ks-form-ink);
	}
}

@media (max-width: 640px) {
	body#cms-theme .ks-home-v2 .ks-contact-form .wpcf7 form .wpcf7-submit {
		width: 100%;
	}
}

/* Personal injury contact: reuse the finished homepage CTA composition. */
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-contact-v2 {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-contact-v2::before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: calc(50% - 50vw);
	bottom: 0;
	left: calc(50% - 50vw);
	background-image: linear-gradient(90deg, rgba(7, 21, 32, 0.98) 0%, rgba(7, 21, 32, 0.92) 52%, rgba(7, 21, 32, 0.78) 100%), url("/wp-content/uploads/2024/01/chi_bg.webp");
	background-position: center 58%;
	background-size: cover;
	content: "";
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-contact-v2 .ks-cta__copy,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-contact-v2 .ks-cta__form {
	position: relative;
	z-index: 1;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-contact-v2 h2 {
	font-size: clamp(38px, 4vw, 50px) !important;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-contact-v2 .ks-eyebrow {
	font-size: 14px !important;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-contact-v2 .ks-cta__copy p:not(.ks-eyebrow) {
	font-size: 18px;
	line-height: 1.7;
}

/* Shared footer breadcrumbs. */
body#cms-theme .cms-breadcrumbs {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	min-height: 66px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-top: 1px solid rgba(199, 162, 91, 0.72);
	background: #071520;
	box-shadow: 0 0 0 100vmax #071520;
	clip-path: inset(0 -100vmax);
	color: rgba(255, 255, 255, 0.76);
}

body#cms-theme .cms-breadcrumbs > span {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px 13px;
	width: 100%;
	font-size: 0;
	line-height: 1.4;
}

body#cms-theme .cms-breadcrumbs > span > span {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	font-family: Lato, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.055em;
	line-height: 1.4;
	text-transform: uppercase;
}

body#cms-theme .cms-breadcrumbs > span > span:first-child {
	gap: 13px;
}

body#cms-theme .cms-breadcrumbs > span > span:first-child::after {
	width: 7px;
	height: 7px;
	border-top: 1px solid rgba(199, 162, 91, 0.86);
	border-right: 1px solid rgba(199, 162, 91, 0.86);
	content: "";
	transform: rotate(45deg);
}

body#cms-theme .cms-breadcrumbs a {
	position: relative;
	color: #c7a25b;
	text-decoration: none;
	text-underline-offset: 4px;
	transition: color 160ms ease;
}

@media (hover: hover) {
	body#cms-theme .cms-breadcrumbs a:hover {
		color: #fff;
	}
}

body#cms-theme .cms-breadcrumbs a:focus-visible {
	border-radius: 2px;
	outline: 2px solid #c7a25b;
	outline-offset: 5px;
}

body#cms-theme .cms-breadcrumbs .breadcrumb_last {
	color: rgba(255, 255, 255, 0.82);
}

body#cms-theme .cms-breadcrumbs + #colophon {
	margin-top: -23px !important;
}

@media (max-width: 767px) {
	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-contact-v2::before {
		background-image: linear-gradient(rgba(7, 21, 32, 0.94), rgba(7, 21, 32, 0.94)), url("/wp-content/uploads/2024/01/chi_bg.webp");
		background-position: center;
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-contact-v2 h2 {
		font-size: clamp(34px, 10vw, 42px) !important;
	}

	body#cms-theme .cms-breadcrumbs {
		min-height: 58px;
		padding-top: 13px;
		padding-bottom: 13px;
	}

	body#cms-theme .cms-breadcrumbs > span > span {
		font-size: 12px;
		letter-spacing: 0.045em;
	}
}

/* Estate Planning parent page: editorial long-form composition. */
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-page,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-services,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-team,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefits,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-faq,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-contact {
	font-family: Lato, Arial, sans-serif;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero {
	--ks-service-hero-position: center 48%;
	min-height: 680px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero__heading,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero__copy {
	max-width: 720px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero h1 {
	max-width: 12ch;
	font-size: clamp(52px, 5vw, 68px) !important;
	line-height: 1.04 !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero__copy p {
	max-width: 680px;
	font-size: 16px !important;
	line-height: 1.6;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero__note {
	border-left-width: 1px;
	background: rgba(6, 20, 31, 0.42);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
	gap: 22px clamp(46px, 6vw, 82px);
	align-items: start;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro__heading,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro__copy,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro__consult,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro .vc_btn3-container {
	grid-column: 1;
	margin: 0;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro__heading h2 {
	margin-bottom: 10px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro__copy p {
	margin-bottom: 18px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro__image {
	grid-row: 1 / span 4;
	grid-column: 2;
	margin: 0 !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro__image :is(.vc_figure, .vc_single_image-wrapper) {
	display: block;
	width: 100%;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro__image img {
	display: block;
	width: 100%;
	min-height: 650px;
	object-fit: cover;
	box-shadow: 0 24px 60px rgba(11, 27, 41, 0.16);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro__consult {
	max-width: 650px;
	padding: 20px 22px;
	border-top: 1px solid var(--ks-v2-gold);
	background: var(--ks-v2-paper);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro__consult p {
	margin: 0;
	color: var(--ks-v2-navy);
	font-weight: 800;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-achievements {
	background: var(--ks-v2-navy);
	box-shadow: 0 0 0 100vmax var(--ks-v2-navy);
	clip-path: inset(0 -100vmax);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-achievements > .wpb_column > .vc_column-inner {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	padding: 0 30px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-achievements .vc_row-inner {
	margin: 0;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-achievements .vc_column-inner {
	padding: 30px 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-achievements .wpb_column:last-child .vc_column-inner {
	border-right: 0;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-achievements :is(.wpb_text_column, p) {
	margin: 0;
	text-align: center;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-achievements :is(strong, span) {
	display: block;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-achievements strong {
	color: var(--ks-v2-gold-light);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 38px;
	line-height: 1;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-achievements span {
	margin-top: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-section-heading {
	max-width: 880px;
	margin-bottom: 30px !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-section-heading h2 {
	margin-bottom: 16px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-services > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-services .ks-ep-section-heading,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-services > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_btn3-container {
	width: 100%;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card {
	margin: 0 !important;
	padding: 38px 0;
	border-top: 1px solid var(--ks-v2-gold);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card > .wpb_wrapper {
	display: grid;
	grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(42px, 6vw, 78px);
	align-items: stretch;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card--reverse > .wpb_wrapper {
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card--reverse .ks-ep-service-card__media {
	grid-column: 2;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card--reverse .ks-ep-service-card__content {
	grid-row: 1;
	grid-column: 1;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__media {
	position: sticky;
	top: 112px;
	align-self: start;
	margin: 0;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	box-shadow: 0 22px 52px rgba(11, 27, 41, 0.14);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__content {
	align-self: center;
	max-width: 70ch;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__content h3 {
	margin-bottom: 20px;
	font-size: clamp(34px, 4vw, 48px) !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__content h3 a {
	color: var(--ks-v2-navy);
	text-decoration-color: transparent;
	text-underline-offset: 7px;
	transition: color 180ms ease, text-decoration-color 180ms ease;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__content h3 a:hover {
	color: #8f6b30;
	text-decoration-color: currentColor;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__content h3 a:focus-visible {
	outline: 3px solid rgba(185, 141, 62, 0.45);
	outline-offset: 5px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__content p {
	margin-bottom: 17px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__content .ks-ep-service-card__action {
	margin: 28px 0 0;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__action a {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	gap: 14px;
	padding: 13px 20px;
	border: 1px solid var(--ks-v2-gold);
	background: var(--ks-v2-gold);
	color: var(--ks-v2-navy);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
	transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1), background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__action a span,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__action a svg {
	display: block;
	width: 18px;
	height: 18px;
}

@media (hover: hover) {
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__action a:hover {
		transform: translateY(-2px);
		border-color: var(--ks-v2-navy);
		background: var(--ks-v2-navy);
		box-shadow: 0 14px 28px rgba(11, 27, 41, 0.18);
		color: #fff;
	}
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__action a:focus-visible {
	outline: 3px solid rgba(185, 141, 62, 0.46);
	outline-offset: 4px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-title-band {
	background: var(--ks-v2-navy);
	box-shadow: 0 0 0 100vmax var(--ks-v2-navy);
	clip-path: inset(0 -100vmax);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-title-band > .wpb_column > .vc_column-inner {
	padding: 46px 30px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-title-band :is(.wpb_text_column, h2) {
	margin: 0;
	text-align: center;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-title-band h2 {
	color: #fff !important;
	font-size: clamp(36px, 4vw, 48px) !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-title-band--light {
	border-top: 1px solid var(--ks-v2-gold-light);
	border-bottom: 1px solid var(--ks-v2-gold-light);
	background: var(--ks-v2-paper);
	box-shadow: 0 0 0 100vmax var(--ks-v2-paper);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-title-band--light h2 {
	color: var(--ks-v2-navy) !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process {
	background: var(--ks-v2-paper);
	box-shadow: 0 0 0 100vmax var(--ks-v2-paper);
	clip-path: inset(0 -100vmax);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process__step {
	position: relative;
	width: 100%;
	max-width: 930px;
	margin: 0 auto !important;
	padding: 28px 0 28px 88px;
	border-top: 1px solid rgba(11, 27, 41, 0.16);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process__step::after {
	position: absolute;
	top: 68px;
	bottom: -29px;
	left: 25px;
	width: 1px;
	background: rgba(185, 141, 62, 0.45);
	content: "";
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process__step:last-of-type::after {
	display: none;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process__number {
	position: absolute;
	top: 25px;
	left: 0;
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border: 1px solid var(--ks-v2-gold);
	border-radius: 50%;
	background: var(--ks-v2-navy);
	color: var(--ks-v2-gold-light);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 23px;
	font-weight: 700;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process__step h3 {
	margin: 0 0 10px;
	font-size: 25px !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process__step p {
	max-width: 72ch;
	margin: 0;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process .vc_btn3-container {
	width: 100%;
	max-width: 930px;
	margin: 28px auto 0;
	padding-left: 88px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-team-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 36px 0 30px;
	border-top: 1px solid var(--ks-v2-border);
	border-bottom: 1px solid var(--ks-v2-border);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-team-grid article {
	min-height: 140px;
	padding: 26px 22px;
	border-right: 1px solid var(--ks-v2-border);
	border-bottom: 1px solid var(--ks-v2-border);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-team-grid article:nth-child(4n) {
	border-right: 0;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-team-grid h3 {
	margin: 0 0 9px;
	font-size: 22px !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-team-grid p {
	margin: 0;
	color: var(--ks-v2-muted);
	font-size: 12px !important;
	font-weight: 800;
	letter-spacing: 0.08em;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefits {
	background: var(--ks-v2-navy);
	box-shadow: 0 0 0 100vmax var(--ks-v2-navy);
	clip-path: inset(0 -100vmax);
	color: rgba(255, 255, 255, 0.82);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefits .ks-ep-section-heading {
	max-width: 920px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefits .ks-ep-section-heading h2 {
	color: #fff !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefits .ks-ep-section-heading p {
	color: rgba(255, 255, 255, 0.78);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefits > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 clamp(42px, 6vw, 76px);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefits :is(.ks-ep-section-heading, .ks-ep-benefit--wide, .vc_btn3-container) {
	grid-column: 1 / -1;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit {
	position: relative;
	margin: 0 !important;
	padding: 34px 76px 38px 0;
	border-top: 1px solid rgba(199, 162, 91, 0.42);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit::before {
	position: absolute;
	top: -1px;
	left: 0;
	width: 88px;
	height: 1px;
	background: var(--ks-v2-gold);
	content: "";
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit > .wpb_wrapper {
	position: relative;
	display: block;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit__icon {
	position: absolute;
	top: 0;
	right: -76px;
	display: grid;
	width: 56px;
	height: 56px;
	place-items: center;
	border: 1px solid rgba(199, 162, 91, 0.58);
	background: rgba(255, 255, 255, 0.045);
	color: var(--ks-v2-gold-light);
	transition: background-color 180ms ease-out, color 180ms ease-out, transform 180ms ease-out;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit:hover .ks-ep-benefit__icon {
	background: var(--ks-v2-gold);
	color: var(--ks-v2-navy);
	transform: translateY(-2px);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit__icon svg {
	width: 31px;
	height: 31px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 24px !important;
	line-height: 1.23;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit p {
	max-width: 60ch;
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.68;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit--wide {
	padding-top: 36px;
	padding-bottom: 38px;
	border-bottom: 1px solid rgba(199, 162, 91, 0.42);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit--wide > .wpb_wrapper {
	max-width: 880px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefits > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_btn3-container {
	margin-top: 34px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other .ks-ep-section-heading {
	grid-column: 1 / -1;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other__item {
	margin: 0 !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other__link {
	position: relative;
	display: grid;
	min-height: 230px;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
	padding: 30px 72px 30px 30px;
	background: var(--ks-v2-navy);
	color: #fff;
	text-decoration: none;
	transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), background-color 220ms ease, box-shadow 220ms ease;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other__icon {
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	background: rgba(255, 255, 255, 0.08);
	color: var(--ks-v2-gold-light);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other__icon svg {
	width: 34px;
	height: 34px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other__copy {
	display: block;
	min-width: 0;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other__title {
	display: block;
	margin: 2px 0 12px;
	color: #fff;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 25px !important;
	font-weight: 500;
	line-height: 1.2;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other__description {
	display: block;
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	line-height: 1.65;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other__arrow {
	position: absolute;
	right: 26px;
	bottom: 28px;
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	color: var(--ks-v2-gold-light);
	transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other__arrow svg {
	width: 19px;
	height: 19px;
}

@media (hover: hover) {
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other__link:hover {
		transform: translateY(-4px);
		background: #10283a;
		box-shadow: 0 22px 48px rgba(11, 27, 41, 0.2);
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other__link:hover .ks-ep-other__arrow {
		transform: translateX(4px);
	}
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other__link:focus-visible {
	outline: 3px solid var(--ks-v2-gold);
	outline-offset: 4px;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-faq {
	background: var(--ks-v2-paper);
	box-shadow: 0 0 0 100vmax var(--ks-v2-paper);
	clip-path: inset(0 -100vmax);
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-faq .ks-ep-section-heading,
body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-faq .vc_tta-container {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-faq .ks-ep-section-heading {
	margin-bottom: 28px !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-faq .vc_tta-panel-title > a {
	padding: 22px 24px !important;
	font-size: 18px !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-contact {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .site-content {
	margin-bottom: -23px !important;
	padding-bottom: 0 !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-contact::before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: calc(50% - 50vw);
	bottom: 0;
	left: calc(50% - 50vw);
	background-image: linear-gradient(90deg, rgba(7, 21, 32, 0.98) 0%, rgba(7, 21, 32, 0.92) 52%, rgba(7, 21, 32, 0.78) 100%), url("/wp-content/uploads/2024/01/chi_bg.webp");
	background-position: center 58%;
	background-size: cover;
	content: "";
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-contact :is(.ks-cta__copy, .ks-cta__form) {
	position: relative;
	z-index: 1;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-contact h2 {
	font-size: clamp(38px, 4vw, 50px) !important;
}

body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-contact .ks-cta__copy p {
	font-size: 18px;
	line-height: 1.7;
}

@media (prefers-reduced-motion: reduce) {
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__content h3 a,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__action a,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other__link,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other__arrow {
		transition: none;
	}
}

@media (max-width: 991px) {
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro > .wpb_column > .vc_column-inner > .wpb_wrapper,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card > .wpb_wrapper,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card--reverse > .wpb_wrapper {
		grid-template-columns: minmax(0, 1fr);
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro__heading,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro__copy,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro__consult,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro .vc_btn3-container,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro__image,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card--reverse .ks-ep-service-card__media,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card--reverse .ks-ep-service-card__content {
		grid-row: auto;
		grid-column: 1;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro__image {
		margin: 12px 0 8px !important;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro__image img {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__media,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card--reverse .ks-ep-service-card__media {
		position: static;
		grid-row: 2;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__content,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card--reverse .ks-ep-service-card__content {
		grid-row: 1;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-team-grid article:nth-child(4n) {
		border-right: 1px solid var(--ks-v2-border);
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-team-grid article:nth-child(2n) {
		border-right: 0;
	}
}

@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-4643,.page-id-4644) {
		overflow-x: clip !important;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero > .wpb_column > .vc_column-inner {
		padding: 142px 22px 72px;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero__copy,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero__copy > .wpb_wrapper,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero__copy p {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		white-space: normal;
		overflow-wrap: break-word;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero h1 {
		font-size: 44px !important;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero__copy p {
		font-size: 15px !important;
		line-height: 1.55;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-achievements .vc_column-inner {
		padding: 23px 12px;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-achievements strong {
		font-size: 31px;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-achievements span {
		font-size: 9px;
		letter-spacing: 0.08em;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card {
		padding: 32px 0;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card > .wpb_wrapper {
		gap: 24px;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__media img {
		aspect-ratio: 16 / 10;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__content h3 {
		font-size: 34px !important;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process__step {
		box-sizing: border-box;
		padding: 24px 0 24px 66px !important;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process__number {
		top: 22px;
		width: 44px;
		height: 44px;
		font-size: 20px;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process__step::after {
		top: 60px;
		left: 21px;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process__step h3 {
		font-size: 22px !important;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process .vc_btn3-container {
		padding-left: 66px;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefits > .wpb_column > .vc_column-inner > .wpb_wrapper,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other > .wpb_column > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: minmax(0, 1fr);
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefits :is(.ks-ep-section-heading, .ks-ep-benefit--wide, .vc_btn3-container),
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other .ks-ep-section-heading {
		grid-column: 1;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit {
		padding: 28px 0 32px;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit__icon {
		position: static;
		width: 48px;
		height: 48px;
		margin: 0 0 16px;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other__link {
		min-height: 0;
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 16px;
		padding: 24px 58px 25px 22px;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other__icon {
		width: 48px;
		height: 48px;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other__icon svg {
		width: 27px;
		height: 27px;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-other__arrow {
		right: 16px;
		bottom: 18px;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-contact::before {
		background-image: linear-gradient(rgba(7, 21, 32, 0.94), rgba(7, 21, 32, 0.94)), url("/wp-content/uploads/2024/01/chi_bg.webp");
		background-position: center;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-contact h2 {
		font-size: clamp(34px, 10vw, 42px) !important;
	}
}

@media (max-width: 520px) {
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-team-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-team-grid article,
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-team-grid article:nth-child(2n),
	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-team-grid article:nth-child(4n) {
		min-height: 0;
		border-right: 0;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit > .wpb_wrapper {
		grid-template-columns: 50px minmax(0, 1fr);
		gap: 7px 15px;
	}

	body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit__icon {
		width: 50px;
		height: 50px;
	}
}

/* Header typography: echo the editorial display face used by page headings. */
body#cms-theme #cshero-header-inner .cshero-header-navigation .main-navigation a,
body#cms-theme #cshero-header #cshero-header-navigation .main-navigation a,
body#cms-theme .menu-accordion a {
	font-family: "Playfair Display", Georgia, serif !important;
}

body#cms-theme #cshero-header-inner .cshero-header-navigation .main-navigation .menu-main-menu > li > a,
body#cms-theme #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li > a {
	font-weight: 700;
	letter-spacing: 0.01em;
}


/* Personal Injury page: long-form staging composition using the shared service system. */
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-page {
	--ks-service-hero-image: url('/wp-content/uploads/2018/10/caraccident-8.jpg');
	--ks-service-hero-position: center 52%;
	--ks-service-overlay-left: rgba(6, 20, 31, 0.97);
	--ks-service-overlay-mid: rgba(6, 20, 31, 0.78);
	--ks-service-overlay-right: rgba(6, 20, 31, 0.18);
	font-family: Lato, Arial, sans-serif;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero {
	width: 100vw;
	max-width: 100vw;
	min-height: 680px;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
	overflow: hidden;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero > .wpb_column > .vc_column-inner {
	max-width: 1170px;
	padding-top: clamp(150px, 11vw, 182px);
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero__heading,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero__copy {
	max-width: 720px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero__note {
	border-left-width: 1px;
	background: rgba(6, 20, 31, 0.42);
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
	gap: 22px clamp(46px, 6vw, 82px);
	align-items: start;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__heading,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__copy,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__consult,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro .vc_btn3-container {
	grid-column: 1;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__heading,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__copy,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__consult {
	margin: 0;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__heading h2 {
	margin-bottom: 10px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__copy p {
	margin-bottom: 18px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__image {
	grid-column: 2;
	grid-row: 1 / span 4;
	margin: 0 !important;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__image .vc_figure,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__image .vc_single_image-wrapper {
	display: block;
	width: 100%;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__image img {
	display: block;
	width: 100%;
	min-height: 620px;
	object-fit: cover;
	box-shadow: 0 24px 60px rgba(11, 27, 41, 0.16);
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__consult {
	max-width: 650px;
	padding: 20px 22px;
	border-top: 1px solid var(--ks-v2-gold);
	background: var(--ks-v2-paper);
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__consult p {
	margin: 0;
	color: var(--ks-v2-navy);
	font-weight: 800;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro .vc_btn3-container {
	margin: 2px 0 0;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-achievements {
	box-shadow: 0 0 0 100vmax var(--ks-v2-navy);
	clip-path: inset(0 -100vmax);
	background: var(--ks-v2-navy);
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-achievements > .wpb_column > .vc_column-inner {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	padding: 0 30px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-achievements .vc_row-inner {
	margin: 0;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-achievements .vc_column-inner {
	padding: 30px 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-achievements .wpb_column:last-child .vc_column-inner {
	border-right: 0;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-achievements .wpb_text_column,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-achievements p {
	margin: 0;
	text-align: center;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-achievements strong,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-achievements span {
	display: block;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-achievements strong {
	color: var(--ks-v2-gold-light);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 38px;
	line-height: 1;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-achievements span {
	margin-top: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases > .wpb_column > .vc_column-inner > .wpb_wrapper {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-section-heading,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-section-intro,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_btn3-container,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card--wide {
	grid-column: 1 / -1;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-section-heading {
	max-width: 850px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-section-intro {
	max-width: 920px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card {
	margin: 0 !important;
	padding: 34px 32px;
	border-top-width: 1px;
	box-shadow: 0 16px 36px rgba(11, 27, 41, 0.07);
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card--wide {
	columns: 2;
	column-gap: 48px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card--wide h3 {
	column-span: all;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card ul,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__links,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-consultation-guide ul,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-claim-guide ul {
	margin: 20px 0;
	padding-left: 22px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card li,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-consultation-guide li,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-claim-guide li {
	margin-bottom: 7px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-title-band {
	box-shadow: 0 0 0 100vmax var(--ks-v2-navy);
	clip-path: inset(0 -100vmax);
	background: var(--ks-v2-navy);
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-title-band > .wpb_column > .vc_column-inner {
	padding: 46px 30px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-title-band .wpb_text_column,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-title-band h2 {
	margin: 0;
	text-align: center;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-title-band h2 {
	color: #fff !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(36px, 4vw, 48px) !important;
	text-transform: none;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-title-band--light {
	box-shadow: 0 0 0 100vmax var(--ks-v2-paper);
	background: var(--ks-v2-paper);
	border-top: 1px solid var(--ks-v2-gold-light);
	border-bottom: 1px solid var(--ks-v2-gold-light);
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-title-band--light h2 {
	color: var(--ks-v2-navy) !important;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-team > .wpb_column > .vc_column-inner {
	border-top-width: 1px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-team .ks-service-team__intro {
	max-width: 820px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-team-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 36px 0 30px;
	border-top: 1px solid var(--ks-v2-gold);
	border-bottom: 1px solid var(--ks-v2-border);
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-team-grid article {
	min-height: 140px;
	padding: 26px 22px;
	border-right: 1px solid var(--ks-v2-border);
	border-bottom: 1px solid var(--ks-v2-border);
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-team-grid article:nth-child(4n) {
	border-right: 0;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-team-grid h3 {
	margin: 0 0 9px;
	font-size: 22px !important;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-team-grid p {
	margin: 0;
	color: var(--ks-v2-muted);
	font-size: 12px !important;
	font-weight: 800;
	letter-spacing: 0.08em;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-trust .ks-service-benefit {
	border-top-width: 1px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 48px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation .ks-pi-section-heading,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation__closing,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation .vc_btn3-container {
	grid-column: 1 / -1;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation__item {
	margin: 0 !important;
	padding: 28px 0;
	border-top: 1px solid var(--ks-v2-border);
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation__item h3 {
	margin: 0 0 12px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation__item p {
	margin: 0;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation__closing {
	max-width: 880px;
	margin: 24px 0 8px !important;
	padding: 24px 28px;
	background: var(--ks-v2-paper);
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process {
	box-shadow: 0 0 0 100vmax var(--ks-v2-paper);
	clip-path: inset(0 -100vmax);
	background: var(--ks-v2-paper);
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .ks-service-process__step {
	padding: 30px 28px;
	border-top: 1px solid var(--ks-v2-gold);
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .ks-service-process__step::before {
	display: none;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services > .wpb_column > .vc_column-inner {
	border-top-width: 1px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index {
	box-shadow: 0 0 0 100vmax var(--ks-v2-navy);
	clip-path: inset(0 -100vmax);
	background: var(--ks-v2-navy);
	color: #fff;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index h2 {
	max-width: 800px;
	color: #fff !important;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 36px 0 0;
	padding: 0;
	list-style: none;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__links li {
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.19);
	color: rgba(255, 255, 255, 0.9);
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 52px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-article-heading {
	grid-column: 1 / -1;
	max-width: 900px;
	margin-bottom: 26px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance__item {
	margin: 0 !important;
	padding: 28px 0;
	border-top: 1px solid var(--ks-v2-border);
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance__item h3 {
	margin-top: 0;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-warning {
	padding: 16px 18px;
	background: var(--ks-v2-navy);
	color: #fff;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-consultation-guide {
	box-shadow: 0 0 0 100vmax var(--ks-v2-paper);
	clip-path: inset(0 -100vmax);
	background: var(--ks-v2-paper);
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-consultation-guide .wpb_text_column,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-claim-guide .wpb_text_column {
	max-width: 920px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-consultation-guide ul,
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-claim-guide ul {
	columns: 2;
	column-gap: 56px;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq {
	box-shadow: 0 0 0 100vmax var(--ks-v2-paper);
	clip-path: inset(0 -100vmax);
	background: var(--ks-v2-paper);
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-form-heading h2 {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero {
		min-height: 620px;
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro > .wpb_column > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: 1fr;
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__heading,
	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__copy,
	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__consult,
	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro .vc_btn3-container,
	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__image {
		grid-column: 1;
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__image {
		grid-row: auto;
		margin: 12px 0 8px !important;
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__image img {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-team-grid article:nth-child(4n) {
		border-right: 1px solid var(--ks-v2-border);
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-team-grid article:nth-child(2n) {
		border-right: 0;
	}
}

@media (max-width: 767px) {
	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero {
		min-height: 0;
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero > .wpb_column > .vc_column-inner {
		padding: 92px 22px 72px;
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero h1 {
		font-size: 44px !important;
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases > .wpb_column > .vc_column-inner > .wpb_wrapper,
	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation > .wpb_column > .vc_column-inner > .wpb_wrapper,
	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance > .wpb_column > .vc_column-inner > .wpb_wrapper,
	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__links {
		grid-template-columns: 1fr;
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card--wide {
		columns: 1;
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-achievements .vc_column-inner {
		padding: 23px 12px;
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-achievements strong {
		font-size: 31px;
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-achievements span {
		font-size: 9px;
		letter-spacing: 0.08em;
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-consultation-guide ul,
	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-claim-guide ul {
		columns: 1;
	}
}

@media (max-width: 520px) {
	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-team-grid {
		grid-template-columns: 1fr;
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-team-grid article,
	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-team-grid article:nth-child(2n),
	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-team-grid article:nth-child(4n) {
		min-height: 0;
		border-right: 0;
	}
}

/* Personal Injury staging QA: clear the fixed mobile header. */
@media (max-width: 767px) {
	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero > .wpb_column > .vc_column-inner {
		padding-top: 142px;
	}
}

/* Personal Injury hero: align the recovery note with the primary action. */
body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero .vc_btn3-container {
	vertical-align: top;
}

body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero__note {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	margin: 30px 0 0 12px;
	padding: 0 14px;
	vertical-align: top;
}

/* Personal Injury hero copy matches the compact homepage typography. */
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero__heading {
	margin-bottom: clamp(12px, 1.1vw, 16px);
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero__copy {
	max-width: 680px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero__copy p {
	font-size: 16px !important;
	line-height: 1.55;
}

@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero__copy {
		max-width: 34em;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero__copy p {
		font-size: 15px !important;
		line-height: 1.55;
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero__note {
		display: inline-flex;
		width: fit-content;
		max-width: calc(100% - 32px);
		min-height: 0;
		align-items: center;
		box-sizing: border-box;
		margin: 16px auto 0;
		padding: 10px 18px !important;
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero__note .wpb_wrapper {
		min-width: 0;
	}

	body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero__note p {
		overflow-wrap: anywhere;
	}
}

/* Personal Injury cases: one stable image rail that swaps at each section boundary. */
html body#cms-theme:is(.page-id-3103,.page-id-3101) {
	overflow-x: clip !important;
	overflow-y: visible !important;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases > .wpb_column,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases > .wpb_column > .vc_column-inner,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases > .wpb_column > .vc_column-inner > .wpb_wrapper,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card > .wpb_wrapper {
	overflow: visible !important;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card > .wpb_wrapper,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card--reverse > .wpb_wrapper {
	grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
	align-items: stretch;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card .ks-pi-case-card__media,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card--reverse .ks-pi-case-card__media {
	position: sticky !important;
	z-index: 1;
	top: 112px;
	grid-row: 1;
	grid-column: 2;
	align-self: start;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card .ks-pi-case-card__content,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card--reverse .ks-pi-case-card__content {
	grid-row: 1;
	grid-column: 1;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__static {
	display: grid;
	min-height: 76px;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	padding: 17px 56px 17px 22px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

@media (min-width: 768px) {
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card--wide {
		padding: 38px 0;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card__media img {
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card > .wpb_wrapper,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card--reverse > .wpb_wrapper {
		grid-template-columns: 1fr;
		align-items: start;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card--wide {
		padding: 34px 0;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card .ks-pi-case-card__media,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card--reverse .ks-pi-case-card__media {
		position: static !important;
		grid-row: 2;
		grid-column: 1;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card .ks-pi-case-card__content,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-case-card--reverse .ks-pi-case-card__content {
		display: contents;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__static {
		min-height: 64px;
		padding: 14px 48px 14px 17px;
		text-align: left;
	}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-help-index__static > span {
		text-align: left !important;
	}
}

/* Wills Lawyers: editorial service-page system. */
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) {
	overflow-x: clip !important;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .site-content {
	margin-bottom: -23px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-page {
	--ks-v2-navy: #071520;
	--ks-v2-gold: #c9a267;
	--ks-v2-paper: #f5f1ea;
	font-family: Lato, Arial, sans-serif;
	color: var(--ks-v2-navy);
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-page h1,
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-page h2,
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-page h3,
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-page .ks-wills-other__title {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 500;
	letter-spacing: -0.025em;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-page p,
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-page li {
	font-size: 17px;
	line-height: 1.72;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-section > .wpb_column > .vc_column-inner {
	padding-top: clamp(72px, 7vw, 106px);
	padding-bottom: clamp(72px, 7vw, 106px);
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-heading {
	max-width: 900px;
	margin-bottom: 38px !important;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-heading h2,
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-section h2 {
	margin: 0 0 20px;
	font-size: clamp(42px, 4.5vw, 62px) !important;
	line-height: 1.04;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	margin-top: 22px;
	padding: 14px 28px;
	background: var(--ks-v2-gold);
	box-shadow: 0 14px 28px rgba(11, 27, 41, 0.14);
	color: var(--ks-v2-navy) !important;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none !important;
	transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), background-color 180ms ease, box-shadow 220ms ease;
}

@media (hover: hover) {
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-button:hover {
		transform: translateY(-3px);
		background: #d8b16f;
		box-shadow: 0 18px 34px rgba(11, 27, 41, 0.2);
	}
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-button:focus-visible,
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__link:focus-visible {
	outline: 3px solid var(--ks-v2-gold);
	outline-offset: 4px;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero {
	position: relative;
	min-height: 700px;
	isolation: isolate;
	overflow: hidden;
	background-color: #071520;
	background-image: linear-gradient(90deg, rgba(5, 17, 27, 0.84) 0%, rgba(5, 17, 27, 0.8) 27%, rgba(5, 17, 27, 0.62) 43%, rgba(5, 17, 27, 0.33) 54%, rgba(5, 17, 27, 0.1) 62%, rgba(5, 17, 27, 0) 70%), url('/wp-content/uploads/2026/09/wills-hero-v1.webp');
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
	color: #fff;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero::before {
	display: none;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero > .wpb_column > .vc_column-inner {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 700px;
	align-items: center;
	padding-top: clamp(150px, 11vw, 176px);
	padding-bottom: 78px;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero > .wpb_column > .vc_column-inner > .wpb_wrapper {
	width: 100%;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero__copy {
	max-width: 660px;
	margin-bottom: 12px !important;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero h1 {
	max-width: 620px;
	margin: 0 0 22px;
	color: #fff;
	font-size: clamp(52px, 5vw, 68px) !important;
	line-height: 1.04;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero__copy p {
	max-width: 640px;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	line-height: 1.6;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero .vc_btn3-container {
	display: inline-block;
	margin: 22px 0 0;
	vertical-align: middle;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero .vc_btn3 {
	min-height: 54px;
	padding: 17px 30px;
	border: 0;
	border-radius: 0;
	background: var(--ks-v2-gold);
	color: var(--ks-v2-navy);
	font-size: 15px;
	font-weight: 800;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero__note {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	margin: 22px 0 0 14px !important;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	vertical-align: middle;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero__note p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-intro__layout,
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
	gap: clamp(54px, 7vw, 92px);
	align-items: center;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-intro__copy p,
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__copy > p {
	max-width: 68ch;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-intro__callout {
	margin: 24px 0 0;
	color: var(--ks-v2-navy);
	font-weight: 800;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) :is(.ks-wills-intro__media, .ks-wills-definition__media) {
	position: relative;
	margin: 0;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) :is(.ks-wills-intro__media, .ks-wills-definition__media)::after {
	position: absolute;
	right: -18px;
	bottom: -18px;
	width: 46%;
	height: 46%;
	border-right: 1px solid var(--ks-v2-gold);
	border-bottom: 1px solid var(--ks-v2-gold);
	content: "";
	pointer-events: none;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) :is(.ks-wills-intro__media, .ks-wills-definition__media) img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	box-shadow: 0 24px 56px rgba(11, 27, 41, 0.16);
}

@media (min-width: 992px) {
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-intro__layout {
		column-gap: clamp(54px, 7vw, 92px);
		row-gap: 0;
		align-items: start;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-intro__copy {
		display: contents;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-intro__copy > h2 {
		grid-column: 1 / -1;
		margin-bottom: 38px;
		text-wrap: balance;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-intro__copy > :not(h2) {
		grid-column: 1;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-intro__media {
		grid-column: 2;
		grid-row: 2 / span 5;
		align-self: stretch;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-intro__media img {
		height: 100%;
		min-height: 100%;
		aspect-ratio: auto;
	}
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 76px;
	background: var(--ks-v2-navy);
	box-shadow: 0 0 0 100vmax var(--ks-v2-navy);
	clip-path: inset(0 -100vmax);
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-stats > div {
	display: flex;
	min-height: 116px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
	text-align: center;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-stats > div:last-child {
	border-right: 0;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-stats strong {
	display: block;
	color: #d5bc88 !important;
	-webkit-text-fill-color: #d5bc88 !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 38px;
	line-height: 1;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-stats span {
	display: block;
	margin-top: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-intro > .wpb_column > .vc_column-inner {
	padding-bottom: 0;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition {
	background: var(--ks-v2-paper);
	box-shadow: 0 0 0 100vmax var(--ks-v2-paper);
	clip-path: inset(0 -100vmax);
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__layout {
	grid-template-columns: minmax(0, 1fr) minmax(400px, 0.95fr);
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__media {
	position: sticky;
	top: 112px;
	grid-column: 2;
	grid-row: 1;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__copy {
	grid-column: 1;
	grid-row: 1;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition h3 {
	margin: 34px 0 8px;
	font-size: 28px !important;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-checklist {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 24px;
	margin: 18px 0 24px;
	padding: 10px 24px;
	background: var(--ks-v2-navy);
	list-style: none;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-checklist li {
	position: relative;
	padding: 16px 4px 16px 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.48;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-checklist li:nth-child(-n + 2) {
	border-top: 0;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-checklist li::before {
	position: absolute;
	top: 26px;
	left: 0;
	width: 9px;
	height: 1px;
	background: #caa660;
	content: "";
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__copy > p:last-child {
	margin: 0;
	padding: 20px 24px;
	border-top: 1px solid #caa660;
	background: rgba(202, 166, 96, 0.12);
}

@media (min-width: 992px) {
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__layout {
		column-gap: clamp(54px, 7vw, 92px);
		row-gap: 0;
		align-items: start;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__copy {
		display: contents;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__copy > h2 {
		grid-column: 1 / -1;
		margin-bottom: 38px;
		text-wrap: balance;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__copy > :not(h2) {
		grid-column: 1;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__media {
		position: relative;
		top: auto;
		grid-column: 2;
		grid-row: 2 / span 5;
		align-self: stretch;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__media img {
		height: 100%;
		min-height: 100%;
		aspect-ratio: auto;
	}
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-services {
	background: #fff;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-services__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-service {
	position: relative;
	min-height: 0;
	overflow: hidden;
	padding: 30px 32px 28px;
	border: 1px solid rgba(11, 27, 41, 0.13);
	border-radius: 16px;
	background: #fbfaf7;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-service::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, var(--ks-v2-gold) 0%, rgba(201, 162, 103, 0.46) 44%, rgba(201, 162, 103, 0) 100%);
	content: "";
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-service h3 {
	margin: 0 0 12px;
	font-size: 27px !important;
	line-height: 1.15;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-service p {
	margin: 0;
	color: #42515e;
	font-size: 15px;
	line-height: 1.65;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-matters__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(54px, 8vw, 110px);
	padding: 52px 0;
	border-top: 1px solid var(--ks-v2-gold);
	border-bottom: 1px solid rgba(11, 27, 41, 0.18);
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-matters__layout h2 {
	max-width: 620px;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-matters__closing {
	margin-top: 28px;
	padding: 24px 0 0;
	border-top: 1px solid var(--ks-v2-gold);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 25px !important;
	line-height: 1.42;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-choice {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--ks-v2-navy);
	box-shadow: 0 0 0 100vmax var(--ks-v2-navy);
	clip-path: inset(0 -100vmax);
	color: #fff;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-choice__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
	gap: 72px;
	align-items: stretch;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-choice h2 {
	color: #fff;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-choice p {
	max-width: 66ch;
	color: rgba(255, 255, 255, 0.84);
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-choice__media {
	min-height: 360px;
	background: linear-gradient(rgba(7, 21, 32, 0.14), rgba(7, 21, 32, 0.14)), url('/wp-content/uploads/2026/09/wills-document-v1.webp') center / cover no-repeat;
	box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-button--light {
	margin-top: -66px;
	vertical-align: bottom;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-title-band {
	background: #c9a267;
	color: var(--ks-v2-navy);
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-title-band > .wpb_column > .vc_column-inner {
	padding-top: 48px;
	padding-bottom: 48px;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-title-band h2 {
	margin: 0;
	font-size: clamp(42px, 5vw, 64px) !important;
	text-align: center;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-team__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 30px 0 8px;
	border-top: 1px solid rgba(11, 27, 41, 0.2);
	border-left: 1px solid rgba(11, 27, 41, 0.2);
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-team__grid article {
	min-height: 150px;
	padding: 28px 24px;
	border-right: 1px solid rgba(11, 27, 41, 0.2);
	border-bottom: 1px solid rgba(11, 27, 41, 0.2);
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-team__grid h3 {
	margin: 0 0 8px;
	font-size: 23px !important;
	line-height: 1.2;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-team__grid p {
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.055em;
	line-height: 1.45;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-benefits {
	background: var(--ks-v2-navy);
	box-shadow: 0 0 0 100vmax var(--ks-v2-navy);
	clip-path: inset(0 -100vmax);
	color: #fff;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-benefits .ks-wills-heading h2 {
	color: #fff;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-benefits .ks-wills-heading p {
	color: rgba(255, 255, 255, 0.84);
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-benefits__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 72px;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-benefits__grid article {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 10px 20px;
	padding: 30px 0 34px;
	border-top: 1px solid rgba(201, 162, 103, 0.58);
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-benefits__grid article > p:empty,
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-process__timeline article > p:empty {
	display: none;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-benefits__icon {
	display: grid;
	width: 58px;
	height: 58px;
	grid-row: 1 / 3;
	place-items: center;
	border: 1px solid rgba(201, 162, 103, 0.7);
	color: #d8b16f;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-benefits__icon svg {
	width: 30px;
	height: 30px;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-benefits__grid h3 {
	grid-column: 2;
	grid-row: 1;
	margin: 2px 0 4px;
	color: #fff;
	font-size: 24px !important;
	line-height: 1.2;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-benefits__grid p {
	grid-column: 2;
	grid-row: 2;
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.68;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-benefits__wide {
	grid-column: 1 / -1;
	max-width: 900px;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-process__timeline {
	position: relative;
	max-width: 930px;
	margin: 38px auto 12px;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-process__timeline::before {
	display: none;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-process__timeline article {
	position: relative;
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 28px;
	padding: 0 0 34px;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-process__timeline article:not(:last-child)::before {
	position: absolute;
	top: 64px;
	bottom: 8px;
	left: 27px;
	width: 1px;
	background: rgba(201, 162, 103, 0.65);
	content: "";
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-process__timeline article > span {
	position: relative;
	z-index: 1;
	display: grid;
	width: 56px;
	height: 56px;
	place-items: center;
	align-self: start;
	justify-self: center;
	border: 1px solid var(--ks-v2-gold);
	border-radius: 50%;
	background: var(--ks-v2-navy);
	color: #fff;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 22px;
	line-height: 1;
	padding: 0;
	text-align: center;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-process__timeline article > div {
	grid-column: 2;
	grid-row: 1;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-process__timeline article > div {
	padding: 4px 0 30px;
	border-bottom: 1px solid rgba(11, 27, 41, 0.16);
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-process__timeline h3 {
	margin: 0 0 8px;
	font-size: 26px !important;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-process__timeline p {
	max-width: 70ch;
	margin: 0;
	font-size: 15px;
	line-height: 1.68;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__link {
	position: relative;
	display: grid;
	min-height: 236px;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 22px;
	padding: 30px 72px 30px 30px;
	background: var(--ks-v2-navy);
	box-shadow: 0 16px 36px rgba(11, 27, 41, 0.14);
	color: #fff;
	text-decoration: none !important;
	transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), background-color 180ms ease, box-shadow 220ms ease;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__icon {
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	background: rgba(255, 255, 255, 0.08);
	color: #d8b16f;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__icon svg {
	width: 34px;
	height: 34px;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__copy,
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__title,
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__description {
	display: block;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__title {
	margin: 2px 0 12px;
	color: #fff;
	font-size: 25px;
	line-height: 1.2;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__description {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	line-height: 1.65;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__arrow {
	position: absolute;
	right: 26px;
	bottom: 27px;
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	color: #d8b16f;
	transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__arrow svg {
	width: 19px;
	height: 19px;
}

@media (hover: hover) {
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__link:hover {
		transform: translateY(-4px);
		background: #10283a;
		box-shadow: 0 22px 48px rgba(11, 27, 41, 0.2);
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__link:hover .ks-wills-other__arrow {
		transform: translateX(4px);
	}
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq {
	background: var(--ks-v2-paper);
	box-shadow: 0 0 0 100vmax var(--ks-v2-paper);
	clip-path: inset(0 -100vmax);
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq .ks-wills-heading {
	margin-bottom: 28px !important;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq .vc_tta-panel-title > a {
	padding: 22px 24px !important;
	font-size: 18px !important;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-contact {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	font-family: Lato, Arial, sans-serif;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-contact::before {
	position: absolute;
	z-index: -1;
	inset: 0 calc(50% - 50vw);
	background-image: linear-gradient(90deg, rgba(7, 21, 32, 0.98), rgba(7, 21, 32, 0.78)), url('/wp-content/uploads/2026/09/wills-hero-v1.webp');
	background-position: center 58%;
	background-size: cover;
	content: "";
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-contact :is(.ks-cta__copy, .ks-cta__form) {
	position: relative;
	z-index: 1;
}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-contact h2 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(40px, 4.5vw, 56px) !important;
	font-weight: 500;
	line-height: 1.04;
}

@media (max-width: 991px) {
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero > .wpb_column > .vc_column-inner {
		min-height: 640px;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-intro__layout,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__layout,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-choice__layout {
		grid-template-columns: 1fr;
		gap: 46px;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__copy,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__media {
		position: static;
		grid-row: auto;
		grid-column: 1;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__media {
		order: 0;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__layout {
		row-gap: 0;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__copy {
		display: contents;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__copy > h2 {
		grid-row: 1;
		margin-bottom: 18px;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__copy > p:first-of-type {
		grid-row: 2;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__media {
		grid-row: 3;
		margin: 24px 0 34px;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__copy > h3 {
		grid-row: 4;
		margin-top: 0;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__copy > p:nth-of-type(2) {
		grid-row: 5;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__copy > .ks-wills-checklist {
		grid-row: 6;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-definition__copy > p:last-child {
		grid-row: 7;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-team__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-button--light {
		margin-top: 26px;
	}
}

@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-section > .wpb_column > .vc_column-inner {
		padding-top: 58px;
		padding-bottom: 58px;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-intro > .wpb_column > .vc_column-inner {
		padding-bottom: 0;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-heading h2,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-section h2 {
		font-size: clamp(36px, 10vw, 46px) !important;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-page p,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-page li {
		font-size: 16px;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero {
		min-height: 690px;
		background-image: linear-gradient(90deg, rgba(5, 17, 27, 0.88) 0%, rgba(5, 17, 27, 0.78) 52%, rgba(5, 17, 27, 0.26) 100%), url('/wp-content/uploads/2026/09/wills-hero-v1.webp');
		background-position: center, 63% center;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero::before {
		display: none;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero > .wpb_column > .vc_column-inner {
		min-height: 690px;
		align-items: flex-end;
		padding-top: 142px;
		padding-bottom: 58px;
	}

html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero h1 {
  font-size: clamp(42px, 12vw, 52px) !important;
  line-height: 1.04 !important;
}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero__copy p {
		font-size: 16px;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero .vc_btn3-container,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero__note {
		display: table;
		margin: 15px 0 0 !important;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-stats,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-services__grid,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-benefits__grid,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__grid {
		grid-template-columns: 1fr;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-stats {
		margin-top: 54px;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-stats > div {
		min-height: 0;
		padding: 23px 12px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-stats strong {
		font-size: 31px;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-stats span {
		font-size: 9px;
		letter-spacing: 0.08em;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-stats > div:last-child {
		border-bottom: 0;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-checklist {
		grid-template-columns: 1fr;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-checklist li:nth-child(2) {
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-service {
		min-height: 0;
		padding: 30px 24px;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-matters__layout {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 36px 0;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-choice__media {
		min-height: 260px;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-team__grid {
		grid-template-columns: 1fr;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-team__grid article {
		min-height: 0;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-benefits__grid article,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-benefits__wide {
		grid-column: 1;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__link {
		min-height: 0;
		grid-template-columns: 50px minmax(0, 1fr);
		gap: 16px;
		padding: 24px 58px 25px 22px;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__icon {
		width: 50px;
		height: 50px;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__icon svg {
		width: 28px;
		height: 28px;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq .vc_tta-panel-title > a {
		padding: 18px 16px !important;
		font-size: 16px !important;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-contact::before {
		background-image: linear-gradient(rgba(7, 21, 32, 0.95), rgba(7, 21, 32, 0.95)), url('/wp-content/uploads/2026/09/wills-hero-v1.webp');
	}
}

@media (max-width: 520px) {
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-benefits__grid article {
		grid-template-columns: 50px minmax(0, 1fr);
		gap: 8px 14px;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-benefits__icon {
		width: 50px;
		height: 50px;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-benefits__grid h3 {
		font-size: 21px !important;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-process__timeline article {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 16px;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-process__timeline article:not(:last-child)::before {
		left: 23px;
		top: 56px;
	}

	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-process__timeline article > span {
		width: 48px;
		height: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-button,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__link,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-other__arrow {
		transition: none;
	}
}

/* Trusts attorney: inherits the established wills-page editorial system. */
html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-hero {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.78) 30%, rgba(0, 0, 0, 0.58) 47%, rgba(0, 0, 0, 0.24) 63%, rgba(0, 0, 0, 0) 78%), url(/wp-content/uploads/2026/09/trusts-hero-v1.webp);
	background-position: center center, center 40%;
}

html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-wills-service h3 a {
	color: inherit;
	text-decoration-color: rgba(201, 162, 103, 0.58);
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-wills-service h3 a:hover {
	color: #8f692f;
}

html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-services__closing {
	max-width: 860px;
	margin: 36px 0 0;
	padding: 24px 0 0;
	border-top: 1px solid rgba(11, 27, 41, 0.18);
	font-weight: 700;
}

html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-benefits {
	background: #fff;
}

html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-benefits__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 clamp(42px, 6vw, 76px);
	margin-bottom: 18px;
}

html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-benefits__grid article {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 8px 20px;
	padding: 30px 0 34px;
	border-top: 1px solid rgba(11, 27, 41, 0.18);
}

html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-benefits__icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid rgba(201, 162, 103, 0.66);
	background: var(--ks-v2-paper);
	color: #9f7539;
}

html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-benefits__icon svg {
	width: 30px;
	height: 30px;
}

html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-benefits__grid h3 {
	grid-column: 2;
	margin: 0 0 7px;
	font-size: 25px !important;
	line-height: 1.22;
}

html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-benefits__grid p {
	grid-column: 2;
	margin: 0;
	font-size: 15px;
	line-height: 1.68;
}

html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-benefits__grid article > p:empty {
	display: none;
}

html body#cms-theme:is(.page-id-4647,.page-id-4648) [id^="ks-trusts-faq-"] {
	scroll-margin-top: 110px;
}

@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-hero {
		background-position: center center, 62% 40%;
	}

	html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-benefits__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-benefits__grid article {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 7px 16px;
		padding: 26px 0 28px;
	}

	html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-benefits__icon {
		width: 48px;
		height: 48px;
	}

	html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-benefits__icon svg {
		width: 26px;
		height: 26px;
	}

	html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-benefits__grid h3 {
		font-size: 21px !important;
	}
}


/* KS modern button system - staging refinement, 2026-09-10 */
html body#cms-theme .ks-button.ks-button .vc_btn3.vc_btn3,
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-modern-page.ks-modern-page .vc_btn3.vc_btn3,
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-modern-page.ks-modern-page .ks-wills-button.ks-wills-button,
html body#cms-theme input.wpcf7-submit.wpcf7-submit {
	display:inline-flex;min-height:54px;align-items:center;justify-content:center;gap:12px;
	padding:15px 26px;border:1px solid rgba(255,255,255,.18)!important;border-radius:12px!important;
	background:linear-gradient(135deg,#9b6834 0%,#7b4c22 100%)!important;
	background-size:160% 160%!important;background-position:0% 50%!important;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 12px 26px rgba(68,43,21,.22)!important;
	color:#fff!important;font-weight:700!important;letter-spacing:.01em;line-height:1.2;text-align:center;
	text-shadow:0 1px 1px rgba(24,14,6,.24);text-decoration:none!important;
	transition:transform 220ms cubic-bezier(.16,1,.3,1),background-position 240ms cubic-bezier(.16,1,.3,1),box-shadow 220ms ease,border-color 180ms ease!important;
}
html body#cms-theme input.wpcf7-submit.wpcf7-submit{width:auto;cursor:pointer}
html body#cms-theme .ks-button a.vc_btn3::after,
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-modern-page a.vc_btn3::after,
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-modern-page a.ks-wills-button::after{
	width:8px;height:8px;flex:0 0 8px;border-top:2px solid currentColor;border-right:2px solid currentColor;
	content:"";transform:rotate(45deg);transition:transform 220ms cubic-bezier(.16,1,.3,1)
}
@media (hover:hover){
	html body#cms-theme .ks-button.ks-button .vc_btn3.vc_btn3:hover,
	html body#cms-theme:is(.page-id-4690,.page-id-4637) .ks-home-v2.ks-home-v2 .ks-button.ks-button .vc_btn3.vc_btn3:hover,
	html body#cms-theme:is(.page-id-4690,.page-id-4637) .ks-home-en-hero-v3.ks-home-en-hero-v3 .ks-button.ks-button .vc_btn3.vc_btn3:hover,
	html body#cms-theme:is(.page-id-4690,.page-id-4637) .ks-home-why-v2.ks-home-why-v2 .ks-button.ks-button .vc_btn3.vc_btn3:hover,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-modern-page.ks-modern-page .vc_btn3.vc_btn3:hover,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-modern-page.ks-modern-page .ks-wills-button.ks-wills-button:hover,
	html body#cms-theme input.wpcf7-submit.wpcf7-submit:hover{
		transform:translateY(-2px);
		background:linear-gradient(135deg,#8c5725 0%,#68401d 100%)!important;
		background-size:160% 160%!important;background-position:100% 50%!important;
		border-color:rgba(236,203,151,.62)!important;
		box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 17px 34px rgba(68,43,21,.3)!important;color:#fff!important
	}
	html body#cms-theme .ks-button a.vc_btn3:hover::after,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-modern-page a.vc_btn3:hover::after,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-modern-page a.ks-wills-button:hover::after{transform:translateX(3px) rotate(45deg)}
}
html body#cms-theme .ks-button.ks-button .vc_btn3.vc_btn3:active,
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-modern-page.ks-modern-page .vc_btn3.vc_btn3:active,
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-modern-page.ks-modern-page .ks-wills-button.ks-wills-button:active,
html body#cms-theme input.wpcf7-submit.wpcf7-submit:active{
	transform:translateY(0);box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 7px 16px rgba(68,43,21,.22)!important
}
html body#cms-theme .ks-button.ks-button .vc_btn3.vc_btn3:focus-visible,
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-modern-page.ks-modern-page .vc_btn3.vc_btn3:focus-visible,
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-modern-page.ks-modern-page .ks-wills-button.ks-wills-button:focus-visible,
html body#cms-theme input.wpcf7-submit.wpcf7-submit:focus-visible{outline:3px solid #d9b77b!important;outline-offset:3px}
html body#cms-theme input.wpcf7-submit.wpcf7-submit:disabled{cursor:not-allowed;opacity:.58;transform:none;box-shadow:none!important}
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-modern-page .ks-wills-hero__note{
	border-radius:12px;background:rgba(7,21,32,.46);box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
	backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)
}
@media (max-width:767px){
	html body#cms-theme .ks-button.ks-button .vc_btn3.vc_btn3,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-modern-page.ks-modern-page .vc_btn3.vc_btn3,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-modern-page.ks-modern-page .ks-wills-button.ks-wills-button,
	html body#cms-theme input.wpcf7-submit.wpcf7-submit{min-height:54px;padding:15px 22px}
}
@media (prefers-reduced-motion:reduce){
	html body#cms-theme .ks-button.ks-button .vc_btn3.vc_btn3,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-modern-page.ks-modern-page .vc_btn3.vc_btn3,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-modern-page.ks-modern-page .ks-wills-button.ks-wills-button,
	html body#cms-theme input.wpcf7-submit.wpcf7-submit,
	html body#cms-theme .ks-button a.vc_btn3::after,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-modern-page a.vc_btn3::after,
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-modern-page a.ks-wills-button::after{transition:none!important}
}


/* Power of Attorney: page-specific imagery within the shared editorial service-page system. */
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-hero {
	background-image: linear-gradient(90deg, rgba(5,17,27,.9) 0%, rgba(5,17,27,.82) 28%, rgba(5,17,27,.6) 46%, rgba(5,17,27,.25) 62%, rgba(5,17,27,0) 76%), url('/wp-content/uploads/2026/09/poa-hero-v1.webp');
	background-position: center center, center 22%;
}

@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-hero {
		background-position: center center, 63% center;
	}
}


/* Power of Attorney: durable page-specific vector icon system. */
html body#cms-theme:is(.page-id-4653,.page-id-4654) :is(.ks-wills-benefits__icon,.ks-wills-other__icon,.ks-wills-other__arrow)::before{
	display:block;width:100%;height:100%;content:"";background:currentColor;
	-webkit-mask:var(--ks-poa-mask) center/contain no-repeat;mask:var(--ks-poa-mask) center/contain no-repeat;
}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-icon--options::before{--ks-poa-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Ik05IDZoMjV2MzZIOXpNMTUgMTRoMTNNMTUgMjFoMTNNMTUgMjhoN00yOSAyN3YxME0yOSAzMmgxMCIvPjxjaXJjbGUgY3g9IjM5IiBjeT0iMzIiIHI9IjMiLz48L3N2Zz4=")}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-icon--agent::before{--ks-poa-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxjaXJjbGUgY3g9IjE1IiBjeT0iMTYiIHI9IjYiLz48Y2lyY2xlIGN4PSIzNCIgY3k9IjE2IiByPSI2Ii8+PHBhdGggZD0iTTUgNDBjMS05IDUtMTQgMTAtMTQgNCAwIDcgMyA5IDdNMjYgNDBjMS05IDQtMTQgOS0xNHM4IDUgOSAxNE0yMCAyMmw4IDVNMjYgMjVsNS00Ii8+PC9zdmc+")}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-icon--draft::before{--ks-poa-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Ik05IDVoMjRsNiA2djMySDl6TTMzIDV2N2g2TTE1IDE4aDE3TTE1IDI1aDEzbS0xMCAxMiAxMy0xMyA0IDQtMTMgMTMtNiAxeiIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-icon--sign::before{--ks-poa-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Ik04IDZoMjd2MzZIOHpNMTQgMTVoMTVNMTQgMjJoMTBNMTQgMzNjNC02IDcgNSAxMS0xIDItMyA0IDIgNyAwIi8+PGNpcmNsZSBjeD0iMzciIGN5PSIzNSIgcj0iNyIvPjxwYXRoIGQ9Im0zNCAzNSAyIDIgNC01Ii8+PC9zdmc+")}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-icon--consult::before{--ks-poa-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Ik02IDhoMzZ2MjVIMjNsLTEwIDh2LThINnoiLz48Y2lyY2xlIGN4PSIyNCIgY3k9IjIwIiByPSI3Ii8+PHBhdGggZD0iTTI0IDE2djVsNCAyIi8+PC9zdmc+")}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-icon--injury::before{--ks-poa-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Ik0yNCA1IDM5IDExdjEwYzAgMTAtNiAxNy0xNSAyMkMxNSAzOCA5IDMxIDkgMjFWMTFMMjQgNXpNMTYgMjVoMTZNMjQgMTd2MTYiLz48L3N2Zz4=")}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-icon--property::before{--ks-poa-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Ik03IDIyIDI0IDhsMTcgMTRNMTEgMjB2MjFoMjZWMjBNMTkgNDFWMjhoMTB2MTMiLz48L3N2Zz4=")}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-wills-other__arrow::before{--ks-poa-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Ik01IDEyaDE0TTEzIDZsNiA2LTYgNiIvPjwvc3ZnPg==")}


/* Revocable Living Trusts: page-specific imagery, benefit modules, and vector icon system. */
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-hero{
	background-image:linear-gradient(90deg,rgba(5,17,27,.88) 0%,rgba(5,17,27,.8) 29%,rgba(5,17,27,.58) 46%,rgba(5,17,27,.22) 63%,rgba(5,17,27,0) 77%),url('/wp-content/uploads/2026/09/revocable-trust-hero-v1.webp');
	background-position:center center,center 18%;
}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits{background:#fbfaf7}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__grid{
	display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0 0 30px;
}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__grid article{
	display:grid;grid-template-columns:54px minmax(0,1fr);gap:18px;align-items:center;
	min-height:118px;margin:0;padding:24px 26px;border:1px solid rgba(11,27,41,.12);border-radius:14px;background:#fff;
}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__wide{grid-column:1/-1}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__grid p{margin:0;color:#253847;font-size:16px;line-height:1.58}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon{
	display:grid;width:54px;height:54px;place-items:center;color:var(--ks-v2-gold);
}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__closing{
	max-width:78ch;margin:0;padding:24px 28px;border-top:1px solid var(--ks-v2-gold);background:var(--ks-v2-paper);
}
html body#cms-theme:is(.page-id-4651,.page-id-4652) :is(.ks-revocable-icon,.ks-wills-benefits__icon[class*="ks-revocable-icon--"],.ks-wills-other__icon[class*="ks-revocable-icon--"],.ks-wills-other__arrow)::before{
	display:block;width:100%;height:100%;content:"";background:currentColor;
	-webkit-mask:var(--ks-revocable-mask) center/contain no-repeat;mask:var(--ks-revocable-mask) center/contain no-repeat;
}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--control::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Ik03IDIzIDI0IDhsMTcgMTVNMTEgMjB2MjFoMjZWMjBNMTkgNDFWMjloMTB2MTIiLz48cGF0aCBkPSJNMzEgMTFhMTYgMTYgMCAwIDEgOSAxMU0zOCAxMGwtNyAxIDMgNiIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--trustee::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxjaXJjbGUgY3g9IjE3IiBjeT0iMTYiIHI9IjciLz48cGF0aCBkPSJNNSA0MWMxLTEwIDYtMTYgMTItMTZzMTEgNiAxMiAxNk0yOCAxOGgxNE0zNiAxOHY3TTQwIDE4djQiLz48Y2lyY2xlIGN4PSIyOCIgY3k9IjE4IiByPSI0Ii8+PC9zdmc+")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--family::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxjaXJjbGUgY3g9IjE1IiBjeT0iMTUiIHI9IjYiLz48Y2lyY2xlIGN4PSIzMyIgY3k9IjE1IiByPSI2Ii8+PHBhdGggZD0iTTUgMzljMS05IDUtMTQgMTAtMTRzOSA1IDEwIDE0TTI0IDM5YzEtOSA0LTE0IDktMTRzOSA1IDEwIDE0Ii8+PHBhdGggZD0iTTE5IDI4aDEwTTI0IDI0djgiLz48L3N2Zz4=")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--clarity::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Ik02IDhoMzZ2MjVIMjNsLTEwIDh2LThINnpNMTQgMTdoMjBNMTQgMjRoMTIiLz48cGF0aCBkPSJtMzAgMjUgMyAzIDYtOCIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--probate::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Ik04IDQxaDMyTTEyIDM3aDI0TTE0IDE4aDIwdjE5TTEwIDE4aDI4TDI0IDcgMTAgMTh6TTE5IDIzdjlNMjkgMjN2OSIvPjxwYXRoIGQ9Ik02IDI4YzAtNyA0LTEyIDktMTVNNSAyMWwxIDcgNy0xIi8+PC9zdmc+")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--privacy::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Ik01IDIzczctMTAgMTktMTAgMTkgMTAgMTkgMTAtNyAxMC0xOSAxMFM1IDIzIDUgMjN6Ii8+PGNpcmNsZSBjeD0iMjQiIGN5PSIyMyIgcj0iNSIvPjxwYXRoIGQ9Ik0yNCA3IDM3IDEydjExYzAgOS01IDE1LTEzIDE5LTgtNC0xMy0xMC0xMy0xOVYxMkwyNCA3eiIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--update::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Ik05IDZoMjVsNSA1djMxSDl6TTM0IDZ2Nmg1TTE1IDE4aDE3TTE1IDI1aDExIi8+PHBhdGggZD0iTTE4IDM3YTkgOSAwIDAgMSAxNS02TTMzIDI2djVoLTVNMzQgMzRhOSA5IDAgMCAxLTE1IDVNMTkgNDR2LTVoNSIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--review::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Ik04IDZoMjVsNiA2djMwSDh6TTMzIDZ2N2g2TTE0IDE4aDE1TTE0IDI1aDEwIi8+PGNpcmNsZSBjeD0iMjkiIGN5PSIzMSIgcj0iNyIvPjxwYXRoIGQ9Im0zNCAzNiA2IDYiLz48L3N2Zz4=")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--answers::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Ik02IDdoMzZ2MjZIMjNsLTEwIDh2LThINnpNMTQgMTZoMjBNMTQgMjNoMTQiLz48Y2lyY2xlIGN4PSIzNSIgY3k9IjI1IiByPSI2Ii8+PHBhdGggZD0ibTMyIDI1IDIgMiA0LTUiLz48L3N2Zz4=")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--document::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Ik04IDhoMjd2MzRIOHpNMTMgNGgyN3YzNGgtNU0xNSAxN2gxM00xNSAyNGgxM00xNSAzMWg4Ii8+PHBhdGggZD0ibTI3IDM0IDktOSA0IDQtOSA5LTUgMXoiLz48L3N2Zz4=")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--language::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxjaXJjbGUgY3g9IjI0IiBjeT0iMjMiIHI9IjE2Ii8+PHBhdGggZD0iTTggMjNoMzJNMjQgN2M1IDUgNyAxMCA3IDE2cy0yIDExLTcgMTZjLTUtNS03LTEwLTctMTZzMi0xMSA3LTE2eiIvPjxwYXRoIGQ9Ik02IDM4aDE0bC03IDZ2LTYiLz48L3N2Zz4=")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--consult::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Ik03IDloMzR2MjRIMjJsLTkgOHYtOEg3eiIvPjxjaXJjbGUgY3g9IjI1IiBjeT0iMjEiIHI9IjciLz48cGF0aCBkPSJNMjUgMTd2NWw0IDIiLz48L3N2Zz4=")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--injury::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Ik0yNCA1IDM5IDExdjEwYzAgMTAtNiAxNy0xNSAyMkMxNSAzOCA5IDMxIDkgMjFWMTFMMjQgNXpNMTYgMjVoMTZNMjQgMTd2MTYiLz48L3N2Zz4=")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--property::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Ik03IDIyIDI0IDhsMTcgMTRNMTEgMjB2MjFoMjZWMjBNMTkgNDFWMjhoMTB2MTMiLz48L3N2Zz4=")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-wills-other__arrow::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Ik01IDEyaDE0TTEzIDZsNiA2LTYgNiIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-wills-process__timeline article>span:empty{width:16px;height:16px;margin:18px 20px 0 12px;border:3px solid var(--ks-v2-gold);background:var(--ks-v2-navy);box-shadow:0 0 0 8px #fff}

@media(max-width:767px){
	html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-hero{background-position:center center,62% center}
	html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__grid{grid-template-columns:1fr}
	html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__wide{grid-column:auto}
	html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__grid article{grid-template-columns:46px minmax(0,1fr);min-height:0;padding:20px}
	html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon{width:46px;height:46px}
}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__grid article>p:empty{display:none}

/* Keep FAQ presentation consistent with the English homepage on newly built estate-planning pages. */
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq {
	scroll-margin-top:132px;
	background:#fff !important;
	box-shadow:0 0 0 100vmax #fff !important;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq > .wpb_column > .vc_column-inner {
	padding:120px 0 64px !important;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq .ks-wills-heading {
	max-width:820px;
	margin:0 auto 35px !important;
	text-align:center;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq .ks-wills-heading h2 {
	margin:0 !important;
	font-family:"Playfair Display",Georgia,serif;
	font-size:40px !important;
	font-weight:700;
	line-height:1.15 !important;
	letter-spacing:-.02em;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq .vc_tta-panels {
	padding:10px 30px;
	border:1px solid #c5c5c5;
	border-radius:0;
	background:#fff;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq .vc_tta-panel-heading {
	border:0 !important;
	border-bottom:1px solid rgba(16,33,49,.18) !important;
	border-radius:0 !important;
	background:#fff !important;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq .vc_tta-panel-title > a {
	padding:12.5px 46px 12.5px 10px !important;
	color:#102131 !important;
	font-family:Montserrat,sans-serif !important;
	font-size:17px !important;
	font-weight:700 !important;
	line-height:1.45 !important;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq .vc_tta-controls-icon {
	right:16px !important;
	left:auto !important;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq .vc_tta-panel-body {
	padding:16px 0 25px !important;
	border:0 !important;
	border-radius:0 !important;
	background:#fff !important;
	color:#2a3036;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq .vc_tta-panel-body p {
	margin-bottom:0;
	font-size:17px;
	line-height:1.7;
}
@media(max-width:767px) {
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq {
		scroll-margin-top:92px;
	}
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq > .wpb_column > .vc_column-inner {
		padding:88px 15px 58px !important;
	}
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq .ks-wills-heading {
		margin-bottom:32px !important;
	}
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq .ks-wills-heading h2 {
		font-size:32px !important;
		line-height:1.15 !important;
	}
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq .vc_tta-panels {
		padding:6px 18px;
	}
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq .vc_tta-panel-title > a {
		padding:16px 42px 16px 4px !important;
		font-size:16px !important;
	}
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq .vc_tta-panel-body {
		padding:12px 4px 22px !important;
	}
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4653,.page-id-4654,.page-id-4651,.page-id-4652,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4658,.page-id-4659,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-faq .vc_tta-panel-body p {
		font-size:16px;
	}
}
/* Living Wills page: purpose-built imagery, healthcare-planning modules, and vector icon system. */
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-hero{background-image:linear-gradient(90deg,rgba(5,17,27,.92) 0%,rgba(5,17,27,.82) 31%,rgba(5,17,27,.54) 48%,rgba(5,17,27,.16) 68%,rgba(5,17,27,0) 80%),url('/wp-content/uploads/2026/09/living-will-hero-v1.webp');background-position:center center,center center}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-when{background:#fbfaf7}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-list__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0 0 28px}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-list__grid article{display:grid;grid-template-columns:54px minmax(0,1fr);gap:18px;align-items:center;min-height:116px;padding:22px 24px;border:1px solid rgba(11,27,41,.12);border-radius:14px;background:#fff}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-list__grid article:last-child{grid-column:1/-1}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-list__grid article>p:empty{display:none}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-list__grid p{margin:0;font-size:16px;line-height:1.58;color:#253847}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon{display:grid;width:54px;height:54px;place-items:center;color:var(--ks-v2-gold)}
html body#cms-theme:is(.page-id-4655,.page-id-4656) :is(.ks-living-icon,.ks-wills-benefits__icon[class*="ks-living-icon--"],.ks-wills-other__icon[class*="ks-living-icon--"],.ks-wills-other__arrow)::before{display:block;width:100%;height:100%;content:"";background:currentColor;-webkit-mask:var(--ks-living-mask) center/contain no-repeat;mask:var(--ks-living-mask) center/contain no-repeat}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-list__closing{max-width:78ch;margin:0;padding:24px 28px;border-top:1px solid var(--ks-v2-gold);background:var(--ks-v2-paper)}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-cover{background:var(--ks-v2-navy);box-shadow:0 0 0 100vmax var(--ks-v2-navy);clip-path:inset(0 -100vmax);color:rgba(255,255,255,.82)}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-cover h2{color:#fff}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-cover .ks-wills-heading p{color:rgba(255,255,255,.76)}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-cover__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:56px}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-cover__grid article{display:grid;grid-template-columns:48px minmax(0,1fr);gap:18px;align-items:center;padding:22px 0;border-top:1px solid rgba(201,162,103,.34)}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-cover__grid article:last-child{grid-column:1/-1}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-cover__grid article>p:empty{display:none}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-cover__grid p{margin:0;color:rgba(255,255,255,.86);font-size:16px;line-height:1.6}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-cover__closing{max-width:85ch;margin:30px 0 0;padding:24px 28px;background:#fff;color:#071520}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare{background:var(--ks-v2-paper);box-shadow:0 0 0 100vmax var(--ks-v2-paper);clip-path:inset(0 -100vmax)}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare__body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare__body>p{margin:0}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare__body>p:first-child,html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare__body>p:nth-child(4),html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare__body>p:nth-child(5){grid-column:1/-1}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare__body>p:nth-child(2),html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare__body>p:nth-child(3){padding:28px;border-top:1px solid var(--ks-v2-gold);background:#fff}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare__body>p:nth-child(4){margin-top:10px;padding:28px;background:#071520;color:rgba(255,255,255,.88)}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare__body>p:nth-child(5){max-width:78ch;margin-top:10px;font-weight:700}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-why .ks-wills-benefits__wide{grid-column:auto}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-wills-process__timeline article>span:empty{width:16px;height:16px;margin:18px 20px 0 12px;border:3px solid var(--ks-v2-gold);background:var(--ks-v2-navy);box-shadow:0 0 0 8px #fff}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--surgery::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHJlY3QgeD0iNyIgeT0iMTAiIHdpZHRoPSIzNCIgaGVpZ2h0PSIzMSIgcng9IjIiLz48cGF0aCBkPSJNMTUgNnY4TTMzIDZ2OE03IDE4aDM0TTI0IDI0djExTTE4LjUgMjkuNWgxMSIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--condition::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTI0IDQxUzcgMzEgNyAxOGMwLTcgOS0xMSAxNy0zIDgtOCAxNy00IDE3IDMgMCAxMy0xNyAyMy0xNyAyM3oiLz48cGF0aCBkPSJNMTEgMjVoOGwzLTcgNSAxNCAzLTdoNyIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--work::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTggMTdoMzJ2MjRIOHpNMTcgMTd2LTVoMTR2NU04IDI3aDMyTTIxIDI3djRoNnYtNCIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--activity::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTUgMzkgMTggMTdsNyAxMSA2LTkgMTIgMjB6TTEzIDI4bDUgNCA1LTVNMjkgMjlsMyAzIDQtNCIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--care::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMjQiIGN5PSIxNCIgcj0iNiIvPjxjaXJjbGUgY3g9IjEwIiBjeT0iMjAiIHI9IjQiLz48Y2lyY2xlIGN4PSIzOCIgY3k9IjIwIiByPSI0Ii8+PHBhdGggZD0iTTEzIDQxYzEtMTAgNS0xNiAxMS0xNnMxMCA2IDExIDE2TTMgNDFjMC04IDMtMTMgNy0xMyAzIDAgNSAyIDcgNU0zMSAzM2MyLTMgNC01IDctNSA0IDAgNyA1IDcgMTMiLz48L3N2Zz4=")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--treatment::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTEwIDZoMjRsNiA2djMwSDEwek0zNCA2djdoNk0xNyAxOWgxNk0xNyAyN2gxNiIvPjxwYXRoIGQ9Ik0yNCAzM3Y3TTIwLjUgMzYuNWg3Ii8+PC9zdmc+")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--family::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTI0IDM5UzkgMzEgOSAyMGMwLTYgOC0xMCAxNS0zIDctNyAxNS0zIDE1IDMgMCAxMS0xNSAxOS0xNSAxOXoiLz48cGF0aCBkPSJNNSA0M2M1LTQgOS02IDE0LTZNNDMgNDNjLTUtNC05LTYtMTQtNiIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--support::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTggMzZWMTJoMzJ2MjRNNCA0MGg0ME0xNSAzMHYtOGg2djhNMjcgMzB2LTEzaDZ2MTNNMTIgOGgyNCIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--endcare::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMjQiIGN5PSIxOCIgcj0iOCIvPjxwYXRoIGQ9Ik0yNCA0djVNMjQgMjd2NU0xMCAxOEg1TTQzIDE4aC01TTE0IDhsNCA0TTM0IDhsLTQgNE03IDQzYzUtNyAxMS0xMCAxNy0xMHMxMiAzIDE3IDEwIi8+PC9zdmc+")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--cpr::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTI0IDQxUzcgMzEgNyAxOGMwLTcgOS0xMSAxNy0zIDgtOCAxNy00IDE3IDMgMCAxMy0xNyAyMy0xNyAyM3oiLz48cGF0aCBkPSJtMjYgMTctNyAxMGg3bC00IDggMTAtMTJoLTd6Ii8+PC9zdmc+")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--breathing::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTIyIDl2MTVNMjYgOXYxNU0yMiAyMGMtNC01LTEwLTItMTIgNC0zIDkgMCAxNiA3IDE2IDQgMCA1LTQgNS05TTI2IDIwYzQtNSAxMC0yIDEyIDQgMyA5IDAgMTYtNyAxNi00IDAtNS00LTUtOU0yNCA5VjUiLz48L3N2Zz4=")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--medication::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHJlY3QgeD0iOCIgeT0iMTYiIHdpZHRoPSIzMiIgaGVpZ2h0PSIxOCIgcng9IjkiLz48cGF0aCBkPSJtMTggMTggMTIgMTRNMjQgMTZsLTggMThNMzIgOHY4TTI3IDhoMTAiLz48L3N2Zz4=")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--limit::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTI0IDUgNDAgMTF2MTFjMCAxMC02IDE3LTE2IDIxQzE0IDM5IDggMzIgOCAyMlYxMXpNMTYgMzJsMTYtMTYiLz48L3N2Zz4=")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--dignity::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTI0IDMzUzE0IDI3IDE0IDE5YzAtNSA2LTggMTAtMyA0LTUgMTAtMiAxMCAzIDAgOC0xMCAxNC0xMCAxNHpNNSA0MmM1LTYgMTAtOSAxOS05czE0IDMgMTkgOU03IDM1bDcgM000MSAzNWwtNyAzIi8+PC9zdmc+")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--planning::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTkgN2gyNWw1IDV2MzBIOXpNMzQgN3Y2aDVNMTUgMTloMTdNMTUgMjZoMTNNMTUgMzNoOSIvPjxjaXJjbGUgY3g9IjM0IiBjeT0iMzQiIHI9IjciLz48cGF0aCBkPSJtMzEgMzQgMiAyIDQtNSIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--focus::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMjQiIGN5PSIyNCIgcj0iMTciLz48Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSIxMCIvPjxjaXJjbGUgY3g9IjI0IiBjeT0iMjQiIHI9IjMiLz48cGF0aCBkPSJNMjQgM3Y3TTQ1IDI0aC03TTI0IDQ1di03TTMgMjRoNyIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--language::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMjQiIGN5PSIyMyIgcj0iMTciLz48cGF0aCBkPSJNNyAyM2gzNE0yNCA2YzUgNSA3IDExIDcgMTdzLTIgMTItNyAxN2MtNS01LTctMTEtNy0xN3MyLTEyIDctMTd6TTcgNDJoMTJsLTYgNHYtNCIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--online::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHJlY3QgeD0iNSIgeT0iOCIgd2lkdGg9IjM4IiBoZWlnaHQ9IjI3IiByeD0iMiIvPjxwYXRoIGQ9Ik0xOCA0MmgxMk0yNCAzNXY3Ii8+PGNpcmNsZSBjeD0iMjQiIGN5PSIyMSIgcj0iNiIvPjxwYXRoIGQ9Ik0yNCAxN3Y1bDQgMiIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--injury::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTI0IDUgMzkgMTF2MTBjMCAxMC02IDE3LTE1IDIyQzE1IDM4IDkgMzEgOSAyMVYxMXpNMTYgMjVoMTZNMjQgMTd2MTYiLz48L3N2Zz4=")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--property::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTYgMjIgMjQgN2wxOCAxNU0xMSAyMHYyMmgyNlYyME0xOSA0MlYyOWgxMHYxMyIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--arrow::before{--ks-living-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTUgMTJoMTRNMTMgNmw2IDYtNiA2Ii8+PC9zdmc+")}
@media(max-width:767px){html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-hero{background-position:center center,62% center}html body#cms-theme:is(.page-id-4655,.page-id-4656) :is(.ks-living-list__grid,.ks-living-cover__grid,.ks-living-compare__body){grid-template-columns:1fr}html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-list__grid article:last-child,html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-cover__grid article:last-child,html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare__body>p{grid-column:auto}html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-list__grid article{grid-template-columns:46px minmax(0,1fr);min-height:0;padding:20px}html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-cover__grid article{grid-template-columns:44px minmax(0,1fr);padding:20px 0}html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon{width:46px;height:46px}html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare__body>p:nth-child(4){padding:22px}}

html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-wills-contact::before{background-image:linear-gradient(90deg,rgba(7,21,32,.98),rgba(7,21,32,.78)),url("/wp-content/uploads/2026/09/living-will-hero-v1.webp")}
@media(max-width:767px){html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-wills-contact::before{background-image:linear-gradient(rgba(7,21,32,.95),rgba(7,21,32,.95)),url("/wp-content/uploads/2026/09/living-will-hero-v1.webp")}}


/* Power of Attorney: editorial preparation section with balanced cards and dedicated imagery. */
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__layout{
	display:block;
	padding:64px 0 58px;
}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__intro{
	display:grid;
	grid-template-columns:minmax(0,1.5fr) minmax(300px,.65fr);
	gap:clamp(32px,5vw,64px);
	align-items:center;
}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__heading h2{
	max-width:820px;
	margin:0;
	font-size:clamp(50px,5vw,72px)!important;
	line-height:1.04;
	text-wrap:balance;
}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__media{
	overflow:hidden;
	min-height:260px;
	margin:0;
	border-radius:14px;
	box-shadow:0 22px 48px rgba(7,21,32,.18);
}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__media img{
	display:block;
	width:100%;
	height:260px;
	object-fit:cover;
	object-position:center 45%;
}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__cards{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:24px;
	margin-top:34px;
}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__card{
	min-width:0;
	padding:30px 32px 28px;
	border-radius:14px;
	background:#f7f3ed;
	box-shadow:0 16px 38px rgba(7,21,32,.1);
}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__card p{
	margin:0;
	color:#263846;
	font-size:16px;
	line-height:1.72;
}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__card p+p{
	margin-top:18px;
}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__cta{
	display:flex;
	justify-content:center;
	margin-top:30px;
}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__cta .ks-wills-button{
	margin:0;
}

@media(max-width:991px){
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__intro{
		grid-template-columns:minmax(0,1fr) minmax(260px,.6fr);
		gap:30px;
	}
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__heading h2{
		font-size:clamp(44px,6vw,58px)!important;
	}
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__card{
		padding:26px 25px;
	}
}
@media(max-width:767px){
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__layout{
		padding:40px 0;
	}
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__intro,
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__cards{
		grid-template-columns:1fr;
	}
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__heading h2{
		max-width:100%;
		font-size:clamp(39px,12vw,50px)!important;
	}
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__media,
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__media img{
		height:240px;
		min-height:240px;
	}
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__cards{
		gap:16px;
		margin-top:24px;
	}
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-matters__card{
		padding:24px 22px;
	}
}


/* Power of Attorney: refined benefit icon family and integrated consultation CTA. */
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-wills-benefits__grid article:not(.ks-poa-consult-card){
	grid-template-columns:54px minmax(0,1fr);
	gap:10px 18px;
}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-wills-benefits__icon{
	width:54px;
	height:54px;
	border:0;
	border-radius:14px;
	background:rgba(216,177,111,.13);
	color:#e1b86f;
}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-wills-benefits__icon::before{
	width:28px;
	height:28px;
}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-icon--options::before{--ks-poa-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHJlY3QgeD0iNCIgeT0iNCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE4IiByeD0iMiIvPjxwYXRoIGQ9Ik05IDJoNmEyIDIgMCAwIDEgMiAydjJIN1Y0YTIgMiAwIDAgMSAyLTJaIi8+PHBhdGggZD0ibTguNSAxNCAyLjIgMi4yIDQuOC01LjIiLz48L3N2Zz4=")}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-icon--agent::before{--ks-poa-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iOSIgY3k9IjgiIHI9IjMuNSIvPjxwYXRoIGQ9Ik0zLjUgMjBjLjQtNCAyLjUtNiA1LjUtNnM1LjEgMiA1LjUgNiIvPjxwYXRoIGQ9Im0xNS41IDExLjUgMiAyIDMuNS00Ii8+PC9zdmc+")}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-icon--draft::before{--ks-poa-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTYgMmg4bDQgNHYxNkg2eiIvPjxwYXRoIGQ9Ik0xNCAydjVoNSIvPjxwYXRoIGQ9Im05IDE3IDYuNS02LjUgMiAyTDExIDE5bC0zIC41eiIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-icon--sign::before{--ks-poa-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTUgMjBoMTQiLz48cGF0aCBkPSJtNyAxNiA4LTggMi41IDIuNS04IDgtMy41LjV6Ii8+PHBhdGggZD0iTTEzLjUgOS41IDE2IDEyIi8+PHBhdGggZD0iTTEyIDIwYzEuNS0yLjUgMyAxLjUgNS0xIi8+PC9zdmc+")}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-icon--consult::before{--ks-poa-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHJlY3QgeD0iMyIgeT0iNSIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE2IiByeD0iMiIvPjxwYXRoIGQ9Ik04IDN2NE0xNiAzdjRNMyAxMGgxOCIvPjxwYXRoIGQ9Im04LjUgMTUgMi4yIDIuMiA0LjgtNS4yIi8+PC9zdmc+")}

html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-wills-benefits__grid .ks-poa-consult-card{
	display:grid;
	max-width:none;
	grid-template-columns:58px minmax(0,1fr) 220px;
	grid-template-rows:auto auto;
	gap:6px 24px;
	align-items:center;
	margin-top:16px;
	padding:30px 32px;
	border-top:0;
	border-radius:16px;
	background:#f3e9da;
	color:var(--ks-v2-navy);
}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-consult-card .ks-wills-benefits__icon{
	width:58px;
	height:58px;
	grid-column:1;
	grid-row:1 / 3;
	border-radius:50%;
	background:var(--ks-v2-navy);
	color:#e1b86f;
}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-wills-benefits__grid .ks-poa-consult-card h3{
	grid-column:2;
	grid-row:1;
	margin:0;
	color:var(--ks-v2-navy);
	font-size:29px!important;
}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-wills-benefits__grid .ks-poa-consult-card p{
	max-width:72ch;
	grid-column:2;
	grid-row:2;
	color:#31424f;
}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-consult-card__button{
	grid-column:3;
	grid-row:1 / 3;
	margin:0;
	white-space:nowrap;
	min-width:200px;
	justify-content:center;
}

@media(max-width:991px){
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-wills-benefits__grid .ks-poa-consult-card{
		grid-template-columns:58px minmax(0,1fr);
	}
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-consult-card__button{
		grid-column:2;
		grid-row:3;
		justify-self:start;
		margin-top:12px;
	}
}
@media(max-width:767px){
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-wills-benefits__grid .ks-poa-consult-card{
		grid-template-columns:48px minmax(0,1fr);
		gap:8px 16px;
		margin-top:10px;
		padding:24px 20px;
	}
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-consult-card .ks-wills-benefits__icon{
		width:48px;
		height:48px;
	}
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-wills-benefits__grid .ks-poa-consult-card h3{
		font-size:25px!important;
	}
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-consult-card__button{
		grid-column:1 / -1;
		justify-self:stretch;
		text-align:center;
	}
}


html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-consult-card__action{
	display:flex;
	grid-column:3;
	grid-row:1 / 3;
	align-items:center;
	justify-content:center;
}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-consult-card__action .ks-poa-consult-card__button{
	margin:0;
}
@media(max-width:991px){
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-consult-card__action{
		grid-column:2;
		grid-row:3;
		justify-content:flex-start;
		margin-top:12px;
	}
}
@media(max-width:767px){
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-consult-card__action{
		grid-column:1 / -1;
		justify-content:stretch;
	}
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-consult-card__action .ks-poa-consult-card__button{
		width:100%;
	}
}


/* Revocable Living Trusts: refined benefit icons and intentional closing composition. */
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__grid article{
	border:0;
	background:#fff;
	box-shadow:0 14px 32px rgba(7,21,32,.07);
}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon{
	width:52px;
	height:52px;
	border-radius:14px;
	background:rgba(201,162,103,.13);
	color:#c89750;
}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon::before{
	width:27px;
	height:27px;
}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--control::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iNy41IiBjeT0iMTUuNSIgcj0iMy41Ii8+PHBhdGggZD0iTTEwLjUgMTMgMjEgMi41TTE3IDZsMiAyTTE0IDlsMiAyIi8+PC9zdmc+")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--trustee::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iOSIgY3k9IjgiIHI9IjMuNSIvPjxwYXRoIGQ9Ik0zLjUgMjBjLjQtNCAyLjUtNiA1LjUtNnM1LjEgMiA1LjUgNiIvPjxwYXRoIGQ9Im0xNS41IDExLjUgMiAyIDMuNS00Ii8+PC9zdmc+")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--family::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjMiLz48Y2lyY2xlIGN4PSIxNyIgY3k9IjkiIHI9IjIuNSIvPjxwYXRoIGQ9Ik0yLjUgMjBjLjUtNCAyLjQtNiA1LjUtNnM1IDIgNS41IDZNMTQgMTVjMy43LS44IDYuNiAxLjIgNy41IDUiLz48L3N2Zz4=")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--clarity::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTEyIDMgMjAgNnY1YzAgNS0zLjIgOC41LTggMTAtNC44LTEuNS04LTUtOC0xMFY2eiIvPjxwYXRoIGQ9Im04LjUgMTIgMi4yIDIuMiA0LjgtNSIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--probate::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTYgMmg4bDQgNHYxNkg2eiIvPjxwYXRoIGQ9Ik0xNCAydjVoNSIvPjxwYXRoIGQ9Im05IDE1IDIgMiA0LTUiLz48L3N2Zz4=")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--privacy::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTMgMTJzMy41LTUgOS01IDkgNSA5IDUtMy41IDUtOSA1LTktNS05LTVaIi8+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMi41Ii8+PHBhdGggZD0ibTQgNCAxNiAxNiIvPjwvc3ZnPg==")}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--update::before{--ks-revocable-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTIwIDd2NWgtNSIvPjxwYXRoIGQ9Ik0xOSAxMmE3IDcgMCAxIDAtMiA1Ii8+PHBhdGggZD0ibTIwIDEyLTQtNCIvPjwvc3ZnPg==")}

html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__finale{
	display:grid;
	grid-template-columns:minmax(280px,.78fr) minmax(0,1.42fr);
	gap:34px;
	align-items:center;
	margin-top:24px;
	padding:32px 34px;
	border-radius:16px;
	background:var(--ks-v2-navy);
	color:#fff;
}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__update{
	display:grid;
	grid-template-columns:56px minmax(0,1fr);
	gap:18px;
	align-items:center;
	min-height:92px;
	padding-right:32px;
	border-right:1px solid rgba(201,162,103,.42);
}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__update .ks-revocable-icon{
	width:56px;
	height:56px;
	background:rgba(201,162,103,.16);
	color:#e1b86f;
}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__update p{
	margin:0;
	color:#fff;
	font-family:"Playfair Display",Georgia,serif;
	font-size:23px;
	line-height:1.35;
}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__finale .ks-revocable-key-benefits__closing{
	max-width:none;
	margin:0;
	padding:0;
	border:0;
	background:transparent;
	color:rgba(255,255,255,.84);
	font-size:16px;
	line-height:1.7;
}

@media(max-width:767px){
	html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__finale{
		grid-template-columns:1fr;
		gap:22px;
		padding:26px 22px;
	}
	html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__update{
		padding:0 0 22px;
		border-right:0;
		border-bottom:1px solid rgba(201,162,103,.42);
	}
	html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon{
		width:46px;
		height:46px;
	}
}


html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__update>p:empty{
	display:none;
}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__update>.ks-revocable-icon{
	grid-column:1;
	grid-row:1;
}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-key-benefits__update>p:not(:empty){
	grid-column:2;
	grid-row:1;
}


/* Professional icon system: replace hand-authored SVG masks with the site's Font Awesome library. */
html body#cms-theme:is(.page-id-4651,.page-id-4652,.page-id-4653,.page-id-4654,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4798) :is([class*="ks-revocable-icon--"],[class*="ks-poa-icon--"],[class*="ks-living-icon--"],.ks-wills-other__arrow)::before,
html body#cms-theme:is(.page-id-4647,.page-id-4648) :is(.ks-trusts-benefits__icon,.ks-wills-benefits__icon,.ks-wills-other__icon,.ks-wills-other__arrow)::before{
	display:grid!important;
	width:100%!important;
	height:100%!important;
	place-items:center;
	background:none!important;
	-webkit-mask:none!important;
	mask:none!important;
	color:currentColor;
	content:var(--ks-fa-icon)!important;
	font-family:FontAwesome!important;
	font-size:26px;
	font-style:normal;
	font-weight:normal;
	line-height:1;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
}
html body#cms-theme:is(.page-id-4647,.page-id-4648) :is(.ks-trusts-benefits__icon,.ks-wills-benefits__icon,.ks-wills-other__icon,.ks-wills-other__arrow)>svg{
	display:none!important;
}
html body#cms-theme:is(.page-id-4651,.page-id-4652,.page-id-4653,.page-id-4654,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4798) .ks-wills-other__arrow::before,
html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-wills-other__arrow::before{
	font-size:17px;
}

/* Revocable Living Trusts */
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--control::before{--ks-fa-icon:"\f084"}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--trustee::before{--ks-fa-icon:"\f007"}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--family::before{--ks-fa-icon:"\f0c0"}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--clarity::before{--ks-fa-icon:"\f132"}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--probate::before{--ks-fa-icon:"\f0f6"}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--privacy::before{--ks-fa-icon:"\f070"}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--update::before{--ks-fa-icon:"\f021"}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--review::before{--ks-fa-icon:"\f002"}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--answers::before{--ks-fa-icon:"\f086"}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--document::before{--ks-fa-icon:"\f15c"}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--language::before{--ks-fa-icon:"\f1ab"}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--consult::before{--ks-fa-icon:"\f073"}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--injury::before{--ks-fa-icon:"\f0fa"}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-icon--property::before{--ks-fa-icon:"\f015"}
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-wills-other__arrow::before{--ks-fa-icon:"\f061"}

/* Power of Attorney */
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-icon--options::before{--ks-fa-icon:"\f022"}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-icon--agent::before{--ks-fa-icon:"\f007"}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-icon--draft::before{--ks-fa-icon:"\f0f6"}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-icon--sign::before{--ks-fa-icon:"\f040"}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-icon--consult::before{--ks-fa-icon:"\f073"}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-icon--injury::before{--ks-fa-icon:"\f0fa"}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-poa-icon--property::before{--ks-fa-icon:"\f015"}
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-wills-other__arrow::before{--ks-fa-icon:"\f061"}

/* Living Wills */
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon{border-radius:14px;background:rgba(201,162,103,.12)}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--surgery::before{--ks-fa-icon:"\f0f1"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--condition::before{--ks-fa-icon:"\f21e"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--work::before{--ks-fa-icon:"\f0b1"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--activity::before{--ks-fa-icon:"\f193"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--care::before{--ks-fa-icon:"\f004"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--treatment::before{--ks-fa-icon:"\f0f0"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--family::before{--ks-fa-icon:"\f0c0"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--support::before{--ks-fa-icon:"\f0f8"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--endcare::before{--ks-fa-icon:"\f017"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--cpr::before{--ks-fa-icon:"\f21e"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--breathing::before{--ks-fa-icon:"\f0f8"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--medication::before{--ks-fa-icon:"\f0fa"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--limit::before{--ks-fa-icon:"\f05e"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--dignity::before{--ks-fa-icon:"\f132"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--planning::before{--ks-fa-icon:"\f0ea"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--focus::before{--ks-fa-icon:"\f140"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--language::before{--ks-fa-icon:"\f1ab"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--online::before{--ks-fa-icon:"\f03d"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--injury::before{--ks-fa-icon:"\f0fa"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--property::before{--ks-fa-icon:"\f015"}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-icon--arrow::before{--ks-fa-icon:"\f061"}

/* Trusts Attorney: replace every inline custom SVG by role. */
html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-benefits__grid article:nth-child(1) .ks-trusts-benefits__icon::before{--ks-fa-icon:"\f15c"}
html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-benefits__grid article:nth-child(2) .ks-trusts-benefits__icon::before{--ks-fa-icon:"\f0c0"}
html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-benefits__grid article:nth-child(3) .ks-trusts-benefits__icon::before{--ks-fa-icon:"\f015"}
html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-benefits__grid article:nth-child(4) .ks-trusts-benefits__icon::before{--ks-fa-icon:"\f19c"}
html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-benefits__grid article:nth-child(5) .ks-trusts-benefits__icon::before{--ks-fa-icon:"\f070"}
html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-trusts-benefits__grid article:nth-child(6) .ks-trusts-benefits__icon::before{--ks-fa-icon:"\f017"}
html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-wills-benefits__grid article:nth-child(1) .ks-wills-benefits__icon::before{--ks-fa-icon:"\f015"}
html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-wills-benefits__grid article:nth-child(2) .ks-wills-benefits__icon::before{--ks-fa-icon:"\f086"}
html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-wills-benefits__grid article:nth-child(3) .ks-wills-benefits__icon::before{--ks-fa-icon:"\f15c"}
html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-wills-benefits__grid article:nth-child(4) .ks-wills-benefits__icon::before{--ks-fa-icon:"\f073"}
html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-wills-other__link:nth-child(1) .ks-wills-other__icon::before{--ks-fa-icon:"\f0fa"}
html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-wills-other__link:nth-child(2) .ks-wills-other__icon::before{--ks-fa-icon:"\f015"}
html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-wills-other__arrow::before{--ks-fa-icon:"\f061"}

/* Process number optical centering: use stable tabular numerals and correct the baseline. */
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4651,.page-id-4652,.page-id-4653,.page-id-4654,.page-id-4655,.page-id-4656,.page-id-4773,.page-id-4649,.page-id-4650,.page-id-4798) .ks-wills-process__timeline article > span:not(:empty) {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 0 2px !important;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	font-feature-settings: "tnum" 1;
	line-height: 1;
	text-align: center;
	text-indent: 0;
}
/* Wills Lawyers: full-width editorial layout for the preparation matters section. */
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-matters {
	background: #f7f3ec;
	box-shadow: 0 0 0 100vmax #f7f3ec;
	clip-path: inset(0 -100vmax);
}
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-matters__layout {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	padding: clamp(64px, 7vw, 88px) 0;
	border: 0;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-matters__layout > div {
	display: contents;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-matters__layout h2 {
	grid-column: 1 / -1;
	max-width: none;
	margin: 0 0 20px;
	font-size: clamp(48px, 5vw, 68px) !important;
	line-height: 1.06;
	letter-spacing: -0.025em;
	text-wrap: balance;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-matters__layout > div > p:not(.ks-wills-matters__closing) {
	position: relative;
	min-height: 100%;
	margin: 0;
	padding: 34px 34px 36px;
	background: linear-gradient(90deg, var(--ks-v2-gold) 0 72px, transparent 72px) top left / 100% 3px no-repeat, #fff;
	box-shadow: 0 18px 42px rgba(7, 21, 32, 0.09);
	color: #263744;
	font-size: 16px;
	line-height: 1.75;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-matters__closing {
	position: relative;
	grid-column: 1 / -1;
	margin: 16px 0 0;
	padding: 30px 38px 32px 100px;
	border: 0;
	background: var(--ks-v2-navy);
	color: #fff;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(25px, 2.3vw, 32px) !important;
	line-height: 1.4;
	box-shadow: 0 20px 44px rgba(7, 21, 32, 0.16);
}
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-matters__closing::before {
	position: absolute;
	top: 50%;
	left: 34px;
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	transform: translateY(-50%);
	border: 1px solid rgba(201, 162, 103, 0.72);
	border-radius: 50%;
	color: var(--ks-v2-gold);
	content: "\f058";
	font-family: FontAwesome;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}
@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-matters__layout {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 48px 0;
	}
	html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-matters__layout h2 {
		grid-column: 1;
		margin-bottom: 12px;
		font-size: clamp(40px, 12vw, 52px) !important;
	}
	html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-matters__layout > div > p:not(.ks-wills-matters__closing) {
		padding: 28px 24px 30px;
	}
	html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-matters__closing {
		grid-column: 1;
		margin-top: 8px;
		padding: 82px 26px 28px;
	}
	html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-matters__closing::before {
		top: 24px;
		left: 26px;
		transform: none;
	}
}html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-matters > .wpb_column > .vc_column-inner {
	padding-top: 0;
	padding-bottom: 0;
}
/* Wills Lawyers: match the approved POA benefits and consultation pattern. */
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-benefits__grid article:not(.ks-wills-consult-card) {
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 10px 18px;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-benefits__icon {
	width: 54px;
	height: 54px;
	border: 0;
	border-radius: 14px;
	background: rgba(216, 177, 111, 0.13);
	color: #e1b86f;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-benefits__icon > svg {
	display: none !important;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-benefits__icon::before {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: currentColor;
	content: var(--ks-wills-fa-icon);
	font-family: FontAwesome;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-benefits__grid article:nth-child(1) .ks-wills-benefits__icon::before { --ks-wills-fa-icon: "\f15c"; }
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-benefits__grid article:nth-child(2) .ks-wills-benefits__icon::before { --ks-wills-fa-icon: "\f0c0"; }
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-benefits__grid article:nth-child(3) .ks-wills-benefits__icon::before { --ks-wills-fa-icon: "\f040"; }
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-benefits__grid article:nth-child(4) .ks-wills-benefits__icon::before { --ks-wills-fa-icon: "\f086"; }
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-benefits__grid article:nth-child(5) .ks-wills-benefits__icon::before { --ks-wills-fa-icon: "\f073"; }
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-benefits__grid .ks-wills-consult-card {
	display: grid;
	max-width: none;
	grid-template-columns: 58px minmax(0, 1fr) 220px;
	grid-template-rows: auto auto;
	gap: 6px 24px;
	align-items: center;
	margin-top: 16px;
	padding: 30px 32px;
	border-top: 0;
	border-radius: 16px;
	background: #f3e9da;
	color: var(--ks-v2-navy);
}
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-consult-card .ks-wills-benefits__icon {
	width: 58px;
	height: 58px;
	grid-column: 1;
	grid-row: 1 / 3;
	border-radius: 50%;
	background: var(--ks-v2-navy);
	color: #e1b86f;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-benefits__grid .ks-wills-consult-card h3 {
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	color: var(--ks-v2-navy);
	font-size: 29px !important;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-benefits__grid .ks-wills-consult-card p {
	max-width: 72ch;
	grid-column: 2;
	grid-row: 2;
	color: #31424f;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-consult-card__action {
	display: flex;
	grid-column: 3;
	grid-row: 1 / 3;
	align-items: center;
	justify-content: center;
}
html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-consult-card__button {
	min-width: 200px;
	justify-content: center;
	margin: 0;
	white-space: nowrap;
}
@media (max-width: 991px) {
	html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-benefits__grid .ks-wills-consult-card {
		grid-template-columns: 58px minmax(0, 1fr);
	}
	html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-consult-card__action {
		grid-column: 2;
		grid-row: 3;
		justify-content: flex-start;
		margin-top: 12px;
	}
}
@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-benefits__grid .ks-wills-consult-card {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 8px 16px;
		margin-top: 10px;
		padding: 24px 20px;
	}
	html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-consult-card .ks-wills-benefits__icon {
		width: 48px;
		height: 48px;
	}
	html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-benefits__grid .ks-wills-consult-card h3 {
		font-size: 25px !important;
	}
	html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-consult-card__action {
		grid-column: 1 / -1;
		justify-content: stretch;
	}
	html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-consult-card__button {
		width: 100%;
	}
}
/* Shared FAQ finish: the final item closes cleanly without an extra divider. */
html body#cms-theme .ks-faq__accordion .vc_tta-panels > .vc_tta-panel:last-child > .vc_tta-panel-heading {
	border-bottom: 0 !important;
}
/* EN + PL homepages: refined three-card practice area system with professional icons. */
body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus {
	padding-top: clamp(76px, 7vw, 96px);
	padding-bottom: clamp(80px, 7.5vw, 104px);
	background: #f7f3ec;
	box-shadow: 0 0 0 100vmax #f7f3ec;
	clip-path: inset(0 -100vmax);
}
body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__heading {
	max-width: 980px;
}
body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__heading p {
	max-width: 76ch;
	margin-top: 20px;
	color: #4c5c68;
}
body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
	margin: 48px 0 0 !important;
}
body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__item {
	width: 100%;
	float: none;
}
body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__item > .vc_column-inner,
body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__item:first-child > .vc_column-inner,
body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__item:last-child > .vc_column-inner {
	position: relative;
	display: flex;
	height: 100%;
	min-height: 430px;
	flex-direction: column;
	overflow: hidden;
	padding: 32px 30px 30px;
	border: 0;
	border-radius: 16px;
	background: linear-gradient(90deg, #c9a267 0 74px, transparent 74px) top left / 100% 3px no-repeat, #fff;
	box-shadow: 0 18px 42px rgba(7, 21, 32, 0.10);
	transition: transform 260ms cubic-bezier(.16,1,.3,1), box-shadow 260ms ease;
}
body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__item + .ks-home-practice-focus__item > .vc_column-inner {
	border: 0;
}
body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__item > .vc_column-inner::before {
	display: grid;
	width: 58px;
	height: 58px;
	flex: 0 0 58px;
	place-items: center;
	margin: 0 0 24px;
	border-radius: 14px;
	background: #071520 !important;
	background-image: none !important;
	color: #d8b16f;
	content: var(--ks-practice-fa-icon);
	font-family: FontAwesome;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
body#cms-theme.page-id-4690 .ks-home-practice-focus__item:nth-child(1) > .vc_column-inner::before,
body#cms-theme.page-id-2993 .ks-home-practice-focus__item:nth-child(1) > .vc_column-inner::before { --ks-practice-fa-icon: "\f0fa"; }
body#cms-theme.page-id-4690 .ks-home-practice-focus__item:nth-child(2) > .vc_column-inner::before,
body#cms-theme.page-id-2993 .ks-home-practice-focus__item:nth-child(2) > .vc_column-inner::before { --ks-practice-fa-icon: "\f015"; }
body#cms-theme.page-id-4690 .ks-home-practice-focus__item:nth-child(3) > .vc_column-inner::before,
body#cms-theme.page-id-2993 .ks-home-practice-focus__item:nth-child(3) > .vc_column-inner::before { --ks-practice-fa-icon: "\f15c"; }
body#cms-theme.page-id-4637 .ks-home-practice-focus__item:nth-child(1) > .vc_column-inner::before,
body#cms-theme.page-id-12 .ks-home-practice-focus__item:nth-child(1) > .vc_column-inner::before { --ks-practice-fa-icon: "\f0fa"; }
body#cms-theme.page-id-4637 .ks-home-practice-focus__item:nth-child(2) > .vc_column-inner::before,
body#cms-theme.page-id-12 .ks-home-practice-focus__item:nth-child(2) > .vc_column-inner::before { --ks-practice-fa-icon: "\f15c"; }
body#cms-theme.page-id-4637 .ks-home-practice-focus__item:nth-child(3) > .vc_column-inner::before,
body#cms-theme.page-id-12 .ks-home-practice-focus__item:nth-child(3) > .vc_column-inner::before { --ks-practice-fa-icon: "\f015"; }
body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__item h3 {
	margin-bottom: 14px;
	font-size: 29px !important;
	line-height: 1.18 !important;
}
body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__item .wpb_text_column {
	margin-bottom: 24px;
}
body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__item .ks-button {
	align-self: flex-start;
	margin-top: auto;
}
@media (hover: hover) {
	body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__item > .vc_column-inner:hover {
		transform: translateY(-5px);
		box-shadow: 0 24px 52px rgba(7, 21, 32, 0.15);
	}
}
@media (max-width: 991px) {
	body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__item > .vc_column-inner,
	body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__item:first-child > .vc_column-inner,
	body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__item:last-child > .vc_column-inner {
		min-height: 0;
		padding: 30px 28px;
	}
}
@media (max-width: 767px) {
	body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus {
		padding-top: 64px;
		padding-bottom: 68px;
	}
	body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__grid {
		display: grid;
		margin-top: 34px !important;
	}
	body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__item > .vc_column-inner,
	body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__item:first-child > .vc_column-inner,
	body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__item:last-child > .vc_column-inner {
		padding: 26px 22px 28px;
	}
	body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__item > .vc_column-inner::before {
		width: 52px;
		height: 52px;
		flex-basis: 52px;
		margin-bottom: 20px;
	}
}body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__grid::before,
body#cms-theme:is(.page-id-4690,.page-id-4637,.page-id-2993,.page-id-12) .ks-home-practice-focus__grid::after {
	display: none !important;
	content: none !important;
}
/* Trusts page: refined definition callout. */
html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-wills-definition__copy > p:last-child {
    position: relative;
    overflow: hidden;
    margin: 26px 0 0;
    padding: 26px 30px 27px;
    border: 0;
    border-radius: 16px;
    background: #0b1b29;
    box-shadow: 0 18px 42px rgba(11, 27, 41, 0.16);
    color: #f8f5ef;
    line-height: 1.72;
}

html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-wills-definition__copy > p:last-child::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #c9a267 0%, rgba(201, 162, 103, 0.38) 56%, rgba(201, 162, 103, 0) 100%);
    content: "";
}

html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-wills-definition__copy > p:last-child::after {
    position: absolute;
    right: -54px;
    bottom: -70px;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(201, 162, 103, 0.16);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-wills-definition__copy > p:last-child {
        margin-top: 22px;
        padding: 23px 24px 24px;
    }
}

/* Trusts page: center the primary CTA in the dark benefits section. */
html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-wills-benefits .ks-wills-button {
    display: flex;
    width: max-content;
    margin: 44px auto 0;
}

@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-4647,.page-id-4648) .ks-wills-benefits .ks-wills-button {
        margin-top: 34px;
    }
}

/* Revocable living trusts page: refined definition callout. */
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-wills-definition__copy > p:last-child {
    position: relative;
    overflow: hidden;
    margin: 26px 0 0;
    padding: 26px 30px 27px;
    border: 0;
    border-radius: 16px;
    background: #0b1b29;
    box-shadow: 0 18px 42px rgba(11, 27, 41, 0.16);
    color: #f8f5ef;
    line-height: 1.72;
}

html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-wills-definition__copy > p:last-child::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #c9a267 0%, rgba(201, 162, 103, 0.38) 56%, rgba(201, 162, 103, 0) 100%);
    content: "";
}

html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-wills-definition__copy > p:last-child::after {
    position: absolute;
    right: -54px;
    bottom: -70px;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(201, 162, 103, 0.16);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-wills-definition__copy > p:last-child {
        margin-top: 22px;
        padding: 23px 24px 24px;
    }
}

/* Revocable living trusts: integrated Free Consultation CTA panel. */
html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-wills-benefits__grid .ks-revocable-consult-card {
    display: grid;
    max-width: none;
    grid-template-columns: 58px minmax(0, 1fr) 220px;
    grid-template-rows: auto auto;
    gap: 6px 24px;
    align-items: center;
    margin-top: 16px;
    padding: 30px 32px;
    border-top: 0;
    border-radius: 16px;
    background: #f3e9da;
    color: var(--ks-v2-navy);
}

html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-consult-card .ks-wills-benefits__icon {
    width: 58px;
    height: 58px;
    grid-column: 1;
    grid-row: 1 / 3;
    border: 0;
    border-radius: 50%;
    background: var(--ks-v2-navy);
    color: #e1b86f;
}

html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-consult-card .ks-wills-benefits__icon::before {
    width: 28px;
    height: 28px;
}

html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-wills-benefits__grid .ks-revocable-consult-card h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    color: var(--ks-v2-navy);
    font-size: 29px !important;
}

html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-wills-benefits__grid .ks-revocable-consult-card p {
    max-width: 72ch;
    grid-column: 2;
    grid-row: 2;
    color: #31424f;
}

html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-consult-card__action {
    display: flex;
    grid-column: 3;
    grid-row: 1 / 3;
    align-items: center;
    justify-content: center;
}

html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-consult-card__button {
    min-width: 200px;
    margin: 0;
    justify-content: center;
    white-space: nowrap;
}

@media (max-width: 991px) {
    html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-wills-benefits__grid .ks-revocable-consult-card {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-consult-card__action {
        grid-column: 2;
        grid-row: 3;
        justify-content: flex-start;
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-wills-benefits__grid .ks-revocable-consult-card {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 8px 16px;
        margin-top: 10px;
        padding: 24px 20px;
    }

    html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-consult-card .ks-wills-benefits__icon {
        width: 48px;
        height: 48px;
    }

    html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-wills-benefits__grid .ks-revocable-consult-card h3 {
        font-size: 25px !important;
    }

    html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-consult-card__action {
        grid-column: 1 / -1;
        justify-content: stretch;
    }

    html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-revocable-consult-card__button {
        width: 100%;
    }
}

/* Estate Planning: precise process markers and clean connector geometry. */
html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process__step {
    border-top: 0;
    background: linear-gradient(rgba(11, 27, 41, 0.16), rgba(11, 27, 41, 0.16)) 88px 0 / calc(100% - 88px) 1px no-repeat;
}

html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process__number {
    z-index: 1;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 0 0 2px !important;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
    line-height: 1;
    text-align: center;
    text-indent: 0;
}

html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process__step::after {
    left: 26px;
    z-index: 0;
    transform: translateX(-50%);
    background: rgba(185, 141, 62, 0.5);
}

@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process__step {
        background-position: 66px 0;
        background-size: calc(100% - 66px) 1px;
    }

    html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process__number {
        padding-bottom: 1px !important;
        font-size: 16px;
    }

    html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process__step::after {
        left: 22px;
    }
}

/* Estate Planning: refined benefits layout and integrated consultation CTA. */
html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit {
    padding: 30px 0 34px;
}

html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit > .wpb_wrapper {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px 18px;
}

html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit__icon {
    position: static;
    width: 54px;
    height: 54px;
    grid-column: 1;
    grid-row: 1 / 3;
    border: 0;
    border-radius: 14px;
    background: rgba(216, 177, 111, 0.13);
    color: #e1b86f;
}

html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 2px 0 4px;
}

html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit p {
    grid-column: 2;
    grid-row: 2;
}

html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit--wide {
    margin-top: 16px !important;
    padding: 30px 32px;
    border: 0;
    border-radius: 16px;
    background: #f3e9da;
    color: var(--ks-v2-navy);
}

html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit--wide::before {
    display: none;
}

html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit--wide > .wpb_wrapper {
    max-width: none;
    grid-template-columns: 58px minmax(0, 1fr) 250px;
    grid-template-rows: auto auto;
    gap: 6px 24px;
    align-items: center;
}

html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit--wide .ks-ep-benefit__icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--ks-v2-navy);
    color: #e1b86f;
}

html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit--wide h3 {
    margin: 0;
    color: var(--ks-v2-navy);
    font-size: 29px !important;
}

html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit--wide p {
    max-width: 72ch;
    color: #31424f;
}

html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit--wide + .vc_btn3-container {
    box-sizing: border-box;
    width: 250px;
    max-width: calc(100% - 64px);
    grid-column: 1 / -1;
    grid-row: 4;
    align-self: center;
    justify-self: end;
    z-index: 2;
    margin: 0 32px 0 0;
    padding: 0;
}

html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit--wide + .vc_btn3-container .vc_btn3 {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    white-space: nowrap;
}

@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit {
        padding: 26px 0 30px;
    }

    html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit > .wpb_wrapper {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 8px 16px;
    }

    html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit__icon {
        width: 48px;
        height: 48px;
        margin: 0;
    }

    html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit--wide {
        margin-top: 10px !important;
        padding: 24px 20px 100px;
    }

    html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit--wide > .wpb_wrapper {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 8px 16px;
    }

    html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit--wide .ks-ep-benefit__icon {
        width: 48px;
        height: 48px;
    }

    html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit--wide h3 {
        font-size: 25px !important;
    }

    html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit--wide + .vc_btn3-container {
        width: auto;
        max-width: none;
        grid-column: 1;
        grid-row: 6;
        align-self: end;
        justify-self: stretch;
        margin: 0 20px 24px;
    }

    html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit--wide + .vc_btn3-container .vc_btn3 {
        min-width: 0;
        padding-right: 16px !important;
        padding-left: 16px !important;
        line-height: 1.35;
        white-space: normal;
    }
}

/* Estate Planning benefits: Visual Composer wrapper corrections. */
html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit > .wpb_wrapper > p:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
    margin: 0;
}

html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit > .wpb_wrapper > p:first-child .ks-ep-benefit__icon {
    margin: 0;
}

html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit > .wpb_wrapper > p:last-child {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
}

html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit--wide {
    grid-column: 1 / -1;
    grid-row: 4;
}

@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-benefit--wide {
        grid-column: 1;
        grid-row: 6;
    }
}

/* Estate Planning services: tighter ending after removing the duplicate consultation CTA. */
html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-services {
    padding-bottom: clamp(42px, 4vw, 54px);
}

@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-services {
        padding-bottom: 40px;
    }
}

/* Estate Planning services: final compact lower rhythm. */
html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-services {
    padding-bottom: 32px;
}

@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-services {
        padding-bottom: 30px;
    }
}


/* Power of Attorney page: refined definition callout. */
html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-wills-definition__copy > p:last-child {
    position: relative;
    overflow: hidden;
    margin: 26px 0 0;
    padding: 26px 30px 27px;
    border: 0;
    border-radius: 16px;
    background: #0b1b29;
    box-shadow: 0 18px 42px rgba(11, 27, 41, 0.16);
    color: #f8f5ef;
    line-height: 1.72;
}

html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-wills-definition__copy > p:last-child::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #c9a267 0%, rgba(201, 162, 103, 0.38) 56%, rgba(201, 162, 103, 0) 100%);
    content: "";
}

html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-wills-definition__copy > p:last-child::after {
    position: absolute;
    right: -54px;
    bottom: -70px;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(201, 162, 103, 0.16);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-wills-definition__copy > p:last-child {
        margin-top: 22px;
        padding: 23px 24px 24px;
    }
}


/* Advance Directives: purpose-built page polish and imagery. */
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-hero {
    background-image: linear-gradient(90deg, rgba(5,17,27,.94) 0%, rgba(5,17,27,.86) 28%, rgba(5,17,27,.62) 45%, rgba(5,17,27,.24) 62%, rgba(5,17,27,0) 76%), url('/wp-content/uploads/2026/09/advance-directives-hero-v1.webp');
    background-position: center center, center 44%;
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-hero h1 {
    max-width: 700px;
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-wills-intro__media img {
    object-position: center center;
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-wills-definition__copy > p:last-child {
    position: relative;
    overflow: hidden;
    margin: 26px 0 0;
    padding: 26px 30px 27px;
    border: 0;
    border-radius: 16px;
    background: #0b1b29;
    box-shadow: 0 18px 42px rgba(11, 27, 41, 0.16);
    color: #f8f5ef;
    line-height: 1.72;
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-wills-definition__copy > p:last-child::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #c9a267 0%, rgba(201, 162, 103, 0.38) 56%, rgba(201, 162, 103, 0) 100%);
    content: "";
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-wills-definition__copy > p:last-child::after {
    position: absolute;
    right: -54px;
    bottom: -70px;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(201, 162, 103, 0.16);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-documents__closing {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    margin-top: 28px;
    padding: 30px 32px;
    border-radius: 16px;
    background: var(--ks-v2-navy);
    box-shadow: 0 20px 44px rgba(7, 21, 32, 0.16);
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-documents__closing p {
    max-width: 78ch;
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: 16px;
    line-height: 1.7;
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-documents__closing .ks-wills-button {
    margin: 0;
    white-space: nowrap;
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-wills-team__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-wills-benefits__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 34px;
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-wills-benefits__grid article:not(.ks-advance-consult-card) {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px 18px;
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-wills-benefits__icon {
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 14px;
    background: rgba(216, 177, 111, 0.13);
    color: #e1b86f;
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) :is([class*="ks-advance-icon--"],.ks-wills-other__arrow)::before {
    display: grid !important;
    width: 100% !important;
    height: 100% !important;
    place-items: center;
    background: none !important;
    color: currentColor;
    content: var(--ks-fa-icon) !important;
    font-family: FontAwesome !important;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-wills-other__arrow::before {
    font-size: 17px;
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-icon--guidance::before { --ks-fa-icon: "\f086"; }
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-icon--documents::before { --ks-fa-icon: "\f15c"; }
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-icon--language::before { --ks-fa-icon: "\f1ab"; }
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-icon--consult::before { --ks-fa-icon: "\f073"; }
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-icon--injury::before { --ks-fa-icon: "\f0fa"; }
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-icon--property::before { --ks-fa-icon: "\f015"; }
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-wills-other__arrow::before { --ks-fa-icon: "\f061"; }
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-consult-card {
    display: grid;
    max-width: none;
    grid-column: 1 / -1;
    grid-template-columns: 58px minmax(0, 1fr) 220px;
    grid-template-rows: auto auto;
    gap: 6px 24px;
    align-items: center;
    margin-top: 18px;
    padding: 30px 32px;
    border: 0;
    border-radius: 16px;
    background: #f3e9da;
    color: var(--ks-v2-navy);
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-consult-card .ks-wills-benefits__icon {
    width: 58px;
    height: 58px;
    grid-column: 1;
    grid-row: 1 / 3;
    border-radius: 50%;
    background: rgba(11, 27, 41, 0.08);
    color: #a36b2f;
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-consult-card h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    color: var(--ks-v2-navy);
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-consult-card > p {
    grid-column: 2;
    grid-row: 2;
    color: #314453;
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-consult-card__action {
    grid-column: 3;
    grid-row: 1 / 3;
    justify-self: end;
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-consult-card__action .ks-wills-button {
    margin: 0;
    white-space: nowrap;
}
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-contact::before {
    background-image: linear-gradient(90deg, rgba(7,21,32,.98), rgba(7,21,32,.78)), url('/wp-content/uploads/2026/09/advance-directives-hero-v1.webp');
    background-position: center 48%;
}
@media (max-width: 991px) {
    html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-wills-benefits__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-consult-card {
        grid-template-columns: 58px minmax(0, 1fr);
    }
    html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-consult-card__action {
        grid-column: 2;
        grid-row: 3;
        justify-self: start;
        margin-top: 16px;
    }
}
@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-hero {
        background-image: linear-gradient(90deg, rgba(5,17,27,.94), rgba(5,17,27,.74)), url('/wp-content/uploads/2026/09/advance-directives-hero-v1.webp');
        background-position: center center, 66% center;
    }
    html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-wills-definition__copy > p:last-child {
        margin-top: 22px;
        padding: 23px 24px 24px;
    }
    html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-documents__closing {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 26px 24px;
    }
    html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-wills-team__grid {
        grid-template-columns: 1fr;
    }
    html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-consult-card {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 24px 22px;
    }
    html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-consult-card .ks-wills-benefits__icon {
        width: 48px;
        height: 48px;
    }
    html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-consult-card h3 {
        align-self: center;
    }
    html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-consult-card > p {
        grid-column: 1 / -1;
        grid-row: 3;
        margin-top: 12px;
    }
    html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-consult-card__action {
        grid-column: 1 / -1;
        grid-row: 4;
    }
    html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-contact::before {
        background-image: linear-gradient(rgba(7,21,32,.95), rgba(7,21,32,.95)), url('/wp-content/uploads/2026/09/advance-directives-hero-v1.webp');
    }
}


/* Living Trusts Lawyer: purpose-built imagery, editorial modules, and approved component polish. */
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-hero {
    background-image: linear-gradient(90deg, rgba(5,17,27,.94) 0%, rgba(5,17,27,.87) 27%, rgba(5,17,27,.64) 45%, rgba(5,17,27,.25) 62%, rgba(5,17,27,0) 77%), url('/wp-content/uploads/2026/09/living-trusts-hero-v1.webp');
    background-position: center center, center 38%;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-hero .ks-wills-hero__copy p + p {
    margin-top: 12px;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-wills-definition__copy > p:last-child {
    position: relative;
    overflow: hidden;
    margin: 26px 0 0;
    padding: 26px 30px 27px;
    border: 0;
    border-radius: 16px;
    background: #0b1b29;
    box-shadow: 0 18px 42px rgba(11, 27, 41, 0.16);
    color: #f8f5ef;
    line-height: 1.72;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-wills-definition__copy > p:last-child::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #c9a267 0%, rgba(201, 162, 103, 0.38) 56%, rgba(201, 162, 103, 0) 100%);
    content: "";
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-wills-definition__copy > p:last-child::after {
    position: absolute;
    right: -54px;
    bottom: -70px;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(201, 162, 103, 0.16);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-help {
    background: #fff;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-help__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-help__grid article {
    display: flex;
    min-height: 118px;
    gap: 18px;
    align-items: center;
    margin: 0;
    padding: 24px 26px;
    border-radius: 14px;
    background: #fbfaf7;
    box-shadow: inset 0 0 0 1px rgba(11,27,41,.12);
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-help__grid p {
    margin: 0;
    min-width: 0;
    width: auto;
    flex: 1 1 auto;
    color: #253847;
    font-size: 16px;
    line-height: 1.58;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 14px;
    background: rgba(201,162,103,.13);
    color: #b77a35;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-help__closing {
    position: relative;
    overflow: hidden;
    margin-top: 22px;
    padding: 30px 34px;
    border-radius: 16px;
    background: var(--ks-v2-navy);
    box-shadow: 0 20px 44px rgba(7,21,32,.16);
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-help__closing::after {
    position: absolute;
    right: -58px;
    bottom: -78px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(201,162,103,.18);
    border-radius: 50%;
    content: "";
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-help__closing h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 28px !important;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-help__closing p {
    max-width: 84ch;
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: 16px;
    line-height: 1.72;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-services {
    background: #f7f3ec;
    box-shadow: 0 0 0 100vmax #f7f3ec;
    clip-path: inset(0 -100vmax);
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-services__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-services__grid article {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 34px 34px 36px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(7,21,32,.09);
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-services__grid article::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--ks-v2-gold) 0%, rgba(201,162,103,.38) 56%, rgba(201,162,103,0) 100%);
    content: "";
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-services__grid h3 {
    margin: 0 0 16px;
    color: var(--ks-v2-navy);
    font-size: 31px !important;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-services__grid p {
    margin: 0 0 14px;
    color: #334653;
    font-size: 15px;
    line-height: 1.72;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-services__grid p:last-child {
    margin-bottom: 0;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-wills-benefits__grid article:not(.ks-living-trust-consult-card) {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px 18px;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-wills-benefits__icon {
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 14px;
    background: rgba(216,177,111,.13);
    color: #e1b86f;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) :is([class*="ks-living-trust-icon--"],.ks-wills-other__arrow)::before {
    display: grid !important;
    width: 100% !important;
    height: 100% !important;
    place-items: center;
    background: none !important;
    color: currentColor;
    content: var(--ks-fa-icon) !important;
    font-family: FontAwesome !important;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-wills-other__arrow::before { font-size: 17px; }
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-icon--probate::before { --ks-fa-icon: "\f19c"; }
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-icon--privacy::before { --ks-fa-icon: "\f070"; }
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-icon--continuity::before { --ks-fa-icon: "\f021"; }
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-icon--instructions::before { --ks-fa-icon: "\f15c"; }
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-icon--distribution::before { --ks-fa-icon: "\f084"; }
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-icon--family::before { --ks-fa-icon: "\f0c0"; }
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-icon--guidance::before { --ks-fa-icon: "\f086"; }
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-icon--trustee::before { --ks-fa-icon: "\f007"; }
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-icon--documents::before { --ks-fa-icon: "\f0f6"; }
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-icon--coordination::before { --ks-fa-icon: "\f0c1"; }
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-icon--consult::before { --ks-fa-icon: "\f073"; }
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-icon--injury::before { --ks-fa-icon: "\f0fa"; }
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-icon--property::before { --ks-fa-icon: "\f015"; }
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-wills-other__arrow::before { --ks-fa-icon: "\f061"; }
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-consult-card {
    display: grid;
    max-width: none;
    grid-column: 1 / -1;
    grid-template-columns: 58px minmax(0, 1fr) 220px;
    grid-template-rows: auto auto;
    gap: 6px 24px;
    align-items: center;
    margin-top: 16px;
    padding: 30px 32px;
    border: 0;
    border-radius: 16px;
    background: #f3e9da;
    color: var(--ks-v2-navy);
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-consult-card .ks-wills-benefits__icon {
    width: 58px;
    height: 58px;
    grid-column: 1;
    grid-row: 1 / 3;
    border-radius: 50%;
    background: rgba(11,27,41,.08);
    color: #a36b2f;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-consult-card h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    color: var(--ks-v2-navy);
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-consult-card > p {
    grid-column: 2;
    grid-row: 2;
    color: #314453;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-consult-card__action {
    grid-column: 3;
    grid-row: 1 / 3;
    justify-self: end;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-consult-card__action .ks-wills-button {
    margin: 0;
    white-space: nowrap;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-contact::before {
    background-image: linear-gradient(90deg,rgba(7,21,32,.98),rgba(7,21,32,.78)), url('/wp-content/uploads/2026/09/living-trusts-hero-v1.webp');
    background-position: center 45%;
}
@media (min-width: 992px) {
    html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-wills-definition__copy > p {
        transform: translateY(clamp(48px, 4.5vw, 64px));
    }
}

@media (max-width: 991px) {
    html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-services__grid {
        grid-template-columns: 1fr;
    }
    html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-consult-card {
        grid-template-columns: 58px minmax(0, 1fr);
    }
    html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-consult-card__action {
        grid-column: 2;
        grid-row: 3;
        justify-self: start;
        margin-top: 16px;
    }
}
@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-hero {
        background-image: linear-gradient(90deg,rgba(5,17,27,.95),rgba(5,17,27,.75)), url('/wp-content/uploads/2026/09/living-trusts-hero-v1.webp');
        background-position: center center, 68% center;
    }
    html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-wills-definition__copy > p:last-child {
        margin-top: 22px;
        padding: 23px 24px 24px;
    }
    html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-help__grid {
        grid-template-columns: 1fr;
    }
    html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-help__grid article {
        min-height: 0;
        grid-template-columns: 46px minmax(0, 1fr);
        padding: 20px;
    }
    html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-icon {
        width: 46px;
        height: 46px;
    }
    html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-help__closing {
        padding: 26px 24px;
    }
    html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-services__grid article {
        padding: 28px 24px 30px;
    }
    html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-consult-card {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 24px 22px;
    }
    html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-consult-card .ks-wills-benefits__icon {
        width: 48px;
        height: 48px;
    }
    html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-consult-card > p {
        grid-column: 1 / -1;
        grid-row: 3;
        margin-top: 12px;
    }
    html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-consult-card__action {
        grid-column: 1 / -1;
        grid-row: 4;
    }
    html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-contact::before {
        background-image: linear-gradient(rgba(7,21,32,.95),rgba(7,21,32,.95)), url('/wp-content/uploads/2026/09/living-trusts-hero-v1.webp');
    }
}


/* Living trust service card actions */
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-services__grid article {
    display: flex;
    flex-direction: column;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-services__grid h3 a {
    color: inherit;
    text-decoration: none;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-services__grid h3 a:hover,
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-services__grid h3 a:focus-visible {
    color: #9f692f;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-service__button {
    align-self: flex-start;
    margin-top: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-services__grid article > p:has(> .ks-living-trust-service__button) {
    display: flex;
    align-items: flex-end;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 22px;
}

html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-service__button--pending,
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-service__button--pending:hover {
    border: 1px solid rgba(11,27,41,.18) !important;
    background: #ece7df !important;
    box-shadow: none !important;
    color: #65717a !important;
    cursor: not-allowed;
    transform: none;
}
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-service__button--pending::after {
    opacity: .48;
}
/* Living trust pending action specificity */
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-modern-page.ks-modern-page .ks-wills-button.ks-wills-button.ks-living-trust-service__button--pending,
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-modern-page.ks-modern-page .ks-wills-button.ks-wills-button.ks-living-trust-service__button--pending:hover {
    border-color: rgba(11,27,41,.18) !important;
    background: #ece7df !important;
    background-image: none !important;
    box-shadow: none !important;
    color: #65717a !important;
    text-shadow: none !important;
    cursor: not-allowed;
    transform: none !important;
}
/* Living trust consultation card safe insets */
html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-wills-benefits__grid article.ks-living-trust-consult-card {
    padding: 32px 40px;
}
@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-wills-benefits__grid article.ks-living-trust-consult-card {
        padding: 26px 24px;
    }
}
/* Advance directives consultation card safe insets */
html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-wills-benefits__grid article.ks-advance-consult-card {
    padding: 32px 40px;
}
@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-wills-benefits__grid article.ks-advance-consult-card {
        padding: 26px 24px;
    }
}
/* Living wills highlighted final condition and closing statement */
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-when .ks-living-list__grid article:last-child {
    min-height: 108px;
    padding: 25px 28px;
    border: 0;
    background: #f3e9da;
    box-shadow: 0 16px 34px rgba(7,21,32,.09);
}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-when .ks-living-list__grid article:last-child .ks-living-icon {
    border-radius: 14px;
    background: rgba(11,27,41,.08);
    color: #a86f31;
}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-when .ks-living-list__grid article:last-child p {
    color: var(--ks-v2-navy);
    font-weight: 700;
}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-when .ks-living-list__closing {
    position: relative;
    overflow: hidden;
    max-width: none;
    margin-top: 20px;
    padding: 30px 34px 32px;
    border: 0;
    border-radius: 16px;
    background: var(--ks-v2-navy);
    box-shadow: 0 20px 44px rgba(7,21,32,.16);
    color: rgba(255,255,255,.9);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.65;
}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-when .ks-living-list__closing::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--ks-v2-gold) 0%, rgba(201,162,103,.42) 58%, rgba(201,162,103,0) 100%);
    content: "";
}
@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-when .ks-living-list__grid article:last-child {
        grid-template-columns: 46px minmax(0,1fr);
        padding: 22px 20px;
    }
    html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-when .ks-living-list__closing {
        padding: 25px 24px 27px;
        font-size: 16px;
    }
}
/* Living wills cover-section final emphasis */
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-cover .ks-living-cover__grid article:last-child {
    min-height: 108px;
    margin-top: 16px;
    padding: 24px 28px;
    border: 0;
    border-radius: 14px;
    background: rgba(201, 162, 103, .13);
    box-shadow: inset 0 0 0 1px rgba(201, 162, 103, .26);
}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-cover .ks-living-cover__grid article:last-child .ks-living-icon {
    border-radius: 14px;
    background: rgba(201, 162, 103, .14);
    color: #e1b86f;
}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-cover .ks-living-cover__grid article:last-child p {
    color: #fff;
    font-weight: 700;
}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-cover .ks-living-cover__closing {
    position: relative;
    overflow: hidden;
    max-width: none;
    margin-top: 20px;
    padding: 30px 34px 32px;
    border-radius: 16px;
    background: #f3e9da;
    box-shadow: 0 20px 44px rgba(0, 0, 0, .22);
    color: var(--ks-v2-navy);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.65;
}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-cover .ks-living-cover__closing::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--ks-v2-gold) 0%, rgba(201, 162, 103, .42) 58%, rgba(201, 162, 103, 0) 100%);
    content: '';
}
@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-cover .ks-living-cover__grid article:last-child {
        grid-column: auto;
        grid-template-columns: 44px minmax(0, 1fr);
        margin-top: 8px;
        padding: 22px 20px;
    }
    html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-cover .ks-living-cover__closing {
        padding: 25px 24px 27px;
        font-size: 16px;
    }
}
/* Living wills comparison cards polish */
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare .ks-living-compare__body {
    gap: 22px 24px;
}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare .ks-living-compare__body > p:nth-child(2),
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare .ks-living-compare__body > p:nth-child(3) {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    padding: 34px 36px;
    border: 0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(7, 21, 32, .09);
    color: var(--ks-v2-navy);
    font-size: 17px;
    line-height: 1.7;
}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare .ks-living-compare__body > p:nth-child(2)::before,
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare .ks-living-compare__body > p:nth-child(3)::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--ks-v2-gold) 0%, rgba(201, 162, 103, .4) 60%, rgba(201, 162, 103, 0) 100%);
    content: '';
}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare .ks-living-compare__body > p:nth-child(4) {
    position: relative;
    overflow: hidden;
    margin-top: 4px;
    padding: 34px 38px 36px;
    border-radius: 16px;
    background: var(--ks-v2-navy);
    box-shadow: 0 20px 44px rgba(7, 21, 32, .18);
    color: rgba(255, 255, 255, .9);
    font-size: 17px;
    line-height: 1.72;
}
html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare .ks-living-compare__body > p:nth-child(4)::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--ks-v2-gold) 0%, rgba(201, 162, 103, .45) 58%, rgba(201, 162, 103, 0) 100%);
    content: '';
}
@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare .ks-living-compare__body {
        gap: 16px;
    }
    html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare .ks-living-compare__body > p:nth-child(2),
    html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare .ks-living-compare__body > p:nth-child(3) {
        min-height: 0;
        padding: 26px 24px 28px;
        font-size: 16px;
    }
    html body#cms-theme:is(.page-id-4655,.page-id-4656) .ks-living-compare .ks-living-compare__body > p:nth-child(4) {
        margin-top: 2px;
        padding: 27px 24px 29px;
        font-size: 16px;
    }
}
/* Personal injury editorial intro polish */
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: minmax(370px, .8fr) minmax(0, 1.2fr);
    grid-template-areas:
        "media heading"
        "media copy"
        "media consult";
    gap: 24px clamp(48px, 5vw, 72px);
    align-items: start;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__heading {
    grid-area: heading;
    margin: 0;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__heading h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(44px, 4.1vw, 60px) !important;
    line-height: 1.06;
    text-wrap: balance;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__copy {
    grid-area: copy;
    margin: 0;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__copy p {
    max-width: 72ch;
    margin: 0 0 22px;
    color: #263846;
    font-size: 16px;
    line-height: 1.72;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__copy p:first-child {
    color: var(--ks-v2-navy);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.62;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__copy p:nth-child(2) {
    position: relative;
    overflow: hidden;
    padding: 20px 24px 22px;
    border-radius: 12px;
    background: #f3e9da;
    color: var(--ks-v2-navy);
    font-weight: 700;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__copy p:nth-child(2)::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--ks-v2-gold) 0%, rgba(201, 162, 103, .38) 60%, rgba(201, 162, 103, 0) 100%);
    content: '';
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__copy p:nth-child(4) {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    padding: 24px 26px 26px;
    border-radius: 14px;
    background: var(--ks-v2-navy);
    box-shadow: 0 18px 42px rgba(7, 21, 32, .16);
    color: rgba(255, 255, 255, .92);
    font-weight: 700;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__copy p:nth-child(4)::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--ks-v2-gold) 0%, rgba(201, 162, 103, .42) 58%, rgba(201, 162, 103, 0) 100%);
    content: '';
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__image {
    grid-area: media;
    align-self: stretch;
    margin: 0 !important;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__image .vc_figure,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__image .vc_single_image-wrapper {
    height: 100%;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__image img {
    width: 100%;
    height: 100%;
    min-height: 760px;
    border-radius: 16px;
    object-fit: cover;
    object-position: center center;
    box-shadow: 0 24px 58px rgba(7, 21, 32, .16);
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__consult {
    grid-area: consult;
    min-height: 104px;
    max-width: none;
    margin: 2px 0 0;
    padding: 26px 294px 26px 28px;
    border: 0;
    border-radius: 14px;
    background: #f3e9da;
    align-content: center;
}
html body#cms-theme.page-id-3101 .ks-pi-intro__consult {
    padding-right: 364px;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__consult p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro .vc_btn3-container {
    z-index: 2;
    grid-area: consult;
    align-self: center;
    justify-self: end;
    margin: 2px 22px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro > .wpb_column > .vc_column-inner > .wpb_wrapper {
        grid-template-areas:
            "media heading"
            "media copy"
            "media consult"
            "media button";
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__consult {
        padding: 24px 26px;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro .vc_btn3-container {
        grid-area: button;
        justify-self: start;
        margin: -8px 0 0;
    }
}
@media (max-width: 991px) {
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro > .wpb_column > .vc_column-inner > .wpb_wrapper {
        grid-template-columns: 1fr;
        grid-template-areas:
            "heading"
            "media"
            "copy"
            "consult"
            "button";
        gap: 24px;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__image img {
        height: clamp(420px, 68vw, 620px);
        min-height: 0;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__consult {
        min-height: 0;
        padding: 24px 26px;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro .vc_btn3-container {
        grid-area: button;
        justify-self: start;
        margin: -8px 0 0;
    }
}
@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__heading h2 {
        font-size: clamp(38px, 11vw, 48px) !important;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__copy p:first-child {
        font-size: 17px;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__copy p:nth-child(2),
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__copy p:nth-child(4) {
        padding: 22px 20px 24px;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__image img {
        height: 480px;
    }
}
/* Personal injury case sections editorial cards */
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card + .ks-pi-case-card {
    margin-top: clamp(54px, 7vw, 86px) !important;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--wide {
    overflow: visible !important;
    grid-column: 1 / -1;
    margin: 0 !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card > .wpb_wrapper,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--reverse > .wpb_wrapper,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--wide > .wpb_wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
    gap: clamp(32px, 5vw, 64px);
    align-items: start;
    min-height: 0;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card .ks-pi-case-card__content,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--wide .ks-pi-case-card__content {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    overflow: hidden;
    padding: clamp(38px, 4.2vw, 54px);
    border-radius: 16px;
    background: var(--ks-v2-navy);
    box-shadow: 0 24px 56px rgba(7, 21, 32, .16);
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card__content::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--ks-v2-gold) 0%, rgba(201, 162, 103, .45) 58%, rgba(201, 162, 103, 0) 100%);
    content: '';
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card .ks-pi-case-card__media,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--wide .ks-pi-case-card__media {
    position: relative !important;
    top: auto;
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
    margin: 0;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--reverse .ks-pi-case-card__media {
    grid-column: 1;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--reverse .ks-pi-case-card__content {
    grid-column: 2;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center center;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card__content h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(34px, 3.2vw, 46px) !important;
    line-height: 1.08;
    text-wrap: balance;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card__content p {
    max-width: 70ch;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 1.7;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card__content h3 + p {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.62;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card__content ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 26px;
    margin: 20px 0 26px;
    padding: 12px 0;
    border-top: 1px solid rgba(201, 162, 103, .42);
    border-bottom: 1px solid rgba(201, 162, 103, .42);
    border-radius: 0;
    background: transparent;
    list-style: none;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card__content li {
    position: relative;
    margin: 0;
    padding: 10px 0 10px 18px;
    color: rgba(255, 255, 255, .94);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card__content li::before {
    position: absolute;
    top: 1.05em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ks-v2-gold);
    content: '';
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card__content > p:last-child {
    position: relative;
    overflow: hidden;
    margin: 26px 0 0;
    padding: 22px 0 0;
    border-top: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, .9);
    font-weight: 600;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card__content > p:last-child::before {
    content: none;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--wide {
    columns: auto;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_btn3-container {
    display: block;
    width: 100%;
    margin: clamp(44px, 5vw, 64px) auto 0 !important;
    text-align: center;
}
@media (max-width: 991px) {
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card > .wpb_wrapper,
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--reverse > .wpb_wrapper,
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--wide > .wpb_wrapper {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card .ks-pi-case-card__media,
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--reverse .ks-pi-case-card__media,
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--wide .ks-pi-case-card__media {
        display: block;
        grid-column: 1;
        grid-row: 1;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card .ks-pi-case-card__content,
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--reverse .ks-pi-case-card__content,
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--wide .ks-pi-case-card__content {
        display: block;
        grid-column: 1;
        grid-row: 2;
        padding: 36px 34px 38px;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card__media img {
        height: clamp(300px, 58vw, 460px);
        min-height: 0;
    }
}
@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card + .ks-pi-case-card {
        margin-top: 42px !important;
    }

    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_btn3-container {
        margin-top: 36px !important;
    }

    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card,
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--wide {
        padding: 0;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card .ks-pi-case-card__content,
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--reverse .ks-pi-case-card__content,
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--wide .ks-pi-case-card__content {
        padding: 31px 24px 33px;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card__content h3 {
        font-size: 34px !important;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card__content ul {
        grid-template-columns: 1fr;
        padding: 10px 0;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card__content > p:last-child {
        padding: 20px 0 0;
    }
}
/* Personal injury case media composition fix */
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card .ks-pi-case-card__media,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--reverse .ks-pi-case-card__media,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--wide .ks-pi-case-card__media {
    display: block;
    min-height: 100%;
    padding: 0;
    background: transparent;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card__media img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    object-fit: cover;
    object-position: center center;
    box-shadow: 0 24px 54px rgba(7, 21, 32, .18);
}
@media (max-width: 991px) {
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card .ks-pi-case-card__media,
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--reverse .ks-pi-case-card__media,
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--wide .ks-pi-case-card__media {
        min-height: 0;
        padding: 0;
        background: transparent;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card__media img {
        height: auto;
        aspect-ratio: 16 / 10;
        border-radius: 14px;
        box-shadow: 0 18px 38px rgba(7, 21, 32, .14);
    }
}
/* Personal injury case media sticky alignment */
@media (min-width: 992px) {
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card .ks-pi-case-card__media,
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--reverse .ks-pi-case-card__media,
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card--wide .ks-pi-case-card__media {
        align-self: stretch;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card__media img {
        position: sticky;
        top: 120px;
    }
}
@media (max-width: 991px) {
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card__media img {
        position: static;
    }
}
/* Personal injury trust section professional icon system */
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-trust .ks-service-benefit > .wpb_wrapper {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 6px 18px;
    align-items: start;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-trust .ks-pi-trust__icon {
    display: grid;
    width: 60px;
    height: 60px;
    grid-column: 1;
    grid-row: 1 / 3;
    place-items: center;
    border: 0;
    border-radius: 14px;
    background: rgba(201, 162, 103, .14);
    color: #d9ad62;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-trust .ks-pi-trust__icon > svg {
    display: none !important;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-trust .ks-pi-trust__icon::before {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: currentColor;
    content: var(--ks-pi-trust-fa-icon);
    font-family: FontAwesome;
    font-size: 27px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-trust > .wpb_column > .vc_column-inner > .wpb_wrapper > .ks-service-benefit:nth-child(2) .ks-pi-trust__icon { --ks-pi-trust-fa-icon: "\f2b5"; }
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-trust > .wpb_column > .vc_column-inner > .wpb_wrapper > .ks-service-benefit:nth-child(3) .ks-pi-trust__icon { --ks-pi-trust-fa-icon: "\f086"; }
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-trust > .wpb_column > .vc_column-inner > .wpb_wrapper > .ks-service-benefit:nth-child(4) .ks-pi-trust__icon { --ks-pi-trust-fa-icon: "\f132"; }
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-trust > .wpb_column > .vc_column-inner > .wpb_wrapper > .ks-service-benefit:nth-child(5) .ks-pi-trust__icon { --ks-pi-trust-fa-icon: "\f19c"; }
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-trust > .wpb_column > .vc_column-inner > .wpb_wrapper > .ks-service-benefit:nth-child(6) .ks-pi-trust__icon { --ks-pi-trust-fa-icon: "\f073"; }
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-trust .ks-service-benefit h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 2px 0 4px;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-trust .ks-service-benefit p {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-trust .ks-service-benefit:nth-last-child(2) .ks-pi-trust__icon {
    background: rgba(201, 162, 103, .18);
    color: #e1b86f;
}
@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-trust .ks-service-benefit > .wpb_wrapper {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 7px 15px;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-trust .ks-pi-trust__icon {
        width: 50px;
        height: 50px;
        border-radius: 12px;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-trust .ks-pi-trust__icon::before {
        font-size: 23px;
    }
}
/* Personal injury compensation professional icon system */
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation .ks-pi-compensation__item > .wpb_wrapper {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 6px 18px;
    align-items: start;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation .ks-pi-compensation__icon {
    display: grid;
    width: 58px;
    height: 58px;
    grid-column: 1;
    grid-row: 1 / 3;
    place-items: center;
    border: 0;
    border-radius: 14px;
    background: rgba(201, 162, 103, .14);
    color: #c99748;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation .ks-pi-compensation__icon > svg {
    display: none !important;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation .ks-pi-compensation__icon::before {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: currentColor;
    content: var(--ks-pi-compensation-fa-icon);
    font-family: FontAwesome;
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation > .wpb_column > .vc_column-inner > .wpb_wrapper > .ks-pi-compensation__item:nth-child(2) .ks-pi-compensation__icon { --ks-pi-compensation-fa-icon: "\f0fa"; }
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation > .wpb_column > .vc_column-inner > .wpb_wrapper > .ks-pi-compensation__item:nth-child(3) .ks-pi-compensation__icon { --ks-pi-compensation-fa-icon: "\f073"; }
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation > .wpb_column > .vc_column-inner > .wpb_wrapper > .ks-pi-compensation__item:nth-child(4) .ks-pi-compensation__icon { --ks-pi-compensation-fa-icon: "\f0d6"; }
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation > .wpb_column > .vc_column-inner > .wpb_wrapper > .ks-pi-compensation__item:nth-child(5) .ks-pi-compensation__icon { --ks-pi-compensation-fa-icon: "\f201"; }
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation > .wpb_column > .vc_column-inner > .wpb_wrapper > .ks-pi-compensation__item:nth-child(6) .ks-pi-compensation__icon { --ks-pi-compensation-fa-icon: "\f21e"; }
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation > .wpb_column > .vc_column-inner > .wpb_wrapper > .ks-pi-compensation__item:nth-child(7) .ks-pi-compensation__icon { --ks-pi-compensation-fa-icon: "\f004"; }
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation > .wpb_column > .vc_column-inner > .wpb_wrapper > .ks-pi-compensation__item:nth-child(8) .ks-pi-compensation__icon { --ks-pi-compensation-fa-icon: "\f193"; }
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation > .wpb_column > .vc_column-inner > .wpb_wrapper > .ks-pi-compensation__item:nth-child(9) .ks-pi-compensation__icon { --ks-pi-compensation-fa-icon: "\f0c0"; }
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation .ks-pi-compensation__item h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 2px 0 4px;
}
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation .ks-pi-compensation__item p {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
}
@media (max-width: 767px) {
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation .ks-pi-compensation__item > .wpb_wrapper {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 7px 15px;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation .ks-pi-compensation__icon {
        width: 50px;
        height: 50px;
        border-radius: 12px;
    }
    html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation .ks-pi-compensation__icon::before {
        font-size: 22px;
    }
}
/* Personal injury process: numbered timeline consistent with estate-planning pages. */
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	counter-reset: ks-pi-process-step;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .ks-pi-section-heading,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .vc_btn3-container {
	width: 100%;
	max-width: 930px;
	margin-right: auto;
	margin-left: auto;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .ks-service-process__step {
	position: relative;
	width: 100%;
	max-width: 930px;
	margin: 0 auto !important;
	padding: 28px 0 30px 88px;
	border: 0;
	border-top: 1px solid rgba(11, 27, 41, 0.16);
	background: transparent;
	counter-increment: ks-pi-process-step;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .ks-service-process__step::before {
	position: absolute;
	top: 25px;
	left: 0;
	display: grid;
	box-sizing: border-box;
	width: 56px;
	height: 56px;
	place-items: center;
	padding: 0;
	border: 1px solid var(--ks-v2-gold);
	border-radius: 50%;
	background: var(--ks-v2-navy);
	color: #fff;
	content: counter(ks-pi-process-step);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .ks-service-process__step::after {
	position: absolute;
	top: 81px;
	bottom: -1px;
	left: 27px;
	width: 1px;
	background: rgba(185, 141, 62, 0.45);
	content: "";
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .ks-service-process__step:last-of-type::after {
	display: none;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .ks-service-process__step h3 {
	margin: 0 0 10px;
	font-size: 25px !important;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .ks-service-process__step p {
	max-width: 72ch;
	margin: 0 0 10px;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .ks-service-process__step p:last-child {
	margin-bottom: 0;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .vc_btn3-container {
	padding-left: 88px;
}

@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .ks-service-process__step {
		padding: 24px 0 26px 70px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .ks-service-process__step::before {
		top: 22px;
		width: 48px;
		height: 48px;
		font-size: 19px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .ks-service-process__step::after {
		top: 70px;
		left: 23px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .ks-service-process__step h3 {
		font-size: 22px !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .vc_btn3-container {
		padding-left: 70px;
	}
}

/* Stop the timeline precisely at the final process marker. */
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .ks-service-process__step:nth-last-child(2)::before {
	display: grid !important;
	content: "6";
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .ks-service-process__step:nth-last-child(2)::after {
	display: none;
}

/* Compact the transition between the post-injury guidance and consultation guide. */
@media (min-width: 768px) {
	html body#cms-theme:is(.page-id-3103,.page-id-3101) #pi-after-injury > .wpb_column > .vc_column-inner {
		padding-bottom: 36px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) #pi-free-consultation {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) #pi-free-consultation > .wpb_column > .vc_column-inner {
		padding-top: 0;
		padding-bottom: 0;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) #pi-legal-claim {
		padding-top: 48px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) #pi-legal-claim > .wpb_column > .vc_column-inner {
		padding-top: 0;
	}
}

/* Personal injury FAQ: match the shared estate-planning accordion system. */
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq {
	scroll-margin-top: 132px;
	background: #fff !important;
	box-shadow: 0 0 0 100vmax #fff !important;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq > .wpb_column > .vc_column-inner {
	padding: 120px 0 64px !important;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .ks-service-faq__heading {
	max-width: 820px;
	margin: 0 auto 35px !important;
	text-align: center;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .ks-service-faq__heading h2 {
	margin: 0 !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 40px !important;
	font-weight: 700;
	line-height: 1.15 !important;
	letter-spacing: -0.02em;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .vc_tta-panels {
	padding: 10px 30px;
	border: 1px solid #c5c5c5;
	border-radius: 0;
	background: #fff;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .vc_tta-panel {
	margin: 0;
	border: 0;
	background: #fff;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .vc_tta-panel-heading {
	border: 0 !important;
	border-bottom: 1px solid rgba(16, 33, 49, 0.18) !important;
	border-radius: 0 !important;
	background: #fff !important;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .vc_tta-panel:last-child > .vc_tta-panel-heading {
	border-bottom: 0 !important;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .vc_tta-panel-title > a {
	padding: 12.5px 46px 12.5px 10px !important;
	color: #102131 !important;
	font-family: Montserrat, sans-serif !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .vc_tta-controls-icon {
	right: 16px !important;
	left: auto !important;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .vc_tta-panel-body {
	padding: 16px 10px 25px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #2a3036;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .vc_tta-panel-body p {
	margin: 0 0 12px;
	font-size: 17px;
	line-height: 1.7;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .vc_tta-panel-body p:last-child {
	margin-bottom: 0;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .vc_tta-panel-title > a:focus-visible {
	outline: 2px solid var(--ks-v2-gold);
	outline-offset: -2px;
}

@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq {
		scroll-margin-top: 92px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq > .wpb_column > .vc_column-inner {
		padding: 88px 15px 58px !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .ks-service-faq__heading {
		margin-bottom: 32px !important;
		text-align: center !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .ks-service-faq__heading h2 {
		font-size: 32px !important;
		line-height: 1.15 !important;
		text-align: center !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .vc_tta-panels {
		padding: 6px 18px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .vc_tta-panel-title > a {
		padding: 16px 42px 16px 4px !important;
		font-size: 16px !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .vc_tta-panel-body {
		padding: 12px 4px 22px !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .vc_tta-panel-body p {
		font-size: 16px;
	}
}

/* Personal injury intro: contained text column with a sticky supporting image. */
@media (min-width: 992px) {
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro > .wpb_column,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro > .wpb_column > .vc_column-inner,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro > .wpb_column > .vc_column-inner > .wpb_wrapper {
		overflow: visible !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__heading,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__copy,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__consult,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro .vc_btn3-container {
		position: relative;
		z-index: 1;
		min-width: 0;
		grid-column: 2;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__image {
		position: sticky;
		top: 112px;
		z-index: 0;
		align-self: start;
		height: clamp(520px, calc(100vh - 150px), 760px);
		min-width: 0;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__image .vc_figure,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__image .vc_single_image-wrapper,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__image img {
		height: 100%;
		min-height: 0;
	}
}

@media (max-width: 991px) {
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__image {
		position: static;
		height: auto;
	}
}


/* Healthcare Power of Attorney page: extension of the established estate-planning system. */
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-hero {
	background-image: linear-gradient(90deg, rgba(5, 17, 27, .96) 0%, rgba(5, 17, 27, .88) 29%, rgba(5, 17, 27, .62) 47%, rgba(5, 17, 27, .18) 67%, rgba(5, 17, 27, 0) 82%), url('/wp-content/uploads/2026/09/healthcare-poa-hero-v1.webp');
	background-position: center, center center;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-hero h1 {
	max-width: 790px;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon-grid article {
	display: grid;
	min-height: 116px;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 22px 24px;
	border: 1px solid rgba(11, 27, 41, .12);
	border-radius: 14px;
	background: #fff;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon-grid p,
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-agent__grid p {
	margin: 0;
	font-size: 16px;
	line-height: 1.58;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 14px;
	background: #f4eee4;
	color: #b78239;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon::before,
html body#cms-theme:is(.page-id-4658,.page-id-4659) :is([class*="ks-healthcare-benefit--"],[class*="ks-healthcare-service--"],.ks-wills-other__arrow)::before {
	display: block;
	content: var(--ks-healthcare-fa);
	font-family: FontAwesome;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon--surgery { --ks-healthcare-fa: "\f0fa"; }
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon--condition { --ks-healthcare-fa: "\f21e"; }
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon--authority { --ks-healthcare-fa: "\f007"; }
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon--wishes { --ks-healthcare-fa: "\f004"; }
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon--documents { --ks-healthcare-fa: "\f15c"; }
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon--business { --ks-healthcare-fa: "\f0b1"; }
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon--family { --ks-healthcare-fa: "\f0c0"; }
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon--doctor { --ks-healthcare-fa: "\f0f0"; }
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon--records { --ks-healthcare-fa: "\f15c"; }
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon--treatment { --ks-healthcare-fa: "\f0fa"; }
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon--location { --ks-healthcare-fa: "\f041"; }
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon--life { --ks-healthcare-fa: "\f21e"; }
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon--instructions { --ks-healthcare-fa: "\f0ae"; }

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-when {
	background: #fbfaf7;
	box-shadow: 0 0 0 100vmax #fbfaf7;
	clip-path: inset(0 -100vmax);
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-action-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 32px;
	align-items: center;
	margin-top: 28px;
	padding: 30px 32px;
	border-radius: 16px;
	background: var(--ks-v2-navy);
	box-shadow: 0 18px 42px rgba(7, 21, 32, .14);
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-action-card p {
	max-width: 74ch;
	margin: 0;
	color: rgba(255, 255, 255, .9);
	font-weight: 700;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-action-card .ks-wills-button {
	margin: 0;
	white-space: nowrap;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-agent {
	background: var(--ks-v2-navy);
	box-shadow: 0 0 0 100vmax var(--ks-v2-navy);
	clip-path: inset(0 -100vmax);
	color: #fff;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-agent .ks-wills-heading h2 {
	color: #fff;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-agent .ks-wills-heading p {
	color: rgba(255, 255, 255, .78);
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-agent__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 56px;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-agent__grid article {
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 22px 0;
	border-top: 1px solid rgba(201, 162, 103, .34);
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-agent__grid .ks-healthcare-icon {
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, .08);
	color: #d8b16f;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-agent__grid p {
	color: rgba(255, 255, 255, .9);
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-agent__wide {
	grid-column: 1 / -1;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-agent__notes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-top: 30px;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-agent__notes p {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	margin: 0;
	padding: 26px 28px;
	border: 1px solid rgba(201, 162, 103, .42);
	border-radius: 14px;
	background: #fff;
	color: #263846;
	font-size: 16px;
	line-height: 1.7;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-agent__notes p::before {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 12px;
	background: #f3e9da;
	color: #b77a2f;
	content: "\f05a";
	font-family: FontAwesome;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-agent__notes p:nth-child(2)::before {
	content: "\f058";
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-choice {
	background: #fff;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-choice__layout {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-choice__layout h2,
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-choice__closing {
	grid-column: 1 / -1;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-choice__layout h2 {
	max-width: 900px;
	margin-bottom: 18px;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-choice__card {
	padding: 30px 32px;
	border-top: 1px solid var(--ks-v2-gold);
	border-radius: 14px;
	background: #f7f3ed;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-choice__card p {
	margin: 0;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-choice__closing {
	position: relative;
	overflow: hidden;
	margin: 6px 0 0;
	padding: 28px 32px 30px;
	border-radius: 16px;
	background: var(--ks-v2-navy);
	box-shadow: 0 18px 42px rgba(7, 21, 32, .14);
	color: rgba(255, 255, 255, .92);
	font-weight: 700;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-choice__closing::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, var(--ks-v2-gold), rgba(201, 162, 103, .35), transparent);
	content: "";
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-compare {
	background: var(--ks-v2-paper);
	box-shadow: 0 0 0 100vmax var(--ks-v2-paper);
	clip-path: inset(0 -100vmax);
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-compare__layout {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-compare__layout > h2,
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-compare__closing,
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-compare__action {
	grid-column: 1 / -1;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-compare__layout > h2 {
	max-width: 1040px;
	margin-bottom: 18px;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-compare__card {
	padding: 30px 32px;
	border-top: 1px solid var(--ks-v2-gold);
	border-radius: 14px;
	background: #fff;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-compare__card h3 {
	margin: 0 0 12px;
	font-size: 27px !important;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-compare__card p,
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-compare__closing,
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-compare__action p {
	margin: 0;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-compare__closing {
	padding: 28px 32px;
	border-radius: 16px;
	background: var(--ks-v2-navy);
	color: rgba(255, 255, 255, .92);
	font-weight: 700;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-compare__action {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 32px;
	align-items: center;
	padding: 26px 30px;
	border-radius: 14px;
	background: #fff;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-compare__action .ks-wills-button {
	margin: 0;
	white-space: nowrap;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-benefits__icon::before,
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-other__icon::before,
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-other__arrow::before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-benefit--experience { --ks-healthcare-fa: "\f0f2"; }
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-benefit--selection { --ks-healthcare-fa: "\f0c0"; }
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-benefit--preparation { --ks-healthcare-fa: "\f15c"; }
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-benefit--language { --ks-healthcare-fa: "\f1ab"; }
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-benefit--consult { --ks-healthcare-fa: "\f073"; }
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-service--injury { --ks-healthcare-fa: "\f0fa"; }
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-service--property { --ks-healthcare-fa: "\f015"; }
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-other__arrow { --ks-healthcare-fa: "\f061"; }

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-consult-card {
	grid-template-columns: 64px minmax(0, 1fr) auto;
	gap: 8px 22px;
	align-items: center;
	max-width: none;
	margin-top: 12px;
	padding: 30px 34px;
	border: 0;
	border-radius: 16px;
	background: #f3e9da;
	color: var(--ks-v2-navy);
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-consult-card .ks-wills-benefits__icon {
	width: 58px;
	height: 58px;
	grid-column: 1;
	grid-row: 1 / 3;
	border: 0;
	border-radius: 50%;
	background: var(--ks-v2-navy);
	color: #d8b16f;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-consult-card h3,
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-consult-card p {
	grid-column: 2;
	color: var(--ks-v2-navy);
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-consult-card h3 {
	font-size: 28px !important;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-consult-card__action {
	display: flex;
	grid-column: 3;
	grid-row: 1 / 3;
	align-items: center;
	justify-content: center;
	padding-left: 12px;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-consult-card__action .ks-wills-button {
	min-width: 190px;
	justify-content: center;
	margin: 0;
	white-space: nowrap;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-process__action,
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-other__action {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-process__action .ks-wills-button,
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-other__action .ks-wills-button {
	margin: 0;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-contact::before {
	background-image: linear-gradient(90deg, rgba(7, 21, 32, .98), rgba(7, 21, 32, .80)), url('/wp-content/uploads/2026/09/healthcare-poa-hero-v1.webp');
	background-position: center center;
}

@media (max-width: 991px) {
	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-consult-card {
		grid-template-columns: 58px minmax(0, 1fr);
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-consult-card__action {
		grid-column: 2;
		grid-row: 3;
		justify-content: flex-start;
		padding-left: 0;
		margin-top: 12px;
	}
}

@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-hero {
		background-image: linear-gradient(90deg, rgba(5, 17, 27, .94), rgba(5, 17, 27, .72)), url('/wp-content/uploads/2026/09/healthcare-poa-hero-v1.webp');
		background-position: center, 63% center;
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) :is(.ks-healthcare-icon-grid,.ks-healthcare-agent__grid,.ks-healthcare-agent__notes,.ks-healthcare-choice__layout,.ks-healthcare-compare__layout) {
		grid-template-columns: 1fr;
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon-grid article {
		min-height: 0;
		grid-template-columns: 48px minmax(0, 1fr);
		padding: 20px;
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon {
		width: 48px;
		height: 48px;
		font-size: 22px;
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) :is(.ks-healthcare-action-card,.ks-healthcare-compare__action) {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 25px 24px;
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) :is(.ks-healthcare-action-card,.ks-healthcare-compare__action) .ks-wills-button {
		justify-self: start;
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-agent__wide,
	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-choice__layout h2,
	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-choice__closing,
	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-compare__layout > h2,
	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-compare__closing,
	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-compare__action {
		grid-column: 1;
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-choice__card,
	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-choice__closing,
	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-compare__card,
	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-compare__closing,
	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-agent__notes p {
		padding: 24px 22px;
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-consult-card {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 8px 16px;
		padding: 24px 20px;
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-consult-card .ks-wills-benefits__icon {
		width: 48px;
		height: 48px;
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-agent__notes p {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 14px;
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-agent__notes p::before {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-consult-card h3 {
		font-size: 24px !important;
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-consult-card__action {
		grid-column: 1 / -1;
		justify-content: stretch;
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-consult-card__action .ks-wills-button {
		width: 100%;
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-contact::before {
		background-image: linear-gradient(rgba(7, 21, 32, .95), rgba(7, 21, 32, .95)), url('/wp-content/uploads/2026/09/healthcare-poa-hero-v1.webp');
	}
}

/* Healthcare POA visual QA fixes: stable icon grids, polished callout, process markers. */
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-icon-grid article > p,
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-healthcare-agent__grid article > p {
	grid-column: 2;
	min-width: 0;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-definition__copy > p:last-child {
	position: relative;
	overflow: hidden;
	padding: 28px 30px 28px 76px;
	border: 1px solid rgba(201, 162, 103, .42);
	border-radius: 16px;
	background: #0b1b29;
	box-shadow: 0 18px 36px rgba(7, 21, 32, .12);
	color: #fff;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-definition__copy > p:last-child::before {
	position: absolute;
	top: 28px;
	left: 28px;
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border: 1px solid rgba(201, 162, 103, .75);
	border-radius: 50%;
	content: "\f00c";
	color: #d7ad68;
	font-family: FontAwesome;
	font-size: 14px;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-definition__copy > p:last-child::after {
	position: absolute;
	right: -72px;
	bottom: -88px;
	width: 190px;
	height: 190px;
	border: 1px solid rgba(201, 162, 103, .2);
	border-radius: 50%;
	content: "";
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-process__timeline article > .ks-wills-process__number {
	position: relative;
	z-index: 1;
	display: grid;
	width: 56px;
	height: 56px;
	place-items: center;
	border: 1px solid var(--ks-v2-gold);
	border-radius: 50%;
	background: var(--ks-v2-navy);
	box-shadow: 0 0 0 8px #fff;
	color: #fff;
	font-family: var(--ks-v2-serif);
	font-size: 20px;
	line-height: 1;
}

@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-definition__copy > p:last-child {
		padding: 24px 22px 24px 66px;
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-definition__copy > p:last-child::before {
		top: 24px;
		left: 22px;
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-process__timeline article > .ks-wills-process__number {
		width: 48px;
		height: 48px;
		font-size: 18px;
	}
}

/* Healthcare POA visual QA pass two: process columns and consultation inset. */
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-process__timeline article > .ks-wills-process__number {
	grid-column: 1;
	grid-row: 1;
	align-self: start;
	justify-self: center;
	padding: 0;
	border-bottom: 0;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-process__timeline article > div:not(.ks-wills-process__number) {
	grid-column: 2;
	grid-row: 1;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-benefits__grid article.ks-healthcare-consult-card {
	grid-template-columns: 64px minmax(0, 1fr) auto;
	gap: 8px 24px;
	padding: 32px 42px;
	border: 0;
	border-radius: 16px;
	background: #f3e9da;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-benefits__grid article.ks-healthcare-consult-card .ks-wills-benefits__icon {
	grid-column: 1;
	grid-row: 1 / 3;
	margin: 0;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-benefits__grid article.ks-healthcare-consult-card h3,
html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-benefits__grid article.ks-healthcare-consult-card > p {
	grid-column: 2;
}

html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-benefits__grid article.ks-healthcare-consult-card .ks-healthcare-consult-card__action {
	grid-column: 3;
	grid-row: 1 / 3;
	padding: 0 0 0 14px;
}

@media (max-width: 991px) {
	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-benefits__grid article.ks-healthcare-consult-card {
		grid-template-columns: 58px minmax(0, 1fr);
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-benefits__grid article.ks-healthcare-consult-card .ks-healthcare-consult-card__action {
		grid-column: 2;
		grid-row: 3;
		justify-content: flex-start;
		padding: 10px 0 0;
	}
}

@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-benefits__grid article.ks-healthcare-consult-card {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 8px 16px;
		padding: 24px 20px;
	}

	html body#cms-theme:is(.page-id-4658,.page-id-4659) .ks-wills-benefits__grid article.ks-healthcare-consult-card .ks-healthcare-consult-card__action {
		grid-column: 1 / -1;
		padding-top: 14px;
	}
}


/* Business Succession Planning page: estate-planning system extension. */
html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-hero {
	background-image: linear-gradient(90deg, rgba(5,17,27,.97) 0%, rgba(5,17,27,.91) 29%, rgba(5,17,27,.68) 47%, rgba(5,17,27,.2) 68%, rgba(5,17,27,0) 84%), url('/wp-content/uploads/2026/09/business-succession-hero-v1.webp');
	background-position: center, center center;
}

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-hero h1 { max-width: 800px; }

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-icon-grid {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 16px;
}

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-icon-grid article {
	display: grid;
	grid-template-columns: 54px minmax(0,1fr);
	gap: 18px;
	align-items: center;
	min-height: 116px;
	padding: 22px 24px;
	border: 1px solid rgba(11,27,41,.12);
	border-radius: 14px;
	background: #fff;
}

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-icon-grid article > p {
	grid-column: 2;
	min-width: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.58;
}

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-icon-card--wide { grid-column: 1 / -1; }

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-icon,
html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-help__icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 14px;
	background: #f4eee4;
	color: #b78239;
}

html body#cms-theme:is(.page-id-4786,.page-id-4799) :is(.ks-business-icon,.ks-business-help__icon,.ks-wills-benefits__icon,.ks-wills-other__icon,.ks-wills-other__arrow)::before {
	display: block;
	content: var(--ks-business-fa);
	font-family: FontAwesome;
	font-size: 25px;
	font-style: normal;
	line-height: 1;
}

.ks-business-icon--family{--ks-business-fa:"\f0c0"}.ks-business-icon--partner{--ks-business-fa:"\f0b1"}.ks-business-icon--sale{--ks-business-fa:"\f07a"}.ks-business-icon--retirement{--ks-business-fa:"\f017"}.ks-business-icon--continuity{--ks-business-fa:"\f1d8"}.ks-business-icon--disputes{--ks-business-fa:"\f0e3"}.ks-business-icon--unexpected{--ks-business-fa:"\f21e"}
.ks-business-help--management{--ks-business-fa:"\f0c0"}.ks-business-help--ownership{--ks-business-fa:"\f1b3"}.ks-business-help--protect{--ks-business-fa:"\f132"}.ks-business-help--coordinate{--ks-business-fa:"\f24e"}.ks-business-help--documents{--ks-business-fa:"\f15c"}.ks-business-help--review{--ks-business-fa:"\f002"}
.ks-business-benefit--experience{--ks-business-fa:"\f0f2"}.ks-business-benefit--tailored{--ks-business-fa:"\f085"}.ks-business-benefit--consult{--ks-business-fa:"\f073"}.ks-business-service--injury{--ks-business-fa:"\f0fa"}.ks-business-service--property{--ks-business-fa:"\f015"}.ks-wills-other__arrow{--ks-business-fa:"\f061"}

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-wills-definition__copy > p:last-child {
	position: relative;
	overflow: hidden;
	padding: 28px 30px 28px 76px;
	border: 1px solid rgba(201,162,103,.42);
	border-radius: 16px;
	background: #0b1b29;
	box-shadow: 0 18px 36px rgba(7,21,32,.12);
	color: #fff;
}

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-wills-definition__copy > p:last-child::before {
	position: absolute;
	top: 28px;
	left: 28px;
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border: 1px solid rgba(201,162,103,.75);
	border-radius: 50%;
	content: "\f00c";
	color: #d7ad68;
	font-family: FontAwesome;
	font-size: 14px;
}

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-wills-definition__copy > p:last-child::after {
	position: absolute;
	right: -72px;
	bottom: -88px;
	width: 190px;
	height: 190px;
	border: 1px solid rgba(201,162,103,.2);
	border-radius: 50%;
	content: "";
}

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-help {
	background: var(--ks-v2-navy);
	box-shadow: 0 0 0 100vmax var(--ks-v2-navy);
	clip-path: inset(0 -100vmax);
	color: #fff;
}

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-help .ks-wills-heading :is(h2,p) { color: #fff; }
html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-help .ks-wills-heading p { color: rgba(255,255,255,.82); }

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-help__grid {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 0 72px;
}

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-help__grid article {
	display: grid;
	grid-template-columns: 54px minmax(0,1fr);
	gap: 18px;
	align-items: center;
	padding: 24px 0;
	border-top: 1px solid rgba(201,162,103,.42);
}

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-help__grid article > p {
	grid-column: 2;
	min-width: 0;
	margin: 0;
	color: rgba(255,255,255,.9);
	font-size: 16px;
	line-height: 1.55;
}

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-help__icon {
	border: 1px solid rgba(201,162,103,.58);
	background: rgba(255,255,255,.06);
	color: #d7ad68;
}

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-help__closing {
	display: grid;
	grid-template-columns: minmax(0,1fr) auto;
	gap: 28px;
	align-items: center;
	margin-top: 28px;
	padding: 28px 32px;
	border: 1px solid rgba(201,162,103,.46);
	border-radius: 16px;
	background: #f3e9da;
	color: var(--ks-v2-navy);
}

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-help__closing p { margin: 0; font-weight: 650; line-height: 1.65; }

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-wills-benefits__grid article.ks-business-consult-card {
	grid-template-columns: 64px minmax(0,1fr) auto;
	gap: 8px 24px;
	align-items: center;
	max-width: none;
	padding: 32px 42px;
	border: 0;
	border-radius: 16px;
	background: #f3e9da;
	color: var(--ks-v2-navy);
}

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-consult-card .ks-wills-benefits__icon {
	grid-column: 1;
	grid-row: 1 / 3;
	width: 58px;
	height: 58px;
	margin: 0;
	border: 0;
	border-radius: 50%;
	background: var(--ks-v2-navy);
	color: #d8b16f;
}

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-consult-card :is(h3,p) { grid-column: 2; color: var(--ks-v2-navy); }
html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-consult-card h3 { font-size: 28px !important; }

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-consult-card__action {
	display: flex;
	grid-column: 3;
	grid-row: 1 / 3;
	align-items: center;
	justify-content: center;
	padding-left: 14px;
}

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-consult-card__action .ks-wills-button { min-width: 190px; justify-content: center; margin: 0; white-space: nowrap; }

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-wills-process__timeline article > .ks-wills-process__number {
	position: relative;
	z-index: 1;
	display: grid;
	width: 56px;
	height: 56px;
	grid-column: 1;
	grid-row: 1;
	place-items: center;
	align-self: start;
	justify-self: center;
	padding: 0;
	border: 1px solid var(--ks-v2-gold);
	border-radius: 50%;
	background: var(--ks-v2-navy);
	box-shadow: 0 0 0 8px #fff;
	color: #fff;
	font-family: var(--ks-v2-serif);
	font-size: 20px;
	line-height: 1;
}

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-wills-process__timeline article > div:not(.ks-wills-process__number) { grid-column: 2; grid-row: 1; }

html body#cms-theme:is(.page-id-4786,.page-id-4799) :is(.ks-business-process__action,.ks-business-other__action) { display: flex; justify-content: center; margin-top: 30px; }

html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-contact::before {
	background-image: linear-gradient(rgba(7,21,32,.93),rgba(7,21,32,.93)), url('/wp-content/uploads/2026/09/business-succession-hero-v1.webp');
}

@media (max-width: 991px) {
	html body#cms-theme:is(.page-id-4786,.page-id-4799) :is(.ks-business-icon-grid,.ks-business-help__grid) { grid-template-columns: 1fr; }
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-icon-card--wide { grid-column: auto; }
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-help__closing { grid-template-columns: 1fr; }
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-help__closing .ks-wills-button { justify-self: start; }
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-wills-benefits__grid article.ks-business-consult-card { grid-template-columns: 58px minmax(0,1fr); }
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-consult-card__action { grid-column: 2; grid-row: 3; justify-content: flex-start; padding: 10px 0 0; }
}

@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-hero {
		background-image: linear-gradient(90deg,rgba(5,17,27,.95),rgba(5,17,27,.75)), url('/wp-content/uploads/2026/09/business-succession-hero-v1.webp');
		background-position: center, 63% center;
	}
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-icon-grid article { min-height: 0; grid-template-columns: 48px minmax(0,1fr); padding: 20px; }
	html body#cms-theme:is(.page-id-4786,.page-id-4799) :is(.ks-business-icon,.ks-business-help__icon) { width: 48px; height: 48px; font-size: 22px; }
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-wills-definition__copy > p:last-child { padding: 24px 22px 24px 66px; }
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-wills-definition__copy > p:last-child::before { top: 24px; left: 22px; }
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-help__grid article { grid-template-columns: 48px minmax(0,1fr); gap: 16px; padding: 20px 0; }
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-help__closing { padding: 24px 20px; }
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-wills-benefits__grid article.ks-business-consult-card { grid-template-columns: 48px minmax(0,1fr); gap: 8px 16px; padding: 24px 20px; }
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-consult-card .ks-wills-benefits__icon { width: 48px; height: 48px; }
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-consult-card h3 { font-size: 24px !important; }
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-consult-card__action { grid-column: 1 / -1; padding-top: 14px; }
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-consult-card__action .ks-wills-button { width: 100%; }
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-wills-process__timeline article > .ks-wills-process__number { width: 48px; height: 48px; font-size: 18px; }
}

/* Business succession mobile containment. */
html body#cms-theme:is(.page-id-4786,.page-id-4799) { overflow-x: hidden; }

@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-hero :is(.vc_column_container,.vc_column-inner,.wpb_wrapper,.ks-wills-hero__copy) {
		min-width: 0;
		max-width: 100%;
	}

	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-hero .ks-wills-hero__copy,
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-hero h1,
	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-hero .ks-wills-hero__copy p {
		width: auto;
		max-width: calc(100vw - 48px) !important;
	}

	html body#cms-theme:is(.page-id-4786,.page-id-4799) .ks-business-hero h1 {
		font-size: clamp(42px, 12vw, 54px) !important;
		line-height: 1.02;
		text-wrap: wrap;
	}
}


/* Polish wills hero consultation note mobile fix */
@media (max-width: 767px) {
  html body#cms-theme.page-id-4646 .ks-wills-hero__note {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 12px !important;
    padding: 9px 14px !important;
  }

  html body#cms-theme.page-id-4646 .ks-wills-hero__note .wpb_wrapper {
    width: 100%;
  }

  html body#cms-theme.page-id-4646 .ks-wills-hero__note p {
    margin: 0;
    font-size: 13px !important;
    line-height: 1.35 !important;
    text-align: center;
    overflow-wrap: anywhere;
  }
}

/* Polish living trusts hero consultation note mobile fix */
@media (max-width: 767px) {
  html body#cms-theme.page-id-4650 .ks-wills-hero__note {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 12px !important;
    padding: 9px 14px !important;
  }

  html body#cms-theme.page-id-4650 .ks-wills-hero__note .wpb_wrapper {
    width: 100%;
  }

  html body#cms-theme.page-id-4650 .ks-wills-hero__note p {
    margin: 0;
    font-size: 13px !important;
    line-height: 1.35 !important;
    text-align: center;
    overflow-wrap: anywhere;
  }
}

/* Polish living wills hero consultation note mobile fix */
@media (max-width: 767px) {
  html body#cms-theme.page-id-4656 .ks-wills-hero__note {
    display: inline-flex;
    width: auto;
    max-width: calc(100% - 76px);
    min-height: 48px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 12px !important;
    padding: 9px 14px !important;
  }

  html body#cms-theme.page-id-4656 .ks-wills-hero__note .wpb_wrapper {
    width: 100%;
  }

  html body#cms-theme.page-id-4656 .ks-wills-hero__note p {
    margin: 0;
    font-size: 13px !important;
    line-height: 1.35 !important;
    text-align: center;
    overflow-wrap: anywhere;
  }
}

/* Polish revocable living trusts hero note mobile fix */
@media (max-width: 767px) {
  html body#cms-theme.page-id-4652 .ks-wills-hero__note {
    display: inline-flex;
    width: auto;
    max-width: calc(100% - 76px);
    min-height: 48px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 12px !important;
    padding: 9px 14px !important;
  }

  html body#cms-theme.page-id-4652 .ks-wills-hero__note .wpb_wrapper {
    width: 100%;
  }

  html body#cms-theme.page-id-4652 .ks-wills-hero__note p {
    margin: 0;
    font-size: 13px !important;
    line-height: 1.35 !important;
    text-align: center;
    overflow-wrap: anywhere;
  }
}

/* Polish trusts page: suppress legacy Font Awesome children after the unified pseudo-icon system renders. */
body#cms-theme.page-id-4648 :is(.ks-trusts-benefits__icon,.ks-wills-benefits__icon,.ks-wills-other__icon,.ks-wills-other__arrow) > .fa {
  display: none !important;
}

@media (max-width: 767px) {
  html body#cms-theme.page-id-4648 .ks-wills-hero__note {
    display: inline-flex;
    width: auto;
    max-width: calc(100% - 76px);
    min-height: 48px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 12px !important;
    padding: 9px 14px !important;
  }

  html body#cms-theme.page-id-4648 .ks-wills-hero__note .wpb_wrapper {
    width: 100%;
  }

  html body#cms-theme.page-id-4648 .ks-wills-hero__note p {
    margin: 0;
    font-size: 13px !important;
    line-height: 1.35 !important;
    text-align: center;
    overflow-wrap: anywhere;
  }
}

/* Polish personal injury: production hardening and raster icon system. */
html body#cms-theme.page-id-3101 .ks-pi-trust__icon img,
html body#cms-theme.page-id-3101 .ks-pi-compensation__icon img,
html body#cms-theme.page-id-3101 .ks-pi-service-link__icon img { display:block; width:32px; height:32px; object-fit:contain; }
html body#cms-theme.page-id-3101 .ks-pi-service-link__arrow::before { width:9px; height:9px; border-top:2px solid currentColor; border-right:2px solid currentColor; content:''; transform:rotate(45deg); }
html body#cms-theme.page-id-3101 .ks-pi-service-link__arrow::after { position:absolute; width:14px; height:2px; background:currentColor; content:''; transform:translateX(-2px); }
html body#cms-theme.page-id-3101 .ks-pi-process .ks-service-process__step::before { display:flex; align-items:center; justify-content:center; box-sizing:border-box; font-variant-numeric:tabular-nums; line-height:1; text-align:center; }
html body#cms-theme.page-id-3101 .ks-pi-faq .vc_tta-panel:last-child { border-bottom:0 !important; }
@media (max-width:767px) { html body#cms-theme.page-id-3101 .ks-service-hero__note { display:inline-flex; width:auto; max-width:calc(100% - 52px); min-height:48px; align-items:center; box-sizing:border-box; padding:10px 14px !important; } html body#cms-theme.page-id-3101 .ks-pi-intro__image { position:static !important; } html body#cms-theme.page-id-3101 .ks-pi-service-hero h1, html body#cms-theme.page-id-3101 .ks-pi-section-heading h2 { overflow-wrap:anywhere; hyphens:auto; } }


/* Polish advance directives: i18n hardening. */
html body#cms-theme.page-id-4798 .ks-wills-process__timeline article > span { display:flex; align-items:center; justify-content:center; box-sizing:border-box; padding:0; font-variant-numeric:tabular-nums; line-height:1; text-align:center; }
html body#cms-theme.page-id-4798 .ks-wills-faq .vc_tta-panel:last-child { border-bottom:0 !important; }
html body#cms-theme.page-id-4798 .ks-wills-button { width:auto; max-width:100%; white-space:normal; text-align:center; }
@media (max-width:767px) { html body#cms-theme.page-id-4798 .ks-wills-page h1, html body#cms-theme.page-id-4798 .ks-wills-page h2, html body#cms-theme.page-id-4798 .ks-wills-page h3 { overflow-wrap:anywhere; hyphens:auto; } html body#cms-theme.page-id-4798 .ks-wills-hero__note { display:inline-flex; width:auto; max-width:calc(100% - 52px); min-height:48px; align-items:center; box-sizing:border-box; padding:10px 14px !important; } }


/* Polish business succession: i18n hardening. */
html body#cms-theme.page-id-4799 .ks-wills-process__number { display:flex; align-items:center; justify-content:center; box-sizing:border-box; padding:0; font-variant-numeric:tabular-nums; line-height:1; text-align:center; }
html body#cms-theme.page-id-4799 .ks-wills-faq .vc_tta-panel:last-child { border-bottom:0 !important; }
html body#cms-theme.page-id-4799 .ks-wills-button { width:auto; max-width:100%; white-space:normal; text-align:center; }
@media (max-width:767px) { html body#cms-theme.page-id-4799 .ks-wills-page h1, html body#cms-theme.page-id-4799 .ks-wills-page h2, html body#cms-theme.page-id-4799 .ks-wills-page h3 { overflow-wrap:anywhere; hyphens:auto; } html body#cms-theme.page-id-4799 .ks-wills-hero__note { display:inline-flex; width:auto; max-width:calc(100% - 52px); min-height:48px; align-items:center; box-sizing:border-box; padding:10px 14px !important; } }

/* Personal injury mobile reading alignment */
@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero__heading,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero__heading h1,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero__copy,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero__copy p,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero__note p,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__heading,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__heading h2,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__copy,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__copy p,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__consult,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__consult p,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-section-heading,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-section-heading h2,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-section-heading p,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-section-intro,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-section-intro p,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-team__intro,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-team__intro h2,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-team__intro p,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation__closing,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation__closing p,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-article-heading,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-article-heading h2,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-article-heading p,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-faq__heading,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .ks-service-faq__heading h2,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-faq .ks-faq__accordion .vc_tta-panel-body p {
		text-align: left !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-service-hero__note {
		margin-right: 0;
		margin-left: 0;
	}
}

/* Compact the transition from the legal-claim guide into the FAQ. */
@media (min-width: 768px) {
	html body#cms-theme:is(.page-id-3103,.page-id-3101) #pi-legal-claim {
		padding-bottom: 48px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) #pi-legal-claim > .wpb_column > .vc_column-inner {
		padding-bottom: 0;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) #pi-faq {
		padding-top: 48px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) #pi-faq > .wpb_column > .vc_column-inner {
		padding-top: 0 !important;
	}

}

/* Estate-planning process ending: stop the connector at step seven and center the CTA. */
html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process__step:nth-last-child(2)::after {
	display: none;
}

html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-process .vc_btn3-container {
	display: flex !important;
	box-sizing: border-box;
	justify-content: center;
	padding-left: 0 !important;
	text-align: center !important;
}

@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-service-hero__note {
		box-sizing: border-box;
		padding: 12px 16px !important;
	}

	html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-intro__consult {
		box-sizing: border-box;
		padding: 20px !important;
	}

	/* Keep consultation notes consistently inset across the related EN/PL service pages. */
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4647,.page-id-4648,.page-id-4649,.page-id-4650,.page-id-4651,.page-id-4652,.page-id-4653,.page-id-4654,.page-id-4655,.page-id-4656,.page-id-4658,.page-id-4659,.page-id-4773,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-hero__note {
		box-sizing: border-box;
		padding: 10px 16px !important;
	}

	/* Estate service cards read as heading, image, then supporting copy on mobile. */
	html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card > .wpb_wrapper {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

	html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__content {
		display: contents;
	}

	html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__content h3 {
		grid-column: 1;
		grid-row: 1;
		margin: 0 0 18px;
	}

	html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__media,
	html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card--reverse .ks-ep-service-card__media {
		position: static;
		grid-column: 1;
		grid-row: 2;
		margin: 0 0 24px !important;
	}

html body#cms-theme:is(.page-id-4643,.page-id-4644) .ks-ep-service-card__content > p {
		grid-column: 1;
	}
}

/* Estate-service consultation CTAs: reserve room for localized labels and contain them on phones. */
html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4647,.page-id-4648,.page-id-4649,.page-id-4650,.page-id-4651,.page-id-4652,.page-id-4653,.page-id-4654,.page-id-4655,.page-id-4656,.page-id-4658,.page-id-4659,.page-id-4773,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-button {
	box-sizing: border-box;
	max-width: 100%;
	column-gap: 12px;
	line-height: 1.35;
	text-align: center;
}

@media (min-width: 992px) {
	html body#cms-theme:is(.page-id-4645,.page-id-4646) .ks-wills-benefits__grid .ks-wills-consult-card,
	html body#cms-theme:is(.page-id-4651,.page-id-4652) .ks-wills-benefits__grid .ks-revocable-consult-card,
	html body#cms-theme:is(.page-id-4653,.page-id-4654) .ks-wills-benefits__grid .ks-poa-consult-card,
	html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-consult-card,
	html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-consult-card {
		grid-template-columns: 58px minmax(0, 1fr) minmax(240px, max-content);
	}
}

@media (max-width: 767px) {
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4647,.page-id-4648,.page-id-4649,.page-id-4650,.page-id-4651,.page-id-4652,.page-id-4653,.page-id-4654,.page-id-4655,.page-id-4656,.page-id-4658,.page-id-4659,.page-id-4773,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-button {
		min-width: 0;
		padding-right: 18px !important;
		padding-left: 18px !important;
		white-space: normal !important;
	}

	html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-consult-card__action,
	html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-consult-card__action {
		width: 100%;
		min-width: 0;
		justify-self: stretch;
	}

	html body#cms-theme:is(.page-id-4649,.page-id-4650) .ks-living-trust-consult-card__action .ks-wills-button,
	html body#cms-theme:is(.page-id-4773,.page-id-4798) .ks-advance-consult-card__action .ks-wills-button {
		width: 100%;
	}
}

/* Footer breadcrumbs: one continuous divider across the viewport. */
html body#cms-theme .cms-breadcrumbs {
	border-top: 0;
}

html body#cms-theme .cms-breadcrumbs::before,
html body#cms-theme .cms-breadcrumbs::after {
	position: absolute;
	left: 50%;
	z-index: 1;
	width: 100vw;
	height: 1px;
	background: rgba(199, 162, 91, 0.72);
	content: "";
	pointer-events: none;
	transform: translateX(-50%);
}

html body#cms-theme .cms-breadcrumbs::before {
	top: 0;
}

html body#cms-theme .cms-breadcrumbs::after {
	bottom: 0;
}

/* Polish personal injury trust cards: prevent legacy raster icons from shifting the unified glyphs. */
html body#cms-theme.page-id-3101 .ks-pi-trust .ks-pi-trust__icon img {
	display: none !important;
}

/* Personal-injury icon cards: lock the Visual Composer icon wrapper to its own grid track. */
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-trust .ks-service-benefit > .wpb_wrapper > p:first-child,
html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation .ks-pi-compensation__item > .wpb_wrapper > p:first-child {
	width: auto;
	grid-column: 1;
	grid-row: 1 / 3;
	align-self: start;
	justify-self: start;
	margin: 0 !important;
	padding: 0 !important;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) :is(.ks-pi-trust__icon,.ks-pi-compensation__icon) {
	position: static !important;
	inset: auto !important;
	margin: 0 !important;
	transform: none !important;
}

html body#cms-theme:is(.page-id-3103,.page-id-3101) :is(.ks-pi-trust .ks-service-benefit,.ks-pi-compensation .ks-pi-compensation__item) :is(h3,p:last-child) {
	min-width: 0;
}

/* Polish compensation cards use the same unified glyph system. */
html body#cms-theme.page-id-3101 .ks-pi-compensation .ks-pi-compensation__icon img {
	display: none !important;
}

html body#cms-theme.page-id-3101 .ks-pi-compensation .ks-pi-compensation__item > .wpb_wrapper > p:first-child {
	grid-column: 1;
	grid-row: 1 / 3;
	margin: 0;
}

html body#cms-theme.page-id-3101 .ks-pi-compensation .ks-pi-compensation__item > .wpb_wrapper > p:last-child {
	grid-column: 2;
	grid-row: 2;
	margin: 0;
}

/* Reuse the homepage team component unchanged across all service pages. */
body#cms-theme:is(.page-id-3101,.page-id-3103,.page-id-4643,.page-id-4644,.page-id-4645,.page-id-4646,.page-id-4647,.page-id-4648,.page-id-4649,.page-id-4650,.page-id-4651,.page-id-4652,.page-id-4653,.page-id-4654,.page-id-4655,.page-id-4656,.page-id-4658,.page-id-4659,.page-id-4773,.page-id-4786,.page-id-4798,.page-id-4799) .ks-home-v2.ks-team {
	left: -15px;
	width: calc(100% + 30px);
	margin-right: -15px;
	margin-left: -15px;
}

body#cms-theme .ks-home-v2.ks-team {
	font-size: 17px;
	line-height: 1.7;
}

body#cms-theme .ks-home-v2.ks-team h2 {
	font-size: clamp(38px, 3.2vw, 46px) !important;
}

body#cms-theme .ks-home-v2.ks-team .ks-section-heading p:not(.ks-eyebrow) {
	font-size: 18px !important;
	line-height: 1.7 !important;
}

body#cms-theme .ks-home-v2.ks-team .ks-attorney-card__name {
	font-size: clamp(24px, 2vw, 29px) !important;
}

body#cms-theme .ks-home-v2.ks-team .ks-attorney-card__role {
	font-size: 16px !important;
	line-height: 1.7 !important;
}

/* Homepage FAQ is the shared accordion component on every service page. */
body#cms-theme:is(.page-id-3101,.page-id-3103,.page-id-4643,.page-id-4644,.page-id-4645,.page-id-4646,.page-id-4647,.page-id-4648,.page-id-4649,.page-id-4650,.page-id-4651,.page-id-4652,.page-id-4653,.page-id-4654,.page-id-4655,.page-id-4656,.page-id-4658,.page-id-4659,.page-id-4773,.page-id-4786,.page-id-4798,.page-id-4799) .ks-home-faq-v2 {
	left: -15px;
	width: calc(100% + 30px);
	margin-right: -15px;
	margin-left: -15px;
}

html body#cms-theme .ks-home-faq-v2 {
	scroll-margin-top: 132px;
	padding: 120px 0 64px !important;
	background: #fff !important;
	box-shadow: 0 0 0 100vmax #fff !important;
	clip-path: inset(0 -100vmax);
	font-family: Lato, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.7;
}

html body#cms-theme .ks-home-faq-v2 > .wpb_column {
	width: 100%;
}

html body#cms-theme .ks-home-faq-v2 > .wpb_column > .vc_column-inner {
	padding: 0 15px !important;
}

html body#cms-theme .ks-home-faq-v2 .ks-section-heading {
	max-width: 820px;
	margin: 0 auto 35px !important;
	text-align: center;
}

html body#cms-theme .ks-home-faq-v2 .ks-section-heading h2 {
	margin: 0 !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 40px !important;
	font-weight: 700;
	line-height: 1.15 !important;
	letter-spacing: -0.02em;
	text-align: center !important;
}

html body#cms-theme .ks-home-faq-v2 .vc_tta-container {
	width: 100%;
	max-width: none;
	margin: 0 auto !important;
}

html body#cms-theme .ks-home-faq-v2 .vc_tta-panels {
	padding: 10px 30px;
	border: 1px solid #c5c5c5;
	border-radius: 0;
	background: #fff;
}

html body#cms-theme .ks-home-faq-v2 .vc_tta-panel {
	margin: 0;
	border: 0;
	background: #fff;
}

html body#cms-theme .ks-home-faq-v2 .vc_tta-panel-heading {
	border: 1px solid transparent !important;
	border-bottom: 1px solid rgba(16, 33, 49, 0.18) !important;
	border-radius: 0 !important;
	background: #fff !important;
}

html body#cms-theme .ks-home-faq-v2 .vc_tta-panel.vc_active > .vc_tta-panel-heading {
	border-bottom-color: transparent !important;
}

html body#cms-theme .ks-home-faq-v2 .vc_tta-panel:last-child > .vc_tta-panel-heading {
	border-bottom: 0 !important;
}

html body#cms-theme .ks-home-faq-v2 .vc_tta-panel-title > a {
	min-height: 50px;
	box-sizing: border-box;
	padding: 12.5px 46px 12.5px 10px !important;
	color: #102131 !important;
	font-family: Montserrat, sans-serif !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
	text-align: left !important;
}

html body#cms-theme .ks-home-faq-v2 .vc_tta-controls-icon {
	right: 16px !important;
	left: auto !important;
}

html body#cms-theme .ks-home-faq-v2 .vc_tta-panel-body {
	padding: 16px 0 25px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #2a3036;
}

html body#cms-theme .ks-home-faq-v2 .vc_tta-panel-body p {
	margin: 0 0 12px;
	color: #2a3036;
	font-size: 17px !important;
	line-height: 1.7 !important;
	text-align: left !important;
}

html body#cms-theme .ks-home-faq-v2 .vc_tta-panel-body p:last-child {
	margin-bottom: 0;
}

html body#cms-theme .ks-home-faq-v2 .vc_tta-panel-title > a:focus-visible {
	outline: 2px solid var(--ks-v2-gold, #b99a5b);
	outline-offset: -2px;
}

@media (max-width: 991px) {
	body#cms-theme .ks-home-v2.ks-team h2 {
		font-size: 36px !important;
	}

	body#cms-theme .ks-home-v2.ks-team .ks-attorney-card__name {
		font-size: 25px !important;
	}
}

@media (max-width: 767px) {
	body#cms-theme .ks-home-v2.ks-team h2 {
		font-size: 32px !important;
	}

	body#cms-theme .ks-home-v2.ks-team .ks-attorney-card__name {
		font-size: 23px !important;
	}

	html body#cms-theme .ks-home-faq-v2 {
		scroll-margin-top: 92px;
		padding: 88px 0 44px !important;
	}

	html body#cms-theme .ks-home-faq-v2 .ks-section-heading {
		margin-bottom: 32px !important;
	}

	html body#cms-theme .ks-home-faq-v2 .ks-section-heading h2 {
		font-size: 32px !important;
	}
}

@media (max-width: 480px) {
	body#cms-theme .ks-home-v2.ks-team h2 {
		font-size: 30px !important;
	}

	body#cms-theme .ks-home-v2.ks-team .ks-attorney-card__name {
		font-size: 22px !important;
	}

	html body#cms-theme .ks-home-faq-v2 .ks-section-heading h2 {
		font-size: 30px !important;
		line-height: 32px !important;
	}
}

/* Polish compensation ending: remove the empty callout and center the CTA. */
html body#cms-theme.page-id-3101 .ks-pi-compensation .ks-pi-compensation__closing {
	display: none;
}

html body#cms-theme.page-id-3101 .ks-pi-compensation .vc_btn3-container {
	margin: 32px 0 0 !important;
	text-align: center !important;
}

@media (max-width: 767px) {
	html body#cms-theme.page-id-3101 .ks-pi-compensation .vc_btn3-container {
		margin-top: 28px !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-intro__consult {
		padding: 24px 20px !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-cases .ks-pi-case-card__content li {
		padding: 7px 0 7px 18px;
		font-size: 15px !important;
		line-height: 1.45 !important;
		text-align: left !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-trust .ks-service-benefit:nth-last-child(2) {
		box-sizing: border-box;
		padding: 28px 20px 30px !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-compensation__closing {
		box-sizing: border-box;
		padding: 21px 20px !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .ks-service-process__step::before {
		top: 38px;
		left: 12px;
		z-index: 2;
		pointer-events: none;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .ks-service-process__step::after {
		top: 86px;
		left: 35px;
	}

	/* The Polish process markup relies on the inner VC wrapper for the text inset. */
	html body#cms-theme.page-id-3101 .ks-pi-process .ks-service-process__step {
		padding: 24px 0 26px !important;
	}

	html body#cms-theme.page-id-3101 .ks-pi-process .ks-service-process__step > .wpb_wrapper {
		box-sizing: border-box;
		width: 100%;
		padding: 22px 19px 23px 70px !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .vc_btn3-container {
		display: flex !important;
		box-sizing: border-box;
		width: 100%;
		justify-content: center;
		margin: 32px auto 0 !important;
		padding-left: 0 !important;
		text-align: center !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-process .vc_btn3-container .vc_btn3 {
		display: inline-flex;
		width: auto !important;
		max-width: 100%;
		justify-content: center;
		white-space: normal;
		text-align: center;
	}

	/* Related services: keep the heading compact, then give the description the full card width. */
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services .ks-service-other__item > .wpb_wrapper {
		grid-template-columns: minmax(0, 1fr) 32px;
		grid-template-rows: auto auto auto;
		gap: 12px;
		padding: 22px 20px 24px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__icon {
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__content {
		display: contents;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__content h3,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services .ks-service-other__item h3 {
		grid-column: 1 / -1;
		grid-row: 2;
		margin: 0;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__content p,
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-other-services .ks-service-other__item p {
		grid-column: 1 / -1;
		grid-row: 3;
		min-width: 0;
		font-size: 15px !important;
		line-height: 1.55 !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-service-link__arrow {
		position: static;
		grid-column: 2;
		grid-row: 1;
		align-self: center;
		justify-self: end;
	}

	/* WordPress wraps the Polish card ornaments in paragraphs; keep those wrappers out of the text row. */
	html body#cms-theme.page-id-3101 .ks-pi-other-services .ks-service-other__item > .wpb_wrapper > p:first-child {
		grid-column: 1;
		grid-row: 1;
		align-self: center;
		margin: 0;
	}

	html body#cms-theme.page-id-3101 .ks-pi-other-services .ks-service-other__item > .wpb_wrapper > p:nth-of-type(2) {
		grid-column: 1 / -1;
		grid-row: 3;
	}

	html body#cms-theme.page-id-3101 .ks-pi-other-services .ks-service-other__item > .wpb_wrapper > p:last-child {
		display: grid;
		width: 32px;
		height: 32px;
		grid-column: 2;
		grid-row: 1;
		align-self: center;
		justify-self: end;
		margin: 0;
	}

	html body#cms-theme.page-id-3101 .ks-pi-other-services .ks-service-other__item > .wpb_wrapper > p:last-child .ks-pi-service-link__arrow {
		grid-column: 1;
		grid-row: 1;
	}

	/* Guidance list: reserve the heading's first line for its number without narrowing the body copy. */
	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance__item {
		box-sizing: border-box;
		padding: 25px 20px 26px !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance__item::before {
		top: 29px;
		left: 20px;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) .ks-pi-guidance__item h3 {
		box-sizing: border-box;
		min-height: 29px;
		padding-left: 40px;
	}

	/* Match the compact desktop transition from the legal guide into the FAQ. */
	html body#cms-theme:is(.page-id-3103,.page-id-3101) #pi-legal-claim {
		padding-bottom: 32px !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) #pi-legal-claim > .wpb_column > .vc_column-inner {
		padding-bottom: 0 !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) #pi-faq {
		padding-top: 32px !important;
	}

	html body#cms-theme:is(.page-id-3103,.page-id-3101) #pi-faq > .wpb_column > .vc_column-inner {
		padding-top: 0 !important;
	}
}

/* Estate-service mobile typography: prevent the theme's fixed 32px heading line-height from collapsing localized titles. */
@media (max-width: 991px) {
	html body#cms-theme:is(.page-id-4645,.page-id-4646,.page-id-4647,.page-id-4648,.page-id-4649,.page-id-4650,.page-id-4651,.page-id-4652,.page-id-4653,.page-id-4654,.page-id-4655,.page-id-4656,.page-id-4658,.page-id-4659,.page-id-4773,.page-id-4786,.page-id-4798,.page-id-4799) .ks-wills-page h2 {
		line-height: 1.15 !important;
	}
}
