
.gform_required_legend, .hidden_sub_label {
	display: none !important;
}

.gform_fields {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-gap: 1.5rem;
	gap: 1.5rem;
}

@media (min-width:768px) {
	.gform_fields {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.gform_fields .gfield--width-full {
		grid-column: span 2/span 2;
	}
}

.gform_fields label, .gform_fields legend {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: .5rem;
	--tw-text-opacity: 1;
	color: rgba(115, 115, 115, var(--tw-text-opacity));
}

@media (prefers-color-scheme:dark) {
	.gform_fields label, .gform_fields legend {
		--tw-text-opacity: 1;
		color: rgba(163, 163, 163, var(--tw-text-opacity));
	}
}

.gform_fields>*+.gfield--type-section {
	margin-top: 1rem;
}

.gfield_required {
	display: none;
}

.gchoice label {
	margin: 0;
}

.ginput_container_checkbox, .ginput_container_radio {
	margin-top: 1rem;
}

@media (min-width:768px) {
	.ginput_container_checkbox, .ginput_container_radio {
		margin-top: 1.5rem;
	}
}

.gfield_checkbox {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

@media (min-width:1024px) {
	.gfield_checkbox {
		gap: 1.5rem;
	}
}

.gfield_checkbox .gchoice {
	position: relative;
}

.gfield_checkbox .gfield-choice-input[type=checkbox] {
	bottom: 0;
	cursor: pointer;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.gfield_checkbox .gchoice .gform-field-label {
	border-radius: 9999px;
	border-width: 1px;
	cursor: pointer;
	display: block;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	font-weight: 400;
	padding: .75rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(163, 163, 163, var(--tw-text-opacity));
	transition-duration: .3s;
	transition-property: box-shadow, border-color, color;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.gfield_checkbox .gchoice:hover .gform-field-label {
	--tw-border-opacity: 1;
	border-color: rgba(10, 10, 10, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
	--tw-shadow-color: #0a0a0a;
	--tw-shadow: var(--tw-shadow-colored);
	box-shadow: inset 0 0 0 1px;
}

.gfield_checkbox .gfield-choice-input[type=checkbox]:checked+.gform-field-label, .gfield_checkbox .gfield-choice-input[type=checkbox]:focus+.gform-field-label {
	--tw-border-opacity: 1;
	border-color: rgba(10, 10, 10, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	box-shadow: inset 0 0 0 1px;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.gfield_radio {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.gfield_radio .gchoice {
	align-items: center;
	border-radius: 9999px;
	border-width: 1px;
	cursor: pointer;
	display: flex;
	gap: .5rem;
	position: relative;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	font-weight: 400;
	padding: .75rem;
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
	transition-duration: .3s;
	transition-property: box-shadow, border-color, color;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.gfield_radio .gchoice:hover {
	--tw-border-opacity: 1;
	border-color: rgba(10, 10, 10, var(--tw-border-opacity));
}

.gfield_radio .gchoice:has(:checked) {
	--tw-border-opacity: 1;
	border-color: rgba(10, 10, 10, var(--tw-border-opacity));
	box-shadow: inset 0 0 0 1px;
}

.gfield_radio .gchoice:hover {
	box-shadow: inset 0 0 0 1px;
}

.gfield_radio .gchoice label {
	font-weight: 400;
}

.gfield_radio .gchoice label:after {
	bottom: 0;
	content: var(--tw-content);
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.gfield_radio .gchoice input {
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
	--tw-shadow: 0 0 transparent;
	--tw-shadow-colored: 0 0 transparent;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
	--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(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 rgba(0, 0, 0, 0));
	--tw-ring-offset-width: 0px;
}

.gfield_radio .gchoice input: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(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 transparent);
}

.gform_footer.top_label {
	margin-top: 1rem;
}

@media (min-width:1024px) {
	.gform_footer.top_label {
		margin-top: 2rem;
	}
}

.gform_submission_error {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2rem;
	line-height: normal;
	margin-bottom: 2.5rem;
	--tw-text-opacity: 1;
	color: rgba(248, 113, 113, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	.gform_submission_error {
		margin-bottom: 4rem;
	}
}

.validation_message {
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: normal;
	margin-top: .5rem;
	--tw-text-opacity: 1;
	color: rgba(248, 113, 113, var(--tw-text-opacity));
}

[data-observe] {
	--observer-translate-y: 24px;
	--observer-delay: 100ms;
	opacity: 0;
	transform: translateY(var(--observer-translate-y));
	transition-delay: var(--observer-delay);
	transition-duration: .75s;
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(.16, 1, .3, 1);
}

[data-observe].is-visible {
	opacity: 1;
	transform: translateY(0);
}

.careers-wrapper {
	position: relative;
}

.careers-wrapper:after {
	background-color: #fff;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: -1px;
	transform-origin: right;
	transition: transform .5s linear;
	width: 100%;
}

.careers-wrapper.is-visible:after {
	transform: scaleX(0);
}

.whr-items {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.whr-item>* {
	margin-top: .5rem;
}

.whr-info {
	margin: 0 !important;
}

.cookie-consent {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 60;
	--tw-bg-opacity: 1;
	background-color: rgba(10, 10, 10, var(--tw-bg-opacity));
	padding: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	.cookie-consent {
		padding: 2.5rem;
	}
}

.cookie-consent .cookie-consent-wrapper {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
}

@media (min-width:1024px) {
	.cookie-consent .cookie-consent-wrapper {
		align-items: center;
		flex-direction: row;
	}
}

.cookie-consent .cookie-consent-message {
	flex: 1 1 0%;
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: normal;
}

.cookie-consent .cookie-consent-button-wrapper {
	align-items: center;
	align-self: flex-end;
	display: flex;
	gap: 1rem;
}

@media (min-width:1024px) {
	.cookie-consent .cookie-consent-button-wrapper {
		align-self: auto;
		gap: 2rem;
	}
}

.cookie-consent .cookie-consent-button-wrapper [data-variant=primary]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.cookie-consent .cookie-consent-button-wrapper [data-variant=primary]:focus-visible {
	outline-color: #fff;
	outline-offset: 2px;
	outline-style: solid;
	outline-width: 2px;
}

@media (prefers-color-scheme:dark) {
	.cookie-consent .cookie-consent-button-wrapper [data-variant=primary] {
		--tw-bg-opacity: 1;
		background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
	}
}

.cookie-consent #cookie-close {
	--tw-text-opacity: 1;
	color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.cookie-consent #cookie-close:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.cookie-consent #cookie-close:focus-visible {
	outline-color: #fff;
	outline-offset: 2px;
	outline-style: solid;
	outline-width: 2px;
}

.cookie-consent .cookie-consent-icon {
	height: 1.5rem;
	width: 1.5rem;
}

.cookie-consent--hidden {
	animation: hide .5s cubic-bezier(.34, 1, .36, 1) forwards;
}

@keyframes hide {
	0% {
		transform: translateY(0);
	}
	
	to {
		transform: translateY(100%);
	}
}

.project {
	--aspect-ratio: 3/2;
}

.project--image {
	align-items: center;
	aspect-ratio: var(--aspect-ratio);
	display: grid;
	justify-items: center;
	place-items: center;
	position: relative;
	width: 100%;
}

.project--image img, .project--image video {
	height: 100%;
	left: 0;
	max-width: none;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition-duration: 1s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	width: 100%;
}

.project:hover img, .project:hover video {
	--tw-scale-x: 1.03;
	--tw-scale-y: 1.03;
	transform: translate(var(--tw-translate-x), 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));
	transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.logos--wrapper {
	-webkit-mask: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
	mask: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
}

@media (prefers-reduced-motion:reduce) {
	.logos--wrapper {
		margin-left: auto;
		margin-right: auto;
		-webkit-mask: none;
		mask: none;
		width: min(100% - 2rem, var(--container-max-width));
	}
	
	@media (min-width:1024px) {
		.logos--wrapper {
			width: min(100% - 4rem, var(--container-max-width));
		}
	}
}

.logos--inner {
	--gap-x: .5rem;
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: var(--gap-x);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

@media (min-width:1024px) {
	.logos--inner {
		--gap-x: 1.5rem;
		gap: var(--gap-x);
	}
}

@media (prefers-reduced-motion:reduce) {
	.logos--inner {
		align-items: center;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		justify-content: center;
		grid-gap: 0;
		animation: none;
		gap: 0;
		width: auto;
	}
	
	@media (min-width:1024px) {
		.logos--inner {
			gap: var(--gap-x);
		}
	}
	
	@media (min-width:1220px) {
		.logos--inner {
			grid-template-columns: repeat(6, minmax(0, 1fr));
		}
	}
}

.logos--inner[data-direction=left] {
	--animation_direction: forwards;
}

.logos--inner[data-direction=right] {
	--animation_direction: reverse;
}

.logos[data-animated=true] {
	overflow-x: clip;
}

.logos[data-animated=true] .logos--inner {
	--animation_play_state: paused;
	animation: scroll 25s var(--animation_direction) linear infinite var(--animation_play_state, paused);
}

.logo {
	max-height: 9rem;
	object-fit: contain;
}

.logo svg {
	height: auto;
	max-width: 100%;
	width: 100%;
}

@media (prefers-color-scheme:dark) {
	.logo path {
		fill: #fafafa;
	}
}

@media (prefers-reduced-motion:reduce) {
	.logo[data-clone] {
		display: none;
	}
	
	@media (min-width:425px) {
		.logo {
			max-height: 9rem;
			max-width: none;
		}
	}
}

@keyframes scroll {
	to {
		transform: translateX(calc(-100% / var(--marquee-sets, 2) - var(--gap-x) / 2));
	}
}

.services--item.active .link:after {
	content: var(--tw-content);
	--tw-scale-x: 1;
	transform: translate(var(--tw-translate-x), 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));
}

.services--item.active svg {
	--tw-translate-x: .5rem;
}

.services--item.active figure, .services--item.active svg {
	opacity: 1;
	transform: translate(var(--tw-translate-x), 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));
}

.services--item.active figure {
	--tw-translate-x: 0px;
}

.site-header {
	transition-delay: .1s, 0ms, 0ms, 0ms, 0ms;
	transition-duration: .15s;
	transition-duration: .55s, .3s, .3s, .3s, .3s;
	transition-property: transform, color, background-color, padding, -webkit-backdrop-filter;
	transition-property: transform, color, background-color, padding, backdrop-filter;
	transition-property: transform, color, background-color, padding, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.site-header.scrolled {
	background-color: hsla(0, 0%, 100%, .8);
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
	transition-delay: 0ms, 0ms, .7s, .1s, .7s;
}

@media (prefers-color-scheme:dark) {
	.site-header.scrolled {
		background-color: rgba(38, 38, 38, .7);
		--tw-text-opacity: 1;
		color: rgba(250, 250, 250, var(--tw-text-opacity));
	}
}

.site-header.scrolled {
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.site-header.scrolled .site-navigation--contact [data-variant=outline] {
	--tw-border-opacity: 1;
	background-color: initial;
	border-color: rgba(163, 163, 163, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.site-header.scrolled .site-navigation--contact [data-variant=outline]:hover {
	--tw-border-opacity: 1;
	border-color: rgba(38, 38, 38, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.site-header.scrolled .site-navigation--contact [data-variant=outline]:focus-visible {
	outline-color: #a3a3a3;
	outline-offset: 2px;
	outline-style: solid;
	outline-width: 1px;
}

.site-header .logo {
	color: currentColor;
	transition-duration: .2s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

@media (min-width:1024px) {
	.site-header .nav-primary {
		height: auto;
		max-height: none;
		opacity: 1;
		position: static;
		visibility: visible;
		width: auto;
		z-index: auto;
	}
	
	.site-header .nav-primary:after {
		--tw-content: none;
		content: var(--tw-content);
	}
}

.site-header .nav-primary--wrapper {
	visibility: hidden;
}

@media (min-width:1024px) {
	.site-header .nav-primary--wrapper {
		visibility: visible;
	}
}

.site-header .nav-primary--cta, .site-header .nav-primary--site-connect {
	opacity: 0;
	visibility: hidden;
}

.site-header .line-1 {
	top: .375rem;
	transition-delay: 0ms, .15s, 0ms;
	transition-duration: .15s;
	transition-property: background-color, top, transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: ease-in;
}

.site-header .line-1, .site-header .line-2 {
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	transform-origin: 50% 50%;
	width: 1.25rem;
	--tw-translate-x: -50%;
	background-color: currentColor;
	transform: translate(var(--tw-translate-x), 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));
}

.site-header .line-2 {
	bottom: .375rem;
	transition-delay: 0ms, .15s, 0ms;
	transition-duration: .15s;
	transition-property: background-color, bottom, transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: ease-in;
}

.site-header[data-open=true] {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
}

@media (prefers-color-scheme:dark) {
	.site-header[data-open=true] {
		--tw-bg-opacity: 1;
		background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
		--tw-text-opacity: 1;
		color: rgba(250, 250, 250, var(--tw-text-opacity));
	}
}

.site-header[data-open=true] .line-1 {
	top: 50%;
	--tw-translate-y: -50%;
	--tw-translate-x: -50%;
	--tw-rotate: 45deg;
}

.site-header[data-open=true] .line-1, .site-header[data-open=true] .line-2 {
	transform: translate(var(--tw-translate-x), 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));
	transition-delay: 0ms, 0ms, .15s;
}

.site-header[data-open=true] .line-2 {
	bottom: 50%;
	--tw-translate-y: 50%;
	--tw-translate-x: -50%;
	--tw-rotate: -45deg;
}

.site-menu {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 40;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

@media (prefers-color-scheme:dark) {
	.site-menu {
		--tw-bg-opacity: 1;
		background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
	}
}

.site-menu .nav-primary {
	height: 100dvh;
	left: 0;
	max-height: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition-duration: .7s;
	transition-property: max-height;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	width: 100vw;
	z-index: -10;
}

.site-menu .nav-primary:after {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform-origin: top;
	z-index: -10;
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
	content: var(--tw-content);
	transition-duration: .15s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.34, 1, .36, 1);
}

@media (min-width:1024px) {
	.site-menu .nav-primary {
		height: auto;
		max-height: none;
		opacity: 1;
		position: static;
		visibility: visible;
		width: auto;
		z-index: auto;
	}
	
	.site-menu .nav-primary:after {
		--tw-content: none;
		content: var(--tw-content);
	}
}

@media (prefers-color-scheme:dark) {
	.site-menu .nav-primary:after {
		content: var(--tw-content);
		--tw-bg-opacity: 1;
		background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
	}
}

.site-menu .nav-primary--wrapper {
	visibility: hidden;
}

@media (min-width:1024px) {
	.site-menu .nav-primary--wrapper {
		visibility: visible;
	}
}

.site-menu .nav-primary--cta, .site-menu .nav-primary--site-connect, .site-menu .site-navigation {
	opacity: 0;
	transition-duration: .2s;
	transition-property: opacity, visibility;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.645, .045, .355, 1);
	visibility: hidden;
}

.site-menu .site-navigation {
	font-size: 1.5rem;
	line-height: 2rem;
	line-height: normal;
	padding: 10rem 1.25rem 1.25rem;
}

@media (min-width:1024px) {
	.site-menu .site-navigation {
		color: currentColor;
		flex-direction: row;
		font-size: 1rem;
		gap: 2rem;
		line-height: 1.5rem;
		line-height: normal;
		opacity: 1;
		padding: 0;
		text-transform: none;
		visibility: visible;
	}
}

.site-menu[data-open=true] {
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.site-menu[data-open=true]:after {
	bottom: 0;
	content: var(--tw-content);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -20;
}

@media (prefers-color-scheme:dark) {
	.site-menu[data-open=true] {
		--tw-text-opacity: 1;
		color: rgba(250, 250, 250, var(--tw-text-opacity));
	}
}

.site-menu[data-open=true] .nav-primary {
	max-height: 100dvh;
	transition-timing-function: cubic-bezier(.34, 1, .36, 1);
}

.site-menu[data-open=true] .nav-primary--wrapper {
	visibility: visible;
}

.site-menu[data-open=true] .nav-primary--cta, .site-menu[data-open=true] .nav-primary--site-connect {
	opacity: 1;
	transition-delay: .2s;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.645, .045, .355, 1);
	visibility: visible;
}

.site-menu[data-open=true] .site-navigation {
	opacity: 1;
	transition-delay: .2s;
	transition-duration: .3s;
	visibility: visible;
}

@media (min-width:590px) {
	.site-footer [data-variant=short] {
		display: none;
	}
}

.site-footer [data-variant=medium] {
	display: none;
}

@media (min-width:590px) {
	.site-footer [data-variant=medium] {
		display: block;
	}
}

@media (min-width:1292px) {
	.site-footer [data-variant=medium] {
		display: none;
	}
}

.site-footer [data-variant=full] {
	display: none;
}

@media (min-width:1292px) {
	.site-footer [data-variant=full] {
		display: block;
	}
}

.tabs {
	--bg-color: #171717;
}

@media (prefers-color-scheme:dark) {
	.tabs {
		--bg-color: #fafafa;
	}
}

.tabs .tab--button {
	border-radius: 9999px;
	white-space: nowrap;
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
	font-size: .875rem;
	line-height: 1.25rem;
	padding: .5rem 1rem;
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
	transition-duration: .2s;
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.tabs .tab--button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

@media (prefers-color-scheme:dark) {
	.tabs .tab--button {
		--tw-bg-opacity: 1;
		background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
		--tw-text-opacity: 1;
		color: rgba(250, 250, 250, var(--tw-text-opacity));
	}
	
	.tabs .tab--button:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
	}
}

.tabs .tab--button[data-variant=active] {
	--tw-bg-opacity: 1;
	background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(250, 250, 250, var(--tw-text-opacity));
}

@media (prefers-color-scheme:dark) {
	.tabs .tab--button[data-variant=active] {
		--tw-bg-opacity: 1;
		background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
		--tw-text-opacity: 1;
		color: rgba(23, 23, 23, var(--tw-text-opacity));
	}
}

.vertical-tabs {
	--scale-x: 0;
}

@media (min-width:1024px) {
	.vertical-tabs--wrapper>.vertical-tabs--image-wrapper {
		position: absolute;
		right: 0;
		top: 50%;
		--tw-translate-y: -50%;
		transform: translate(var(--tw-translate-x), 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));
	}
}

.vertical-tabs--description {
	border-bottom-width: 1px;
	position: relative;
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 212, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(163, 163, 163, var(--tw-text-opacity));
	transition-duration: .2s;
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.vertical-tabs--description:after {
	bottom: 0;
	height: 1px;
	left: 0;
	position: absolute;
	transform-origin: left;
	width: 100%;
	--tw-scale-x: 0;
	transform: translate(var(--tw-translate-x), 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));
	--tw-bg-opacity: 1;
	background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
	transition-duration: .2s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	--tw-content: "";
	content: var(--tw-content);
}

@media (prefers-color-scheme:dark) {
	.vertical-tabs--description:after {
		--tw-bg-opacity: 1;
		background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
	}
}

.vertical-tabs--description.is-active {
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
}

@media (prefers-color-scheme:dark) {
	.vertical-tabs--description.is-active {
		--tw-text-opacity: 1;
		color: rgba(250, 250, 250, var(--tw-text-opacity));
	}
}

.vertical-tabs--description.is-active:after {
	--tw-scale-x: var(--scale-x);
	transform: translate(var(--tw-translate-x), 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));
}

.vertical-tabs--image {
	--tw-scale-x: .5;
	--tw-scale-y: .5;
	opacity: 0;
	transition-duration: .15s;
	transition-duration: .3s, .5s;
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.vertical-tabs--image, .vertical-tabs--image.is-active {
	position: absolute;
	transform: translate(var(--tw-translate-x), 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));
}

.vertical-tabs--image.is-active {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	opacity: 1;
}

*, :after, :before {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--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;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 transparent;
	--tw-ring-shadow: 0 0 transparent;
	--tw-shadow: 0 0 transparent;
	--tw-shadow-colored: 0 0 transparent;
}

::-ms-backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--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;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 transparent;
	--tw-ring-shadow: 0 0 transparent;
	--tw-shadow: 0 0 transparent;
	--tw-shadow-colored: 0 0 transparent;
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--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;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 transparent;
	--tw-ring-shadow: 0 0 transparent;
	--tw-shadow: 0 0 transparent;
	--tw-shadow-colored: 0 0 transparent;
}

*, :after, :before {
	border: 0 solid #e5e7eb;
	box-sizing: border-box;
}

:after, :before {
	--tw-content: "";
}

:host, html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-feature-settings: normal;
	font-variation-settings: normal;
	-moz-tab-size: 4;
	tab-size: 4;
	-webkit-tap-highlight-color: transparent;
}

body {
	line-height: inherit;
	margin: 0;
}

hr {
	border-top-width: 1px;
	color: inherit;
	height: 0;
}

abbr:where([title]) {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}

b, strong {
	font-weight: bolder;
}

code, kbd, pre, samp {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	font-feature-settings: normal;
	font-size: 1em;
	font-variation-settings: normal;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: initial;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

table {
	border-collapse: collapse;
	border-color: inherit;
	text-indent: 0;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font-family: inherit;
	font-feature-settings: inherit;
	font-size: 100%;
	font-variation-settings: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
}

button, select {
	text-transform: none;
}

button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) {
	-webkit-appearance: button;
	background-color: initial;
	background-image: none;
}

:-moz-focusring {
	outline: auto;
}

button.nitro-lazy, input:where([type=button]).nitro-lazy, input:where([type=reset]).nitro-lazy, input:where([type=submit]).nitro-lazy {
	background-image: none !important;
}

:-moz-ui-invalid {
	box-shadow: none;
}

progress {
	vertical-align: initial;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
	margin: 0;
}

fieldset {
	margin: 0;
}

fieldset, legend {
	padding: 0;
}

menu, ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

dialog {
	padding: 0;
}

textarea {
	resize: vertical;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #9ca3af;
}

input::placeholder, textarea::placeholder {
	color: #9ca3af;
}

[role=button], button {
	cursor: pointer;
}

:disabled {
	cursor: default;
}

audio, canvas, embed, iframe, img, object, svg, video {
	display: block;
	vertical-align: middle;
}

img, video {
	height: auto;
	max-width: 100%;
}

[hidden] {
	display: none;
}

input:where(:not([type])), input:where([type=date]), input:where([type=datetime-local]), input:where([type=email]), input:where([type=month]), input:where([type=number]), input:where([type=password]), input:where([type=search]), input:where([type=tel]), input:where([type=text]), input:where([type=time]), input:where([type=url]), input:where([type=week]), select, select:where([multiple]), textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-radius: 0;
	border-width: 1px;
	font-size: 1rem;
	line-height: 1.5rem;
	padding: .5rem .75rem;
	--tw-shadow: 0 0 transparent;
}

input:where(:not([type])):focus, input:where([type=date]):focus, input:where([type=datetime-local]):focus, input:where([type=email]):focus, input:where([type=month]):focus, input:where([type=number]):focus, input:where([type=password]):focus, input:where([type=search]):focus, input:where([type=tel]):focus, input:where([type=text]):focus, input:where([type=time]):focus, input:where([type=url]):focus, input:where([type=week]):focus, select:focus, select:where([multiple]):focus, textarea:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	border-color: #2563eb;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #6b7280;
	opacity: 1;
}

input::placeholder, textarea::placeholder {
	color: #6b7280;
	opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}

::-webkit-date-and-time-value {
	min-height: 1.5em;
	text-align: inherit;
}

::-webkit-datetime-edit {
	display: inline-flex;
}

::-webkit-datetime-edit, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-meridiem-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-year-field {
	padding-bottom: 0;
	padding-top: 0;
}

select {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 20 20\'%3E%3Cpath stroke=\'%236b7280\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'1.5\' d=\'m6 8 4 4 4-4\'/%3E%3C/svg%3E");
	background-position: right .5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact;
}

select.nitro-lazy {
	background-image: none !important;
}

select:where([multiple]), select:where([size]:not([size="1"])) {
	background-image: none;
	background-position: 0 0;
	background-repeat: unset;
	background-size: initial;
	padding-right: .75rem;
	-webkit-print-color-adjust: unset;
	color-adjust: unset;
	print-color-adjust: unset;
}

select:where([multiple]).nitro-lazy, select:where([size]:not([size="1"])).nitro-lazy {
	background-image: none !important;
}

input:where([type=checkbox]), input:where([type=radio]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	background-color: #fff;
	background-origin: border-box;
	border-color: #6b7280;
	border-width: 1px;
	color: #2563eb;
	display: inline-block;
	flex-shrink: 0;
	height: 1rem;
	print-color-adjust: exact;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	width: 1rem;
	--tw-shadow: 0 0 transparent;
}

input:where([type=checkbox]) {
	border-radius: 0;
}

input:where([type=radio]) {
	border-radius: 100%;
}

input:where([type=checkbox]):focus, input:where([type=radio]):focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--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);
}

input:where([type=checkbox]):checked, input:where([type=radio]):checked {
	background-color: currentColor;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-color: transparent;
}

input:where([type=checkbox]):checked {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 16 16\'%3E%3Cpath d=\'M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0\'/%3E%3C/svg%3E");
}

input:where([type=checkbox]):checked.nitro-lazy {
	background-image: none !important;
}

@media (forced-colors:active) {
	input:where([type=checkbox]):checked {
		-webkit-appearance: auto;
		-moz-appearance: auto;
		appearance: auto;
	}
}

input:where([type=radio]):checked {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 16 16\'%3E%3Ccircle cx=\'8\' cy=\'8\' r=\'3\'/%3E%3C/svg%3E");
}

input:where([type=radio]):checked.nitro-lazy {
	background-image: none !important;
}

@media (forced-colors:active) {
	input:where([type=radio]):checked {
		-webkit-appearance: auto;
		-moz-appearance: auto;
		appearance: auto;
	}
}

input:where([type=checkbox]):checked:focus, input:where([type=checkbox]):checked:hover, input:where([type=radio]):checked:focus, input:where([type=radio]):checked:hover {
	background-color: currentColor;
	border-color: transparent;
}

input:where([type=checkbox]):indeterminate {
	background-color: currentColor;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 16 16\'%3E%3Cpath stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M4 8h8\'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-color: transparent;
}

input:where([type=checkbox]):indeterminate.nitro-lazy {
	background-image: none !important;
}

@media (forced-colors:active) {
	input:where([type=checkbox]):indeterminate {
		-webkit-appearance: auto;
		-moz-appearance: auto;
		appearance: auto;
	}
}

input:where([type=checkbox]):indeterminate:focus, input:where([type=checkbox]):indeterminate:hover {
	background-color: currentColor;
	border-color: transparent;
}

input:where([type=file]) {
	background: unset;
	border-color: inherit;
	border-radius: 0;
	border-width: 0;
	font-size: unset;
	line-height: inherit;
	padding: 0;
}

input:where([type=file]):focus {
	outline: 1px solid ButtonText;
	outline: 1px auto -webkit-focus-ring-color;
}

html {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	font-family: ABCReproVariable;
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (prefers-color-scheme:dark) {
	html {
		--tw-bg-opacity: 1;
		background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
		--tw-text-opacity: 1;
		color: rgba(250, 250, 250, var(--tw-text-opacity));
	}
}

.h1, h1 {
	font-size: 3rem;
	line-height: 1;
	line-height: normal;
}

@media (min-width:768px) {
	.h1, h1 {
		font-size: 3.75rem;
		line-height: 1;
		line-height: normal;
	}
}

@media (min-width:1536px) {
	.h1, h1 {
		font-size: 4.5rem;
		line-height: 1;
		line-height: normal;
	}
}

.h2, h2 {
	font-size: 1.875rem;
	line-height: 2.25rem;
	line-height: normal;
}

@media (min-width:768px) {
	.h2, h2 {
		font-size: 3rem;
		line-height: 1;
		line-height: normal;
	}
}

@media (min-width:1536px) {
	.h2, h2 {
		font-size: 3.75rem;
		line-height: 1;
		line-height: normal;
	}
}

.h3, h3 {
	font-size: 1.5rem;
	line-height: 2rem;
	line-height: normal;
}

@media (min-width:768px) {
	.h3, h3 {
		font-size: 1.875rem;
		line-height: 2.25rem;
		line-height: normal;
	}
}

@media (min-width:1024px) {
	.h3, h3 {
		font-size: 2.25rem;
		line-height: 2.5rem;
		line-height: normal;
	}
}

@media (min-width:1536px) {
	.h3, h3 {
		font-size: 3rem;
		line-height: 1;
		line-height: normal;
	}
}

.h4, h4 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	line-height: normal;
}

@media (min-width:768px) {
	.h4, h4 {
		font-size: 1.5rem;
		line-height: 2rem;
		line-height: normal;
	}
}

@media (min-width:1536px) {
	.h4, h4 {
		font-size: 1.875rem;
		line-height: 2.25rem;
		line-height: normal;
	}
}

.h5, h5 {
	font-size: 1rem;
	line-height: 1.5rem;
}

@media (min-width:768px) {
	.h5, h5 {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

@media (min-width:1024px) {
	.h5, h5 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

@media (min-width:1536px) {
	.h5, h5 {
		font-size: 1.5rem;
		line-height: 2rem;
		line-height: normal;
	}
}

.lead {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

@media (min-width:768px) {
	.lead {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media (min-width:1536px) {
	.lead {
		font-size: 2.25rem;
		line-height: 2.5rem;
		line-height: normal;
	}
}

a, button, input, li, p, select, span, textarea {
	font-size: 1rem;
	line-height: 1.5rem;
}

@media (min-width:1280px) {
	a, button, input, li, p, select, span, textarea {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

.eyebrow {
	color: rgba(163, 163, 163, var(--tw-text-opacity));
	font-size: 1rem;
	line-height: 1.5rem;
}

.eyebrow, .prose {
	--tw-text-opacity: 1;
}

.prose {
	color: rgba(23, 23, 23, var(--tw-text-opacity));
}

@media (prefers-color-scheme:dark) {
	.prose {
		--tw-text-opacity: 1 !important;
		color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
	}
}

.prose .h1, .prose h1 {
	color: inherit;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
	line-height: normal;
}

@media (min-width:768px) {
	.prose .h1, .prose h1 {
		font-size: 3.75rem;
		line-height: 1;
		line-height: normal;
	}
}

@media (min-width:1536px) {
	.prose .h1, .prose h1 {
		font-size: 4.5rem;
		line-height: 1;
		line-height: normal;
	}
}

.prose .h2, .prose h2 {
	color: inherit;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 2.25rem;
	line-height: normal;
}

@media (min-width:768px) {
	.prose .h2, .prose h2 {
		font-size: 3rem;
		line-height: 1;
		line-height: normal;
	}
}

@media (min-width:1536px) {
	.prose .h2, .prose h2 {
		font-size: 3.75rem;
		line-height: 1;
		line-height: normal;
	}
}

.prose .h3, .prose h3 {
	color: inherit;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2rem;
	line-height: normal;
}

@media (min-width:768px) {
	.prose .h3, .prose h3 {
		font-size: 1.875rem;
		line-height: 2.25rem;
		line-height: normal;
	}
}

@media (min-width:1536px) {
	.prose .h3, .prose h3 {
		font-size: 2.25rem;
		line-height: 2.5rem;
		line-height: normal;
	}
}

.prose .h4, .prose h4 {
	color: inherit;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.75rem;
	line-height: normal;
}

@media (min-width:768px) {
	.prose .h4, .prose h4 {
		font-size: 1.5rem;
		line-height: 2rem;
		line-height: normal;
	}
}

@media (min-width:1536px) {
	.prose .h4, .prose h4 {
		font-size: 1.875rem;
		line-height: 2.25rem;
		line-height: normal;
	}
}

.prose ul>li::marker {
	color: inherit !important;
}

.prose a {
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	transition-duration: .2s;
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.prose a:hover {
	--tw-text-opacity: 1;
	color: rgba(82, 82, 82, var(--tw-text-opacity));
}

@media (prefers-color-scheme:dark) {
	.prose a {
		--tw-text-opacity: 1;
		color: rgba(250, 250, 250, var(--tw-text-opacity));
	}
}

.prose strong {
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
}

@media (prefers-color-scheme:dark) {
	.prose strong {
		--tw-text-opacity: 1;
		color: rgba(250, 250, 250, var(--tw-text-opacity));
	}
}

.prose p>a {
	word-break: break-all;
}

.prose p>code {
	border-radius: .375rem;
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
	padding: .125rem .25rem;
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
}

@media (prefers-color-scheme:dark) {
	.prose p>code {
		--tw-bg-opacity: 1;
		background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
		--tw-text-opacity: 1;
		color: rgba(250, 250, 250, var(--tw-text-opacity));
	}
}

.prose ul>li::marker {
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
}

@media (prefers-color-scheme:dark) {
	.prose ul>li::marker {
		--tw-text-opacity: 1;
		color: rgba(250, 250, 250, var(--tw-text-opacity));
	}
}

.prose figure {
	max-width: 100%;
}

.prose blockquote {
	font-size: 1.25rem;
	font-style: normal;
	line-height: 1.75rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	.prose blockquote {
		font-size: 1.5rem;
		line-height: 2rem;
		line-height: 140%;
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
}

@media (prefers-color-scheme:dark) {
	.prose blockquote {
		--tw-text-opacity: 1;
		color: rgba(250, 250, 250, var(--tw-text-opacity));
	}
}

.prose blockquote>* {
	font-size: inherit;
	margin: 0;
}

[data-hide-scrollbar]::-webkit-scrollbar, ul::-webkit-scrollbar {
	display: none;
}

[data-hide-scrollbar]::-webkit-scrollbar, ul {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

a {
	display: inline-block;
}

a:not([class]) {
	font-weight: 400;
	transition-duration: .2s;
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

a:not([class]):hover {
	--tw-text-opacity: 1;
	color: rgba(82, 82, 82, var(--tw-text-opacity));
}

@media (prefers-color-scheme:dark) {
	a:not([class]):hover {
		--tw-text-opacity: 1;
		color: rgba(212, 212, 212, var(--tw-text-opacity));
	}
}

[type=email], [type=number], [type=password], [type=search], [type=text], select {
	border-radius: .375rem;
	border-width: 1px;
	display: block;
	width: 100%;
	--tw-border-opacity: 1;
	background-color: initial;
	border-color: rgba(163, 163, 163, var(--tw-border-opacity));
	padding: .5rem;
	transition-duration: .2s;
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[type=email]::-ms-input-placeholder, [type=number]::-ms-input-placeholder, [type=password]::-ms-input-placeholder, [type=search]::-ms-input-placeholder, [type=text]::-ms-input-placeholder, select::-ms-input-placeholder {
	--tw-text-opacity: 1;
	color: rgba(82, 82, 82, var(--tw-text-opacity));
}

[type=email]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=text]::placeholder, select::placeholder {
	--tw-text-opacity: 1;
	color: rgba(82, 82, 82, var(--tw-text-opacity));
}

[type=email]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=text]:hover, select:hover {
	--tw-border-opacity: 1;
	border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

[type=email]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=text]:focus, select:focus {
	--tw-border-opacity: 1;
	border-color: rgba(38, 38, 38, var(--tw-border-opacity));
	--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(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 transparent);
}

@media (prefers-color-scheme:dark) {
	[type=email], [type=number], [type=password], [type=search], [type=text], select {
		--tw-border-opacity: 1;
		border-color: rgba(115, 115, 115, var(--tw-border-opacity));
	}
	
	[type=email]::-ms-input-placeholder, [type=number]::-ms-input-placeholder, [type=password]::-ms-input-placeholder, [type=search]::-ms-input-placeholder, [type=text]::-ms-input-placeholder, select::-ms-input-placeholder {
		--tw-text-opacity: 1;
		color: rgba(115, 115, 115, var(--tw-text-opacity));
	}
	
	[type=email]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=text]::placeholder, select::placeholder {
		--tw-text-opacity: 1;
		color: rgba(115, 115, 115, var(--tw-text-opacity));
	}
	
	[type=email]:focus, [type=email]:hover, [type=number]:focus, [type=number]:hover, [type=password]:focus, [type=password]:hover, [type=search]:focus, [type=search]:hover, [type=text]:focus, [type=text]:hover, select:focus, select:hover {
		--tw-border-opacity: 1;
		border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	}
}

textarea {
	border-radius: .375rem;
	border-width: 1px;
	display: block;
	height: 12rem;
	width: 100%;
	--tw-border-opacity: 1;
	background-color: initial;
	border-color: rgba(163, 163, 163, var(--tw-border-opacity));
	padding: .5rem;
	transition-duration: .2s;
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

textarea::-ms-input-placeholder {
	--tw-text-opacity: 1;
	color: rgba(82, 82, 82, var(--tw-text-opacity));
}

textarea::placeholder {
	--tw-text-opacity: 1;
	color: rgba(82, 82, 82, var(--tw-text-opacity));
}

textarea:focus, textarea:hover {
	--tw-border-opacity: 1;
	border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

textarea: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(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 transparent);
}

@media (prefers-color-scheme:dark) {
	textarea {
		--tw-border-opacity: 1;
		border-color: rgba(115, 115, 115, var(--tw-border-opacity));
	}
	
	textarea::-ms-input-placeholder {
		--tw-text-opacity: 1;
		color: rgba(115, 115, 115, var(--tw-text-opacity));
	}
	
	textarea::placeholder {
		--tw-text-opacity: 1;
		color: rgba(115, 115, 115, var(--tw-text-opacity));
	}
	
	textarea:focus, textarea:hover {
		--tw-border-opacity: 1;
		border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	}
}

input[type=submit] {
	border-radius: 9999px;
	cursor: pointer;
	--tw-border-opacity: 1;
	border-color: rgba(38, 38, 38, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
	line-height: normal;
	padding: .625rem .875rem;
	--tw-text-opacity: 1;
	color: rgba(250, 250, 250, var(--tw-text-opacity));
	transition-duration: .2s;
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

input[type=submit]:hover {
	--tw-border-opacity: 1;
	border-color: rgba(82, 82, 82, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

input[type=submit]:focus-visible {
	outline-color: #262626;
	outline-offset: 2px;
	outline-style: solid;
	outline-width: 2px;
}

@media (prefers-color-scheme:dark) {
	input[type=submit] {
		--tw-border-opacity: 1;
		border-color: rgba(82, 82, 82, var(--tw-border-opacity));
		--tw-bg-opacity: 1;
		background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
	}
	
	input[type=submit]:hover {
		--tw-border-opacity: 1;
		border-color: rgba(115, 115, 115, var(--tw-border-opacity));
		--tw-bg-opacity: 1;
		background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
	}
}

section {
	position: relative;
	z-index: 10;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

@media (prefers-color-scheme:dark) {
	section {
		--tw-bg-opacity: 1;
		background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
	}
}

.home .page-header+section {
	margin-top: var(--page-header-height);
}

.prose {
	color: var(--tw-prose-body);
	max-width: 65ch;
}

.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-bottom: 1.25em;
	margin-top: 1.25em;
}

.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: var(--tw-prose-lead);
	font-size: 1.25em;
	line-height: 1.6;
	margin-bottom: 1.2em;
	margin-top: 1.2em;
}

.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: var(--tw-prose-links);
	font-weight: 500;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: var(--tw-prose-bold);
	font-weight: 600;
}

.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
}

.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
}

.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
}

.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: decimal;
	margin-bottom: 1.25em;
	margin-top: 1.25em;
	padding-left: 1.625em;
}

.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: upper-alpha;
}

.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: lower-alpha;
}

.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: upper-alpha;
}

.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: lower-alpha;
}

.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: upper-roman;
}

.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: lower-roman;
}

.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: upper-roman;
}

.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: decimal;
}

.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: disc;
	margin-bottom: 1.25em;
	margin-top: 1.25em;
	padding-left: 1.625em;
}

.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker {
	color: var(--tw-prose-counters);
	font-weight: 400;
}

.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker {
	color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)) {
	border-color: var(--tw-prose-hr);
	border-top-width: 1px;
	margin-bottom: 3em;
	margin-top: 3em;
}

.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)) {
	border-left-color: var(--tw-prose-quote-borders);
	border-left-width: .25rem;
	color: var(--tw-prose-quotes);
	font-style: italic;
	font-weight: 500;
	margin-bottom: 1.6em;
	margin-top: 1.6em;
	padding-left: 1em;
	quotes: "“" "”" "‘" "’";
}

.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before {
	content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after {
	content: close-quote;
}

.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: var(--tw-prose-headings);
	font-size: 2.25em;
	font-weight: 800;
	line-height: 1.1111111;
	margin-bottom: .8888889em;
	margin-top: 0;
}

.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
	font-weight: 900;
}

.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: var(--tw-prose-headings);
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.3333333;
	margin-bottom: 1em;
	margin-top: 2em;
}

