.cWpxHomePage nav.ipsBreadcrumb,
.cWpxHomePage nav.ipsBreadcrumb--top,
.cWpxHomePage nav.ipsBreadcrumb--mobile,
.cWpxHomePage nav.ipsBreadcrumb--bottom,
.cWpxHomePage .ipsBreadcrumb,
.cWpxHomePage .ipsBreadcrumb--top,
.cWpxHomePage .ipsBreadcrumb--bottom,
.cWpxHomePage .ipsHeader__secondary {
	display: none !important;
}

/* Match public homepage mobile header: logo image only, no duplicate text wordmark */
.ipsMobileHeader .ipsLogo__text,
.ipsLogo--mobile .ipsLogo__text,
.ipsLogo .cWpxShieldWrap ~ .ipsLogo__text {
	display: none !important;
}

.cWpxHomePage .ipsHeader {
	border-bottom: 0 !important;
	box-shadow: none !important;
}

html:has(body[data-pageapp="wpxhome"]),
body[data-pageapp="wpxhome"],
body[data-pageapp="wpxhome"] #ipsLayout,
.cWpxHomePage {
	overflow-x: clip;
}

.cWpxHomePage #ipsLayout__main,
.cWpxHomePage .ipsLayout__main {
	padding: 0 !important;
	margin: 0 !important;
}

body[data-pageapp="wpxhome"] .ipsWidth--main-content,
body[data-pageapp="wpxhome"] .ipsContentWrap,
body[data-pageapp="wpxhome"] .ipsLayout__columns,
body[data-pageapp="wpxhome"] .ipsLayout__primary-column {
	overflow: visible !important;
}

[data-pageapp="wpxhome"] {
	--wpx-bg: var(--i-body--ba-co, Canvas);
	--wpx-panel: var(--i-box--ba-co, Canvas);
	--wpx-line: var(--i-box--bo-co, color-mix(in srgb, CanvasText 14%, transparent));
	--wpx-text: var(--i-color_hard, CanvasText);
	--wpx-mute: var(--i-color_soft, color-mix(in srgb, CanvasText 62%, transparent));
	--wpx-accent: var(--i-color_primary, #1265a1);
	--wpx-btn: var(--i-primary, #1265a1);
	--wpx-btn-text: var(--i-primary-contrast, #fff);
	--wpx-radius: var(--i-design-radius, 8px);
	--wpx-font: var(--i-font-family, system-ui, Helvetica, Arial, sans-serif);
	--wpx-gutter: var(--i-layout-gutter, 24px);
	--wpx-width: var(--i-layout-width, 1500px);
}

.cWpxHome {
	--wpx-hero: none;
	color: var(--wpx-text);
	background: transparent;
	margin: 0 calc(-1 * var(--wpx-gutter)) 0;
	padding: 0 0 var(--i-sp_5, 48px);
	font-family: var(--wpx-font);
}

.cWpxHome a {
	color: inherit;
	text-decoration: none;
}

.cWpxHome h1,
.cWpxHome h2,
.cWpxHome h3 {
	color: inherit;
	font-weight: 650;
	letter-spacing: -.02em;
}

.cWpxHomeWrap {
	width: min(100%, var(--wpx-width));
	margin-inline: auto;
	padding-inline: var(--wpx-gutter);
}

.cWpxHomeAd {
	width: min(100%, var(--wpx-width));
	margin-inline: auto;
	padding: 18px var(--wpx-gutter) 0;
	text-align: center;
}

.cWpxHomeAd__label {
	margin: 0 0 8px;
	text-transform: uppercase;
	letter-spacing: .16em;
	font-size: .62rem;
	font-weight: 700;
	color: var(--wpx-mute);
}

.cWpxHomeAd--exclusive .cWpxHomeAd__label,
.cWpxHomeAd--exclusive-side .cWpxHomeAd__label {
	color: var(--wpx-accent);
}

.cWpxHomeAd__link {
	display: block;
	overflow: hidden;
	border-radius: var(--wpx-radius);
	background: var(--wpx-panel);
	border: 1px solid var(--wpx-line);
}

.cWpxHomeAd__link img {
	display: block;
	width: 100%;
	max-width: 728px;
	height: auto;
	margin: 0 auto;
}

.cWpxHomeAd--leaderboard .cWpxHomeAd__link {
	min-height: 90px;
}

.cWpxHomeAd--sidebar .cWpxHomeAd__link {
	min-height: 160px;
}

.cWpxHomeAd--seat .cWpxHomeAd__link {
	min-height: 132px;
}

.cWpxHomeAd--seat .cWpxHomeAd__house {
	padding: 14px 16px;
	gap: 8px;
}

.cWpxHomeAd--seat .cWpxHomeAd__house strong {
	font-size: .95rem;
}

.cWpxHomeAd__link--house {
	border-color: color-mix(in srgb, var(--wpx-accent) 32%, var(--wpx-line));
}

.cWpxHomeAd__link--inert {
	cursor: default;
	pointer-events: none;
}

.cWpxHomeAd__house {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 12px;
	min-height: inherit;
	padding: 18px 20px;
	color: var(--wpx-text);
	text-align: left;
	background: color-mix(in srgb, var(--wpx-accent) 8%, var(--wpx-panel));
}

.cWpxHomeAd--leaderboard .cWpxHomeAd__house {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	min-height: 90px;
	padding: 16px 22px;
}

.cWpxHomeAd__copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: min(100%, 16rem);
}

.cWpxHomeAd__kicker {
	text-transform: uppercase;
	letter-spacing: .14em;
	font-size: .68rem;
	font-weight: 700;
	color: var(--wpx-accent);
}

.cWpxHomeAd__house strong {
	font-size: 1.05rem;
	font-weight: 650;
}

.cWpxHomeAd__copy > span:last-child {
	font-size: .82rem;
	color: var(--wpx-mute);
}

.cWpxHomeAd__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .5em 1em;
	border-radius: var(--wpx-radius);
	background: var(--wpx-btn);
	color: var(--wpx-btn-text) !important;
	font-size: .82rem;
	font-weight: 600;
	white-space: nowrap;
}

body[data-pageapp="wpxhome"] .ipsContentWrap > [data-ips-ad="global_footer"],
body[data-pageapp="wpxhome"] .ipsContentWrap > .i-margin-top_block[data-ips-ad],
body[data-pageapp="wpxhome"] .ipsWidget[data-blocktitle="Advertisements"] {
	display: none !important;
}

body[data-pageapp="wpxhome"] .cWpxHome [data-ips-ad="global_footer"],
body[data-pageapp="wpxhome"] .cWpxHome .i-margin-top_block[data-ips-ad] {
	display: block !important;
	margin: 0;
}

.cWpxHomeAd__ips ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cWpxHomeAd__ips img,
.cWpxHomeAd__ips iframe {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.cWpxHomeAd:has(.cWpxHomeAd__ips img) .cWpxHomeAd__fallback,
.cWpxHomeAd:has(.cWpxHomeAd__ips iframe) .cWpxHomeAd__fallback,
.cWpxHomeAd:has(.cWpxHomeAd__ips ins) .cWpxHomeAd__fallback,
.cWpxHomeAd:has(.cWpxHomeAd__ips a[href*="advertisement"]) .cWpxHomeAd__fallback {
	display: none;
}

.cWpxHomeStage {
	display: flex;
	flex-direction: column;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: min(78dvh, 780px);
}

.cWpxHomeHero {
	position: relative;
	isolation: isolate;
	flex: 1 1 auto;
	width: 100%;
	min-height: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(40px, 6vw, 72px) 0 0;
	color: #fff;
	background-color: var(--wpx-bg);
}

.cWpxHomeHero__photos {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	background: #0a0c10;
}

.cWpxHomeHero__slide {
	position: absolute;
	inset: 0;
	margin: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity 2.1s cubic-bezier(.22, .1, .25, 1);
}

.cWpxHomeHero__slide.is-active {
	opacity: 1;
}

.cWpxHomeHero__photoFill {
	position: absolute;
	inset: calc((1 - var(--wpx-hero-z, 1.16)) * 50%);
	width: calc(var(--wpx-hero-z, 1.16) * 100%);
	height: calc(var(--wpx-hero-z, 1.16) * 100%);
	object-fit: cover;
	object-position: var(--wpx-hero-x, 50%) var(--wpx-hero-y, 32%);
	filter: blur(28px) saturate(1.08);
	transform-origin: var(--wpx-hero-x, 50%) var(--wpx-hero-y, 32%);
}

.cWpxHomeHero__photo {
	position: absolute;
	inset: calc((1 - var(--wpx-hero-z, 1.16)) * 50%);
	width: calc(var(--wpx-hero-z, 1.16) * 100%);
	height: calc(var(--wpx-hero-z, 1.16) * 100%);
	object-fit: cover;
	object-position: var(--wpx-hero-x, 50%) var(--wpx-hero-y, 32%);
	transform-origin: var(--wpx-hero-x, 50%) var(--wpx-hero-y, 32%);
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 11%, #000 89%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0%, #000 11%, #000 89%, transparent 100%);
	pointer-events: none;
	-webkit-user-drag: none;
	user-select: none;
}

.cWpxHomeHero__photoFill {
	pointer-events: none;
	-webkit-user-drag: none;
	user-select: none;
}

.cWpxHomeHero__shield {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	object-fit: fill;
}

.cWpxHomeHero__slide.is-kenburns .cWpxHomeHero__photo,
.cWpxHomeHero__slide.is-kenburns .cWpxHomeHero__photoFill {
	animation: wpxKenBurns var(--wpx-kb-ms, 13s) cubic-bezier(.45, 0, .55, 1) 2 alternate both;
}

@keyframes wpxKenBurns {
	from { transform: var(--wpx-kb-from, translate(0, 2.8%) scale(1.05)); }
	to { transform: var(--wpx-kb-to, translate(.8%, -2%) scale(1.09)); }
}

.cWpxHomeHero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(10, 12, 16, .08) 0%, rgba(10, 12, 16, .26) 42%, rgba(10, 12, 16, .58) 88%, rgba(10, 12, 16, .58) 100%);
	pointer-events: none;
}

