.pw-brand {
	text-decoration: none;
	white-space: nowrap;
	font-weight: 700;
	letter-spacing: -.025em;
	font-size: 1.08rem;
}

.pw-nav-list {
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pw-nav-item {
	position: relative;
}

.pw-nav-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 23px 0;
	text-decoration: none;
	font-size: .95rem;
	font-weight: 650;
}

.pw-nav-link:hover,
.pw-nav-link:focus-visible,
.pw-header-link:hover,
.pw-text-link:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pw-nav-chevron {
	font-size: .75rem;
	color: #69727a;
	transition: transform .15s ease;
}

.pw-nav-item:hover .pw-nav-chevron,
.pw-nav-item:focus-within .pw-nav-chevron {
	transform: translateY(1px);
}

.pw-subnav {
	position: absolute;
	top: calc(100% - 7px);
	left: 50%;
	transform: translateX(-50%) translateY(6px);
	min-width: 220px;
	margin: 0;
	padding: 9px;
	list-style: none;
	background: #fff;
	border: 1px solid #e1e4e2;
	border-radius: 10px;
	box-shadow: 0 12px 32px rgba(25, 31, 36, .09);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
}

.pw-nav-item:hover > .pw-subnav,
.pw-nav-item:focus-within > .pw-subnav {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

.pw-subnav li {
	margin: 0;
}

.pw-subnav a {
	display: block;
	padding: 9px 11px;
	border-radius: 7px;
	text-decoration: none;
	font-size: .92rem;
	font-weight: 600;
	white-space: nowrap;
}

.pw-subnav a:hover,
.pw-subnav a:focus-visible {
	background: #f1f4f2;
}

.pw-header-link {
	color: #4d565e;
	text-decoration: none;
	font-size: .9rem;
	font-weight: 600;
}

.pw-search-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 42px;
}

.pw-search-icon {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pw-language {
	color: #20242a;
	text-decoration: none;
	font-size: .9rem;
	font-weight: 600;
}

.pw-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 8px;
	border: 1px solid transparent;
	text-decoration: none;
	font-weight: 700;
	cursor: pointer;
}

.pw-button--primary {
	background: #245bdb;
	color: #fff;
}

.pw-button--primary:hover,
.pw-button--primary:focus-visible {
	background: #1e50c3;
	text-decoration: none;
}

.pw-button--quiet {
	border-color: #cfd5d2;
	background: transparent;
}

.pw-button--quiet:hover,
.pw-button--quiet:focus-visible {
	background: #fff;
	text-decoration: none;
}

.pw-menu-toggle {
	display: none;
	align-items: center;
	gap: 9px;
	padding: 9px 0 9px 8px;
	border: 0;
	background: transparent;
	color: #20242a;
	cursor: pointer;
	font-weight: 650;
}

.pw-menu-toggle__icon {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
	width: 18px;
}

.pw-menu-toggle__icon span {
	display: block;
	width: 18px;
	height: 2px;
	background: currentColor;
	border-radius: 2px;
	transition: transform .15s ease, opacity .15s ease;
}

.pw-menu-toggle[aria-expanded="true"] .pw-menu-toggle__icon span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.pw-menu-toggle[aria-expanded="true"] .pw-menu-toggle__icon span:nth-child(2) {
	opacity: 0;
}

.pw-menu-toggle[aria-expanded="true"] .pw-menu-toggle__icon span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.pw-nav-list--mobile {
	display: block;
}

.pw-nav-list--mobile > .pw-nav-item {
	padding-block: 2px;
}

.pw-nav-list--mobile .pw-nav-link {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	font-size: 1rem;
}

.pw-nav-list--mobile .pw-nav-chevron {
	display: none;
}

.pw-nav-list--mobile .pw-subnav {
	position: static;
	transform: none;
	min-width: 0;
	padding: 0 0 10px 14px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.pw-nav-list--mobile .pw-subnav a {
	padding: 7px 0;
	font-size: .94rem;
}

.pw-eyebrow,
.pw-meta {
	color: #69727a;
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.pw-hero h1 {
	max-width: 780px;
	margin: 0;
	font-size: clamp(2.5rem, 7vw, 5.5rem);
	line-height: 1.02;
	letter-spacing: -.045em;
}

.pw-lead {
	max-width: 650px;
	margin-block: 22px 0;
	color: #59636b;
	font-size: 1.2rem;
}

.pw-hero__actions {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 26px;
}

.pw-text-link {
	font-weight: 650;
	text-decoration: none;
}

.pw-home-intro h2 {
	max-width: 720px;
	margin: 5px 0 14px;
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	line-height: 1.12;
	letter-spacing: -.03em;
}

.pw-home-intro p:not(.pw-meta) {
	max-width: 680px;
	margin: 0;
	color: #59636b;
	font-size: 1.08rem;
}

.pw-card {
	background: #fff;
	border: 1px solid #e1e4e2;
	border-radius: 12px;
	padding: clamp(24px, 5vw, 48px);
}

.pw-entry h1 {
	margin-top: 0;
	font-size: clamp(2rem, 5vw, 3.6rem);
	line-height: 1.08;
	letter-spacing: -.035em;
}

.pw-entry__content {
	font-size: 1.08rem;
	line-height: 1.75;
}

.pw-empty {
	min-height: 60vh;
	display: grid;
	place-items: center;
	align-content: center;
	text-align: center;
	gap: 12px;
}

@media (max-width: 900px) {
	.pw-header-link {
		display: inline-flex;
	}

	.pw-menu-toggle {
		display: inline-flex;
		flex: 0 0 auto;
	}

	.pw-header__actions {
		gap: 10px;
		min-width: 0;
	}


}

@media (max-width: 560px) {
	.pw-brand {
		font-size: .94rem;
		letter-spacing: -.035em;
	}

	.pw-header__inner {
		width: calc(100% - 28px);
		gap: 10px;
	}

	.pw-header__actions {
		gap: 8px;
	}

	.pw-search-link {
		width: 28px;
		height: 40px;
	}

	.pw-search-icon {
		width: 20px;
		height: 20px;
	}

	.pw-language {
		font-size: .88rem;
	}

	.pw-button {
		min-height: 38px;
		padding-inline: 11px;
		font-size: .9rem;
	}

	.pw-menu-toggle__label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.pw-hero h1 {
		font-size: clamp(2.3rem, 13vw, 3.4rem);
	}

	.pw-lead {
		font-size: 1.08rem;
	}

	.pw-hero__actions {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 390px) {
	.pw-brand {
		font-size: .88rem;
	}

	.pw-header__inner {
		width: calc(100% - 20px);
		gap: 7px;
	}

	.pw-header__actions {
		gap: 6px;
	}

	.pw-button {
		padding-inline: 9px;
		font-size: .86rem;
	}
}
