body.page-id-22981 .page-wrapper {
	overflow-x: hidden;
}

body.page-id-22981 .main-content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.page-id-22981 .po-sales,
body.page-id-22981 .po-sales * {
	box-sizing: border-box;
}

body.page-id-22981 .po-sales {
	--po-navy: #243447;
	--po-ink: #1d1f21;
	--po-copy: #4a4d50;
	--po-warm-white: #f7f5f2;
	--po-warm-grey: #efede8;
	--po-border: #d9d5cf;
	--po-gold: #c7b299;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: var(--po-warm-white);
	color: var(--po-ink);
	font-family: Inter, Arial, sans-serif;
}

body.page-id-22981 .po-sales-shell {
	width: min(1200px, calc(100% - 96px));
	margin: 0 auto;
}

body.page-id-22981 .po-sales h1,
body.page-id-22981 .po-sales h2,
body.page-id-22981 .po-sales h3,
body.page-id-22981 .po-sales p,
body.page-id-22981 .po-sales blockquote,
body.page-id-22981 .po-sales figure {
	margin-top: 0;
}

body.page-id-22981 .po-sales h1,
body.page-id-22981 .po-sales h2,
body.page-id-22981 .po-sales h3 {
	color: var(--po-ink) !important;
	font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
	text-transform: none;
}

body.page-id-22981 .po-sales h2 {
	max-width: 680px;
	margin-bottom: 48px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -.01em;
}

body.page-id-22981 .po-sales-eyebrow {
	margin-bottom: 16px;
	color: #9a8e7c;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.page-id-22981 .po-sales-hero {
	padding: 40px 0 0;
	background: var(--po-warm-white);
}

body.page-id-22981 .po-sales-breadcrumbs {
	display: flex;
	gap: 10px;
	margin-bottom: 40px;
	color: #9a8e7c;
	font-size: 14px;
}

body.page-id-22981 .po-sales-breadcrumbs a {
	color: #9a8e7c;
	text-decoration: none;
}

body.page-id-22981 .po-sales-breadcrumbs span:last-child {
	color: var(--po-ink);
	font-weight: 500;
}

body.page-id-22981 .po-sales-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 56px;
	padding-bottom: 88px;
}

body.page-id-22981 .po-sales-hero-copy .po-sales-eyebrow {
	margin-bottom: 22px;
}

body.page-id-22981 .po-sales-hero h1 {
	max-width: 590px;
	margin-bottom: 24px;
	font-size: 58px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -.02em;
}

body.page-id-22981 .po-sales-lead {
	max-width: 520px;
	margin-bottom: 36px;
	color: var(--po-copy);
	font-size: 20px;
	line-height: 1.6;
}

body.page-id-22981 .po-sales-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

body.page-id-22981 .po-sales-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 28px;
	border: 1.5px solid transparent;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

body.page-id-22981 .po-sales-btn > span {
	margin-left: 6px;
}

body.page-id-22981 .po-sales-btn-primary {
	padding: 14px 30px;
	background: var(--po-navy);
	color: var(--po-warm-white);
}

body.page-id-22981 .po-sales-btn-primary:hover,
body.page-id-22981 .po-sales-kit-button-primary:hover {
	background: #1a2737;
	color: var(--po-warm-white);
}

body.page-id-22981 .po-sales-btn-outline {
	border-color: var(--po-navy);
	color: var(--po-navy);
}

body.page-id-22981 .po-sales-btn-outline:hover,
body.page-id-22981 .po-sales-kit-button:hover {
	background: var(--po-navy);
	color: var(--po-warm-white);
}

body.page-id-22981 .po-sales-hero-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 440px;
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 16px;
	background: repeating-linear-gradient(45deg, #efede8, #efede8 14px, #e8e4dc 14px, #e8e4dc 28px);
}

body.page-id-22981 .po-sales-hero-visual img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.page-id-22981 .po-sales-audience,
body.page-id-22981 .po-sales-process {
	padding: 96px 0;
	background: var(--po-warm-grey);
}

body.page-id-22981 .po-sales-audience-grid,
body.page-id-22981 .po-sales-kit-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

body.page-id-22981 .po-sales-audience-card {
	padding: 34px;
	border: 1px solid var(--po-border);
	border-radius: 14px;
	background: var(--po-warm-white);
}

body.page-id-22981 .po-sales-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 24px;
	border-radius: 50%;
	background: #e5e0d8;
}

body.page-id-22981 .po-sales-icon svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: var(--po-ink);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

body.page-id-22981 .po-sales-audience-card h3 {
	margin-bottom: 12px;
	font-size: 23px;
	font-weight: 600;
}