.cWpxHomeHero__inner,
.cWpxHomeStats {
	position: relative;
	z-index: 2;
	pointer-events: none;
}

.cWpxHomeHero__copy,
.cWpxHomeHero__copy a,
.cWpxHomeStats {
	pointer-events: auto;
}

.cWpxHomeHero__credit {
	position: absolute;
	right: var(--wpx-gutter);
	bottom: clamp(20px, 3vw, 36px);
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	margin: 0;
	max-width: min(48vw, 16rem);
	text-align: right;
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .04em;
	color: rgba(255, 255, 255, .78);
	text-shadow: 0 1px 8px rgba(0, 0, 0, .45);
	opacity: 0;
	transition: opacity 2.1s cubic-bezier(.22, .1, .25, 1);
	pointer-events: none;
}

.cWpxHomeHero__credit.is-active {
	opacity: 1;
	pointer-events: auto;
}

.cWpxHomeHero__choice {
	display: block;
	color: var(--wpx-accent);
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.cWpxHomeHero__by {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cWpxHomeHero__view {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 6px 12px;
	border: 1px solid rgba(255, 255, 255, .42);
	border-radius: 999px;
	background: rgba(8, 10, 14, .42);
	color: #fff;
	font: inherit;
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	text-shadow: none;
	cursor: pointer;
	backdrop-filter: blur(10px);
}

.cWpxHomeHero__view:hover,
.cWpxHomeHero__view:focus-visible {
	border-color: #fff;
	background: rgba(8, 10, 14, .66);
	outline: none;
}

.cWpxHomeLightbox {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(16px, 3vw, 36px);
	background: rgba(6, 8, 10, .9);
	backdrop-filter: blur(14px);
}

.cWpxHomeLightbox[hidden] {
	display: none !important;
}

.cWpxHomeLightbox__stage {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	max-width: min(96vw, 1400px);
	max-height: 92vh;
}

.cWpxHomeLightbox__frame {
	position: relative;
	display: inline-block;
	line-height: 0;
	max-width: min(96vw, 1400px);
	max-height: calc(92vh - 56px);
}

.cWpxHomeLightbox__photo {
	display: block;
	max-width: min(96vw, 1400px);
	max-height: calc(92vh - 56px);
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 4px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, .55);
	pointer-events: none;
	-webkit-user-drag: none;
	user-select: none;
}

.cWpxHomeLightbox__shield {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	object-fit: fill;
	border-radius: 4px;
}

.cWpxHomeLightbox__card {
	position: absolute;
	left: clamp(10px, 2vw, 18px);
	bottom: clamp(10px, 2vw, 18px);
	z-index: 3;
	max-width: min(20rem, calc(100% - 36px));
	padding: clamp(10px, 1.4vw, 16px) clamp(12px, 1.6vw, 18px);
	border-radius: 14px;
	background: rgba(10, 12, 16, .52);
	border: 1px solid rgba(255, 255, 255, .16);
	box-shadow: 0 18px 50px rgba(0, 0, 0, .32);
	backdrop-filter: blur(18px) saturate(1.2);
	-webkit-backdrop-filter: blur(18px) saturate(1.2);
	color: #fff;
	line-height: normal;
	text-align: left;
	pointer-events: none;
}

.cWpxHomeLightbox__card[hidden] {
	display: none !important;
}

.cWpxHomeLightbox__medal {
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 0 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.cWpxHomeLightbox__medal[hidden] {
	display: none !important;
}

.cWpxHomeLightbox__medal[data-place="1"] { background-image: url(award-1.png); }
.cWpxHomeLightbox__medal[data-place="2"] { background-image: url(award-2.png); }
.cWpxHomeLightbox__medal[data-place="3"] { background-image: url(award-3.png); }

/* Rank stays in the accessibility tree; the medal carries it visually */
.cWpxHomeLightbox__place {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.cWpxHomeLightbox__title {
	margin: 0 0 6px;
	font-size: clamp(.98rem, 1.4vw, 1.16rem);
	line-height: 1.2;
	font-weight: 650;
	letter-spacing: -.02em;
	color: #fff;
}

.cWpxHomeLightbox__by {
	margin: 0;
	font-size: .86rem;
	font-weight: 600;
	color: rgba(255, 255, 255, .88);
}

.cWpxHomeLightbox__count {
	margin: 0;
	color: rgba(255, 255, 255, .62);
	font-size: .74rem;
	font-weight: 600;
	letter-spacing: .12em;
	text-align: center;
}

.cWpxHomeLightbox.is-nav .cWpxHomeLightbox__shield {
	cursor: pointer;
}

.cWpxHomeLightbox__close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 1;
	appearance: none;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 999px;
	background: rgba(8, 10, 14, .62);
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	cursor: pointer;
}

.cWpxHomeHero__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: clamp(24px, 4vw, 48px);
	width: min(100%, var(--wpx-width));
	margin-inline: auto;
	padding: 0 var(--wpx-gutter) clamp(16px, 2.4vw, 28px);
	max-width: none;
}

.cWpxHomeHero__copy {
	flex: 1 1 28rem;
	max-width: 38rem;
}

/* Members Choice credit bar, directly beneath the hero photo.
   Unlike the hero overlay this sits on the theme background, so every
   colour here has to follow the light and dark themes. */
/* Sits over the bottom of the hero photo, so the colours are fixed to the
   image rather than the theme. */
.cWpxHomeChoiceBar {
	position: relative;
	z-index: 4;
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	background: linear-gradient(180deg, rgba(10, 12, 16, .16), rgba(10, 12, 16, .40));
	-webkit-backdrop-filter: blur(16px) saturate(125%);
	backdrop-filter: blur(16px) saturate(125%);
	border-top: 1px solid rgba(255, 255, 255, .16);
	color: #fff;
}

.cWpxHomeChoiceBar__row {
	display: none;
	align-items: center;
	gap: clamp(12px, 1.6vw, 20px);
	width: min(100%, var(--wpx-width));
	margin: 0 auto;
	padding: 10px var(--wpx-gutter);
}

.cWpxHomeChoiceBar__row.is-active {
	display: flex;
}

.cWpxHomeChoiceBar__medal {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.cWpxHomeChoiceBar__row[data-place="1"] .cWpxHomeChoiceBar__medal { background-image: url(award-1.png); }
.cWpxHomeChoiceBar__row[data-place="2"] .cWpxHomeChoiceBar__medal { background-image: url(award-2.png); }
.cWpxHomeChoiceBar__row[data-place="3"] .cWpxHomeChoiceBar__medal { background-image: url(award-3.png); }

.cWpxHomeChoiceBar__text {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: baseline;
	gap: 4px 12px;
	flex-wrap: wrap;
}

.cWpxHomeChoiceBar__title {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.25;
	font-weight: 650;
	letter-spacing: -.01em;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.cWpxHomeChoiceBar__by {
	margin: 0;
	font-size: .9rem;
	line-height: 1.25;
	font-weight: 500;
	color: rgba(255, 255, 255, .85);
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

/* Rank stays in the accessibility tree; the medal carries it visually */
.cWpxHomeChoiceBar__rank {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.cWpxHomeChoiceBar__actions {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 10px;
}

/* Solid pill keeps View Photo readable whatever the photo behind it does. */
.cWpxHomeChoiceBar__actions .cWpxHomeHero__view {
	background: rgba(255, 255, 255, .92);
	color: #0b0d11;
	border-color: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.cWpxHomeChoiceBar__actions .cWpxHomeHero__view:hover,
.cWpxHomeChoiceBar__actions .cWpxHomeHero__view:focus-visible {
	background: #fff;
	border-color: transparent;
}

.cWpxHomeChoiceBar__actions .cWpxHomeHero__review {
	background: transparent;
	color: #fff !important;
	border-color: rgba(255, 255, 255, .5);
}

.cWpxHomeChoiceBar__actions .cWpxHomeHero__review:hover,
.cWpxHomeChoiceBar__actions .cWpxHomeHero__review:focus-visible {
	background: rgba(255, 255, 255, .12);
	border-color: #fff;
}

.cWpxHomeHero__review {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .42);
	border-radius: 999px;
	padding: 6px 14px;
	background: transparent;
	color: #fff !important;
	font: inherit;
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	text-decoration: none;
}

.cWpxHomeHero__review:hover,
.cWpxHomeHero__review:focus-visible {
	border-color: #fff;
	background: rgba(255, 255, 255, .1);
	outline: none;
}

.cWpxHomeHero__reviewMobile {
	display: none;
}

@keyframes wpxRise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.cWpxHomeHero__copy > * {
	animation: wpxRise .75s cubic-bezier(.22, 1, .36, 1) both;
}

.cWpxHomeHero__copy > *:nth-child(1) { animation-delay: .12s; }
.cWpxHomeHero__copy > *:nth-child(2) { animation-delay: .26s; }
.cWpxHomeHero__copy > *:nth-child(3) { animation-delay: .4s; }
.cWpxHomeHero__copy > *:nth-child(4) { animation-delay: .54s; }

.cWpxHomeKicker,
.cWpxHomeHero__kicker {
	margin: 0 0 12px;
	text-transform: uppercase;
	letter-spacing: .18em;
	font-size: .68rem;
	font-weight: 700;
	color: var(--wpx-accent);
}

.cWpxHomeHero h1 {
	margin: 0 0 16px;
	font-size: clamp(2rem, 4.4vw, 3.5rem);
	line-height: 1.02;
	color: #fff;
	text-wrap: balance;
	font-weight: 650;
}

.cWpxHomeHero h1 em {
	font-style: normal;
	color: var(--wpx-accent);
}

.cWpxHomeHero p {
	margin: 0 0 20px;
	max-width: 34rem;
	font-size: 1.05rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, .82);
}

.cWpxHomeHero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cWpxHomeHero__actions .ipsButton--secondary {
	background: transparent !important;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, .42) !important;
	box-shadow: none !important;
}

.cWpxHomeHero__actions .ipsButton--secondary:hover,
.cWpxHomeHero__actions .ipsButton--secondary:focus-visible {
	background: rgba(255, 255, 255, .1) !important;
	border-color: #fff !important;
	color: #fff !important;
}

.cWpxHomeBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .7em 1.2em;
	border-radius: var(--wpx-radius);
	font-size: .92rem;
	font-weight: 600;
	letter-spacing: .01em;
	border: 1px solid transparent;
}

.cWpxHomeBtn--solid {
	background: var(--wpx-btn);
	color: var(--wpx-btn-text) !important;
}

.cWpxHomeBtn--solid:hover {
	filter: brightness(1.08);
}

.cWpxHomeBtn--ghost {
	background: transparent;
	color: #fff !important;
	border-color: rgba(255, 255, 255, .42);
}

.cWpxHomeBtn--ghost:hover {
	background: rgba(255, 255, 255, .08);
}

.cWpxHomeBtn--light {
	background: #fff;
	color: var(--wpx-btn) !important;
}

.cWpxHomeBtn--small {
	padding: .55em .95em;
	font-size: .82rem;
}

.cWpxHomeStats {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 12px;
	width: min(100%, var(--wpx-width));
	margin: 28px auto 0;
	padding: 8px var(--wpx-gutter) 28px;
}

.cWpxHomeStats__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 148px;
	padding: 16px 22px 14px;
	background: rgba(8, 12, 18, .48);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 12px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
	backdrop-filter: blur(12px);
	color: #fff;
	text-align: center;
}

.cWpxHomeStats__item i {
	margin-bottom: 8px;
	font-size: .92rem;
	color: var(--wpx-accent);
}

.cWpxHomeStats__item strong {
	font-size: 1.55rem;
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: -.02em;
}

.cWpxHomeStats__item span {
	margin-top: 5px;
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .68);
}