.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
	font-weight: 800;
}

.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: var(--tw-prose-headings);
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: .6em;
	margin-top: 1.6em;
}

.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
	font-weight: 700;
}

.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: .5em;
	margin-top: 1.5em;
}

.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
	font-weight: 700;
}

.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-bottom: 2em;
	margin-top: 2em;
}

.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)) {
	display: block;
	margin-bottom: 2em;
	margin-top: 2em;
}

.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-bottom: 2em;
	margin-top: 2em;
}

.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)) {
	border-radius: .3125rem;
	box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
	color: var(--tw-prose-kbd);
	font-family: inherit;
	font-size: .875em;
	font-weight: 500;
	padding: .1875em .375em;
}

.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: var(--tw-prose-code);
	font-size: .875em;
	font-weight: 600;
}

.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before {
	content: "`";
}

.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after {
	content: "`";
}

.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
}

.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
}

.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
	font-size: .875em;
}

.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
	font-size: .9em;
}

.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
}

.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
}

.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
}

.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)) {
	background-color: var(--tw-prose-pre-bg);
	border-radius: .375rem;
	color: var(--tw-prose-pre-code);
	font-size: .875em;
	font-weight: 400;
	line-height: 1.7142857;
	margin-bottom: 1.7142857em;
	margin-top: 1.7142857em;
	overflow-x: auto;
	padding: .8571429em 1.1428571em;
}