body.page-id-22981 .po-sales-audience-card p {
	margin-bottom: 0;
	color: var(--po-copy);
	font-size: 16px;
	line-height: 1.6;
}

body.page-id-22981 .po-sales-kits {
	padding: 96px 0;
	background: var(--po-warm-white);
}

body.page-id-22981 .po-sales-kit-card {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--po-border);
	border-radius: 14px;
	background: var(--po-warm-white);
	box-shadow: 0 2px 12px rgba(29, 31, 33, .04);
}

body.page-id-22981 .po-sales-kit-featured {
	border: 1.5px solid var(--po-gold);
	box-shadow: 0 6px 22px rgba(29, 31, 33, .08);
}

body.page-id-22981 .po-sales-kit-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	overflow: hidden;
	background: repeating-linear-gradient(45deg, #efede8, #efede8 12px, #e9e5de 12px, #e9e5de 24px);
}

body.page-id-22981 .po-sales-kit-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.page-id-22981 .po-sales-badge {
	position: absolute;
	z-index: 2;
	top: 16px;
	right: 16px;
	padding: 6px 13px;
	border-radius: 6px;
	background: var(--po-gold);
	color: var(--po-ink);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.page-id-22981 .po-sales-kit-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 30px;
}

body.page-id-22981 .po-sales-kit-body h3 {
	margin-bottom: 6px;
	font-size: 22px;
	font-weight: 600;
}

body.page-id-22981 .po-sales-kit-body > p:not(.po-sales-price) {
	margin-bottom: 18px;
	color: var(--po-copy);
	font-size: 15px;
	line-height: 1.55;
}

body.page-id-22981 .po-sales-kit-body ul {
	margin: 0 0 22px;
	padding-left: 20px;
	color: var(--po-copy);
	font-size: 15px;
	line-height: 1.9;
}

body.page-id-22981 .po-sales-price {
	margin: auto 0 18px;
	color: var(--po-ink);
	font-size: 16px;
	font-weight: 600;
}

body.page-id-22981 .po-sales-price span {
	color: #9a8e7c;
	font-size: 14px;
	font-weight: 400;
}

body.page-id-22981 .po-sales-kit-button {
	width: 100%;
	min-height: 47px;
	padding: 12px;
	border-color: var(--po-navy);
	color: var(--po-navy);
	font-size: 15px;
}

body.page-id-22981 .po-sales-kit-button-primary {
	border-color: var(--po-navy);
	background: var(--po-navy);
	color: var(--po-warm-white);
}

body.page-id-22981 .po-sales-process h2 {
	margin-bottom: 56px;
}

body.page-id-22981 .po-sales-process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

body.page-id-22981 .po-sales-step-heading {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
}

body.page-id-22981 .po-sales-step-heading span {
	display: flex;
	flex: 0 0 34px;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--po-navy);
	color: var(--po-warm-white);
	font-size: 15px;
	font-weight: 600;
}

body.page-id-22981 .po-sales-step-heading i {
	height: 1px;
	flex: 1;
	background: var(--po-border);
}

body.page-id-22981 .po-sales-process-step h3 {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 600;
}

body.page-id-22981 .po-sales-process-step p {
	margin-bottom: 0;
	color: var(--po-copy);
	font-size: 15px;
	line-height: 1.6;
}

body.page-id-22981 .po-sales-quote {
	padding: 96px 0;
	background: var(--po-warm-white);
}

body.page-id-22981 .po-sales-quote-inner {
	width: min(880px, calc(100% - 96px));
	margin: 0 auto;
	text-align: center;
}

body.page-id-22981 .po-sales-quote .po-sales-eyebrow {
	margin-bottom: 28px;
}

body.page-id-22981 .po-sales-quote blockquote {
	margin-bottom: 28px;
	color: var(--po-navy);
	font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: -.01em;
}

body.page-id-22981 .po-sales-citation {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

body.page-id-22981 .po-sales-avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #e5e0d8;
}

body.page-id-22981 .po-sales-citation p {
	margin-bottom: 0;
	text-align: left;
}

body.page-id-22981 .po-sales-citation strong,
body.page-id-22981 .po-sales-citation span {
	display: block;
}

body.page-id-22981 .po-sales-citation strong {
	color: var(--po-ink);
	font-size: 15px;
}

body.page-id-22981 .po-sales-citation p span {
	color: #9a8e7c;
	font-size: 14px;
}

body.page-id-22981 .po-sales-cta {
	padding: 88px 0;
	background: var(--po-navy);
}

body.page-id-22981 .po-sales-cta-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
}