.cWpxHomeShowcase {
	padding: 28px 0 8px;
}

.cWpxHomeSectionHead {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.cWpxHomeSectionHead h2,
.cWpxHomePanel h2,
.cWpxHomeSupport h2 {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 650;
	color: var(--wpx-text);
}

.cWpxHomeSectionHead a {
	flex: none;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--wpx-accent) !important;
}

.cWpxHomeShowcase__thumbs img,
.cWpxHomeContest__media img,
.cWpxHomeStory__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cWpxHomeShowcase__thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
}

.cWpxHomeShowcase__thumbs a {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1;
	border-radius: var(--wpx-radius);
	background: var(--wpx-panel) center/cover no-repeat;
	color: #fff;
}

.cWpxHomeShowcase__thumbs a::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 46%;
	background: linear-gradient(180deg, transparent, rgba(8, 10, 14, .82));
	pointer-events: none;
}

.cWpxHomeShowcase__credit {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 12px;
	z-index: 1;
	font-size: .78rem;
	font-weight: 600;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cWpxHomeShowcase__thumbs a:hover {
	filter: brightness(1.06);
}

.cWpxHomeChoice {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(16rem, .8fr);
	gap: 28px 40px;
	align-items: center;
	padding: 28px 0 8px;
}

.cWpxHomeChoice__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	border-radius: var(--wpx-radius);
	background: var(--wpx-panel);
	border: 1px solid var(--wpx-line);
}

