body.yw-literary-synopsis-page .entry-title {
	display: none;
}

@media (min-width: 1025px) {
	body.yw-literary-synopsis-page .elementor-location-header .elementor-nav-menu,
	body.yw-literary-synopsis-page .elementor-location-header .eael-simple-menu-horizontal,
	body.yw-literary-synopsis-page .elementor-location-header nav ul {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center;
		justify-content: center;
		width: auto !important;
		min-width: max-content;
		max-width: none;
	}

	body.yw-literary-synopsis-page .elementor-location-header .elementor-nav-menu > li,
	body.yw-literary-synopsis-page .elementor-location-header .eael-simple-menu-horizontal > li,
	body.yw-literary-synopsis-page .elementor-location-header nav ul > li {
		display: flex !important;
		flex: 0 0 auto !important;
		float: none !important;
		width: auto !important;
	}

	body.yw-literary-synopsis-page .elementor-location-header .elementor-nav-menu a,
	body.yw-literary-synopsis-page .elementor-location-header .eael-simple-menu-horizontal > li > a,
	body.yw-literary-synopsis-page .elementor-location-header .menu-item a {
		padding-right: clamp(8px, 1vw, 13px) !important;
		padding-left: clamp(8px, 1vw, 13px) !important;
		white-space: nowrap !important;
		word-break: keep-all;
	}
}

.yw-lit-synopsis {
	--yw-lit-coral: #C9415C;
	--yw-lit-coral-2: #E77464;
	--yw-lit-ink: #16202A;
	--yw-lit-muted: #5F6B76;
	--yw-lit-paper: #FBF4F1;
	--yw-lit-sage: #DCE6E1;
	--yw-lit-blue: #2F6F9F;
	--yw-lit-gold: #B7791F;
	--yw-lit-line: rgba(38, 48, 56, 0.13);
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	overflow-x: hidden;
	background: #F7F6F3;
	color: var(--yw-lit-ink);
	font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
	line-height: 1.75;
}

.yw-lit-synopsis *,
.yw-lit-synopsis *::before,
.yw-lit-synopsis *::after {
	box-sizing: border-box;
}

.yw-lit-synopsis a {
	color: inherit;
	text-decoration: none;
}

.yw-lit-synopsis .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.yw-lit-hero {
	position: relative;
	min-height: 720px;
	height: 100svh;
	overflow: hidden;
	background: #e9e0d5;
	border-bottom: 1px solid rgba(22, 32, 42, 0.1);
}

.yw-lit-hero__river,
.yw-lit-hero__veil {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.yw-lit-hero__river {
	inset: -5% -12%;
	background-image: url("hero/river-oil-painting-hero.jpg");
	background-position: center center;
	background-size: cover;
	filter: saturate(0.94) contrast(1.03);
	transform: translate3d(-2.4%, 0, 0) scale(1.08);
	animation: ywLitRiverFlow 34s ease-in-out infinite alternate;
	will-change: transform;
}

.yw-lit-hero__river::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(0deg, rgba(22, 32, 42, 0.12), transparent 28%, rgba(255, 255, 255, 0.08)),
		repeating-linear-gradient(100deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 21px);
	mix-blend-mode: soft-light;
}

.yw-lit-hero__veil {
	background:
		linear-gradient(90deg, rgba(251, 244, 241, 0.94) 0%, rgba(251, 244, 241, 0.82) 34%, rgba(251, 244, 241, 0.28) 61%, rgba(22, 32, 42, 0.16) 100%),
		linear-gradient(0deg, rgba(22, 32, 42, 0.2) 0%, transparent 24%, transparent 72%, rgba(255, 255, 255, 0.26) 100%);
}

.yw-lit-hero__veil::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.24;
	background-image:
		repeating-linear-gradient(0deg, rgba(22,32,42,0.06) 0 1px, transparent 1px 24px),
		repeating-linear-gradient(90deg, rgba(22,32,42,0.04) 0 1px, transparent 1px 32px);
	mix-blend-mode: multiply;
}

.yw-lit-hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	width: min(1180px, calc(100% - 48px));
	height: 100%;
	margin: 0 auto;
	padding: 72px 0 92px;
}

.yw-lit-hero__copy {
	max-width: 710px;
}