.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)) {
	background-color: initial;
	border-radius: 0;
	border-width: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0;
}

.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before {
	content: none;
}

.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after {
	content: none;
}

.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)) {
	font-size: .875em;
	line-height: 1.7142857;
	margin-bottom: 2em;
	margin-top: 2em;
	table-layout: auto;
	width: 100%;
}

.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)) {
	border-bottom-color: var(--tw-prose-th-borders);
	border-bottom-width: 1px;
}

.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	padding-bottom: .5714286em;
	padding-left: .5714286em;
	padding-right: .5714286em;
	vertical-align: bottom;
}

.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)) {
	border-bottom-color: var(--tw-prose-td-borders);
	border-bottom-width: 1px;
}

.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)) {
	vertical-align: initial;
}

.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)) {
	border-top-color: var(--tw-prose-th-borders);
	border-top-width: 1px;
}

.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
	vertical-align: top;
}

.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)) {
	text-align: left;
}

.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-bottom: 0;
	margin-top: 0;
}

.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: var(--tw-prose-captions);
	font-size: .875em;
	line-height: 1.4285714;
	margin-top: .8571429em;
}

.prose {
	--tw-prose-body: #374151;
	--tw-prose-headings: #111827;
	--tw-prose-lead: #4b5563;
	--tw-prose-links: #111827;
	--tw-prose-bold: #111827;
	--tw-prose-counters: #6b7280;
	--tw-prose-bullets: #d1d5db;
	--tw-prose-hr: #e5e7eb;
	--tw-prose-quotes: #111827;
	--tw-prose-quote-borders: #e5e7eb;
	--tw-prose-captions: #6b7280;
	--tw-prose-kbd: #111827;
	--tw-prose-kbd-shadows: rgba(17, 24, 39, .1);
	--tw-prose-code: #111827;
	--tw-prose-pre-code: #e5e7eb;
	--tw-prose-pre-bg: #1f2937;
	--tw-prose-th-borders: #d1d5db;
	--tw-prose-td-borders: #e5e7eb;
	--tw-prose-invert-body: #d1d5db;
	--tw-prose-invert-headings: #fff;
	--tw-prose-invert-lead: #9ca3af;
	--tw-prose-invert-links: #fff;
	--tw-prose-invert-bold: #fff;
	--tw-prose-invert-counters: #9ca3af;
	--tw-prose-invert-bullets: #4b5563;
	--tw-prose-invert-hr: #374151;
	--tw-prose-invert-quotes: #f3f4f6;
	--tw-prose-invert-quote-borders: #374151;
	--tw-prose-invert-captions: #9ca3af;
	--tw-prose-invert-kbd: #fff;
	--tw-prose-invert-kbd-shadows: hsla(0, 0%, 100%, .1);
	--tw-prose-invert-code: #fff;
	--tw-prose-invert-pre-code: #d1d5db;
	--tw-prose-invert-pre-bg: rgba(0, 0, 0, .5);
	--tw-prose-invert-th-borders: #4b5563;
	--tw-prose-invert-td-borders: #374151;
	font-size: 1rem;
	line-height: 1.75;
}

