body.home .as-profile-overlay.as-story-overlay{
	position:fixed!important;
	inset:0!important;
	z-index:120!important;
	display:grid!important;
	grid-template-columns:minmax(360px,.68fr) minmax(0,1.32fr)!important;
	align-items:stretch!important;
	width:100vw!important;
	height:100vh!important;
	max-width:none!important;
	margin:0!important;
	overflow:auto!important;
}
body.home .as-profile-overlay.as-story-overlay .as-overlay-media{
	display:block!important;
	grid-column:1!important;
	grid-row:1!important;
	min-width:0!important;
	min-height:100%!important;
	height:auto!important;
	overflow:hidden!important;
}
body.home .as-profile-overlay.as-story-overlay .as-overlay-media img.as-story-ken-burns{
	--story-base-scale:1;
	--story-zoom:1.08;
	--story-zoom-duration:24s;
	animation:aservi-story-ken-burns var(--story-zoom-duration) ease-in-out infinite alternate;
	transform-origin:center center!important;
}
@keyframes aservi-story-ken-burns{
	from{transform:scale(var(--story-base-scale))}
	to{transform:scale(calc(var(--story-base-scale) * var(--story-zoom)))}
}
body.home .as-profile-overlay.as-story-overlay>article{
	align-self:stretch!important;
	justify-self:stretch!important;
	grid-column:2!important;
	grid-row:1!important;
	width:auto!important;
	max-width:none!important;
	min-width:0!important;
	min-height:100%!important;
	height:auto!important;
	margin:0!important;
	box-sizing:border-box!important;
	padding:clamp(4rem,6vw,7rem) clamp(2rem,6vw,8rem)!important;
	column-count:2!important;
	column-gap:clamp(2rem,4vw,5rem)!important;
	column-fill:auto!important;
	overflow-y:auto!important;
	overflow-x:hidden!important;
	overflow-wrap:anywhere!important;
	max-inline-size:100%!important;
	contain:inline-size!important;
	font-size:clamp(.88rem,1vw,.98rem)!important;
	line-height:1.52!important;
}
body.home .as-profile-overlay.as-story-overlay>article>h2{
	font-size:clamp(2.2rem,4vw,4.4rem)!important;
	line-height:.98!important;
	max-width:100%!important;
	overflow-wrap:anywhere!important;
}
body.home .as-profile-overlay.as-story-overlay>article>.as-overlay-deck{
	font-size:clamp(1.05rem,1.5vw,1.35rem)!important;
	line-height:1.35!important;
	max-width:100%!important;
}
.as-profile-overlay.as-story-overlay>article>h2,
.as-profile-overlay.as-story-overlay>article>.as-kicker,
.as-profile-overlay.as-story-overlay>article>.as-overlay-deck,
.as-profile-overlay.as-story-overlay>article>footer{
	column-span:all!important;
}
.as-profile-overlay.as-story-overlay>article>p{
	break-inside:avoid;
	max-width:100%;
	overflow-wrap:anywhere;
}
@media(max-width:900px){
	body.home .as-profile-overlay.as-story-overlay{
		grid-template-columns:1fr!important;
		height:100dvh!important;
	}
	body.home .as-profile-overlay.as-story-overlay .as-overlay-media{
		display:none!important;
	}
	body.home .as-profile-overlay.as-story-overlay>article{
		grid-column:1!important;
		grid-row:1!important;
		column-count:1!important;
		column-gap:0!important;
		min-height:auto!important;
		height:auto!important;
		padding:4rem 1.5rem 3rem!important;
		overflow:visible!important;
	}
	.as-profile-overlay.as-story-overlay>article>h2,
	.as-profile-overlay.as-story-overlay>article>.as-kicker,
	.as-profile-overlay.as-story-overlay>article>.as-overlay-deck,
	.as-profile-overlay.as-story-overlay>article>footer{
		column-span:none!important;
	}
}
