:root {
	--po-about-navy: #243447;
	--po-about-warm: #f7f5f2;
	--po-about-sand: #c7b299;
	--po-about-ink: #1d1f21;
	--po-about-copy: #4a4d50;
	--po-about-border: #e4e0d9;
}

body.page-id-3757 .header-wrapper #header > .om_oss-hero,
body.page-id-3757 .header-wrapper #header > .po-his-wrap {
	display: none !important;
}

body.page-id-3757 #main,
body.page-id-3757 #main.boxed {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--po-about-warm) !important;
}

body.page-id-3757 #main > .container,
body.page-id-3757 #main .main-content-wrap,
body.page-id-3757 #main .main-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.po-about {
	width: 100%;
	margin: 0;
	background: var(--po-about-warm);
	color: var(--po-about-ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.po-about *,
.po-about *::before,
.po-about *::after {
	box-sizing: border-box;
}

.po-about-shell {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.po-about-hero {
	position: relative;
	display: flex;
	min-height: 360px;
	overflow: hidden;
	align-items: center;
	padding: 0 48px;
	background: var(--po-about-navy);
}

.po-about-hero-pattern {
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(45deg, #2b3a4d, #2b3a4d 16px, #31415530 16px, #314155 32px);
	opacity: .5;
}

.po-about-hero-inner {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}

.po-about-eyebrow {
	margin: 0 0 16px;
	color: var(--po-about-sand);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.po-about-hero h1 {
	margin: 0;
	color: var(--po-about-warm);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 72px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.03em;
}

.po-about-intro {
	padding: 80px 48px;
	background: var(--po-about-warm);
}

.po-about-intro-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
	gap: 56px;
	align-items: start;
	margin-bottom: 48px;
}

.po-about-intro h2 {
	margin: 0;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -.02em;
}

.po-about-intro blockquote {
	margin: 8px 0 0;
	padding-left: 22px;
	border-left: 3px solid var(--po-about-sand);
	color: var(--po-about-copy);
	font-size: 18px;
	font-style: italic;
	line-height: 1.65;
}

.po-about-principles,
.po-about-guarantee-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.po-about-principle {
	padding: 34px;
	border: 1px solid var(--po-about-border);
	border-top: 3px solid var(--po-about-sand);
	border-radius: 14px;
	background: #fff;
}

.po-about-icon {
	display: flex;
	width: 52px;
	height: 52px;
	margin-bottom: 22px;
	align-items: center;
	justify-content: center;
	border: 1.5px solid var(--po-about-sand);
	border-radius: 50%;
	color: var(--po-about-ink);
}

.po-about-icon svg {
	width: 24px;
	height: 24px;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.po-about-principle h3 {
	margin: 0 0 12px;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
}

.po-about-principle p {
	margin: 0;
	color: var(--po-about-copy);
	font-size: 16px;
	line-height: 1.65;
}

.po-about-guarantee {
	padding: 80px 48px;
	background: #efede8;
}

.po-about-guarantee > .po-about-shell > h2 {
	margin: 0 0 44px;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -.01em;
}

.po-about-guarantee-card {
	display: flex;
	flex-direction: column;
	padding: 36px;
	border: 1px solid var(--po-about-border);
	border-radius: 16px;
	background: #fff;
}

.po-about-guarantee-card .po-about-icon {
	margin-bottom: 24px;
}

.po-about-guarantee-card h3 {
	margin: 0 0 14px;
	color: var(--po-about-ink);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2;
}

.po-about-guarantee-card p {
	margin: 0;
	color: var(--po-about-copy);
	font-size: 15.5px;
	line-height: 1.65;
}

.po-about-guarantee-card.is-dark {
	border-color: var(--po-about-navy);
	background: var(--po-about-navy);
}

.po-about-guarantee-card.is-dark .po-about-icon {
	color: var(--po-about-sand);
}

.po-about-guarantee-card.is-dark h3 {
	color: var(--po-about-warm);
}

.po-about-guarantee-card.is-dark p {
	color: rgba(247, 245, 242, .8);
}

.po-about-cta {
	padding: 80px 48px;
	background: var(--po-about-navy);
}

.po-about-cta-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
	align-items: center;
	justify-content: space-between;
}

.po-about-cta-copy {
	max-width: 640px;
}

.po-about-cta h2 {
	margin: 0 0 14px;
	color: var(--po-about-warm);
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -.01em;
}

.po-about-cta p {
	margin: 0;
	color: rgba(247, 245, 242, .75);
	font-size: 18px;
	line-height: 1.6;
}

.po-about-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.po-about-button {
	display: inline-flex;
	min-height: 56px;
	padding: 16px 30px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	white-space: nowrap;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.po-about-button span {
	margin-left: 5px;
}

.po-about-button.is-primary {
	border: 1.5px solid var(--po-about-sand);
	background: var(--po-about-sand);
	color: var(--po-about-ink);
}

.po-about-button.is-primary:hover,
.po-about-button.is-primary:focus-visible {
	border-color: #b89f80;
	background: #b89f80;
	color: var(--po-about-ink);
}

.po-about-button.is-secondary {
	border: 1.5px solid rgba(247, 245, 242, .45);
	background: transparent;
	color: var(--po-about-warm);
}

.po-about-button.is-secondary:hover,
.po-about-button.is-secondary:focus-visible {
	border-color: var(--po-about-warm);
	color: var(--po-about-warm);
}

@media (max-width: 900px) {
	.po-about-hero h1 {
		font-size: 60px;
	}

	.po-about-intro-heading {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.po-about-intro blockquote {
		margin-top: 0;
	}

	.po-about-principles,
	.po-about-guarantee-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.po-about-cta-inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 600px) {
	.po-about-hero {
		min-height: 300px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.po-about-hero-inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.po-about-hero h1 {
		font-size: 48px;
	}

	.po-about-intro,
	.po-about-guarantee,
	.po-about-cta {
		padding: 56px 20px;
	}

	.po-about-intro-heading {
		gap: 24px;
		margin-bottom: 36px;
	}

	.po-about-intro h2 {
		font-size: 34px;
	}

	.po-about-intro blockquote {
		font-size: 16px;
	}

	.po-about-principles,
	.po-about-guarantee-grid {
		grid-template-columns: 1fr;
	}

	.po-about-principle,
	.po-about-guarantee-card {
		padding: 28px;
	}

	.po-about-guarantee > .po-about-shell > h2 {
		margin-bottom: 32px;
		font-size: 32px;
	}

	.po-about-cta-inner {
		gap: 32px;
	}

	.po-about-cta h2 {
		font-size: 32px;
	}

	.po-about-cta p {
		font-size: 16px;
	}

	.po-about-actions,
	.po-about-button {
		width: 100%;
	}
}