.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-bottom: 0;
	margin-top: 0;
}

.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-bottom: .5em;
	margin-top: .5em;
}

.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
	padding-left: .375em;
}

.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
	padding-left: .375em;
}

.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-bottom: .75em;
	margin-top: .75em;
}

.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 1.25em;
}

.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-bottom: 1.25em;
}

.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 1.25em;
}

.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-bottom: 1.25em;
}

.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-bottom: .75em;
	margin-top: .75em;
}

.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-bottom: 1.25em;
	margin-top: 1.25em;
}

.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: .5em;
	padding-left: 1.625em;
}

.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 0;
}

.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 0;
}

.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 0;
}

.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	padding-right: 0;
}

.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
	padding: .5714286em;
}

.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	padding-left: 0;
}

.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	padding-right: 0;
}

.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-bottom: 2em;
	margin-top: 2em;
}

.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 0;
}

.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-bottom: 0;
}

.\!container {
	margin-left: auto;
	margin-right: auto;
	width: min(100% - 2rem, var(--container-max-width));
}

@media (min-width:1024px) {
	.\!container {
		width: min(100% - 4rem, var(--container-max-width));
	}
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: min(100% - 2rem, var(--container-max-width));
}

@media (min-width:1024px) {
	.container {
		width: min(100% - 4rem, var(--container-max-width));
	}
}