.yw-lit-kicker {
	margin: 0 0 12px;
	color: var(--yw-lit-coral);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
}

.yw-lit-hero h1,
.yw-lit-library h2,
.yw-lit-cta h2 {
	margin: 0;
	color: var(--yw-lit-ink);
	font-family: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
	font-weight: 780;
	letter-spacing: 0;
}

.yw-lit-hero h1 {
	max-width: 700px;
	font-size: 68px;
	line-height: 1.08;
}

.yw-lit-lead {
	max-width: 620px;
	margin: 22px 0 0;
	color: #394654;
	font-size: 18px;
	line-height: 1.85;
}

.yw-lit-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.yw-lit-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 24px;
	border: 1px solid var(--yw-lit-coral);
	border-radius: 999px;
	background: var(--yw-lit-coral);
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.yw-lit-button:hover,
.yw-lit-button:focus-visible {
	background: #B53650;
	border-color: #B53650;
	box-shadow: 0 14px 28px rgba(201, 65, 92, 0.18);
	transform: translateY(-2px);
}

.yw-lit-button--ghost {
	background: rgba(255, 255, 255, 0.42);
	color: var(--yw-lit-ink) !important;
	border-color: rgba(22, 32, 42, 0.22);
}

.yw-lit-button--ghost:hover,
.yw-lit-button--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.8);
	color: var(--yw-lit-ink) !important;
	border-color: rgba(22, 32, 42, 0.34);
	box-shadow: 0 14px 28px rgba(22, 32, 42, 0.1);
}

.yw-lit-hero__meta {
	position: absolute;
	z-index: 3;
	right: max(24px, calc((100vw - 1180px) / 2));
	bottom: 28px;
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 44px;
	padding: 7px 13px;
	border: 1px solid rgba(22, 32, 42, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.62);
	backdrop-filter: blur(14px);
	color: #394654;
	font-size: 13px;
}

.yw-lit-hero__meta strong {
	color: var(--yw-lit-coral);
	font-size: 24px;
	line-height: 1;
}

.yw-lit-library {
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto;
	padding: 56px 0 78px;
}

.yw-lit-library__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.yw-lit-library h2,
.yw-lit-cta h2 {
	font-size: 34px;
	line-height: 1.25;
}

.yw-lit-search {
	position: relative;
	display: block;
	width: min(340px, 100%);
}

.yw-lit-search::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	width: 14px;
	height: 14px;
	border: 2px solid rgba(22, 32, 42, 0.45);
	border-radius: 50%;
	transform: translateY(-54%);
}

.yw-lit-search::after {
	content: "";
	position: absolute;
	top: 29px;
	left: 28px;
	width: 8px;
	height: 2px;
	border-radius: 99px;
	background: rgba(22, 32, 42, 0.45);
	transform: rotate(45deg);
}

.yw-lit-search input {
	appearance: none;
	width: 100%;
	min-height: 48px;
	border: 1px solid rgba(22, 32, 42, 0.16) !important;
	border-radius: 999px !important;
	background: #fff !important;
	padding: 0 18px 0 42px !important;
	color: var(--yw-lit-ink) !important;
	font-size: 15px !important;
	outline: none;
	box-shadow: 0 10px 30px rgba(22, 32, 42, 0.05);
}

.yw-lit-search input:focus {
	border-color: rgba(201, 65, 92, 0.7);
	box-shadow: 0 0 0 4px rgba(201, 65, 92, 0.12);
}

.yw-lit-tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 32px;
	overflow: visible;
	margin-bottom: 18px;
	padding: 0 2px 13px;
	border-bottom: 1px solid rgba(22, 32, 42, 0.12);
	scrollbar-width: none;
}

.yw-lit-tabs::-webkit-scrollbar {
	display: none;
}

.yw-lit-tab {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 1 auto;
	min-height: 44px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: rgba(22, 32, 42, 0.42) !important;
	font: inherit;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	white-space: nowrap;
	cursor: pointer;
	transition: color 180ms ease;
}

.yw-lit-tab::before {
	content: "";
	width: 8px;
	height: 8px;
	background: currentColor;
	transform: rotate(45deg);
}