.cWpxHomeChoice__photo,
.cWpxHomeChoice__shield {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cWpxHomeChoice__shield {
	z-index: 2;
}

.cWpxHomeChoice__kicker {
	margin: 0 0 8px;
	text-transform: uppercase;
	letter-spacing: .16em;
	font-size: .62rem;
	font-weight: 700;
	color: var(--wpx-accent);
}

.cWpxHomeChoice__copy h2 {
	margin: 0 0 6px;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	line-height: 1.1;
}

.cWpxHomeChoice__status {
	margin: 0 0 12px;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--wpx-mute);
}

.cWpxHomeChoice__blurb,
.cWpxHomeChoice__by,
.cWpxHomeChoice__likes {
	margin: 0 0 8px;
	color: var(--wpx-mute);
	font-size: .95rem;
	line-height: 1.45;
}

.cWpxHomeChoice__by {
	color: var(--wpx-text);
	font-weight: 600;
}

.cWpxHomeChoice__likes {
	margin-bottom: 18px;
}

.cWpxHomeChoice__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cWpxHomeBody {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 36px;
	align-items: start;
	padding-top: 24px;
}

.cWpxHomePair {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
	gap: 28px;
	margin-bottom: 36px;
}

.cWpxHomeStories {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.cWpxHomeBlock {
	margin-bottom: 36px;
}

.cWpxHomePanel {
	background: var(--wpx-panel);
	border: 1px solid var(--wpx-line);
	border-radius: var(--wpx-radius);
	padding: 18px 18px 10px;
	box-shadow: var(--i-box--bo-sh, none);
}

.cWpxHomeThreads,
.cWpxHomeOnline,
.cWpxHomeShop {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cWpxHomeThreads li {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid var(--wpx-line);
}

.cWpxHomeThreads li:last-child {
	border-bottom: 0;
}

.cWpxHomeThreads img,
.cWpxHomeOnline img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
}

.cWpxHomeThreads a {
	display: block;
	font-weight: 650;
	font-size: .92rem;
	line-height: 1.3;
	color: var(--wpx-text);
}

.cWpxHomeThreads a:hover {
	color: var(--wpx-accent);
}

.cWpxHomeThreads span,
.cWpxHomeMeta {
	display: block;
	margin-top: 3px;
	font-size: .75rem;
	color: var(--wpx-mute);
}

.cWpxHomeThreads em {
	min-width: 26px;
	padding: 3px 7px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--wpx-accent) 14%, transparent);
	color: var(--wpx-accent);
	font-style: normal;
	font-size: .72rem;
	font-weight: 700;
	text-align: center;
}