body.page-id-22981 .po-sales-cta-inner > div:first-child {
	max-width: 640px;
}

body.page-id-22981 .po-sales-cta h2 {
	margin-bottom: 14px;
	color: var(--po-warm-white) !important;
	font-size: 40px;
	line-height: 1.15;
}

body.page-id-22981 .po-sales-cta p {
	margin-bottom: 0;
	color: rgba(247, 245, 242, .75);
	font-size: 19px;
	line-height: 1.6;
}

body.page-id-22981 .po-sales-btn-gold {
	padding: 15px 30px;
	background: var(--po-gold);
	color: var(--po-ink);
}

body.page-id-22981 .po-sales-btn-gold:hover {
	background: #b89f80;
	color: var(--po-ink);
}

body.page-id-22981 .po-sales-btn-light-outline {
	padding: 15px 30px;
	border-color: rgba(247, 245, 242, .45);
	color: var(--po-warm-white);
}

body.page-id-22981 .po-sales-btn-light-outline:hover {
	border-color: var(--po-warm-white);
	color: var(--po-warm-white);
}

body.page-id-22981 .po-sales-trust {
	padding: 72px 0;
	background: var(--po-warm-white);
}

body.page-id-22981 .po-sales-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

body.page-id-22981 .po-sales-trust h3 {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 600;
}

body.page-id-22981 .po-sales-trust p {
	margin-bottom: 0;
	color: #7a7e82;
	font-size: 14px;
	line-height: 1.6;
}

@media (max-width: 991px) {
	body.page-id-22981 .po-sales-shell,
	body.page-id-22981 .po-sales-quote-inner {
		width: min(100% - 64px, 1200px);
	}

	body.page-id-22981 .po-sales-hero-grid {
		grid-template-columns: 1fr;
	}

	body.page-id-22981 .po-sales-hero-copy {
		max-width: 680px;
	}

	body.page-id-22981 .po-sales-audience-grid,
	body.page-id-22981 .po-sales-kit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.page-id-22981 .po-sales-kit-card:last-child {
		grid-column: 1 / -1;
		width: calc(50% - 12px);
		justify-self: center;
	}

	body.page-id-22981 .po-sales-process-grid,
	body.page-id-22981 .po-sales-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 40px 24px;
	}

	body.page-id-22981 .po-sales-cta-inner {
		align-items: flex-start;
	}
}

@media (max-width: 640px) {
	body.page-id-22981 .po-sales-shell,
	body.page-id-22981 .po-sales-quote-inner {
		width: calc(100% - 40px);
	}

	body.page-id-22981 .po-sales-hero {
		padding-top: 28px;
	}

	body.page-id-22981 .po-sales-breadcrumbs {
		margin-bottom: 30px;
	}

	body.page-id-22981 .po-sales-hero-grid {
		gap: 40px;
		padding-bottom: 64px;
	}

	body.page-id-22981 .po-sales-hero h1 {
		font-size: clamp(38px, 11vw, 46px);
	}

	body.page-id-22981 .po-sales h2,
	body.page-id-22981 .po-sales-cta h2 {
		font-size: 34px;
	}

	body.page-id-22981 .po-sales-lead {
		font-size: 18px;
	}

	body.page-id-22981 .po-sales-hero-visual {
		height: 340px;
	}

	body.page-id-22981 .po-sales-audience,
	body.page-id-22981 .po-sales-kits,
	body.page-id-22981 .po-sales-process,
	body.page-id-22981 .po-sales-quote {
		padding: 72px 0;
	}

	body.page-id-22981 .po-sales-audience-grid,
	body.page-id-22981 .po-sales-kit-grid,
	body.page-id-22981 .po-sales-process-grid,
	body.page-id-22981 .po-sales-trust-grid {
		grid-template-columns: 1fr;
	}

	body.page-id-22981 .po-sales-kit-card:last-child {
		grid-column: auto;
		width: 100%;
	}

	body.page-id-22981 .po-sales-process-grid {
		gap: 32px;
	}

	body.page-id-22981 .po-sales-step-heading i {
		display: none;
	}

	body.page-id-22981 .po-sales-quote blockquote {
		font-size: 27px;
	}

	body.page-id-22981 .po-sales-cta {
		padding: 72px 0;
	}

	body.page-id-22981 .po-sales-cta-inner {
		gap: 32px;
	}

	body.page-id-22981 .po-sales-actions,
	body.page-id-22981 .po-sales-cta .po-sales-actions,
	body.page-id-22981 .po-sales-btn {
		width: 100%;
	}

	body.page-id-22981 .po-sales-trust {
		padding: 56px 0;
	}
}