.yw-lit-tab::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -14px;
	left: 0;
	height: 2px;
	background: currentColor;
	opacity: 0;
	transform: scaleX(0.7);
	transition: opacity 180ms ease, transform 180ms ease;
}

.yw-lit-tab em {
	color: inherit;
	font-style: normal;
	opacity: 0.55;
}

.yw-lit-tab:hover,
.yw-lit-tab:focus-visible,
.yw-lit-tab:focus,
.yw-lit-tab.is-active {
	color: var(--yw-lit-ink) !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.yw-lit-tab:hover span,
.yw-lit-tab:hover em,
.yw-lit-tab:focus-visible span,
.yw-lit-tab:focus-visible em,
.yw-lit-tab:focus span,
.yw-lit-tab:focus em,
.yw-lit-tab.is-active span,
.yw-lit-tab.is-active em {
	color: inherit !important;
}

.yw-lit-tab:focus-visible::after,
.yw-lit-tab:focus::after {
	opacity: 1;
	transform: scaleX(1);
}

.yw-lit-tab.is-active::after {
	opacity: 1;
	transform: scaleX(1);
}

.yw-lit-count {
	margin: 0 0 22px;
	color: var(--yw-lit-muted);
	font-size: 14px;
}

.yw-lit-count strong {
	color: var(--yw-lit-coral);
}

.yw-lit-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px 30px;
}

.yw-lit-card {
	position: relative;
	z-index: 0;
	display: block;
	border-radius: 8px;
	scale: 1;
	text-decoration: none !important;
	transform: perspective(500px) rotateX(0deg) rotateY(0deg) translateZ(0px);
	transform-style: preserve-3d;
	outline: none;
	transition: scale 300ms ease-in-out, transform 180ms ease-out;
	will-change: transform, scale;
}

.yw-lit-card.is-animating {
	pointer-events: none;
}

.yw-lit-card.is-hidden {
	display: none;
}

.yw-lit-card__cover {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 2 / 3;
	border-radius: 8px;
	background: #e9e3da;
	box-shadow: 0 18px 34px rgba(22, 32, 42, 0.14);
}

.yw-lit-card__cover::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: inherit;
	pointer-events: none;
}

.yw-lit-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 320ms ease, filter 320ms ease;
}

.yw-lit-card__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 14px 2px 0;
	text-align: center;
}

.yw-lit-card__tag {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin-bottom: 9px;
	padding: 0 11px;
	border-radius: 999px;
	background: rgba(201, 65, 92, 0.1);
	color: var(--yw-lit-coral);
	font-size: 14px;
	font-weight: 800;
}

.yw-lit-card strong,
.yw-lit-card small {
	display: block;
	width: 100%;
	border-bottom: 0 !important;
	background-image: none !important;
	box-shadow: none !important;
	text-align: center !important;
	text-decoration: none !important;
	text-decoration-color: transparent !important;
	text-decoration-line: none !important;
}

.yw-lit-card strong {
	color: var(--yw-lit-ink);
	font-size: 18px;
	line-height: 1.35;
}

.yw-lit-card small {
	margin-top: 3px;
	color: var(--yw-lit-muted);
	font-size: 14px;
}

.yw-lit-card:hover,
.yw-lit-card:focus-visible {
	z-index: 20;
	scale: 1.125;
}

.yw-lit-card:hover img,
.yw-lit-card:focus-visible img {
	filter: saturate(1.04) contrast(1.02);
}

.yw-lit-card:focus-visible .yw-lit-card__cover {
	box-shadow: 0 0 0 4px rgba(201, 65, 92, 0.16), 0 18px 34px rgba(22, 32, 42, 0.14);
}

.yw-lit-cta {
	position: relative;
	overflow: hidden;
	padding: 78px 24px 96px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 242, 234, 0.96)),
		linear-gradient(90deg, rgba(22, 32, 42, 0.035) 1px, transparent 1px),
		linear-gradient(0deg, rgba(22, 32, 42, 0.03) 1px, transparent 1px);
	background-size: auto, 44px 44px, 44px 44px;
	border-top: 1px solid rgba(22, 32, 42, 0.08);
}

.yw-lit-cta__inner {
	position: relative;
	width: min(1160px, 100%);
	margin: 0 auto;
}

.yw-lit-cta__head {
	max-width: 760px;
	margin-bottom: 52px;
}

