.aspect-w-2,
.aspect-w-4,
.aspect-w-16 {
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	position: relative;
}
.aspect-w-2 > *,
.aspect-w-4 > *,
.aspect-w-16 > * {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.aspect-w-2 {
	--tw-aspect-w: 2;
}
.aspect-w-4 {
	--tw-aspect-w: 4;
}
.aspect-w-16 {
	--tw-aspect-w: 16;
}
.aspect-h-3 {
	--tw-aspect-h: 3;
}
.aspect-h-9 {
	--tw-aspect-h: 9;
}
.sr-only {
	clip: rect(0, 0, 0, 0);
	border-width: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.invisible {
	visibility: hidden;
}

.top-0 {
	top: 0;
}
.-top-2 {
	top: -0.5rem;
}
.top-1\/2 {
	top: 50%;
}
.right-12 {
	right: 3rem;
}
.bottom-0 {
	bottom: 0;
}
.-bottom-7 {
	bottom: -1.75rem;
}
.left-0 {
	left: 0;
}
.left-8 {
	left: 2rem;
}
.left-1\/2 {
	left: 50%;
}
.z-20 {
	z-index: 20;
}
.z-30 {
	z-index: 30;
}
.z-40 {
	z-index: 40;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem;
}
.my-2 {
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mb-px {
	margin-bottom: 1px;
}
.-mb-3 {
	margin-bottom: -0.75rem;
}
.-mb-px {
	margin-bottom: -1px;
}
.block {
	display: block;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-0 {
	height: 0;
}
.h-1 {
	height: 0.25rem;
}
.h-6 {
	height: 1.5rem;
}
.h-8 {
	height: 2rem;
}
.h-10 {
	height: 2.5rem;
}
.h-11 {
	height: 2.75rem;
}
.h-12 {
	height: 3rem;
}
.h-14 {
	height: 3.5rem;
}
.h-16 {
	height: 4rem;
}
.h-20 {
	height: 5rem;
}
.h-0\.5 {
	height: 0.125rem;
}
.h-full {
	height: 100%;
}
.h-screen {
	height: 100vh;
}
.w-6 {
	width: 1.5rem;
}
.w-8 {
	width: 2rem;
}
.w-10 {
	width: 2.5rem;
}
.w-12 {
	width: 3rem;
}
.w-14 {
	width: 3.5rem;
}
.w-20 {
	width: 5rem;
}
.w-24 {
	width: 6rem;
}
.w-28 {
	width: 7rem;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-2\/3 {
	width: 66.666667%;
}
.w-4\/5 {
	width: 80%;
}
.w-full {
	width: 100%;
}
.w-screen {
	width: 100vw;
}
.max-w-3xl {
	max-width: 48rem;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-grow {
	flex-grow: 1;
}
.transform {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2 {
	--tw-translate-x: -50%;
}
.translate-y-1 {
	--tw-translate-y: 0.25rem;
}
.translate-y-2 {
	--tw-translate-y: 0.5rem;
}
.translate-y-1\.5 {
	--tw-translate-y: 0.375rem;
}
.-translate-y-1 {
	--tw-translate-y: -0.25rem;
}
.-translate-y-1\.5 {
	--tw-translate-y: -0.375rem;
}
.-translate-y-1\/2 {
	--tw-translate-y: -50%;
}
.-translate-y-full {
	--tw-translate-y: -100%;
}
.rotate-45 {
	--tw-rotate: 45deg;
}
.-rotate-45 {
	--tw-rotate: -45deg;
}
.hover\:scale-110:hover {
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
}
@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}
@keyframes ping {
	75%,
	to {
		opacity: 0;
		transform: scale(2);
	}
}
@keyframes pulse {
	50% {
		opacity: 0.5;
	}
}
@keyframes bounce {
	0%,
	to {
		animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
		transform: translateY(-25%);
	}
	50% {
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
		transform: none;
	}
}
.cursor-pointer {
	cursor: pointer;
}
.appearance-none {
	appearance: none;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}

.flex-wrap {
	flex-wrap: wrap;
}
.items-start {
	align-items: flex-start;
}
.items-center {
	align-items: center;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-8 {
	gap: 2rem;
}
.gap-12 {
	gap: 3rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
	margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
	margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-bottom: calc(3rem * var(--tw-space-y-reverse));
	margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
	border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
	border-style: solid;
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-x-auto {
	overflow-x: auto;
}
.overflow-y-auto {
	overflow-y: auto;
}
.rounded-sm {
	border-radius: 0.125rem;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-full {
	border-radius: 9999px;
}
.border {
	border-width: 1px;
}
.border-b-4 {
	border-bottom-width: 4px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-gray-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
.stroke-current {
	stroke: currentColor;
}
.p-2 {
	padding: 0.5rem;
}
.p-4 {
	padding: 1rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-2 {
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}
.py-3 {
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}
.py-4 {
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.py-6 {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}
.py-8 {
	padding-bottom: 2rem;
	padding-top: 2rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pl-12 {
	padding-left: 3rem;
}
.text-center {
	text-align: center;
}
.font-serif {
	font-family: Ardina Text, Georgia, Cambria, Times New Roman, serif;
}
.font-display {
	font-family: Longitude Display Inline;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-lg {
	font-size: 1.125rem;
}
.text-lg,
.text-xl {
	line-height: 1.75rem;
}
.text-xl {
	font-size: 1.25rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-6xl {
	font-size: 3.75rem;
	line-height: 1;
}
.text-8xl {
	font-size: 6rem;
	line-height: 1;
}

.leading-7 {
	line-height: 1.75rem;
}
.leading-tight {
	line-height: 1.25;
}
.leading-relaxed {
	line-height: 1.625;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-red-600 {
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-yellow-500 {
	--tw-text-opacity: 1;
	color: rgba(234, 179, 8, var(--tw-text-opacity));
}
.text-slate-500 {
	--tw-text-opacity: 1;
	color: rgba(100, 116, 139, var(--tw-text-opacity));
}
.text-slate-700 {
	--tw-text-opacity: 1;
	color: rgba(51, 65, 85, var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.hover\:text-green-800:hover {
	--tw-text-opacity: 1;
	color: rgba(6, 95, 70, var(--tw-text-opacity));
}
.placeholder-gray-400::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}
.opacity-0 {
	opacity: 0;
}
*,
:after,
:before {
	--tw-shadow: 0 0 #0000;
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow,
.shadow-sm {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-lg,
.shadow-md {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.hover\:shadow-md:hover,
.shadow-2xl {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
*,
:after,
:before {
	--tw-ring-inset: var(--tw-empty);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
}
.focus\:ring-2:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-green-600:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
	--tw-ring-opacity: 0.5;
}
.filter {
	--tw-blur: var(--tw-empty);
	--tw-brightness: var(--tw-empty);
	--tw-contrast: var(--tw-empty);
	--tw-grayscale: var(--tw-empty);
	--tw-hue-rotate: var(--tw-empty);
	--tw-invert: var(--tw-empty);
	--tw-saturate: var(--tw-empty);
	--tw-sepia: var(--tw-empty);
	--tw-drop-shadow: var(--tw-empty);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
		var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
		var(--tw-sepia) var(--tw-drop-shadow);
}
.hover\:brightness-75:hover {
	--tw-brightness: brightness(0.75);
}
.transition-all {
	transition-duration: 0.15s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition {
	transition-duration: 0.15s;
	transition-property: background-color, border-color, color, fill, stroke,
		opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-colors {
	transition-duration: 0.15s;
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-transform {
	transition-duration: 0.15s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-300 {
	transition-duration: 0.3s;
}
.duration-500 {
	transition-duration: 0.5s;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#articleBody p a {
	color: #06c;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.md\:mt-12 {
		margin-top: 3rem;
	}
	.md\:inline-block {
		display: inline-block;
	}
	.md\:hidden {
		display: none;
	}
	.md\:h-20 {
		height: 5rem;
	}
	.md\:min-h-full {
		min-height: 100%;
	}
	.md\:w-1\/3 {
		width: 33.333333%;
	}
	.md\:w-2\/4 {
		width: 50%;
	}
	.md\:flex-row {
		flex-direction: row;
	}
	.md\:gap-4 {
		gap: 1rem;
	}
	.md\:gap-8 {
		gap: 2rem;
	}
	.md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-bottom: calc(2rem * var(--tw-space-y-reverse));
		margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
	}
	.md\:p-6 {
		padding: 1.5rem;
	}
	.md\:p-8 {
		padding: 2rem;
	}
	.md\:py-4 {
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
	.md\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.md\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}
@media (min-width: 1024px) {
	.lg\:not-sr-only {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		padding: 0;
		position: static;
		white-space: normal;
		width: auto;
	}
	.lg\:sticky {
		position: sticky;
	}
	.lg\:top-28 {
		top: 7rem;
	}
	.lg\:-top-4 {
		top: -1rem;
	}
	.lg\:col-span-4 {
		grid-column: span 4 / span 4;
	}
	.lg\:col-span-6 {
		grid-column: span 6 / span 6;
	}
	.lg\:col-span-8 {
		grid-column: span 8 / span 8;
	}
	.lg\:col-span-9 {
		grid-column: span 9 / span 9;
	}
	.lg\:col-span-12 {
		grid-column: span 12 / span 12;
	}
	.lg\:col-start-3 {
		grid-column-start: 3;
	}
	.lg\:col-start-9 {
		grid-column-start: 9;
	}
	.lg\:col-end-13 {
		grid-column-end: 13;
	}
	.lg\:row-start-3 {
		grid-row-start: 3;
	}
	.lg\:mx-0 {
		margin-left: 0;
		margin-right: 0;
	}
	.lg\:block {
		display: block;
	}
	.lg\:flex {
		display: flex;
	}
	.lg\:h-12 {
		height: 3rem;
	}
	.lg\:w-40 {
		width: 10rem;
	}
	.lg\:w-64 {
		width: 16rem;
	}
	.lg\:w-80 {
		width: 20rem;
	}
	.lg\:w-96 {
		width: 24rem;
	}
	.lg\:w-3\/12 {
		width: 25%;
	}
	.lg\:max-w-4xl {
		max-width: 56rem;
	}
	.lg\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}
	.lg\:flex-row {
		flex-direction: row;
	}
	.lg\:flex-col {
		flex-direction: column;
	}
	.lg\:items-center {
		align-items: center;
	}
	.lg\:justify-end {
		justify-content: flex-end;
	}
	.lg\:justify-center {
		justify-content: center;
	}
	.lg\:justify-between {
		justify-content: space-between;
	}
	.lg\:gap-4 {
		gap: 1rem;
	}
	.lg\:gap-6 {
		gap: 1.5rem;
	}
	.lg\:gap-8 {
		gap: 2rem;
	}
	.lg\:gap-16 {
		gap: 4rem;
	}
	.lg\:gap-20 {
		gap: 5rem;
	}
	.lg\:p-0 {
		padding: 0;
	}
	.lg\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}
	.lg\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.lg\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.lg\:py-4 {
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
	.lg\:py-8 {
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
	.lg\:py-16 {
		padding-bottom: 4rem;
		padding-top: 4rem;
	}
	.lg\:pt-1 {
		padding-top: 0.25rem;
	}
	.lg\:pt-24 {
		padding-top: 6rem;
	}
	.lg\:pl-8 {
		padding-left: 2rem;
	}
	.lg\:text-center {
		text-align: center;
	}
	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.lg\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	.lg\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}
	.lg\:leading-10 {
		line-height: 2.5rem;
	}
	.lg\:leading-tight {
		line-height: 1.25;
	}
}
@media (min-width: 1140px) {
	.xl\:block {
		display: block;
	}
	.xl\:flex {
		display: flex;
	}
	.xl\:w-80 {
		width: 20rem;
	}
	.xl\:py-2 {
		padding-bottom: 0.5rem;
		padding-top: 0.5rem;
	}
}
@media (min-width: 1280px) {
	.\32xl\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.\32xl\:px-12 {
		padding-right: 3rem;
	}
	.\32xl\:pl-12,
	.\32xl\:px-12 {
		padding-left: 3rem;
	}
}