.btn {
	border-color: transparent;
	border-radius: 9999px;
	border-width: 1px;
	line-height: normal;
	padding: .625rem .875rem;
	transition-duration: .2s;
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.btn[data-variant=primary] {
	--tw-border-opacity: 1;
	border-color: rgba(38, 38, 38, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.btn[data-variant=primary]:hover {
	--tw-border-opacity: 1;
	border-color: rgba(82, 82, 82, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.btn[data-variant=primary]:focus-visible {
	outline-color: #262626;
	outline-offset: 2px;
	outline-style: solid;
	outline-width: 2px;
}

@media (prefers-color-scheme:dark) {
	.btn[data-variant=primary] {
		--tw-border-opacity: 1;
		border-color: rgba(82, 82, 82, var(--tw-border-opacity));
		--tw-bg-opacity: 1;
		background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
	}
	
	.btn[data-variant=primary]:hover {
		--tw-border-opacity: 1;
		border-color: rgba(115, 115, 115, var(--tw-border-opacity));
		--tw-bg-opacity: 1;
		background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
	}
}

.btn[data-variant=outline] {
	--tw-border-opacity: 1;
	background-color: initial;
	border-color: rgba(38, 38, 38, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.btn[data-variant=outline]:hover {
	--tw-border-opacity: 1;
	border-color: rgba(64, 64, 64, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}

@media (prefers-color-scheme:dark) {
	.btn[data-variant=outline] {
		--tw-border-opacity: 1;
		border-color: rgba(229, 229, 229, var(--tw-border-opacity));
		--tw-text-opacity: 1;
		color: rgba(229, 229, 229, var(--tw-text-opacity));
	}
	
	.btn[data-variant=outline]:hover {
		--tw-border-opacity: 1;
		border-color: rgba(212, 212, 212, var(--tw-border-opacity));
		--tw-text-opacity: 1;
		color: rgba(212, 212, 212, var(--tw-text-opacity));
	}
}

.btn[data-variant=carousel] {
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: .375rem;
	display: grid;
	justify-items: center;
	place-items: center;
	width: 2.5rem;
	--tw-border-opacity: 1;
	border-color: rgba(38, 38, 38, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
	padding: 0;
	--tw-text-opacity: 1;
	color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.btn[data-variant=carousel]:hover {
	--tw-border-opacity: 1;
	border-color: rgba(82, 82, 82, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.btn[data-variant=carousel]:focus-visible {
	outline-color: #262626;
	outline-offset: 2px;
	outline-style: solid;
	outline-width: 2px;
}

@media (prefers-color-scheme:dark) {
	.btn[data-variant=carousel] {
		--tw-border-opacity: 1;
		border-color: rgba(82, 82, 82, var(--tw-border-opacity));
		--tw-bg-opacity: 1;
		background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
	}
	
	.btn[data-variant=carousel]:hover {
		--tw-border-opacity: 1;
		border-color: rgba(115, 115, 115, var(--tw-border-opacity));
		--tw-bg-opacity: 1;
		background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
	}
}

.btn .icon-wrapper {
	overflow: hidden;
	position: relative;
}

.btn .icon-wrapper>* {
	left: 0;
	position: absolute;
	top: 0;
	transition-duration: .2s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.btn .icon-wrapper[data-direction=left] svg:last-child {
	--tw-translate-x: -3.5rem;
}

.btn .icon-wrapper[data-direction=left] svg:last-child, .btn .icon-wrapper[data-direction=up] svg:last-child {
	transform: translate(var(--tw-translate-x), 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));
}

.btn .icon-wrapper[data-direction=up] svg:last-child {
	--tw-translate-x: -1.5rem;
	--tw-translate-y: 1.5rem;
}

.btn:hover .icon-wrapper[data-direction=left] svg:first-child {
	--tw-translate-x: 3.5rem;
}

.btn:hover .icon-wrapper[data-direction=left] svg:first-child, .btn:hover .icon-wrapper[data-direction=left] svg:last-child {
	transform: translate(var(--tw-translate-x), 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));
}

.btn:hover .icon-wrapper[data-direction=left] svg:last-child {
	--tw-translate-x: 0px;
}

.btn:hover .icon-wrapper[data-direction=up] svg:first-child {
	--tw-translate-x: 1.5rem;
	--tw-translate-y: -1.5rem;
}

.btn:hover .icon-wrapper[data-direction=up] svg:first-child, .btn:hover .icon-wrapper[data-direction=up] svg:last-child {
	transform: translate(var(--tw-translate-x), 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));
}

.btn:hover .icon-wrapper[data-direction=up] svg:last-child {
	--tw-translate-x: 0px;
	--tw-translate-y: 0px;
}

.link {
	align-items: center;
	display: inline-flex;
	gap: .5rem;
	position: relative;
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.link:after {
	bottom: -.125rem;
	height: 1px;
	left: 0;
	position: absolute;
	transform-origin: left;
	width: 100%;
	--tw-scale-x: 0;
	background-color: currentColor;
	transition-duration: .2s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.link:after, .link:hover:after {
	content: var(--tw-content);
	transform: translate(var(--tw-translate-x), 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));
}

.link:hover:after {
	--tw-scale-x: 1;
}

@media (prefers-color-scheme:dark) {
	.link {
		--tw-text-opacity: 1;
		color: rgba(250, 250, 250, var(--tw-text-opacity));
	}
}

.link>svg {
	transition-duration: .2s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.link:hover>svg {
	--tw-translate-x: .25rem;
}

.link:hover>svg, .link[data-direction=left]:hover>svg {
	transform: translate(var(--tw-translate-x), 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));
}

.link[data-direction=left]:hover>svg {
	--tw-translate-x: -.25rem;
}

.link .icon-wrapper {
	overflow: hidden;
	position: relative;
}

.link .icon-wrapper>* {
	left: 0;
	position: absolute;
	top: 0;
	transition-duration: .2s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.link .icon-wrapper[data-direction=left] svg:last-child {
	--tw-translate-x: -3.5rem;
}

.link .icon-wrapper[data-direction=left] svg:last-child, .link .icon-wrapper[data-direction=up] svg:last-child {
	transform: translate(var(--tw-translate-x), 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));
}

.link .icon-wrapper[data-direction=up] svg:last-child {
	--tw-translate-x: -1.5rem;
	--tw-translate-y: 1.5rem;
}

.link:hover .icon-wrapper[data-direction=left] svg:first-child {
	--tw-translate-x: 3.5rem;
}

.link:hover .icon-wrapper[data-direction=left] svg:first-child, .link:hover .icon-wrapper[data-direction=left] svg:last-child {
	transform: translate(var(--tw-translate-x), 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));
}

.link:hover .icon-wrapper[data-direction=left] svg:last-child {
	--tw-translate-x: 0px;
}

.link:hover .icon-wrapper[data-direction=up] svg:first-child {
	--tw-translate-x: 1.5rem;
	--tw-translate-y: -1.5rem;
}

.link:hover .icon-wrapper[data-direction=up] svg:first-child, .link:hover .icon-wrapper[data-direction=up] svg:last-child {
	transform: translate(var(--tw-translate-x), 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));
}

.link:hover .icon-wrapper[data-direction=up] svg:last-child {
	--tw-translate-x: 0px;
	--tw-translate-y: 0px;
}

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

.pointer-events-none {
	pointer-events: none;
}

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.static {
	position: static;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
}

.inset-0 {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.bottom-0 {
	bottom: 0;
}

.left-0 {
	left: 0;
}

.left-1\/2 {
	left: 50%;
}

.left-\[40\%\] {
	left: 40%;
}

.right-0 {
	right: 0;
}

.right-auto {
	right: auto;
}

.top-0 {
	top: 0;
}

.top-\[110\%\] {
	top: 110%;
}

.top-\[calc\(-5\%-84px\)\] {
	top: calc(-5% - 84px);
}

.isolate {
	isolation: isolate;
}

.z-10 {
	z-index: 10;
}

.z-20 {
	z-index: 20;
}

.z-50 {
	z-index: 50;
}

.-order-1 {
	order: -1;
}

.order-first {
	order: -9999;
}

.order-last {
	order: 9999;
}

.col-span-full {
	grid-column: 1/-1;
}

.row-span-2 {
	grid-row: span 2/span 2;
}

.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-10 {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}

.mb-14 {
	margin-bottom: 3.5rem;
}

.mb-2 {
	margin-bottom: .5rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.ml-1 {
	margin-left: .25rem;
}

.mt-0 {
	margin-top: 0;
}

.mt-1 {
	margin-top: .25rem;
}

.mt-10 {
	margin-top: 2.5rem;
}

.mt-14 {
	margin-top: 3.5rem;
}

.mt-15 {
	margin-top: 3.75rem;
}

.mt-16 {
	margin-top: 4rem;
}

.mt-2 {
	margin-top: .5rem;
}

.mt-20 {
	margin-top: 5rem;
}

.mt-24 {
	margin-top: 6rem;
}

.mt-4 {
	margin-top: 1rem;
}

.mt-6 {
	margin-top: 1.5rem;
}

.mt-8 {
	margin-top: 2rem;
}

.mt-\[calc\(100vh-var\(--project-header-height\)\)\] {
	margin-top: calc(100vh - var(--project-header-height));
}

.mt-auto {
	margin-top: auto;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.grid {
	display: grid;
}

.contents {
	display: contents;
}

.hidden {
	display: none;
}

.aspect-\[2560\/1310\] {
	aspect-ratio: 2560/1310;
}

.aspect-\[3-4\] {
	aspect-ratio: 3 -4;
}

.aspect-\[3\/2\], .aspect-film {
	aspect-ratio: 3/2;
}

.aspect-golden {
	aspect-ratio: 1.618/1;
}

.aspect-portrait {
	aspect-ratio: 3/4;
}

.aspect-project {
	aspect-ratio: 592/402;
}

.aspect-square {
	aspect-ratio: 1/1;
}

.aspect-video {
	aspect-ratio: 16/9;
}

.h-0\.5 {
	height: .125rem;
}

.h-4 {
	height: 1rem;
}

.h-5 {
	height: 1.25rem;
}

.h-\[calc\(100vh-var\(--project-header-height\)\)\] {
	height: calc(100vh - var(--project-header-height));
}

.h-auto {
	height: auto;
}

.h-full {
	height: 100%;
}

.h-screen {
	height: 100vh;
}

.max-h-36 {
	max-height: 9rem;
}

.max-h-\[670px\] {
	max-height: 670px;
}

.max-h-screen {
	max-height: 100vh;
}

.min-h-\[218px\] {
	min-height: 218px;
}

.min-h-\[480px\] {
	min-height: 480px;
}

.w-3 {
	width: .75rem;
}

.w-4 {
	width: 1rem;
}

.w-5 {
	width: 1.25rem;
}

.w-auto {
	width: auto;
}

.w-full {
	width: 100%;
}

.w-max {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.w-screen {
	width: 100vw;
}

.max-w-3xl {
	max-width: 48rem;
}

.max-w-5xl {
	max-width: 64rem;
}

.max-w-7xl {
	max-width: 80rem;
}

.max-w-\[1228px\] {
	max-width: 1228px;
}

.max-w-\[251px\] {
	max-width: 251px;
}

.max-w-\[5\.375rem\] {
	max-width: 5.375rem;
}

.max-w-\[558px\] {
	max-width: 558px;
}

.max-w-\[72px\] {
	max-width: 72px;
}

.max-w-lg {
	max-width: 32rem;
}

.max-w-max {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}

.max-w-none {
	max-width: none;
}

.max-w-xl {
	max-width: 36rem;
}

.flex-1 {
	flex: 1 1 0%;
}

.flex-\[0_0_100\%\] {
	flex: 0 0 100%;
}

.-translate-x-1\/2 {
	--tw-translate-x: -50%;
}

.-translate-x-1\/2, .-translate-y-1\/2 {
	transform: translate(var(--tw-translate-x), 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-y-1\/2 {
	--tw-translate-y: -50%;
}

.-translate-y-24 {
	--tw-translate-y: -6rem;
}

.-translate-y-24, .translate-y-2 {
	transform: translate(var(--tw-translate-x), 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-y-2 {
	--tw-translate-y: .5rem;
}

.translate-y-8 {
	--tw-translate-y: 2rem;
}

.rotate-90, .translate-y-8 {
	transform: translate(var(--tw-translate-x), 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));
}

.rotate-90 {
	--tw-rotate: 90deg;
}

.transform {
	transform: translate(var(--tw-translate-x), 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));
}

.\!transform-none {
	transform: none !important;
}

.resize {
	resize: both;
}

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

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-rows-subgrid {
	grid-template-rows: subgrid;
}

.flex-col {
	flex-direction: column;
}

.flex-col-reverse {
	flex-direction: column-reverse;
}

.flex-wrap {
	flex-wrap: wrap;
}

.place-items-center {
	align-items: center;
	justify-items: center;
	place-items: center;
}

.items-start {
	align-items: flex-start;
}

.items-end {
	align-items: flex-end;
}

.items-center {
	align-items: center;
}

.items-baseline {
	align-items: baseline;
}

.items-stretch {
	align-items: stretch;
}

.justify-start {
	justify-content: flex-start;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.gap-10 {
	gap: 2.5rem;
}

.gap-14 {
	gap: 3.5rem;
}

.gap-2 {
	gap: .5rem;
}

.gap-3 {
	gap: .75rem;
}

.gap-4 {
	gap: 1rem;
}

.gap-6 {
	gap: 1.5rem;
}

.gap-8 {
	gap: 2rem;
}

.gap-x-3 {
	column-gap: .75rem;
}

.gap-x-4 {
	column-gap: 1rem;
}

.gap-x-6 {
	column-gap: 1.5rem;
}

.gap-x-8 {
	column-gap: 2rem;
}

.gap-y-14 {
	row-gap: 3.5rem;
}

.gap-y-16 {
	row-gap: 4rem;
}

.gap-y-4 {
	row-gap: 1rem;
}

.gap-y-6 {
	row-gap: 1.5rem;
}

.gap-y-8 {
	row-gap: 2rem;
}

.space-y-1>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-bottom: calc(.25rem * var(--tw-space-y-reverse));
	margin-top: calc(.25rem * ( 1 - var(--tw-space-y-reverse) ));
}

.space-y-10>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
	margin-top: calc(2.5rem * ( 1 - var(--tw-space-y-reverse) ));
}

.space-y-2>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
	margin-top: calc(.5rem * ( 1 - var(--tw-space-y-reverse) ));
}

.space-y-4>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
	margin-top: calc(1rem * ( 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-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) ));
}

.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-neutral-400>:not([hidden])~:not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-x-auto {
	overflow-x: auto;
}

.whitespace-break-spaces {
	white-space: break-spaces;
}

.text-balance {
	text-wrap: balance;
}

.rounded {
	border-radius: .25rem;
}

.rounded-full {
	border-radius: 9999px;
}

.rounded-md {
	border-radius: .375rem;
}

.rounded-xl {
	border-radius: .75rem;
}

.border-t {
	border-top-width: 1px;
}

.border-neutral-300 {
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.border-neutral-400 {
	--tw-border-opacity: 1;
	border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.bg-green-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.bg-indigo-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.bg-neutral-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.bg-neutral-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.bg-neutral-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.bg-neutral-950 {
	--tw-bg-opacity: 1;
	background-color: rgba(10, 10, 10, var(--tw-bg-opacity));
}

.bg-red-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-yellow-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.bg-opacity-70 {
	--tw-bg-opacity: .7;
}

.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-neutral-900\/15 {
	--tw-gradient-from: hsla(0, 0%, 9%, .15) var(--tw-gradient-from-position);
	--tw-gradient-to: hsla(0, 0%, 9%, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-transparent {
	--tw-gradient-to: transparent var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-neutral-900\/50 {
	--tw-gradient-to: hsla(0, 0%, 9%, .5) var(--tw-gradient-to-position);
}

.fill-current {
	fill: currentColor;
}

.fill-white {
	fill: #fff;
}

.object-contain {
	object-fit: contain;
}

.object-cover {
	object-fit: cover;
}

.object-center {
	object-position: center;
}

.p-0 {
	padding: 0;
}

.p-2\.5 {
	padding: .625rem;
}

.p-8 {
	padding: 2rem;
}

.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.py-10 {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.py-14 {
	padding-bottom: 3.5rem;
	padding-top: 3.5rem;
}

.py-15 {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.py-16 {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.py-2\.5 {
	padding-bottom: .625rem;
	padding-top: .625rem;
}

.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;
}

.pb-15 {
	padding-bottom: 3.75rem;
}

.pb-6 {
	padding-bottom: 1.5rem;
}

.pl-4 {
	padding-left: 1rem;
}

.pr-6 {
	padding-right: 1.5rem;
}

.pt-10 {
	padding-top: 2.5rem;
}

.pt-15 {
	padding-top: 3.75rem;
}

.pt-20 {
	padding-top: 5rem;
}

.pt-28 {
	padding-top: 7rem;
}

.pt-4 {
	padding-top: 1rem;
}

.pt-8 {
	padding-top: 2rem;
}

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

.text-center {
	text-align: center;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.text-sm {
	font-size: .875rem;
	line-height: 1.25rem;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-xs {
	font-size: .75rem;
	line-height: 1rem;
}

.font-bold {
	font-weight: 700;
}

.font-medium {
	font-weight: 500;
}

.font-normal {
	font-weight: 400;
}

.font-semibold {
	font-weight: 600;
}

.not-italic {
	font-style: normal;
}

.leading-\[initial\] {
	line-height: normal;
}

.tracking-tight {
	letter-spacing: -.025em;
}

.text-green-50 {
	--tw-text-opacity: 1;
	color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.text-indigo-50 {
	--tw-text-opacity: 1;
	color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.text-neutral-400 {
	--tw-text-opacity: 1;
	color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.text-neutral-500 {
	--tw-text-opacity: 1;
	color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.text-neutral-700 {
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.text-neutral-900 {
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.text-red-50 {
	--tw-text-opacity: 1;
	color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-yellow-50 {
	--tw-text-opacity: 1;
	color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.opacity-0 {
	opacity: 0;
}

.outline {
	outline-style: solid;
}

.filter {
	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);
}

.transition-\[opacity\2c _transform\] {
	transition-duration: .15s;
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-\[top\] {
	transition-duration: .15s;
	transition-property: top;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-all {
	transition-duration: .15s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-colors {
	transition-duration: .15s;
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-opacity {
	transition-duration: .15s;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-transform {
	transition-duration: .15s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.delay-200 {
	transition-delay: .2s;
}

.duration-1000 {
	transition-duration: 1s;
}

.duration-200 {
	transition-duration: .2s;
}

.duration-300 {
	transition-duration: .3s;
}

.duration-500 {
	transition-duration: .5s;
}

.ease-\[ease\] {
	transition-timing-function: ease;
}

.ease-cubic {
	transition-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.ease-expo {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.ease-out-expo {
	transition-timing-function: cubic-bezier(.16, 1, .3, 1);
}

.ease-quad {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

:root {
	--container-max-width: 1920px;
}

:root :where(a:where(:not(.wp-element-button))) {
	text-decoration: inherit;
}

.prose-p\:lead :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

@media (min-width:768px) {
	.prose-p\:lead :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media (min-width:1536px) {
	.prose-p\:lead :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
		font-size: 2.25rem;
		line-height: 2.5rem;
		line-height: normal;
	}
}

.prose-a\:lead :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

@media (min-width:768px) {
	.prose-a\:lead :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media (min-width:1536px) {
	.prose-a\:lead :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
		font-size: 2.25rem;
		line-height: 2.5rem;
		line-height: normal;
	}
}

.prose-a\:link :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
	align-items: center;
	display: inline-flex;
	gap: .5rem;
	position: relative;
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.prose-a\:link :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):after {
	bottom: -.125rem;
	height: 1px;
	left: 0;
	position: absolute;
	transform-origin: left;
	width: 100%;
	--tw-scale-x: 0;
	background-color: currentColor;
	content: var(--tw-content);
	transform: translate(var(--tw-translate-x), 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));
	transition-duration: .2s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.prose-a\:link :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):hover:after {
	content: var(--tw-content);
	--tw-scale-x: 1;
	transform: translate(var(--tw-translate-x), 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));
}

@media (prefers-color-scheme:dark) {
	.prose-a\:link :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
		--tw-text-opacity: 1;
		color: rgba(250, 250, 250, var(--tw-text-opacity));
	}
}

.prose-a\:link :where(a):not(:where([class~=not-prose],[class~=not-prose] *))>svg {
	transition-duration: .2s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.prose-a\:link :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):hover>svg {
	--tw-translate-x: .25rem;
	transform: translate(var(--tw-translate-x), 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));
}

.prose-a\:link [data-direction=left]:where(a):not(:where([class~=not-prose],[class~=not-prose] *)):hover>svg {
	--tw-translate-x: -.25rem;
	transform: translate(var(--tw-translate-x), 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));
}

.prose-a\:link :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) .icon-wrapper {
	overflow: hidden;
	position: relative;
}

.prose-a\:link :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) .icon-wrapper>* {
	left: 0;
	position: absolute;
	top: 0;
	transition-duration: .2s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.prose-a\:link :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) .icon-wrapper[data-direction=left] svg:last-child {
	--tw-translate-x: -3.5rem;
	transform: translate(var(--tw-translate-x), 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));
}

.prose-a\:link :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) .icon-wrapper[data-direction=up] svg:last-child {
	--tw-translate-x: -1.5rem;
	--tw-translate-y: 1.5rem;
	transform: translate(var(--tw-translate-x), 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));
}

.prose-a\:link :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):hover .icon-wrapper[data-direction=left] svg:first-child {
	--tw-translate-x: 3.5rem;
	transform: translate(var(--tw-translate-x), 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));
}

.prose-a\:link :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):hover .icon-wrapper[data-direction=left] svg:last-child {
	--tw-translate-x: 0px;
	transform: translate(var(--tw-translate-x), 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));
}

.prose-a\:link :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):hover .icon-wrapper[data-direction=up] svg:first-child {
	--tw-translate-x: 1.5rem;
	--tw-translate-y: -1.5rem;
	transform: translate(var(--tw-translate-x), 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));
}

.prose-a\:link :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):hover .icon-wrapper[data-direction=up] svg:last-child {
	--tw-translate-x: 0px;
	--tw-translate-y: 0px;
	transform: translate(var(--tw-translate-x), 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));
}

.before\:absolute:before {
	content: var(--tw-content);
	position: absolute;
}

.before\:left-0:before {
	content: var(--tw-content);
	left: 0;
}

.before\:top-0:before {
	content: var(--tw-content);
	top: 0;
}

.before\:content-\[\000027\201C\000027\]:before {
	--tw-content: "“";
	content: var(--tw-content);
}

.after\:absolute:after {
	content: var(--tw-content);
	position: absolute;
}

.after\:inset-0:after {
	bottom: 0;
	content: var(--tw-content);
	left: 0;
	right: 0;
	top: 0;
}

.after\:-bottom-0\.5:after {
	bottom: -.125rem;
	content: var(--tw-content);
}

.after\:left-0:after {
	content: var(--tw-content);
	left: 0;
}

.after\:h-px:after {
	content: var(--tw-content);
	height: 1px;
}

.after\:w-full:after {
	content: var(--tw-content);
	width: 100%;
}

.after\:origin-left:after {
	content: var(--tw-content);
	transform-origin: left;
}

.after\:scale-x-0:after {
	content: var(--tw-content);
	--tw-scale-x: 0;
	transform: translate(var(--tw-translate-x), 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));
}

.after\:bg-current:after {
	background-color: currentColor;
	content: var(--tw-content);
}

.after\:bg-neutral-950:after {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgba(10, 10, 10, var(--tw-bg-opacity));
}

.after\:transition-transform:after {
	content: var(--tw-content);
	transition-duration: .15s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.after\:duration-200:after {
	content: var(--tw-content);
	transition-duration: .2s;
}

.after\:ease-quad:after {
	content: var(--tw-content);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.after\:content-\[\000027\201D\000027\]:after {
	--tw-content: "”";
	content: var(--tw-content);
}

.after\:content-none:after {
	--tw-content: none;
	content: var(--tw-content);
}

.last\:pr-0:last-child {
	padding-right: 0;
}

.hover\:z-10:hover {
	z-index: 10;
}

.hover\:text-neutral-500:hover {
	--tw-text-opacity: 1;
	color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.hover\:text-neutral-600:hover {
	--tw-text-opacity: 1;
	color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.hover\:text-neutral-900:hover {
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.hover\:after\:scale-x-100:hover:after {
	content: var(--tw-content);
	--tw-scale-x: 1;
	transform: translate(var(--tw-translate-x), 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));
}

.focus\:not-sr-only:focus {
	height: auto;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: static;
	width: auto;
	clip: auto;
	white-space: normal;
}

.group:hover .group-hover\:top-0 {
	top: 0;
}

.group:hover .group-hover\:z-10 {
	z-index: 10;
}

.group:hover .group-hover\:translate-y-0 {
	--tw-translate-y: 0px;
}

.group:hover .group-hover\:scale-\[1\.03\], .group:hover .group-hover\:translate-y-0 {
	transform: translate(var(--tw-translate-x), 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));
}

.group:hover .group-hover\:scale-\[1\.03\] {
	--tw-scale-x: 1.03;
	--tw-scale-y: 1.03;
}

.group:hover .group-hover\:opacity-100 {
	opacity: 1;
}

.group:hover .group-hover\:after\:scale-x-100:after {
	content: var(--tw-content);
	--tw-scale-x: 1;
	transform: translate(var(--tw-translate-x), 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));
}

.prose-h3\:mt-0 :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 0;
}

.prose-p\:text-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.prose-a\:no-underline :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
}

.prose-ul\:list-none :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: none;
}

.prose-ul\:p-0 :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) {
	padding: 0;
}

.prose-li\:m-0 :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin: 0;
}

.prose-li\:p-0 :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
	padding: 0;
}

@media (min-width:768px) {
	.md\:order-last {
		order: 9999;
	}
	
	.md\:col-span-10 {
		grid-column: span 10/span 10;
	}
	
	.md\:col-span-3 {
		grid-column: span 3/span 3;
	}
	
	.md\:col-span-4 {
		grid-column: span 4/span 4;
	}
	
	.md\:col-span-8 {
		grid-column: span 8/span 8;
	}
	
	.md\:col-span-full {
		grid-column: 1/-1;
	}
	
	.md\:col-start-2 {
		grid-column-start: 2;
	}
	
	.md\:col-start-3 {
		grid-column-start: 3;
	}
	
	.md\:mt-0 {
		margin-top: 0;
	}
	
	.md\:mt-4 {
		margin-top: 1rem;
	}
	
	.md\:block {
		display: block;
	}
	
	.md\:flex {
		display: flex;
	}
	
	.md\:hidden {
		display: none;
	}
	
	.md\:aspect-auto {
		aspect-ratio: auto;
	}
	
	.md\:h-\[calc\(100vh-var\(--project-header-height\)\)\] {
		height: calc(100vh - var(--project-header-height));
	}
	
	.md\:h-max {
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
	}
	
	.md\:min-h-\[auto\] {
		min-height: auto;
	}
	
	.md\:flex-\[0_0_100\%\] {
		flex: 0 0 100%;
	}
	
	.md\:flex-\[0_0_33\.33333\%\] {
		flex: 0 0 33.33333%;
	}
	
	.md\:flex-\[0_0_50\%\] {
		flex: 0 0 50%;
	}
	
	.md\:auto-cols-fr {
		grid-auto-columns: minmax(0, 1fr);
	}
	
	.md\:grid-flow-col {
		grid-auto-flow: column;
	}
	
	.md\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}
	
	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.md\:grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
	
	.md\:grid-rows-5 {
		grid-template-rows: repeat(5, minmax(0, 1fr));
	}
	
	.md\:flex-row {
		flex-direction: row;
	}
	
	.md\:flex-col {
		flex-direction: column;
	}
	
	.md\:flex-wrap {
		flex-wrap: wrap;
	}
	
	.md\:items-start {
		align-items: flex-start;
	}
	
	.md\:items-end {
		align-items: flex-end;
	}
	
	.md\:items-center {
		align-items: center;
	}
	
	.md\:justify-evenly {
		justify-content: space-evenly;
	}
	
	.md\:gap-x-4 {
		column-gap: 1rem;
	}
	
	.md\:gap-y-10 {
		row-gap: 2.5rem;
	}
	
	.md\:gap-y-16 {
		row-gap: 4rem;
	}
	
	.md\:py-10 {
		padding-bottom: 2.5rem;
		padding-top: 2.5rem;
	}
	
	.md\:py-20 {
		padding-bottom: 5rem;
		padding-top: 5rem;
	}
	
	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	
	.md\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	
	.md\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media (min-width:1024px) {
	.lg\:order-first {
		order: -9999;
	}
	
	.lg\:order-last {
		order: 9999;
	}
	
	.lg\:order-none {
		order: 0;
	}
	
	.lg\:col-span-1 {
		grid-column: span 1/span 1;
	}
	
	.lg\:col-span-10 {
		grid-column: span 10/span 10;
	}
	
	.lg\:col-span-11 {
		grid-column: span 11/span 11;
	}
	
	.lg\:col-span-12 {
		grid-column: span 12/span 12;
	}
	
	.lg\:col-span-2 {
		grid-column: span 2/span 2;
	}
	
	.lg\:col-span-3 {
		grid-column: span 3/span 3;
	}
	
	.lg\:col-span-4 {
		grid-column: span 4/span 4;
	}
	
	.lg\:col-span-5 {
		grid-column: span 5/span 5;
	}
	
	.lg\:col-span-6 {
		grid-column: span 6/span 6;
	}
	
	.lg\:col-span-7 {
		grid-column: span 7/span 7;
	}
	
	.lg\:col-span-8 {
		grid-column: span 8/span 8;
	}
	
	.lg\:col-span-9 {
		grid-column: span 9/span 9;
	}
	
	.lg\:col-span-full {
		grid-column: 1/-1;
	}
	
	.lg\:col-start-2 {
		grid-column-start: 2;
	}
	
	.lg\:col-start-3 {
		grid-column-start: 3;
	}
	
	.lg\:col-start-4 {
		grid-column-start: 4;
	}
	
	.lg\:row-span-2 {
		grid-row: span 2/span 2;
	}
	
	.lg\:mx-0 {
		margin-left: 0;
		margin-right: 0;
	}
	
	.lg\:mb-0 {
		margin-bottom: 0;
	}
	
	.lg\:mt-0 {
		margin-top: 0;
	}
	
	.lg\:mt-14 {
		margin-top: 3.5rem;
	}
	
	.lg\:mt-16 {
		margin-top: 4rem;
	}
	
	.lg\:mt-20 {
		margin-top: 5rem;
	}
	
	.lg\:mt-24 {
		margin-top: 6rem;
	}
	
	.lg\:mt-28 {
		margin-top: 7rem;
	}
	
	.lg\:mt-30 {
		margin-top: 7.5rem;
	}
	
	.lg\:mt-40 {
		margin-top: 10rem;
	}
	
	.lg\:block {
		display: block;
	}
	
	.lg\:flex {
		display: flex;
	}
	
	.lg\:grid {
		display: grid;
	}
	
	.lg\:hidden {
		display: none;
	}
	
	.lg\:aspect-golden {
		aspect-ratio: 1.618/1;
	}
	
	.lg\:aspect-video {
		aspect-ratio: 16/9;
	}
	
	.lg\:h-max {
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
	}
	
	.lg\:max-h-none {
		max-height: none;
	}
	
	.lg\:max-w-\[1228px\] {
		max-width: 1228px;
	}
	
	.lg\:flex-1 {
		flex: 1 1 0%;
	}
	
	.lg\:flex-\[0_0_100\%\] {
		flex: 0 0 100%;
	}
	
	.lg\:flex-\[0_0_calc\(50\%-1rem\)\] {
		flex: 0 0 calc(50% - 1rem);
	}
	
	.lg\:auto-cols-fr {
		grid-auto-columns: minmax(0, 1fr);
	}
	
	.lg\:grid-flow-col {
		grid-auto-flow: column;
	}
	
	.lg\:grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}
	
	.lg\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}
	
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
	.lg\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	
	.lg\:grid-cols-\[425px_1fr\] {
		grid-template-columns: 425px 1fr;
	}
	
	.lg\:grid-rows-2 {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}
	
	.lg\:grid-rows-\[repeat\(4\2c _auto\)\] {
		grid-template-rows: repeat(4, auto);
	}
	
	.lg\:flex-row {
		flex-direction: row;
	}
	
	.lg\:items-start {
		align-items: flex-start;
	}
	
	.lg\:items-center {
		align-items: center;
	}
	
	.lg\:justify-end {
		justify-content: flex-end;
	}
	
	.lg\:gap-0 {
		gap: 0;
	}
	
	.lg\:gap-4 {
		gap: 1rem;
	}
	
	.lg\:gap-7 {
		gap: 1.75rem;
	}
	
	.lg\:gap-8 {
		gap: 2rem;
	}
	
	.lg\:gap-x-12 {
		column-gap: 3rem;
	}
	
	.lg\:gap-x-16 {
		column-gap: 4rem;
	}
	
	.lg\:gap-x-4 {
		column-gap: 1rem;
	}
	
	.lg\:gap-x-8 {
		column-gap: 2rem;
	}
	
	.lg\:gap-y-14 {
		row-gap: 3.5rem;
	}
	
	.lg\:gap-y-20 {
		row-gap: 5rem;
	}
	
	.lg\:py-24 {
		padding-bottom: 6rem;
		padding-top: 6rem;
	}
	
	.lg\:py-28 {
		padding-top: 7rem;
	}
	
	.lg\:pb-28, .lg\:py-28 {
		padding-bottom: 7rem;
	}
	
	.lg\:pl-8 {
		padding-left: 2rem;
	}
	
	.lg\:pr-10 {
		padding-right: 2.5rem;
	}
	
	.lg\:pr-40 {
		padding-right: 10rem;
	}
	
	.lg\:pr-6 {
		padding-right: 1.5rem;
	}
	
	.lg\:pr-8 {
		padding-right: 2rem;
	}
	
	.lg\:pt-28 {
		padding-top: 7rem;
	}
	
	.lg\:pt-30 {
		padding-top: 7.5rem;
	}
	
	.lg\:pt-56 {
		padding-top: 14rem;
	}
	
	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	
	.lg\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	
	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	
	.lg\:font-normal {
		font-weight: 400;
	}
	
	.lg\:leading-\[initial\] {
		line-height: normal;
	}
	
	.lg\:after\:scale-x-100:after {
		content: var(--tw-content);
		--tw-scale-x: 1;
		transform: translate(var(--tw-translate-x), 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));
	}
	
	.last\:lg\:pr-0:last-child {
		padding-right: 0;
	}
}

@media (min-width:1280px) {
	.xl\:pr-40 {
		padding-right: 10rem;
	}
	
	.xl\:text-sm {
		font-size: .875rem;
		line-height: 1.25rem;
	}
}

@media (min-width:1536px) {
	.\32xl\:col-span-3 {
		grid-column: span 3/span 3;
	}
	
	.\32xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
	.\32xl\:grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
	
	.\32xl\:gap-y-24 {
		row-gap: 6rem;
	}
	
	.\32xl\:py-40 {
		padding-bottom: 10rem;
		padding-top: 10rem;
	}
	
	.\32xl\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	
	.\32xl\:text-sm {
		font-size: .875rem;
		line-height: 1.25rem;
	}
	
	.\32xl\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

@media (prefers-color-scheme:dark) {
	.dark\:divide-neutral-500>:not([hidden])~:not([hidden]) {
		--tw-divide-opacity: 1;
		border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
	}
	
	.dark\:border-neutral-500 {
		--tw-border-opacity: 1;
		border-color: rgba(115, 115, 115, var(--tw-border-opacity));
	}
	
	.dark\:bg-neutral-400 {
		--tw-bg-opacity: 1;
		background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
	}
	
	.dark\:bg-neutral-600 {
		--tw-bg-opacity: 1;
		background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
	}
	
	.dark\:bg-neutral-800 {
		--tw-bg-opacity: 1;
		background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
	}
	
	.dark\:text-neutral-300 {
		--tw-text-opacity: 1;
		color: rgba(212, 212, 212, var(--tw-text-opacity));
	}
	
	.dark\:text-neutral-400 {
		--tw-text-opacity: 1;
		color: rgba(163, 163, 163, var(--tw-text-opacity));
	}
	
	.dark\:text-neutral-50 {
		--tw-text-opacity: 1;
		color: rgba(250, 250, 250, var(--tw-text-opacity));
	}
	
	.dark\:hover\:text-neutral-400:hover {
		--tw-text-opacity: 1;
		color: rgba(163, 163, 163, var(--tw-text-opacity));
	}
	
	.dark\:hover\:text-neutral-50:hover, .hover\:dark\:text-neutral-50:hover {
		--tw-text-opacity: 1;
		color: rgba(250, 250, 250, var(--tw-text-opacity));
	}
}

.\[\&_img\]\:transition-transform img {
	transition-duration: .15s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.\[\&_img\]\:duration-1000 img {
	transition-duration: 1s;
}

.\[\&_img\]\:ease-out-expo img {
	transition-timing-function: cubic-bezier(.16, 1, .3, 1);
}

.group:hover .group-hover\:\[\&_img\]\:scale-105 img {
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
	transform: translate(var(--tw-translate-x), 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));
}

.\[\&_li\]\:text-base li {
	font-size: 1rem;
	line-height: 1.5rem;
}

.\[\&_li_ul\]\:\!mb-0 li ul {
	margin-bottom: 0 !important;
}