.yw-lit-cta h2 {
	font-size: 42px;
	line-height: 1.18;
}

.yw-lit-cta__intro {
	max-width: 820px;
	margin: 20px 0 0;
	color: #394654;
	font-size: 17px;
	line-height: 1.85;
}

.yw-lit-button--audio {
	background: rgba(47, 111, 159, 0.06);
	border-color: rgba(47, 111, 159, 0.24);
	color: #244A63 !important;
}

.yw-lit-button--audio:hover,
.yw-lit-button--audio:focus-visible {
	background: rgba(47, 111, 159, 0.12);
	border-color: rgba(47, 111, 159, 0.38);
	color: #244A63 !important;
}

.yw-lit-cta__path {
	display: grid;
	gap: 76px;
}

.yw-lit-feature {
	position: relative;
	display: grid;
	align-items: center;
	grid-template-columns: minmax(0, 1.06fr) 34px minmax(0, 0.94fr);
	gap: 34px;
}

.yw-lit-feature + .yw-lit-feature::before {
	position: absolute;
	top: -38px;
	left: 50%;
	width: min(520px, 68%);
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(22, 32, 42, 0.18), transparent);
	content: "";
	transform: translateX(-50%);
}

.yw-lit-feature--reverse {
	grid-template-columns: minmax(0, 0.94fr) 34px minmax(0, 1.06fr);
}

.yw-lit-feature__media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 8px;
	background: #E8DDC8;
	box-shadow: 0 24px 54px rgba(78, 65, 47, 0.18);
}

.yw-lit-feature--course .yw-lit-feature__media {
	background: #10262A;
	box-shadow:
		0 28px 66px rgba(25, 52, 57, 0.22),
		0 10px 26px rgba(201, 65, 92, 0.14);
}

.yw-lit-feature--audio .yw-lit-feature__media {
	background: #10283A;
	box-shadow:
		0 28px 66px rgba(30, 82, 105, 0.22),
		0 10px 26px rgba(47, 111, 159, 0.14);
}

.yw-lit-feature__media::before,
.yw-lit-feature__media::after {
	position: absolute;
	z-index: 2;
	pointer-events: none;
	content: "";
}

.yw-lit-feature__media::before {
	inset: 14px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 6px;
}

.yw-lit-feature__media::after {
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 38%),
		linear-gradient(0deg, rgba(22, 32, 42, 0.16), transparent 42%);
}

.yw-lit-feature__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 800ms ease, filter 800ms ease;
}

.yw-lit-feature__media:hover img,
.yw-lit-feature__media:focus-visible img {
	filter: saturate(1.04) contrast(1.02);
	transform: scale(1.035);
}

.yw-lit-feature__ornament {
	display: flex;
	align-self: stretch;
	align-items: center;
	justify-content: center;
	min-height: 240px;
	color: rgba(22, 32, 42, 0.34);
}

.yw-lit-feature__ornament svg {
	display: block;
	width: 24px;
	height: min(78%, 220px);
	min-height: 168px;
	overflow: visible;
}

.yw-lit-animate-ready .yw-lit-hero__copy > *,
.yw-lit-animate-ready .yw-lit-hero__meta,
.yw-lit-animate-ready .yw-lit-library__head > *,
.yw-lit-animate-ready .yw-lit-tabs,
.yw-lit-animate-ready .yw-lit-count,
.yw-lit-animate-ready .yw-lit-cta__head,
.yw-lit-animate-ready .yw-lit-feature__media,
.yw-lit-animate-ready .yw-lit-feature__copy,
.yw-lit-animate-ready .yw-lit-feature__ornament {
	visibility: hidden;
}

.yw-lit-ornament__line {
	stroke: currentColor;
	stroke-width: 1;
	stroke-linecap: round;
	stroke-dasharray: 3 6;
	vector-effect: non-scaling-stroke;
}

