/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: HelveticaNeue, Arial, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--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-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
	--tw-ring-shadow: 0 0 rgba(0,0,0,0);
	--tw-shadow: 0 0 rgba(0,0,0,0);
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
	--tw-ring-shadow: 0 0 rgba(0,0,0,0);
	--tw-shadow: 0 0 rgba(0,0,0,0);
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--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);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
	border-color: #2563eb;
}

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

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

select {
	background-image: url("data:image/svg+xml,%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 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}

[multiple] {
	background-image: none;
	background-image: initial;
	background-position: 0 0;
	background-position: initial;
	background-repeat: unset;
	background-size: auto auto;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        color-adjust: unset;
}

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

[type='checkbox'] {
	border-radius: 0px;
}

[type='radio'] {
	border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--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), 0 0 rgba(0,0,0,0);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

[type='checkbox']:checked,[type='radio']:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

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

[type='checkbox']:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
	border-color: transparent;
	background-color: currentColor;
}

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

[type='file']:focus {
	outline: 1px auto -webkit-focus-ring-color;
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2rem;
	padding-left: 2rem;
}
@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}
.prose {
	color: #374151;
	max-width: 65ch;
}
.prose [class~="lead"] {
	color: #4b5563;
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.prose a {
	color: #111827;
	text-decoration: underline;
	font-weight: 500;
}
.prose a:hover {
	color: #c7960f;
}
.prose a:visited {
	color: #985897;
}
.prose a:visited:hover {
	color: #543153;
}
.prose strong {
	font-weight: 600;
}
.prose ol[type="A"] {
	--list-counter-style: upper-alpha;
}
.prose ol[type="a"] {
	--list-counter-style: lower-alpha;
}
.prose ol[type="A" s] {
	--list-counter-style: upper-alpha;
}
.prose ol[type="a" s] {
	--list-counter-style: lower-alpha;
}
.prose ol[type="I"] {
	--list-counter-style: upper-roman;
}
.prose ol[type="i"] {
	--list-counter-style: lower-roman;
}
.prose ol[type="I" s] {
	--list-counter-style: upper-roman;
}
.prose ol[type="i" s] {
	--list-counter-style: lower-roman;
}
.prose ol[type="1"] {
	--list-counter-style: decimal;
}
.prose ol > li {
	position: relative;
	padding-left: 1.75em;
}
.prose ol > li::before {
	content: counter(list-item, decimal) ".";
	content: counter(list-item, var(--list-counter-style, decimal)) ".";
	position: absolute;
	font-weight: 400;
	color: #6b7280;
	left: 0;
}
.prose ul > li {
	position: relative;
	padding-left: 1.75em;
}
.prose ul > li::before {
	content: "";
	position: absolute;
	background-color: #FFC72C;
	border-radius: 50%;
	width: 0.375em;
	height: 0.375em;
	top: calc(0.875em - 0.1875em);
	left: 0.25em;
}
.prose hr {
	border-color: #e5e7eb;
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}
.prose blockquote {
	font-weight: 500;
	font-style: italic;
	color: #111827;
	border-left-width: 0.25rem;
	border-left-color: #e5e7eb;
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em;
}
.prose blockquote p:first-of-type::before {
	content: open-quote;
}
.prose blockquote p:last-of-type::after {
	content: close-quote;
}
.prose h1 {
	color: #111827;
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}
.prose h2 {
	color: #111827;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}
.prose h3 {
	color: #111827;
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
.prose h4 {
	color: #111827;
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}
.prose figure figcaption {
	color: #6b7280;
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
.prose code {
	color: #111827;
	font-weight: 600;
	font-size: 0.875em;
}
.prose code::before {
	content: "`";
}
.prose code::after {
	content: "`";
}
.prose a code {
	color: #111827;
}
.prose pre {
	color: #e5e7eb;
	background-color: #1f2937;
	overflow-x: auto;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-right: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-left: 1.1428571em;
}
.prose pre code {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: 400;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}
.prose pre code::before {
	content: none;
}
.prose pre code::after {
	content: none;
}
.prose table {
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}
.prose thead {
	color: #111827;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-color: #d1d5db;
}
.prose thead th {
	vertical-align: bottom;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose tbody tr {
	border-bottom-width: 1px;
	border-bottom-color: #e5e7eb;
}
.prose tbody tr:last-child {
	border-bottom-width: 0;
}
.prose tbody td {
	vertical-align: top;
	padding-top: 0.5714286em;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose {
	font-size: 1rem;
	line-height: 1.75;
}
.prose p {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose img {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose video {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure > * {
	margin-top: 0;
	margin-bottom: 0;
}
.prose h2 code {
	font-size: 0.875em;
}
.prose h3 code {
	font-size: 0.9em;
}
.prose ol {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose ul {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.prose > ul > li p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose > ul > li > *:first-child {
	margin-top: 1.25em;
}
.prose > ul > li > *:last-child {
	margin-bottom: 1.25em;
}
.prose > ol > li > *:first-child {
	margin-top: 1.25em;
}
.prose > ol > li > *:last-child {
	margin-bottom: 1.25em;
}
.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose hr + * {
	margin-top: 0;
}
.prose h2 + * {
	margin-top: 0;
}
.prose h3 + * {
	margin-top: 0;
}
.prose h4 + * {
	margin-top: 0;
}
.prose thead th:first-child {
	padding-left: 0;
}
.prose thead th:last-child {
	padding-right: 0;
}
.prose tbody td:first-child {
	padding-left: 0;
}
.prose tbody td:last-child {
	padding-right: 0;
}
.prose > :first-child {
	margin-top: 0;
}
.prose > :last-child {
	margin-bottom: 0;
}
.prose-sm {
	font-size: 0.875rem;
	line-height: 1.7142857;
}
.prose-sm p {
	margin-top: 1.1428571em;
	margin-bottom: 1.1428571em;
}
.prose-sm [class~="lead"] {
	font-size: 1.2857143em;
	line-height: 1.5555556;
	margin-top: 0.8888889em;
	margin-bottom: 0.8888889em;
}
.prose-sm blockquote {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
	padding-left: 1.1111111em;
}
.prose-sm h1 {
	font-size: 2.1428571em;
	margin-top: 0;
	margin-bottom: 0.8em;
	line-height: 1.2;
}
.prose-sm h2 {
	font-size: 1.4285714em;
	margin-top: 1.6em;
	margin-bottom: 0.8em;
	line-height: 1.4;
}
.prose-sm h3 {
	font-size: 1.2857143em;
	margin-top: 1.5555556em;
	margin-bottom: 0.4444444em;
	line-height: 1.5555556;
}
.prose-sm h4 {
	margin-top: 1.4285714em;
	margin-bottom: 0.5714286em;
	line-height: 1.4285714;
}
.prose-sm img {
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
}
.prose-sm video {
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
}
.prose-sm figure {
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
}
.prose-sm figure > * {
	margin-top: 0;
	margin-bottom: 0;
}
.prose-sm figure figcaption {
	font-size: 0.8571429em;
	line-height: 1.3333333;
	margin-top: 0.6666667em;
}
.prose-sm code {
	font-size: 0.8571429em;
}
.prose-sm h2 code {
	font-size: 0.9em;
}
.prose-sm h3 code {
	font-size: 0.8888889em;
}
.prose-sm pre {
	font-size: 0.8571429em;
	line-height: 1.6666667;
	margin-top: 1.6666667em;
	margin-bottom: 1.6666667em;
	border-radius: 0.25rem;
	padding-top: 0.6666667em;
	padding-right: 1em;
	padding-bottom: 0.6666667em;
	padding-left: 1em;
}
.prose-sm ol {
	margin-top: 1.1428571em;
	margin-bottom: 1.1428571em;
}
.prose-sm ul {
	margin-top: 1.1428571em;
	margin-bottom: 1.1428571em;
}
.prose-sm li {
	margin-top: 0.2857143em;
	margin-bottom: 0.2857143em;
}
.prose-sm ol > li {
	padding-left: 1.5714286em;
}
.prose-sm ol > li::before {
	left: 0;
}
.prose-sm ul > li {
	padding-left: 1.5714286em;
}
.prose-sm ul > li::before {
	height: 0.3571429em;
	width: 0.3571429em;
	top: calc(0.8571429em - 0.1785714em);
	left: 0.2142857em;
}
.prose-sm > ul > li p {
	margin-top: 0.5714286em;
	margin-bottom: 0.5714286em;
}
.prose-sm > ul > li > *:first-child {
	margin-top: 1.1428571em;
}
.prose-sm > ul > li > *:last-child {
	margin-bottom: 1.1428571em;
}
.prose-sm > ol > li > *:first-child {
	margin-top: 1.1428571em;
}
.prose-sm > ol > li > *:last-child {
	margin-bottom: 1.1428571em;
}
.prose-sm ul ul, .prose-sm ul ol, .prose-sm ol ul, .prose-sm ol ol {
	margin-top: 0.5714286em;
	margin-bottom: 0.5714286em;
}
.prose-sm hr {
	margin-top: 2.8571429em;
	margin-bottom: 2.8571429em;
}
.prose-sm hr + * {
	margin-top: 0;
}
.prose-sm h2 + * {
	margin-top: 0;
}
.prose-sm h3 + * {
	margin-top: 0;
}
.prose-sm h4 + * {
	margin-top: 0;
}
.prose-sm table {
	font-size: 0.8571429em;
	line-height: 1.5;
}
.prose-sm thead th {
	padding-right: 1em;
	padding-bottom: 0.6666667em;
	padding-left: 1em;
}
.prose-sm thead th:first-child {
	padding-left: 0;
}
.prose-sm thead th:last-child {
	padding-right: 0;
}
.prose-sm tbody td {
	padding-top: 0.6666667em;
	padding-right: 1em;
	padding-bottom: 0.6666667em;
	padding-left: 1em;
}
.prose-sm tbody td:first-child {
	padding-left: 0;
}
.prose-sm tbody td:last-child {
	padding-right: 0;
}
.prose-sm > :first-child {
	margin-top: 0;
}
.prose-sm > :last-child {
	margin-bottom: 0;
}
.prose-lg {
	font-size: 1.125rem;
	line-height: 1.7777778;
}
.prose-lg p {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
}
.prose-lg [class~="lead"] {
	font-size: 1.2222222em;
	line-height: 1.4545455;
	margin-top: 1.0909091em;
	margin-bottom: 1.0909091em;
}
.prose-lg blockquote {
	margin-top: 1.6666667em;
	margin-bottom: 1.6666667em;
	padding-left: 1em;
}
.prose-lg h1 {
	font-size: 2.6666667em;
	margin-top: 0;
	margin-bottom: 0.8333333em;
	line-height: 1;
}
.prose-lg h2 {
	font-size: 1.6666667em;
	margin-top: 1.8666667em;
	margin-bottom: 1.0666667em;
	line-height: 1.3333333;
}
.prose-lg h3 {
	font-size: 1.3333333em;
	margin-top: 1.6666667em;
	margin-bottom: 0.6666667em;
	line-height: 1.5;
}
.prose-lg h4 {
	margin-top: 1.7777778em;
	margin-bottom: 0.4444444em;
	line-height: 1.5555556;
}
.prose-lg img {
	margin-top: 1.7777778em;
	margin-bottom: 1.7777778em;
}
.prose-lg video {
	margin-top: 1.7777778em;
	margin-bottom: 1.7777778em;
}
.prose-lg figure {
	margin-top: 1.7777778em;
	margin-bottom: 1.7777778em;
}
.prose-lg figure > * {
	margin-top: 0;
	margin-bottom: 0;
}
.prose-lg figure figcaption {
	font-size: 0.8888889em;
	line-height: 1.5;
	margin-top: 1em;
}
.prose-lg code {
	font-size: 0.8888889em;
}
.prose-lg h2 code {
	font-size: 0.8666667em;
}
.prose-lg h3 code {
	font-size: 0.875em;
}
.prose-lg pre {
	font-size: 0.8888889em;
	line-height: 1.75;
	margin-top: 2em;
	margin-bottom: 2em;
	border-radius: 0.375rem;
	padding-top: 1em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
}
.prose-lg ol {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
}
.prose-lg ul {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
}
.prose-lg li {
	margin-top: 0.6666667em;
	margin-bottom: 0.6666667em;
}
.prose-lg ol > li {
	padding-left: 1.6666667em;
}
.prose-lg ol > li::before {
	left: 0;
}
.prose-lg ul > li {
	padding-left: 1.6666667em;
}
.prose-lg ul > li::before {
	width: 0.3333333em;
	height: 0.3333333em;
	top: calc(0.8888889em - 0.1666667em);
	left: 0.2222222em;
}
.prose-lg > ul > li p {
	margin-top: 0.8888889em;
	margin-bottom: 0.8888889em;
}
.prose-lg > ul > li > *:first-child {
	margin-top: 1.3333333em;
}
.prose-lg > ul > li > *:last-child {
	margin-bottom: 1.3333333em;
}
.prose-lg > ol > li > *:first-child {
	margin-top: 1.3333333em;
}
.prose-lg > ol > li > *:last-child {
	margin-bottom: 1.3333333em;
}
.prose-lg ul ul, .prose-lg ul ol, .prose-lg ol ul, .prose-lg ol ol {
	margin-top: 0.8888889em;
	margin-bottom: 0.8888889em;
}
.prose-lg hr {
	margin-top: 3.1111111em;
	margin-bottom: 3.1111111em;
}
.prose-lg hr + * {
	margin-top: 0;
}
.prose-lg h2 + * {
	margin-top: 0;
}
.prose-lg h3 + * {
	margin-top: 0;
}
.prose-lg h4 + * {
	margin-top: 0;
}
.prose-lg table {
	font-size: 0.8888889em;
	line-height: 1.5;
}
.prose-lg thead th {
	padding-right: 0.75em;
	padding-bottom: 0.75em;
	padding-left: 0.75em;
}
.prose-lg thead th:first-child {
	padding-left: 0;
}
.prose-lg thead th:last-child {
	padding-right: 0;
}
.prose-lg tbody td {
	padding-top: 0.75em;
	padding-right: 0.75em;
	padding-bottom: 0.75em;
	padding-left: 0.75em;
}
.prose-lg tbody td:first-child {
	padding-left: 0;
}
.prose-lg tbody td:last-child {
	padding-right: 0;
}
.prose-lg > :first-child {
	margin-top: 0;
}
.prose-lg > :last-child {
	margin-bottom: 0;
}
.prose-primary a {
	color: #e0ae18;
}
.prose-primary a code {
	color: #e0ae18;
}
.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.aspect-w-3 {
	--tw-aspect-w: 3;
}
.aspect-w-10 {
	--tw-aspect-w: 10;
}
.aspect-w-12 {
	--tw-aspect-w: 12;
}
.aspect-h-3 {
	--tw-aspect-h: 3;
}
.aspect-h-6 {
	--tw-aspect-h: 6;
}
.aspect-h-7 {
	--tw-aspect-h: 7;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.visible {
	visibility: visible;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: sticky;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.inset-x-0 {
	left: 0px;
	right: 0px;
}
.top-0 {
	top: 0px;
}
.left-0 {
	left: 0px;
}
.top-1\/2 {
	top: 50%;
}
.bottom-0 {
	bottom: 0px;
}
.right-0 {
	right: 0px;
}
.top-full {
	top: 100%;
}
.bottom-full {
	bottom: 100%;
}
.left-full {
	left: 100%;
}
.z-0 {
	z-index: 0;
}
.z-10 {
	z-index: 10;
}
.z-30 {
	z-index: 30;
}
.z-50 {
	z-index: 50;
}
.z-20 {
	z-index: 20;
}
.z-40 {
	z-index: 40;
}
.col-span-6 {
	grid-column: span 6 / span 6;
}
.col-span-full {
	grid-column: 1 / -1;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.col-span-10 {
	grid-column: span 10 / span 10;
}
.col-span-9 {
	grid-column: span 9 / span 9;
}
.col-span-1 {
	grid-column: span 1 / span 1;
}
.col-start-4 {
	grid-column-start: 4;
}
.m-12 {
	margin: 3rem;
}
.-m-1 {
	margin: -0.25rem;
}
.m-1 {
	margin: 0.25rem;
}
.mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-12 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.-mx-6 {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.-ml-6 {
	margin-left: -1.5rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.-mt-24 {
	margin-top: -6rem;
}
.-mt-40 {
	margin-top: -10rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mr-6 {
	margin-right: 1.5rem;
}
.mb-24 {
	margin-bottom: 6rem;
}
.mb-0\.5 {
	margin-bottom: 0.125rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.-mt-6 {
	margin-top: -1.5rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.mt-24 {
	margin-top: 6rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-16 {
	margin-bottom: 4rem;
}
.-mt-20 {
	margin-top: -5rem;
}
.-mr-20 {
	margin-right: -5rem;
}
.-mb-20 {
	margin-bottom: -5rem;
}
.-ml-20 {
	margin-left: -5rem;
}
.-mt-12 {
	margin-top: -3rem;
}
.-mr-12 {
	margin-right: -3rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.contents {
	display: contents;
}
.hidden {
	display: none;
}
.h-5 {
	height: 1.25rem;
}
.h-full {
	height: 100%;
}
.h-16 {
	height: 4rem;
}
.h-14 {
	height: 3.5rem;
}
.h-8 {
	height: 2rem;
}
.h-72 {
	height: 18rem;
}
.h-3 {
	height: 0.75rem;
}
.h-40 {
	height: 10rem;
}
.h-12 {
	height: 3rem;
}
.h-1 {
	height: 0.25rem;
}
.h-48 {
	height: 12rem;
}
.h-6 {
	height: 1.5rem;
}
.h-10 {
	height: 2.5rem;
}
.h-7 {
	height: 1.75rem;
}
.h-32 {
	height: 8rem;
}
.h-1\/2 {
	height: 50%;
}
.h-4 {
	height: 1rem;
}
.max-h-24 {
	max-height: 6rem;
}
.min-h-screen {
	min-height: 100vh;
}
.w-5 {
	width: 1.25rem;
}
.w-full {
	width: 100%;
}
.w-4 {
	width: 1rem;
}
.w-screen {
	width: 100vw;
}
.w-64 {
	width: 16rem;
}
.w-16 {
	width: 4rem;
}
.w-14 {
	width: 3.5rem;
}
.w-8 {
	width: 2rem;
}
.w-44 {
	width: 11rem;
}
.w-6 {
	width: 1.5rem;
}
.w-3 {
	width: 0.75rem;
}
.w-40 {
	width: 10rem;
}
.w-12 {
	width: 3rem;
}
.w-32 {
	width: 8rem;
}
.w-48 {
	width: 12rem;
}
.w-20 {
	width: 5rem;
}
.w-10 {
	width: 2.5rem;
}
.max-w-4xl {
	max-width: 56rem;
}
.max-w-3xl {
	max-width: 48rem;
}
.max-w-screen-lg {
	max-width: 1024px;
}
.max-w-none {
	max-width: none;
}
.max-w-5xl {
	max-width: 64rem;
}
.max-w-6xl {
	max-width: 72rem;
}
.max-w-prose {
	max-width: 65ch;
}
.max-w-7xl {
	max-width: 80rem;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-screen-md {
	max-width: 768px;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.origin-top {
	transform-origin: top;
}
.-translate-y-1\/2 {
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}
.translate-y-1\/3 {
	--tw-translate-y: 33.333333%;
	transform: var(--tw-transform);
}
.-translate-x-2\/3 {
	--tw-translate-x: -66.666667%;
	transform: var(--tw-transform);
}
.-translate-y-1\/3 {
	--tw-translate-y: -33.333333%;
	transform: var(--tw-transform);
}
.-translate-x-1\/3 {
	--tw-translate-x: -33.333333%;
	transform: var(--tw-transform);
}
.-rotate-90 {
	--tw-rotate: -90deg;
	transform: var(--tw-transform);
}
.-rotate-180 {
	--tw-rotate: -180deg;
	transform: var(--tw-transform);
}
.rotate-0 {
	--tw-rotate: 0deg;
	transform: var(--tw-transform);
}
.scale-y-75 {
	--tw-scale-y: .75;
	transform: var(--tw-transform);
}
.scale-y-90 {
	--tw-scale-y: .9;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-start {
	align-items: flex-start;
}
.items-center {
	align-items: center;
}
.items-baseline {
	align-items: baseline;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-items-center {
	justify-items: center;
}
.gap-12 {
	grid-gap: 3rem;
	gap: 3rem;
}
.gap-6 {
	grid-gap: 1.5rem;
	gap: 1.5rem;
}
.gap-4 {
	grid-gap: 1rem;
	gap: 1rem;
}
.gap-2 {
	grid-gap: 0.5rem;
	gap: 0.5rem;
}
.gap-8 {
	grid-gap: 2rem;
	gap: 2rem;
}
.gap-1 {
	grid-gap: 0.25rem;
	gap: 0.25rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(177, 189, 200, var(--tw-divide-opacity));
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-sm {
	border-radius: 0.125rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.border {
	border-width: 1px;
}
.border-2 {
	border-width: 2px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-t-4 {
	border-top-width: 4px;
}
.border-t-2 {
	border-top-width: 2px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-primary-100 {
	--tw-border-opacity: 1;
	border-color: rgba(255, 248, 225, var(--tw-border-opacity));
}
.border-neutral-200 {
	--tw-border-opacity: 1;
	border-color: rgba(177, 189, 200, var(--tw-border-opacity));
}
.border-secondary-700 {
	--tw-border-opacity: 1;
	border-color: rgba(61, 36, 61, var(--tw-border-opacity));
}
.border-neutral-400 {
	--tw-border-opacity: 1;
	border-color: rgba(91, 110, 129, var(--tw-border-opacity));
}
.border-primary-500 {
	--tw-border-opacity: 1;
	border-color: rgba(255, 199, 44, var(--tw-border-opacity));
}
.border-neutral-500 {
	--tw-border-opacity: 1;
	border-color: rgba(57, 69, 81, var(--tw-border-opacity));
}
.border-secondary-500 {
	--tw-border-opacity: 1;
	border-color: rgba(107, 62, 106, var(--tw-border-opacity));
}
.border-transparent {
	border-color: transparent;
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-neutral-100 {
	--tw-border-opacity: 1;
	border-color: rgba(225, 230, 234, var(--tw-border-opacity));
}
.border-neutral-300 {
	--tw-border-opacity: 1;
	border-color: rgba(132, 150, 169, var(--tw-border-opacity));
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.bg-green-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}
.bg-neutral-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 244, 245, var(--tw-bg-opacity));
}
.bg-neutral-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(225, 230, 234, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-neutral-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(100, 99, 99, var(--tw-bg-opacity));
}
.bg-primary-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 199, 44, var(--tw-bg-opacity));
}
.bg-neutral-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(23, 28, 33, var(--tw-bg-opacity));
}
.bg-primary-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 248, 225, var(--tw-bg-opacity));
}
.bg-neutral-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(11, 13, 15, var(--tw-bg-opacity));
}
.bg-secondary-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 245, 249, var(--tw-bg-opacity));
}
.bg-primary-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(224, 174, 24, var(--tw-bg-opacity));
}
.bg-primary-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 213, 79, var(--tw-bg-opacity));
}
.bg-neutral-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(91, 110, 129, var(--tw-bg-opacity));
}
.bg-opacity-60 {
	--tw-bg-opacity: 0.6;
}
.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-primary-500 {
	--tw-gradient-from: #FFC72C;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 199, 44, 0));
}
.from-secondary-400 {
	--tw-gradient-from: #985897;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 88, 151, 0));
}
.from-tertiary-500 {
	--tw-gradient-from: #FFD000;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 208, 0, 0));
}
.from-tertiary-600 {
	--tw-gradient-from: #F2B600;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 182, 0, 0));
}
.to-primary-800 {
	--tw-gradient-to: #9f7500;
}
.to-secondary-700 {
	--tw-gradient-to: #3d243d;
}
.to-secondary-600 {
	--tw-gradient-to: #543153;
}
.to-tertiary-700 {
	--tw-gradient-to: #D99500;
}
.to-tertiary-800 {
	--tw-gradient-to: #B87500;
}
.object-contain {
	-o-object-fit: contain;
	   object-fit: contain;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-center {
	-o-object-position: center;
	   object-position: center;
}
.p-4 {
	padding: 1rem;
}
.p-6 {
	padding: 1.5rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-3 {
	padding: 0.75rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pt-0 {
	padding-top: 0px;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pl-8 {
	padding-left: 2rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pl-6 {
	padding-left: 1.5rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pr-12 {
	padding-right: 3rem;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pr-10 {
	padding-right: 2.5rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
.font-extrabold {
	font-weight: 800;
}
.font-normal {
	font-weight: 400;
}
.uppercase {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.leading-6 {
	line-height: 1.5rem;
}
.leading-8 {
	line-height: 2rem;
}
.leading-none {
	line-height: 1;
}
.leading-tight {
	line-height: 1.25;
}
.leading-normal {
	line-height: 1.5;
}
.leading-relaxed {
	line-height: 1.625;
}
.tracking-tight {
	letter-spacing: -0.025em;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.text-green-400 {
	--tw-text-opacity: 1;
	color: rgba(52, 211, 153, var(--tw-text-opacity));
}
.text-green-800 {
	--tw-text-opacity: 1;
	color: rgba(6, 95, 70, var(--tw-text-opacity));
}
.text-red-600 {
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-primary-600 {
	--tw-text-opacity: 1;
	color: rgba(224, 174, 24, var(--tw-text-opacity));
}
.text-neutral-900 {
	--tw-text-opacity: 1;
	color: rgba(11, 13, 15, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-primary-500 {
	--tw-text-opacity: 1;
	color: rgba(255, 199, 44, var(--tw-text-opacity));
}
.text-neutral-300 {
	--tw-text-opacity: 1;
	color: rgba(132, 150, 169, var(--tw-text-opacity));
}
.\!text-white {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.text-neutral-500 {
	--tw-text-opacity: 1;
	color: rgba(57, 69, 81, var(--tw-text-opacity));
}
.text-neutral-400 {
	--tw-text-opacity: 1;
	color: rgba(91, 110, 129, var(--tw-text-opacity));
}
.text-secondary-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 62, 106, var(--tw-text-opacity));
}
.text-primary-200 {
	--tw-text-opacity: 1;
	color: rgba(255, 239, 179, var(--tw-text-opacity));
}
.text-primary-100 {
	--tw-text-opacity: 1;
	color: rgba(255, 248, 225, var(--tw-text-opacity));
}
.text-neutral-200 {
	--tw-text-opacity: 1;
	color: rgba(177, 189, 200, var(--tw-text-opacity));
}
.text-inherit {
	color: inherit;
}
.text-\[\#0A66C2\] {
	--tw-text-opacity: 1;
	color: rgba(10, 102, 194, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-secondary-800 {
	--tw-text-opacity: 1;
	color: rgba(39, 22, 38, var(--tw-text-opacity));
}
.text-neutral-700 {
	--tw-text-opacity: 1;
	color: rgba(34, 41, 48, var(--tw-text-opacity));
}
.text-tertiary-500 {
	--tw-text-opacity: 1;
	color: rgba(255, 208, 0, var(--tw-text-opacity));
}
.text-neutral-100 {
	--tw-text-opacity: 1;
	color: rgba(225, 230, 234, var(--tw-text-opacity));
}
.text-neutral-800 {
	--tw-text-opacity: 1;
	color: rgba(23, 28, 33, var(--tw-text-opacity));
}
.text-primary-700 {
	--tw-text-opacity: 1;
	color: rgba(199, 150, 15, var(--tw-text-opacity));
}
.text-neutral-600 {
	--tw-text-opacity: 1;
	color: rgba(100, 99, 99, var(--tw-text-opacity));
}
.text-primary-50 {
	--tw-text-opacity: 1;
	color: rgba(255, 253, 245, var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-indigo-600 {
	--tw-text-opacity: 1;
	color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.\!no-underline {
	text-decoration: none !important;
}
.opacity-60 {
	opacity: 0.6;
}
.opacity-100 {
	opacity: 1;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-0 {
	opacity: 0;
}
.mix-blend-screen {
	mix-blend-mode: screen;
}
.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.ring-transparent {
	--tw-ring-color: transparent;
}
.ring-offset-1 {
	--tw-ring-offset-width: 1px;
}
.backdrop-blur-lg {
	--tw-backdrop-blur: blur(16px);
	-webkit-backdrop-filter: var(--tw-backdrop-filter);
	        backdrop-filter: var(--tw-backdrop-filter);
}
.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.duration-150 {
	transition-duration: 150ms;
}
.duration-100 {
	transition-duration: 100ms;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('/fonts/HelveticaNeue-01.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('/fonts/HelveticaNeue-Bold-02.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('/fonts/HelveticaNeue-Italic-03.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('/fonts/HelveticaNeue-Light-08.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
html {

    scroll-behavior: smooth;
}
body {
	font-family: HelveticaNeue, Arial, sans-serif;
}
.bg-pattern {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='currentColor' fill-opacity='0.1' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
}
.columns {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-width: 20rem;
         column-width: 20rem;
}
/*     position: relative;
    padding-top: 56.25%; */
.embed > * {
/*         position: absolute;
        width: 100%;
        height: 100%; */
        top: 0;
        left: 0;
        display: block;
        margin: 0 auto;
    }
[x-cloak] {
    display: none;
}
.scroll-margin-top-24 {
    scroll-margin-top: 6rem;
}
.outside {
	background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
	--tw-gradient-from: #646363;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 99, 99, 0));
	--tw-gradient-to: #171c21;
}
.outside .card {
	border-radius: 0px;
}
.outside .card {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outside .white-label-logo {
        max-width: 14rem
    }
.outside a:not([class^=btn]) {
	--tw-text-opacity: 1;
	color: rgba(255, 199, 44, var(--tw-text-opacity));
}
.outside a:not([class^=btn]):hover {
	--tw-text-opacity: 1;
	color: rgba(255, 253, 245, var(--tw-text-opacity));
}
.outside .btn-primary {
	border-radius: 0px;
}
.outside .btn-primary {
	border-width: 0px;
}
.outside .btn-primary {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.outside .btn-primary {
	--tw-gradient-from: #FFC72C;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 199, 44, 0));
}
.outside .btn-primary {
	--tw-gradient-to: #c7960f;
}
.outside .btn-primary {
	--tw-shadow: 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outside .btn-primary:hover {
	border-radius: 0px;
}
.outside .btn-primary:hover {
	border-width: 0px;
}
.outside .btn-primary:hover {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.outside .btn-primary:hover {
	--tw-gradient-from: #6b3e6a;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 62, 106, 0));
}
.outside .btn-primary:hover {
	--tw-gradient-to: #3d243d;
}
.outside .btn-primary:hover {
	--tw-shadow: 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.prose {
    max-width: 54rem;
}
.max-h-0 {
    max-height: 0;
  }
.contact-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
    gap: 4rem;
    padding: 3rem 4rem;
}
.contact-cta__left {
    padding-right: 4rem;
    border-right: 1px solid #c9c9c9;
}
.contact-cta__left h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}
.contact-cta__line {
    width: 3rem;
    height: 4px;
    margin-bottom: 1.5rem;
    background: #FFC72C;
}
.contact-cta__left p {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.45;
}
.contact-cta__button {
    display: inline-flex;
    align-items: center;
    grid-gap: 1.5rem;
    gap: 1.5rem;
    padding: 1rem 1.5rem;
    background: #FDD430;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.contact-cta__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-gap: 2.5rem;
    gap: 2.5rem;
}
.contact-cta__contact {
    display: flex;
    align-items: center;
    grid-gap: 1.5rem;
    gap: 1.5rem;
}
.contact-cta__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 999px;
    background: #FDD430;
    color: #000;
    font-size: 1.75rem;
}
.contact-cta__contact h3 {
    margin-bottom: .5rem;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
}
.contact-cta__contact a {
    color: #000;
    text-decoration: none;
}
.contact-cta__icon-img {
    width: 4rem;
    height: 4rem;
    -o-object-fit: contain;
       object-fit: contain;
}
@media (max-width: 767px) {
    .contact-cta {
        grid-template-columns: 1fr;
        padding: 2rem;
        grid-gap: 2rem;
        gap: 2rem;
    }

    .contact-cta__left {
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #c9c9c9;
        padding-bottom: 2rem;
    }
    .mobile-stack{
        flex-direction: column;
    }

    .mobile-stack .flex-1{
        text-align: center;
    }
}
.first\:mt-12:first-child {
	margin-top: 3rem;
}
.first\:pt-12:first-child {
	padding-top: 3rem;
}
.first\:pt-0:first-child {
	padding-top: 0px;
}
.last\:mb-0:last-child {
	margin-bottom: 0px;
}
.last\:mb-12:last-child {
	margin-bottom: 3rem;
}
.last\:mb-24:last-child {
	margin-bottom: 6rem;
}
.last\:border-b-0:last-child {
	border-bottom-width: 0px;
}
.last\:pb-12:last-child {
	padding-bottom: 3rem;
}
.last\:pb-0:last-child {
	padding-bottom: 0px;
}
.target\:ring-4:target {
	--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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.target\:ring-primary-500:target {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(255, 199, 44, var(--tw-ring-opacity));
}
.hover\:border-secondary-500:hover {
	--tw-border-opacity: 1;
	border-color: rgba(107, 62, 106, var(--tw-border-opacity));
}
.hover\:border-primary-500:hover {
	--tw-border-opacity: 1;
	border-color: rgba(255, 199, 44, var(--tw-border-opacity));
}
.hover\:bg-primary-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 199, 44, var(--tw-bg-opacity));
}
.hover\:bg-primary-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 253, 245, var(--tw-bg-opacity));
}
.hover\:bg-primary-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(224, 174, 24, var(--tw-bg-opacity));
}
.hover\:bg-secondary-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 245, 249, var(--tw-bg-opacity));
}
.hover\:bg-primary-800:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(159, 117, 0, var(--tw-bg-opacity));
}
.hover\:bg-primary-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(199, 150, 15, var(--tw-bg-opacity));
}
.hover\:bg-primary-300:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 224, 130, var(--tw-bg-opacity));
}
.hover\:bg-neutral-300:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(132, 150, 169, var(--tw-bg-opacity));
}
.hover\:bg-neutral-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(177, 189, 200, var(--tw-bg-opacity));
}
.hover\:bg-primary-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 239, 179, var(--tw-bg-opacity));
}
.hover\:bg-neutral-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 244, 245, var(--tw-bg-opacity));
}
.hover\:bg-primary-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 248, 225, var(--tw-bg-opacity));
}
.hover\:from-secondary-700:hover {
	--tw-gradient-from: #3d243d;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 36, 61, 0));
}
.hover\:from-tertiary-700:hover {
	--tw-gradient-from: #D99500;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 149, 0, 0));
}
.hover\:to-secondary-900:hover {
	--tw-gradient-to: #100910;
}
.hover\:to-tertiary-800:hover {
	--tw-gradient-to: #B87500;
}
.hover\:text-primary-500:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 199, 44, var(--tw-text-opacity));
}
.hover\:text-primary-700:hover {
	--tw-text-opacity: 1;
	color: rgba(199, 150, 15, var(--tw-text-opacity));
}
.hover\:text-\[\#004182\]:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 65, 130, var(--tw-text-opacity));
}
.hover\:text-secondary-800:hover {
	--tw-text-opacity: 1;
	color: rgba(39, 22, 38, var(--tw-text-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:no-underline:hover {
	text-decoration: none;
}
.hover\:opacity-60:hover {
	opacity: 0.6;
}
.focus\:border-primary-500:focus {
	--tw-border-opacity: 1;
	border-color: rgba(255, 199, 44, var(--tw-border-opacity));
}
.focus\:bg-primary-600:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(224, 174, 24, var(--tw-bg-opacity));
}
.focus\:bg-primary-800:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(159, 117, 0, var(--tw-bg-opacity));
}
.focus\:bg-primary-700:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(199, 150, 15, var(--tw-bg-opacity));
}
.focus\:text-primary-700:focus {
	--tw-text-opacity: 1;
	color: rgba(199, 150, 15, var(--tw-text-opacity));
}
.focus\:text-primary-500:focus {
	--tw-text-opacity: 1;
	color: rgba(255, 199, 44, var(--tw-text-opacity));
}
.focus\:text-\[\#004182\]:focus {
	--tw-text-opacity: 1;
	color: rgba(0, 65, 130, var(--tw-text-opacity));
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring-2:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus\:ring-primary-600:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(224, 174, 24, var(--tw-ring-opacity));
}
.focus\:ring-primary-800:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(159, 117, 0, var(--tw-ring-opacity));
}
.focus\:ring-primary-700:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(199, 150, 15, var(--tw-ring-opacity));
}
.focus\:ring-primary-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(255, 199, 44, var(--tw-ring-opacity));
}
.focus\:ring-indigo-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}
.group:hover .group-hover\:border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:text-primary-500 {
	--tw-text-opacity: 1;
	color: rgba(255, 199, 44, var(--tw-text-opacity));
}
.group:focus .group-focus\:border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
@media (min-width: 640px) {

	.sm\:aspect-w-1,
.sm\:aspect-w-2,
.sm\:aspect-w-3,
.sm\:aspect-w-4,
.sm\:aspect-w-5,
.sm\:aspect-w-6,
.sm\:aspect-w-7,
.sm\:aspect-w-8,
.sm\:aspect-w-9,
.sm\:aspect-w-10,
.sm\:aspect-w-11,
.sm\:aspect-w-12,
.sm\:aspect-w-13,
.sm\:aspect-w-14,
.sm\:aspect-w-15,
.sm\:aspect-w-16 {
		position: relative;
		padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	}

	.sm\:aspect-w-1 > *,
.sm\:aspect-w-2 > *,
.sm\:aspect-w-3 > *,
.sm\:aspect-w-4 > *,
.sm\:aspect-w-5 > *,
.sm\:aspect-w-6 > *,
.sm\:aspect-w-7 > *,
.sm\:aspect-w-8 > *,
.sm\:aspect-w-9 > *,
.sm\:aspect-w-10 > *,
.sm\:aspect-w-11 > *,
.sm\:aspect-w-12 > *,
.sm\:aspect-w-13 > *,
.sm\:aspect-w-14 > *,
.sm\:aspect-w-15 > *,
.sm\:aspect-w-16 > * {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.sm\:aspect-w-2 {
		--tw-aspect-w: 2;
	}

	.sm\:aspect-h-1 {
		--tw-aspect-h: 1;
	}

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

	.sm\:grid {
		display: grid;
	}

	.sm\:w-auto {
		width: auto;
	}

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

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

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

	.sm\:gap-x-6 {
		grid-column-gap: 1.5rem;
		-moz-column-gap: 1.5rem;
		     column-gap: 1.5rem;
	}

	.sm\:gap-y-12 {
		grid-row-gap: 3rem;
		row-gap: 3rem;
	}

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

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

	.sm\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

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

	.sm\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.sm\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

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

	.sm\:tracking-tight {
		letter-spacing: -0.025em;
	}
}
@media (min-width: 768px) {

	.md\:col-span-6 {
		grid-column: span 6 / span 6;
	}

	.md\:ml-4 {
		margin-left: 1rem;
	}

	.md\:mt-28 {
		margin-top: 7rem;
	}

	.md\:ml-6 {
		margin-left: 1.5rem;
	}

	.md\:mb-2 {
		margin-bottom: 0.5rem;
	}

	.md\:block {
		display: block;
	}

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

	.md\:flex {
		display: flex;
	}

	.md\:h-56 {
		height: 14rem;
	}

	.md\:w-56 {
		width: 14rem;
	}

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

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

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

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

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

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

	.md\:justify-end {
		justify-content: flex-end;
	}

	.md\:border-t-0 {
		border-top-width: 0px;
	}

	.md\:border-l-2 {
		border-left-width: 2px;
	}

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

	.md\:p-6 {
		padding: 1.5rem;
	}

	.md\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.md\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

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

	.md\:pt-0 {
		padding-top: 0px;
	}

	.md\:pl-8 {
		padding-left: 2rem;
	}

	.md\:pb-12 {
		padding-bottom: 3rem;
	}

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

	.md\:text-right {
		text-align: right;
	}
}
@media (min-width: 1024px) {

	.lg\:prose-xl {
		font-size: 1.25rem;
		line-height: 1.8;
	}

	.lg\:prose-xl p {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
	}

	.lg\:prose-xl [class~="lead"] {
		font-size: 1.2em;
		line-height: 1.5;
		margin-top: 1em;
		margin-bottom: 1em;
	}

	.lg\:prose-xl blockquote {
		margin-top: 1.6em;
		margin-bottom: 1.6em;
		padding-left: 1.0666667em;
	}

	.lg\:prose-xl h1 {
		font-size: 2.8em;
		margin-top: 0;
		margin-bottom: 0.8571429em;
		line-height: 1;
	}

	.lg\:prose-xl h2 {
		font-size: 1.8em;
		margin-top: 1.5555556em;
		margin-bottom: 0.8888889em;
		line-height: 1.1111111;
	}

	.lg\:prose-xl h3 {
		font-size: 1.5em;
		margin-top: 1.6em;
		margin-bottom: 0.6666667em;
		line-height: 1.3333333;
	}

	.lg\:prose-xl h4 {
		margin-top: 1.8em;
		margin-bottom: 0.6em;
		line-height: 1.6;
	}

	.lg\:prose-xl img {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.lg\:prose-xl video {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.lg\:prose-xl figure {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.lg\:prose-xl figure > * {
		margin-top: 0;
		margin-bottom: 0;
	}

	.lg\:prose-xl figure figcaption {
		font-size: 0.9em;
		line-height: 1.5555556;
		margin-top: 1em;
	}

	.lg\:prose-xl code {
		font-size: 0.9em;
	}

	.lg\:prose-xl h2 code {
		font-size: 0.8611111em;
	}

	.lg\:prose-xl h3 code {
		font-size: 0.9em;
	}

	.lg\:prose-xl pre {
		font-size: 0.9em;
		line-height: 1.7777778;
		margin-top: 2em;
		margin-bottom: 2em;
		border-radius: 0.5rem;
		padding-top: 1.1111111em;
		padding-right: 1.3333333em;
		padding-bottom: 1.1111111em;
		padding-left: 1.3333333em;
	}

	.lg\:prose-xl ol {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
	}

	.lg\:prose-xl ul {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
	}

	.lg\:prose-xl li {
		margin-top: 0.6em;
		margin-bottom: 0.6em;
	}

	.lg\:prose-xl ol > li {
		padding-left: 1.8em;
	}

	.lg\:prose-xl ol > li::before {
		left: 0;
	}

	.lg\:prose-xl ul > li {
		padding-left: 1.8em;
	}

	.lg\:prose-xl ul > li::before {
		width: 0.35em;
		height: 0.35em;
		top: calc(0.9em - 0.175em);
		left: 0.25em;
	}

	.lg\:prose-xl > ul > li p {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}

	.lg\:prose-xl > ul > li > *:first-child {
		margin-top: 1.2em;
	}

	.lg\:prose-xl > ul > li > *:last-child {
		margin-bottom: 1.2em;
	}

	.lg\:prose-xl > ol > li > *:first-child {
		margin-top: 1.2em;
	}

	.lg\:prose-xl > ol > li > *:last-child {
		margin-bottom: 1.2em;
	}

	.lg\:prose-xl ul ul, .lg\:prose-xl ul ol, .lg\:prose-xl ol ul, .lg\:prose-xl ol ol {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}

	.lg\:prose-xl ul ul, .lg\:prose-xl ul ol, .lg\:prose-xl ol ul, .lg\:prose-xl ol ol {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}

	.lg\:prose-xl ul ul, .lg\:prose-xl ul ol, .lg\:prose-xl ol ul, .lg\:prose-xl ol ol {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}

	.lg\:prose-xl ul ul, .lg\:prose-xl ul ol, .lg\:prose-xl ol ul, .lg\:prose-xl ol ol {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}

	.lg\:prose-xl hr {
		margin-top: 2.8em;
		margin-bottom: 2.8em;
	}

	.lg\:prose-xl hr + * {
		margin-top: 0;
	}

	.lg\:prose-xl h2 + * {
		margin-top: 0;
	}

	.lg\:prose-xl h3 + * {
		margin-top: 0;
	}

	.lg\:prose-xl h4 + * {
		margin-top: 0;
	}

	.lg\:prose-xl table {
		font-size: 0.9em;
		line-height: 1.5555556;
	}

	.lg\:prose-xl thead th {
		padding-right: 0.6666667em;
		padding-bottom: 0.8888889em;
		padding-left: 0.6666667em;
	}

	.lg\:prose-xl thead th:first-child {
		padding-left: 0;
	}

	.lg\:prose-xl thead th:last-child {
		padding-right: 0;
	}

	.lg\:prose-xl tbody td {
		padding-top: 0.8888889em;
		padding-right: 0.6666667em;
		padding-bottom: 0.8888889em;
		padding-left: 0.6666667em;
	}

	.lg\:prose-xl tbody td:first-child {
		padding-left: 0;
	}

	.lg\:prose-xl tbody td:last-child {
		padding-right: 0;
	}

	.lg\:prose-xl > :first-child {
		margin-top: 0;
	}

	.lg\:prose-xl > :last-child {
		margin-bottom: 0;
	}

	.lg\:aspect-w-1,
.lg\:aspect-w-2,
.lg\:aspect-w-3,
.lg\:aspect-w-4,
.lg\:aspect-w-5,
.lg\:aspect-w-6,
.lg\:aspect-w-7,
.lg\:aspect-w-8,
.lg\:aspect-w-9,
.lg\:aspect-w-10,
.lg\:aspect-w-11,
.lg\:aspect-w-12,
.lg\:aspect-w-13,
.lg\:aspect-w-14,
.lg\:aspect-w-15,
.lg\:aspect-w-16 {
		position: relative;
		padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	}

	.lg\:aspect-w-1 > *,
.lg\:aspect-w-2 > *,
.lg\:aspect-w-3 > *,
.lg\:aspect-w-4 > *,
.lg\:aspect-w-5 > *,
.lg\:aspect-w-6 > *,
.lg\:aspect-w-7 > *,
.lg\:aspect-w-8 > *,
.lg\:aspect-w-9 > *,
.lg\:aspect-w-10 > *,
.lg\:aspect-w-11 > *,
.lg\:aspect-w-12 > *,
.lg\:aspect-w-13 > *,
.lg\:aspect-w-14 > *,
.lg\:aspect-w-15 > *,
.lg\:aspect-w-16 > * {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.lg\:aspect-none {
		position: static;
		padding-bottom: 0;
	}

	.lg\:aspect-none > * {
		position: static;
		height: auto;
		width: auto;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
	}

	.lg\:aspect-w-1 {
		--tw-aspect-w: 1;
	}

	.lg\:col-span-6 {
		grid-column: span 6 / span 6;
	}

	.lg\:col-span-4 {
		grid-column: span 4 / span 4;
	}

	.lg\:col-span-8 {
		grid-column: span 8 / span 8;
	}

	.lg\:col-span-7 {
		grid-column: span 7 / span 7;
	}

	.lg\:col-span-5 {
		grid-column: span 5 / span 5;
	}

	.lg\:col-span-12 {
		grid-column: span 12 / span 12;
	}

	.lg\:col-span-10 {
		grid-column: span 10 / span 10;
	}

	.lg\:col-start-2 {
		grid-column-start: 2;
	}

	.lg\:col-start-1 {
		grid-column-start: 1;
	}

	.lg\:col-start-3 {
		grid-column-start: 3;
	}

	.lg\:col-start-4 {
		grid-column-start: 4;
	}

	.lg\:row-start-1 {
		grid-row-start: 1;
	}

	.lg\:mt-0 {
		margin-top: 0px;
	}

	.lg\:mb-16 {
		margin-bottom: 4rem;
	}

	.lg\:ml-12 {
		margin-left: 3rem;
	}

	.lg\:-ml-14 {
		margin-left: -3.5rem;
	}

	.lg\:-mt-32 {
		margin-top: -8rem;
	}

	.lg\:-mt-96 {
		margin-top: -24rem;
	}

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

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:grid {
		display: grid;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:h-28 {
		height: 7rem;
	}

	.lg\:h-24 {
		height: 6rem;
	}

	.lg\:h-16 {
		height: 4rem;
	}

	.lg\:h-96 {
		height: 24rem;
	}

	.lg\:w-28 {
		width: 7rem;
	}

	.lg\:w-24 {
		width: 6rem;
	}

	.lg\:w-16 {
		width: 4rem;
	}

	.lg\:max-w-prose {
		max-width: 65ch;
	}

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

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

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

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

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

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

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

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

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

	.lg\:gap-12 {
		grid-gap: 3rem;
		gap: 3rem;
	}

	.lg\:gap-8 {
		grid-gap: 2rem;
		gap: 2rem;
	}

	.lg\:gap-x-8 {
		grid-column-gap: 2rem;
		-moz-column-gap: 2rem;
		     column-gap: 2rem;
	}

	.lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1.5rem * var(--tw-space-x-reverse));
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.lg\:border-b-0 {
		border-bottom-width: 0px;
	}

	.lg\:bg-transparent {
		background-color: transparent;
	}

	.lg\:p-0 {
		padding: 0px;
	}

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

	.lg\:py-3 {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.lg\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.lg\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.lg\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.lg\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.lg\:pl-10 {
		padding-left: 2.5rem;
	}

	.lg\:pb-0 {
		padding-bottom: 0px;
	}

	.lg\:pl-12 {
		padding-left: 3rem;
	}

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

	.lg\:text-right {
		text-align: right;
	}

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

	.lg\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
}
@media (min-width: 1280px) {

	.xl\:prose-lg {
		font-size: 1.125rem;
		line-height: 1.7777778;
	}

	.xl\:prose-lg p {
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em;
	}

	.xl\:prose-lg [class~="lead"] {
		font-size: 1.2222222em;
		line-height: 1.4545455;
		margin-top: 1.0909091em;
		margin-bottom: 1.0909091em;
	}

	.xl\:prose-lg blockquote {
		margin-top: 1.6666667em;
		margin-bottom: 1.6666667em;
		padding-left: 1em;
	}

	.xl\:prose-lg h1 {
		font-size: 2.6666667em;
		margin-top: 0;
		margin-bottom: 0.8333333em;
		line-height: 1;
	}

	.xl\:prose-lg h2 {
		font-size: 1.6666667em;
		margin-top: 1.8666667em;
		margin-bottom: 1.0666667em;
		line-height: 1.3333333;
	}

	.xl\:prose-lg h3 {
		font-size: 1.3333333em;
		margin-top: 1.6666667em;
		margin-bottom: 0.6666667em;
		line-height: 1.5;
	}

	.xl\:prose-lg h4 {
		margin-top: 1.7777778em;
		margin-bottom: 0.4444444em;
		line-height: 1.5555556;
	}

	.xl\:prose-lg img {
		margin-top: 1.7777778em;
		margin-bottom: 1.7777778em;
	}

	.xl\:prose-lg video {
		margin-top: 1.7777778em;
		margin-bottom: 1.7777778em;
	}

	.xl\:prose-lg figure {
		margin-top: 1.7777778em;
		margin-bottom: 1.7777778em;
	}

	.xl\:prose-lg figure > * {
		margin-top: 0;
		margin-bottom: 0;
	}

	.xl\:prose-lg figure figcaption {
		font-size: 0.8888889em;
		line-height: 1.5;
		margin-top: 1em;
	}

	.xl\:prose-lg code {
		font-size: 0.8888889em;
	}

	.xl\:prose-lg h2 code {
		font-size: 0.8666667em;
	}

	.xl\:prose-lg h3 code {
		font-size: 0.875em;
	}

	.xl\:prose-lg pre {
		font-size: 0.8888889em;
		line-height: 1.75;
		margin-top: 2em;
		margin-bottom: 2em;
		border-radius: 0.375rem;
		padding-top: 1em;
		padding-right: 1.5em;
		padding-bottom: 1em;
		padding-left: 1.5em;
	}

	.xl\:prose-lg ol {
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em;
	}

	.xl\:prose-lg ul {
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em;
	}

	.xl\:prose-lg li {
		margin-top: 0.6666667em;
		margin-bottom: 0.6666667em;
	}

	.xl\:prose-lg ol > li {
		padding-left: 1.6666667em;
	}

	.xl\:prose-lg ol > li::before {
		left: 0;
	}

	.xl\:prose-lg ul > li {
		padding-left: 1.6666667em;
	}

	.xl\:prose-lg ul > li::before {
		width: 0.3333333em;
		height: 0.3333333em;
		top: calc(0.8888889em - 0.1666667em);
		left: 0.2222222em;
	}

	.xl\:prose-lg > ul > li p {
		margin-top: 0.8888889em;
		margin-bottom: 0.8888889em;
	}

	.xl\:prose-lg > ul > li > *:first-child {
		margin-top: 1.3333333em;
	}

	.xl\:prose-lg > ul > li > *:last-child {
		margin-bottom: 1.3333333em;
	}

	.xl\:prose-lg > ol > li > *:first-child {
		margin-top: 1.3333333em;
	}

	.xl\:prose-lg > ol > li > *:last-child {
		margin-bottom: 1.3333333em;
	}

	.xl\:prose-lg ul ul, .xl\:prose-lg ul ol, .xl\:prose-lg ol ul, .xl\:prose-lg ol ol {
		margin-top: 0.8888889em;
		margin-bottom: 0.8888889em;
	}

	.xl\:prose-lg ul ul, .xl\:prose-lg ul ol, .xl\:prose-lg ol ul, .xl\:prose-lg ol ol {
		margin-top: 0.8888889em;
		margin-bottom: 0.8888889em;
	}

	.xl\:prose-lg ul ul, .xl\:prose-lg ul ol, .xl\:prose-lg ol ul, .xl\:prose-lg ol ol {
		margin-top: 0.8888889em;
		margin-bottom: 0.8888889em;
	}

	.xl\:prose-lg ul ul, .xl\:prose-lg ul ol, .xl\:prose-lg ol ul, .xl\:prose-lg ol ol {
		margin-top: 0.8888889em;
		margin-bottom: 0.8888889em;
	}

	.xl\:prose-lg hr {
		margin-top: 3.1111111em;
		margin-bottom: 3.1111111em;
	}

	.xl\:prose-lg hr + * {
		margin-top: 0;
	}

	.xl\:prose-lg h2 + * {
		margin-top: 0;
	}

	.xl\:prose-lg h3 + * {
		margin-top: 0;
	}

	.xl\:prose-lg h4 + * {
		margin-top: 0;
	}

	.xl\:prose-lg table {
		font-size: 0.8888889em;
		line-height: 1.5;
	}

	.xl\:prose-lg thead th {
		padding-right: 0.75em;
		padding-bottom: 0.75em;
		padding-left: 0.75em;
	}

	.xl\:prose-lg thead th:first-child {
		padding-left: 0;
	}

	.xl\:prose-lg thead th:last-child {
		padding-right: 0;
	}

	.xl\:prose-lg tbody td {
		padding-top: 0.75em;
		padding-right: 0.75em;
		padding-bottom: 0.75em;
		padding-left: 0.75em;
	}

	.xl\:prose-lg tbody td:first-child {
		padding-left: 0;
	}

	.xl\:prose-lg tbody td:last-child {
		padding-right: 0;
	}

	.xl\:prose-lg > :first-child {
		margin-top: 0;
	}

	.xl\:prose-lg > :last-child {
		margin-bottom: 0;
	}

	.xl\:bottom-auto {
		bottom: auto;
	}

	.xl\:top-0 {
		top: 0px;
	}

	.xl\:col-span-4 {
		grid-column: span 4 / span 4;
	}

	.xl\:col-span-3 {
		grid-column: span 3 / span 3;
	}

	.xl\:col-span-9 {
		grid-column: span 9 / span 9;
	}

	.xl\:ml-24 {
		margin-left: 6rem;
	}

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

	.xl\:block {
		display: block;
	}

	.xl\:flex {
		display: flex;
	}

	.xl\:hidden {
		display: none;
	}

	.xl\:h-72 {
		height: 18rem;
	}

	.xl\:w-72 {
		width: 18rem;
	}

	.xl\:w-40 {
		width: 10rem;
	}

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

	.xl\:translate-y-0 {
		--tw-translate-y: 0px;
		transform: var(--tw-transform);
	}

	.xl\:-translate-y-1\/2 {
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}

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

	.xl\:gap-16 {
		grid-gap: 4rem;
		gap: 4rem;
	}

	.xl\:p-12 {
		padding: 3rem;
	}

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

	.xl\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
@media (min-width: 1536px) {

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