.cWpxHomeContest {
	display: block;
}

.cWpxHomeContest__media {
	position: relative;
	display: block;
	height: 220px;
	border-radius: var(--wpx-radius);
	background: var(--wpx-panel);
	margin-bottom: 14px;
	overflow: hidden;
}

.cWpxHomeContest h3 {
	margin: 0 0 8px;
	font-size: 1.2rem;
	line-height: 1.25;
}

.cWpxHomeContest h3 a:hover {
	color: var(--wpx-accent);
}

.cWpxHomeContest p {
	margin: 0 0 12px;
	color: var(--wpx-mute);
	font-size: .9rem;
	line-height: 1.45;
}

.cWpxHomeStory {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border-radius: var(--wpx-radius);
	overflow: hidden;
	background: var(--wpx-panel);
	border: 1px solid var(--wpx-line);
}

.cWpxHomeStory:hover {
	border-color: color-mix(in srgb, var(--wpx-accent) 40%, var(--wpx-line));
}

.cWpxHomeStory__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	background: color-mix(in srgb, var(--wpx-accent) 12%, var(--wpx-panel));
}

.cWpxHomeStory__body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 10px 12px 12px;
}

.cWpxHomeStory__body strong {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: .86rem;
	line-height: 1.28;
	font-weight: 650;
}

.cWpxHomeStory__body em {
	font-style: normal;
	font-size: .75rem;
	color: var(--wpx-mute);
}

.cWpxHomeStory__excerpt {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 2px;
	font-size: .78rem;
	line-height: 1.4;
	font-weight: 400;
	color: var(--wpx-mute);
}

.cWpxHomePartners {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 12px 0 14px;
	background: var(--wpx-panel);
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.cWpxHomePartners__inner {
	width: min(100%, var(--wpx-width));
	margin: 0 auto;
	padding: 0 var(--wpx-gutter);
}

.cWpxHomePartners__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-bottom: 10px;
	animation: wpxRise .6s ease both;
	animation-delay: .2s;
}

.cWpxHomePartners__head h2 {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 650;
	color: var(--wpx-text);
}

.cWpxHomePartners__head a {
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--wpx-accent) !important;
}

.cWpxHomePartners__rail {
	display: block;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

/* Two identical sets scroll as one track; -50% lands exactly on the repeat,
   which needs the spacing to live on the items rather than a flex gap. */
.cWpxHomePartners__track {
	display: flex;
	width: max-content;
	animation: wpxMarquee var(--wpx-marquee-sec, 50s) linear infinite;
}

.cWpxHomePartners__set {
	display: flex;
	align-items: center;
}

.cWpxHomePartners__rail:hover .cWpxHomePartners__track,
.cWpxHomePartners__rail:focus-within .cWpxHomePartners__track {
	animation-play-state: paused;
}

@keyframes wpxMarquee {
	from { transform: translate3d(0, 0, 0); }
	to { transform: translate3d(-50%, 0, 0); }
}

.cWpxHomePartners__item {
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 62px;
	margin-right: 12px;
	padding: 6px 10px;
	border-radius: var(--wpx-radius);
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--wpx-line) 55%, #fff);
}

.cWpxHomePartners__item img {
	max-width: 100%;
	max-height: 40px;
	width: auto;
	object-fit: contain;
	transition: transform .2s ease;
}

.cWpxHomePartners__item:hover {
	filter: brightness(1.03);
}

.cWpxHomePartners__item:hover img {
	transform: scale(1.04);
}

.cWpxHomePartners__item span {
	font-size: .78rem;
	font-weight: 700;
	text-align: center;
	color: #12202c;
}

.cWpxHomeSupport {
	padding: 22px 18px;
	margin-bottom: 16px;
	border-radius: var(--wpx-radius);
	background:
		radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--wpx-accent) 22%, transparent), transparent 42%),
		var(--wpx-btn);
	color: var(--wpx-btn-text);
	text-align: left;
}

.cWpxHomeSupport h2,
.cWpxHomeSupport p {
	color: inherit;
}

.cWpxHomeSupport i {
	font-size: 1.1rem;
	margin-bottom: 10px;
	color: color-mix(in srgb, var(--wpx-btn-text) 80%, transparent);
}

.cWpxHomeSupport p {
	margin: 8px 0 16px;
	font-size: .9rem;
	opacity: .9;
}

.cWpxHomeSidebar .cWpxHomeAd {
	margin-bottom: 16px;
	width: auto;
	padding: 0;
}

.cWpxHomeSidebar .cWpxHomePanel {
	margin-bottom: 16px;
	padding: 16px 16px 12px;
}

.cWpxHomeSidebar .cWpxHomeAd__ips ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cWpxHomeSidebar .cWpxHomeAd__ips img,
.cWpxHomeSidebar .cWpxHomeAd__ips iframe {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.cWpxHomeSidebar .cWpxHomeAd__label {
	text-align: left;
}

.cWpxHomeOnline li + li {
	margin-top: 10px;
}

.cWpxHomeOnline a,
.cWpxHomeShop a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: .88rem;
	font-weight: 600;
}

.cWpxHomeOnline a:hover,
.cWpxHomeShop a:hover {
	color: var(--wpx-accent);
}

.cWpxHomeShop li {
	padding: 10px 0;
	border-bottom: 1px solid var(--wpx-line);
}

.cWpxHomeShop li:last-child {
	border-bottom: 0;
	padding-bottom: 2px;
}

.cWpxHomeShop a {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
}