.yw-lit-ornament__mark {
	fill: rgba(255, 255, 255, 0.46);
	stroke: currentColor;
	stroke-width: 1.25;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.yw-lit-feature--course .yw-lit-feature__ornament {
	color: rgba(201, 65, 92, 0.5);
}

.yw-lit-feature--audio .yw-lit-feature__ornament {
	color: rgba(47, 111, 159, 0.48);
}

.yw-lit-feature__copy {
	position: relative;
	max-width: 500px;
	padding: 6px 0;
}

.yw-lit-feature--reverse .yw-lit-feature__copy {
	margin-left: auto;
}

.yw-lit-feature__label {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 18px;
	padding: 8px 12px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: inset 0 0 0 1px rgba(201, 65, 92, 0.18);
	color: var(--yw-lit-coral);
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}

.yw-lit-feature__label--audio {
	box-shadow: inset 0 0 0 1px rgba(47, 111, 159, 0.2);
	color: #2F6F9F;
}

.yw-lit-feature h3 {
	margin: 0;
	color: var(--yw-lit-ink);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
}

.yw-lit-feature p {
	margin: 18px 0 28px;
	color: #394654;
	font-size: 17px;
	line-height: 1.9;
}

@keyframes ywLitRiverFlow {
	from {
		transform: translate3d(-2.4%, 0, 0) scale(1.08);
	}
	to {
		transform: translate3d(2.8%, -0.8%, 0) scale(1.1);
	}
}

@media (max-width: 1024px) {
	.yw-lit-hero {
		min-height: 680px;
	}

	.yw-lit-hero__inner {
		padding: 70px 0 96px;
	}

	.yw-lit-hero h1 {
		font-size: 52px;
	}

	.yw-lit-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.yw-lit-hero__inner,
	.yw-lit-library {
		width: min(100% - 32px, 620px);
	}

	.yw-lit-hero__inner {
		padding: 54px 0 80px;
	}

	.yw-lit-hero {
		min-height: 640px;
	}

	.yw-lit-hero__river {
		inset: -4% -30%;
		background-position: 58% center;
	}

	.yw-lit-hero__veil {
		background:
			linear-gradient(90deg, rgba(251, 244, 241, 0.96) 0%, rgba(251, 244, 241, 0.86) 58%, rgba(251, 244, 241, 0.38) 100%),
			linear-gradient(0deg, rgba(22, 32, 42, 0.16) 0%, transparent 28%, rgba(255, 255, 255, 0.22) 100%);
	}

	.yw-lit-hero h1 {
		font-size: 36px;
		line-height: 1.16;
	}

	.yw-lit-lead {
		font-size: 16px;
	}

	.yw-lit-hero__actions,
	.yw-lit-library__head {
		align-items: stretch;
		flex-direction: column;
	}

	.yw-lit-hero__meta {
		right: 16px;
		left: 16px;
		justify-content: center;
	}

	.yw-lit-library {
		padding: 42px 0 56px;
	}

	.yw-lit-library h2,
	.yw-lit-cta h2 {
		font-size: 28px;
	}

	.yw-lit-search {
		width: 100%;
	}

	.yw-lit-tabs {
		gap: 22px;
	}

	.yw-lit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 16px;
	}

	.yw-lit-card strong {
		font-size: 16px;
	}

	.yw-lit-cta {
		padding: 56px 16px 64px;
	}

	.yw-lit-cta__inner {
		width: min(100% - 32px, 620px);
	}

	.yw-lit-cta__head {
		margin-bottom: 34px;
	}

	.yw-lit-cta h2 {
		font-size: 30px;
	}

	.yw-lit-cta__path {
		gap: 46px;
	}

	.yw-lit-feature,
	.yw-lit-feature--reverse {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.yw-lit-feature__ornament {
		display: none;
	}

	.yw-lit-feature--reverse .yw-lit-feature__media {
		order: -1;
	}

	.yw-lit-feature--reverse .yw-lit-feature__copy {
		margin-left: 0;
	}

	.yw-lit-feature__media {
		aspect-ratio: 4 / 3;
	}

	.yw-lit-feature h3 {
		font-size: 26px;
	}

	.yw-lit-feature p {
		font-size: 16px;
		line-height: 1.85;
	}
}

@media (max-width: 420px) {
	.yw-lit-grid {
		gap: 22px 12px;
	}

	.yw-lit-card__tag {
		min-height: 26px;
		padding: 0 10px;
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.yw-lit-synopsis *,
	.yw-lit-synopsis *::before,
	.yw-lit-synopsis *::after {
		animation-duration: 1ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 1ms !important;
	}
}