.cWpxHomeShop img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: calc(var(--wpx-radius) - 2px);
	background: #fff;
}

.cWpxHomeShop span {
	min-width: 0;
	line-height: 1.3;
}

.cWpxHomeEmpty {
	margin: 0;
	color: var(--wpx-mute);
	font-size: .9rem;
}

@media (max-width: 1280px) {
	.cWpxHomeBody {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1100px) {
	.cWpxHomeChoice,
	.cWpxHomePair,
	.cWpxHomeStories,
	.cWpxHomeShowcase__thumbs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cWpxHomeChoice {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.cWpxHomeStats__item {
		min-width: 132px;
	}
}

@media (max-width: 720px) {
	.cWpxHome {
		margin-inline: 0;
		padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
	}

	.cWpxHomeStage {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		min-height: 0;
	}

	.cWpxHomeHero {
		min-height: min(64dvh, 540px);
		padding-top: 52px;
	}

	.cWpxHomeHero__credit {
		top: 14px;
		right: 16px;
		bottom: auto;
		max-width: min(62vw, 15rem);
		font-size: .66rem;
	}

	.cWpxHomeHero h1 {
		font-size: clamp(1.55rem, 7.2vw, 2rem);
	}

	.cWpxHomeHero p {
		font-size: .95rem;
		margin-bottom: 16px;
	}

	.cWpxHomeHero__actions {
		flex-direction: column;
		align-items: stretch;
		margin-top: auto;
		padding-top: 18px;
	}

	.cWpxHomeHero__actions .ipsButton {
		width: 100%;
		justify-content: center;
	}

	.cWpxHomeHero__inner {
		position: static;
		flex: 1 1 auto;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
	}

	.cWpxHomeHero__copy {
		position: relative;
		z-index: 2;
		display: flex;
		flex-direction: column;
		flex: 1 1 auto;
		min-height: 0;
		max-width: none;
	}

	.cWpxHomeChoiceBar__row {
		gap: 12px;
		padding: 9px var(--wpx-gutter);
		flex-wrap: wrap;
	}

	.cWpxHomeChoiceBar__medal {
		width: 38px;
		height: 38px;
	}

	.cWpxHomeChoiceBar__title {
		font-size: .88rem;
	}

	.cWpxHomeChoiceBar__by {
		font-size: .8rem;
	}

	.cWpxHomeChoiceBar__actions {
		flex: 1 1 100%;
		justify-content: flex-start;
	}

	.cWpxHomeChoice,
	.cWpxHomeShowcase__thumbs,
	.cWpxHomePair {
		grid-template-columns: 1fr;
	}

	.cWpxHomeChoice__actions .ipsButton {
		width: 100%;
		justify-content: center;
	}

	.cWpxHomeStories {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.cWpxHomeStory {
		flex-direction: row !important;
		align-items: stretch;
		min-height: 0;
	}

	.cWpxHomeStory__media {
		flex: 0 0 96px;
		width: 96px;
		height: 96px;
		aspect-ratio: 1 !important;
	}

	.cWpxHomeStory__body {
		flex: 1 1 auto;
		min-width: 0;
		padding: 8px 10px;
		justify-content: center;
	}

	.cWpxHomeStory__excerpt {
		display: none;
	}

	.cWpxHomeStats {
		gap: 8px;
	}

	.cWpxHomeStats__item {
		min-width: calc(50% - 8px);
		flex: 1 1 calc(50% - 8px);
	}

	.cWpxHomePartners {
		padding: 12px 0 10px;
	}

	.cWpxHomePartners__head {
		margin-bottom: 8px;
	}

	.cWpxHomePartners__item {
		width: 116px;
		height: 54px;
		margin-right: 10px;
	}

	.cWpxHomePartners__item img {
		max-height: 34px;
	}

	.cWpxHomeSidebar {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.cWpxHomeSupport,
	.cWpxHomeSidebar > .cWpxHomeAd:not(.cWpxHomeAd--seat),
	.cWpxHomeSidebar > .cWpxHomePanel {
		grid-column: 1 / -1;
	}

	.cWpxHomeSidebar .cWpxHomeAd {
		margin-bottom: 0;
	}

	.cWpxHomeAd--seat .cWpxHomeAd__link,
	.cWpxHomeAd--seat .cWpxHomeAd__house {
		min-height: 96px;
	}

	.cWpxHomeAd--seat .cWpxHomeAd__house {
		padding: 12px;
		gap: 6px;
	}

	.cWpxHomeAd--seat .cWpxHomeAd__cta {
		display: none;
	}

	.cWpxHomeAd--leaderboard {
		padding-inline: var(--wpx-gutter);
	}

	.cWpxHomeAd--leaderboard .cWpxHomeAd__link img,
	.cWpxHomeAd__ips img {
		max-width: 100%;
		height: auto;
	}
}

@media (max-width: 520px) {
	.cWpxHomeShowcase__thumbs,
	.cWpxHomePair,
	.cWpxHomeStories {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	/* With the slide stopped, let the row be scrolled by hand instead. */
	.cWpxHomePartners__rail {
		overflow-x: auto;
	}

	.cWpxHomePartners__set[aria-hidden="true"] {
		display: none;
	}

	.cWpxHomeHero__copy > *,
	.cWpxHomePartners__head,
	.cWpxHomePartners__track,
	.cWpxHomeHero__slide.is-kenburns .cWpxHomeHero__photo,
	.cWpxHomeHero__slide.is-kenburns .cWpxHomeHero__photoFill {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}

.cWpxAdvertise {
	width: min(100%, 72rem);
	margin: 8px auto 40px;
	padding: 0;
	color: var(--wpx-text);
	font-family: var(--wpx-font);
}

.cWpxAdvertise h1,
.cWpxAdvertise h2,
.cWpxAdvertise strong {
	color: inherit;
}

.cWpxAdvertise__intro {
	margin: 0 0 28px;
}

.cWpxAdvertise__kicker {
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: .16em;
	font-size: .68rem;
	font-weight: 700;
	color: var(--wpx-accent);
}

.cWpxAdvertise h1 {
	margin: 0 0 12px;
	font-size: clamp(1.85rem, 3vw, 2.35rem);
	line-height: 1.15;
	font-weight: 650;
	letter-spacing: -.02em;
}

.cWpxAdvertise__blurb {
	margin: 0;
	max-width: 40rem;
	font-size: 1.05rem;
	line-height: 1.55;
	color: var(--wpx-mute);
}

.cWpxAdvertise__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 22px;
}

.cWpxAdvertise__stats div {
	padding: 16px 16px 14px;
	background: var(--wpx-panel);
	border: 1px solid var(--wpx-line);
	border-radius: var(--wpx-radius);
}

.cWpxAdvertise__stats strong {
	display: block;
	font-size: 1.35rem;
	font-weight: 650;
	letter-spacing: -.02em;
	color: var(--wpx-text);
}

.cWpxAdvertise__stats span {
	display: block;
	margin-top: 4px;
	font-size: .75rem;
	line-height: 1.35;
	color: var(--wpx-mute);
}

.cWpxAdvertise__layout,
.cWpxAdvertise__kit,
.cWpxAdvertise__packages {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

@media (min-width: 960px) {
	.cWpxAdvertise__layout {
		grid-template-columns: minmax(0, 1.2fr) minmax(22rem, 0.8fr);
		align-items: start;
	}

	.cWpxAdvertise__form {
		position: sticky;
		top: 24px;
		margin-top: 0;
	}
}

.cWpxAdvertise__sheet {
	background: var(--wpx-panel);
	border: 1px solid var(--wpx-line);
	border-radius: var(--wpx-radius);
	overflow: hidden;
}

.cWpxAdvertise__sheet--lead {
	border-color: color-mix(in srgb, var(--wpx-accent) 38%, var(--wpx-line));
}

.cWpxAdvertise__sheetLead {
	margin: 0;
	padding: 8px 22px 20px;
	font-size: .9rem;
	line-height: 1.5;
	color: var(--wpx-mute);
}

.cWpxAdvertise__sheet--lead .cWpxAdvertise__sheetLead {
	padding-bottom: 4px;
}

.cWpxAdvertise__tag {
	margin: 0;
	padding: 18px 22px 0;
	text-transform: uppercase;
	letter-spacing: .16em;
	font-size: .68rem;
	font-weight: 700;
	color: var(--wpx-accent);
}

.cWpxAdvertise__sheet h2 {
	margin: 0;
	padding: 8px 22px 4px;
	font-size: 1.35rem;
	font-weight: 650;
	letter-spacing: -.02em;
}

.cWpxAdvertise__products {
	list-style: none;
	margin: 0;
	padding: 8px 0 4px;
}

.cWpxAdvertise__products li {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) auto minmax(0, 1.7fr);
	gap: 14px;
	align-items: center;
	padding: 14px 22px;
	border-top: 1px solid var(--wpx-line);
}

.cWpxAdvertise__products li:first-child {
	border-top: 1px solid var(--wpx-line);
}

.cWpxAdvertise__products strong {
	font-weight: 650;
}

.cWpxAdvertise__size {
	display: inline-flex;
	align-items: center;
	padding: .2em .55em;
	border-radius: 999px;
	background: color-mix(in srgb, var(--wpx-accent) 14%, transparent);
	color: var(--wpx-accent);
	font-style: normal;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .02em;
	white-space: nowrap;
}

.cWpxAdvertise__price {
	font-size: .92rem;
	font-weight: 650;
	color: var(--wpx-text);
	white-space: nowrap;
}

.cWpxAdvertise__products span {
	font-size: .88rem;
	line-height: 1.4;
	color: var(--wpx-mute);
}

.cWpxAdvertise__form {
	margin-top: 0;
	padding: 0 0 8px;
	background: var(--wpx-panel);
	border: 1px solid color-mix(in srgb, var(--wpx-accent) 38%, var(--wpx-line));
	border-radius: var(--wpx-radius);
	overflow: hidden;
}

.cWpxAdvertise__form h2 {
	margin: 0;
	padding: 22px 22px 10px;
	font-size: 1.35rem;
	font-weight: 650;
	letter-spacing: -.02em;
}

.cWpxAdvertise__form .cWpxAdvertise__sheetLead {
	padding: 0 22px 12px;
	max-width: 40rem;
}

.cWpxAdvertise__sendto {
	margin: 0;
	padding: 0 22px 20px;
	font-size: .86rem;
	line-height: 1.45;
	color: var(--wpx-mute);
}

.cWpxAdvertise__formBody {
	padding: 0 10px 18px;
}

.cWpxAdvertise__formBody .ipsForm {
	margin: 0;
	padding: 0 6px;
}

.cWpxAdvertise__formBody .ipsFieldRow,
.cWpxAdvertise__formBody .ipsForm__row,
.cWpxAdvertise__formBody .ipsForm .ipsFieldRow {
	padding-left: 6px;
	padding-right: 6px;
}

.cWpxAdvertise__form--sent {
	padding: 0;
	border-color: color-mix(in srgb, #3dba7a 42%, var(--wpx-line));
	background: color-mix(in srgb, #3dba7a 10%, var(--wpx-panel));
}

.cWpxAdvertise__success {
	padding: 22px;
}

.cWpxAdvertise__successKicker {
	margin: 0 0 8px;
	text-transform: uppercase;
	letter-spacing: .16em;
	font-size: .68rem;
	font-weight: 700;
	color: #6ee7a0;
}

.cWpxAdvertise__form--sent h2 {
	padding: 0 0 10px;
}

.cWpxAdvertise__form--sent .cWpxAdvertise__sheetLead {
	padding: 0;
	max-width: none;
}

.cWpxAdvertise__fail {
	margin: 0 22px 16px;
	padding: 12px 14px;
	border-radius: 10px;
	border: 1px solid color-mix(in srgb, #e35d5d 40%, var(--wpx-line));
	background: color-mix(in srgb, #e35d5d 12%, var(--wpx-panel));
	color: #ffb4b4;
	font-size: .9rem;
	line-height: 1.45;
}

.cWpxAdvertise__cta {
	margin-top: 16px;
	padding: 18px 22px 22px;
	border: 1px solid var(--wpx-line);
	border-radius: var(--wpx-radius);
	background: color-mix(in srgb, var(--wpx-accent) 7%, var(--wpx-panel));
}

.cWpxAdvertise__note {
	margin: 0 0 16px;
	font-size: .9rem;
	line-height: 1.5;
	color: var(--wpx-mute);
}

.cWpxAdvertise__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cWpxAdvertise__back {
	margin: 20px 0 0;
	font-size: .86rem;
}

.cWpxAdvertise__back a {
	color: var(--wpx-accent) !important;
}

@media (min-width: 960px) and (max-width: 1180px) {
	.cWpxAdvertise__kit .cWpxAdvertise__products li {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: start;
	}

	.cWpxAdvertise__kit .cWpxAdvertise__products span {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	.cWpxAdvertise {
		width: 100%;
		margin-bottom: 72px;
	}

	.cWpxAdvertise__stats {
		grid-template-columns: 1fr;
	}

	.cWpxAdvertise__products li {
		grid-template-columns: 1fr;
		gap: 6px;
		align-items: start;
	}

	.cWpxAdvertise__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.cWpxAdvertise__actions .ipsButton {
		width: 100%;
		justify-content: center;
	}
}

.cWpxAbout {
	width: min(100%, var(--wpx-width, 1500px));
	margin: 8px auto 48px;
	padding: 0;
	color: var(--wpx-text);
	font-family: var(--wpx-font);
}

.cWpxAbout h1,
.cWpxAbout h2,
.cWpxAbout strong {
	color: inherit;
}

.cWpxAbout__intro {
	margin: 0 0 28px;
}

.cWpxAbout__kicker,
.cWpxAbout__tag {
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: .16em;
	font-size: .68rem;
	font-weight: 700;
	color: var(--wpx-accent);
}

.cWpxAbout h1 {
	margin: 0 0 12px;
	font-size: clamp(1.85rem, 3vw, 2.45rem);
	line-height: 1.15;
	font-weight: 650;
	letter-spacing: -.02em;
}

.cWpxAbout__lead {
	margin: 0 0 20px;
	max-width: 40rem;
	font-size: 1.05rem;
	line-height: 1.55;
	color: var(--wpx-mute);
}

.cWpxAbout__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cWpxAbout__story {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(16rem, .8fr);
	gap: 16px;
	margin: 0 0 36px;
	align-items: start;
}

.cWpxAbout__panel {
	background: var(--wpx-panel);
	border: 1px solid var(--wpx-line);
	border-radius: var(--wpx-radius);
	padding: 22px 24px 20px;
}

.cWpxAbout__panel--aside {
	border-color: color-mix(in srgb, var(--wpx-accent) 32%, var(--wpx-line));
	background: color-mix(in srgb, var(--wpx-accent) 7%, var(--wpx-panel));
}

.cWpxAbout__panel h2,
.cWpxAbout__team h2 {
	margin: 0 0 12px;
	font-size: 1.35rem;
	font-weight: 650;
	letter-spacing: -.02em;
}

.cWpxAbout__panel p {
	margin: 0 0 12px;
	font-size: .95rem;
	line-height: 1.55;
	color: var(--wpx-mute);
}

.cWpxAbout__panel p:last-child {
	margin-bottom: 0;
}

.cWpxAbout__asideNote {
	margin-top: 16px !important;
}

.cWpxAbout__asideNote a,
.cWpxAbout__back a {
	color: var(--wpx-accent) !important;
}

.cWpxAbout__team {
	margin: 0 0 28px;
}

.cWpxAbout__people {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cWpxAbout__people > li {
	min-width: 0;
}

.cWpxAbout__people > li:has(.cWpxAbout__bio[open]) {
	grid-column: 1 / -1;
}

.cWpxAbout__person {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 18px 16px 16px;
	background: var(--wpx-panel);
	border: 1px solid var(--wpx-line);
	border-radius: var(--wpx-radius);
	box-sizing: border-box;
	text-align: center;
}

.cWpxAbout__people > li:has(.cWpxAbout__bio[open]) .cWpxAbout__person {
	display: grid;
	grid-template-columns: 13rem minmax(0, 1fr);
	gap: 8px 28px;
	align-items: start;
}

.cWpxAbout__id {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	width: 100%;
	color: inherit !important;
	text-decoration: none !important;
	text-align: center;
}

.cWpxAbout__person:hover {
	border-color: color-mix(in srgb, var(--wpx-accent) 40%, var(--wpx-line));
}

.cWpxAbout__photo {
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto 6px;
	border-radius: 999px;
	overflow: hidden;
	background: color-mix(in srgb, var(--wpx-text) 8%, var(--wpx-panel));
}

.cWpxAbout__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cWpxAbout__person strong {
	font-size: .95rem;
	font-weight: 650;
	letter-spacing: -.01em;
}

.cWpxAbout__person em {
	font-style: normal;
	font-size: .78rem;
	font-weight: 600;
	color: var(--wpx-accent);
}

.cWpxAbout__bio {
	width: 100%;
	margin: 6px 0 0;
	text-align: center;
}

.cWpxAbout__bio summary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	list-style: none;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--wpx-accent);
}

.cWpxAbout__bio summary::-webkit-details-marker {
	display: none;
}

.cWpxAbout__people > li:has(.cWpxAbout__bio[open]) .cWpxAbout__bio {
	margin-top: 0;
	text-align: left;
}

.cWpxAbout__people > li:has(.cWpxAbout__bio[open]) .cWpxAbout__id {
	align-items: center;
}

.cWpxAbout__bioBody {
	max-height: 16rem;
	margin-top: 10px;
	overflow: auto;
	padding-right: 4px;
}

.cWpxAbout__bioBody p {
	margin: 0 0 10px;
	font-size: .82rem;
	line-height: 1.45;
	color: var(--wpx-mute);
}

.cWpxAbout__bioBody p:last-child {
	margin-bottom: 0;
}

.cWpxAbout__back {
	margin: 8px 0 0;
	font-size: .86rem;
}

@media (max-width: 1100px) {
	.cWpxAbout__people {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.cWpxAbout {
		width: 100%;
		margin-bottom: 72px;
	}

	.cWpxAbout__story {
		grid-template-columns: 1fr;
	}

	.cWpxAbout__people {
		grid-template-columns: 1fr 1fr;
	}

	.cWpxAbout__people > li:has(.cWpxAbout__bio[open]) .cWpxAbout__person {
		grid-template-columns: 1fr;
	}

	.cWpxAbout__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.cWpxAbout__actions .ipsButton {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 520px) {
	.cWpxAbout__people {
		grid-template-columns: 1fr;
	}
}
