/*! tailwindcss v2.2.16 | 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, /* Firefox supports this but not yet `system-ui` */
		'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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

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 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-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);
}

[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;
	--tw-shadow: 0 0 #0000;
}

[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), var(--tw-shadow);
	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: initial;
	background-position: initial;
	background-repeat: unset;
	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;
	--tw-shadow: 0 0 #0000;
}

[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), var(--tw-shadow);
}

[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;
}
.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-6 {
	--tw-aspect-w: 6;
}
.aspect-h-2 {
	--tw-aspect-h: 2;
}
.aspect-h-4 {
	--tw-aspect-h: 4;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.-top-8 {
	top: -2rem;
}
.-right-16 {
	right: -4rem;
}
.-right-24 {
	right: -6rem;
}
.bottom-12 {
	bottom: 3rem;
}
.-top-1 {
	top: -0.25rem;
}
.-left-1 {
	left: -0.25rem;
}
.bottom-0 {
	bottom: 0px;
}
.left-3 {
	left: 0.75rem;
}
.-top-3\.5 {
	top: -0.875rem;
}
.-top-3 {
	top: -0.75rem;
}
.z-30 {
	z-index: 30;
}
.z-1 {
	z-index: 1;
}
.z-2 {
	z-index: 2;
}
.z-50 {
	z-index: 50;
}
.order-2 {
	order: 2;
}
.order-1 {
	order: 1;
}
.order-first {
	order: -9999;
}
.col-span-6 {
	grid-column: span 6 / span 6;
}
.col-span-4 {
	grid-column: span 4 / span 4;
}
.col-span-5 {
	grid-column: span 5 / span 5;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.row-span-2 {
	grid-row: span 2 / span 2;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.-mr-1 {
	margin-right: -0.25rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mr-4 {
	margin-right: 1rem;
}
.-ml-2 {
	margin-left: -0.5rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.-mt-2 {
	margin-top: -0.5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-\[75px\] {
	height: 75px;
}
.h-1 {
	height: 0.25rem;
}
.h-3 {
	height: 0.75rem;
}
.h-10 {
	height: 2.5rem;
}
.h-full {
	height: 100%;
}
.h-16 {
	height: 4rem;
}
.h-\[60px\] {
	height: 60px;
}
.h-6 {
	height: 1.5rem;
}
.h-\[300px\] {
	height: 300px;
}
.h-12 {
	height: 3rem;
}
.h-8 {
	height: 2rem;
}
.max-h-\[600px\] {
	max-height: 600px;
}
.min-h-\[150px\] {
	min-height: 150px;
}
.w-full {
	width: 100%;
}
.w-40 {
	width: 10rem;
}
.w-32 {
	width: 8rem;
}
.w-11\/12 {
	width: 91.666667%;
}
.w-16 {
	width: 4rem;
}
.w-\[180px\] {
	width: 180px;
}
.w-6 {
	width: 1.5rem;
}
.w-10 {
	width: 2.5rem;
}
.min-w-full {
	min-width: 100%;
}
.min-w-\[150px\] {
	min-width: 150px;
}
.min-w-\[350px\] {
	min-width: 350px;
}
.min-w-\[140px\] {
	min-width: 140px;
}
.max-w-\[680px\] {
	max-width: 680px;
}
.max-w-screen-lg {
	max-width: 1200px;
}
.max-w-sm {
	max-width: 24rem;
}
.max-w-\[350px\] {
	max-width: 350px;
}
.max-w-xl {
	max-width: 36rem;
}
.max-w-screen-md {
	max-width: 768px;
}
.max-w-\[42rem\] {
	max-width: 42rem;
}
.max-w-\[300px\] {
	max-width: 300px;
}
.max-w-lg {
	max-width: 32rem;
}
.max-w-\[1400px\] {
	max-width: 1400px;
}
.max-w-md {
	max-width: 28rem;
}
.flex-initial {
	flex: 0 1 auto;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-none {
	flex: none;
}
.flex-grow {
	flex-grow: 1;
}
.rotate-180 {
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.scale-90 {
	--tw-scale-x: .9;
	--tw-scale-y: .9;
	transform: var(--tw-transform);
}
.scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.appearance-none {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.items-stretch {
	align-items: stretch;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-8 {
	gap: 2rem;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-12 {
	gap: 3rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-x-8 {
	-moz-column-gap: 2rem;
	     column-gap: 2rem;
}
.gap-y-1 {
	row-gap: 0.25rem;
}
.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-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-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-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-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.75rem * var(--tw-space-y-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));
}
.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-wonkhe-navy > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(20, 20, 55, var(--tw-divide-opacity));
}
.divide-wonkhe-yellow > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(255, 153, 51, var(--tw-divide-opacity));
}
.divide-wonkhe-blue > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(122, 176, 255, var(--tw-divide-opacity));
}
.divide-wonkhe-green > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(153, 255, 204, var(--tw-divide-opacity));
}
.divide-wonkhe-purple > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(195, 125, 255, var(--tw-divide-opacity));
}
.divide-wonkhe-red > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(255, 66, 1, var(--tw-divide-opacity));
}
.self-start {
	align-self: flex-start;
}
.self-center {
	align-self: center;
}
.overflow-auto {
	overflow: auto;
}
.overflow-y-auto {
	overflow-y: auto;
}
.rounded {
	border-radius: 0.25rem;
}
.border-2 {
	border-width: 2px;
}
.border {
	border-width: 1px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-b-4 {
	border-bottom-width: 4px;
}
.border-none {
	border-style: none;
}
.border-wonkhe-navy {
	--tw-border-opacity: 1;
	border-color: rgba(20, 20, 55, var(--tw-border-opacity));
}
.border-wonkhe-yellow {
	--tw-border-opacity: 1;
	border-color: rgba(255, 153, 51, var(--tw-border-opacity));
}
.border-wonkhe-blue {
	--tw-border-opacity: 1;
	border-color: rgba(122, 176, 255, var(--tw-border-opacity));
}
.border-wonkhe-green {
	--tw-border-opacity: 1;
	border-color: rgba(153, 255, 204, var(--tw-border-opacity));
}
.border-wonkhe-purple {
	--tw-border-opacity: 1;
	border-color: rgba(195, 125, 255, var(--tw-border-opacity));
}
.border-wonkhe-red {
	--tw-border-opacity: 1;
	border-color: rgba(255, 66, 1, var(--tw-border-opacity));
}
.border-wonkhe-dark-yellow {
	--tw-border-opacity: 1;
	border-color: rgba(255, 75, 0, var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.bg-wonkhe-navy {
	--tw-bg-opacity: 1;
	background-color: rgba(20, 20, 55, var(--tw-bg-opacity));
}
.bg-wonkhe-yellow {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 153, 51, var(--tw-bg-opacity));
}
.bg-wonkhe-blue {
	--tw-bg-opacity: 1;
	background-color: rgba(122, 176, 255, var(--tw-bg-opacity));
}
.bg-wonkhe-green {
	--tw-bg-opacity: 1;
	background-color: rgba(153, 255, 204, var(--tw-bg-opacity));
}
.bg-wonkhe-purple {
	--tw-bg-opacity: 1;
	background-color: rgba(195, 125, 255, var(--tw-bg-opacity));
}
.bg-wonkhe-red {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 66, 1, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-opacity-75 {
	--tw-bg-opacity: 0.75;
}
.bg-gradient-to-t {
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-gray-900 {
	--tw-gradient-from: #111827;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}
.via-gray-700 {
	--tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}
.fill-current {
	fill: currentColor;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-\[50\%50\%\] {
	-o-object-position: 50%50%;
	   object-position: 50%50%;
}
.p-4 {
	padding: 1rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-10 {
	padding: 2.5rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-8 {
	padding: 2rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pr-2 {
	padding-right: 0.5rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pt-14 {
	padding-top: 3.5rem;
}
.pl-4 {
	padding-left: 1rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.font-markazi {
	font-family: Markazi Text,serif;
}
.font-caslonsegyptian {
	font-family: caslons-egyptian,Helvetica,Arial,sans-serif;
}
.text-xxl {
	font-size: 1.8rem;
}
.text-lg {
	font-size: 1.15rem;
}
.text-2xl {
	font-size: 2.625rem;
}
.text-md {
	font-size: 1rem;
}
.text-sm {
	font-size: .75rem;
}
.text-xl {
	font-size: 1.5rem;
}
.text-xs {
	font-size: .6875rem;
}
.font-bold {
	font-weight: 700;
}
.font-light {
	font-weight: 300;
}
.font-extrabold {
	font-weight: 800;
}
.font-black {
	font-weight: 900;
}
.font-semibold {
	font-weight: 600;
}
.font-medium {
	font-weight: 500;
}
.font-seminormal {
	font-weight: 300;
}
.uppercase {
	text-transform: uppercase;
}
.leading-6 {
	line-height: 1.5rem;
}
.leading-5 {
	line-height: 1.25rem;
}
.leading-10 {
	line-height: 2.5rem;
}
.leading-8 {
	line-height: 2rem;
}
.text-wonkhe-blue {
	--tw-text-opacity: 1;
	color: rgba(122, 176, 255, var(--tw-text-opacity));
}
.text-wonkhe-red {
	--tw-text-opacity: 1;
	color: rgba(255, 66, 1, var(--tw-text-opacity));
}
.text-wonkhe-yellow {
	--tw-text-opacity: 1;
	color: rgba(255, 153, 51, var(--tw-text-opacity));
}
.text-wonkhe-green {
	--tw-text-opacity: 1;
	color: rgba(153, 255, 204, var(--tw-text-opacity));
}
.text-wonkhe-purple {
	--tw-text-opacity: 1;
	color: rgba(195, 125, 255, var(--tw-text-opacity));
}
.text-wonkhe-dark-purple {
	--tw-text-opacity: 1;
	color: rgba(153, 0, 255, var(--tw-text-opacity));
}
.text-wonkhe-dark-green {
	--tw-text-opacity: 1;
	color: rgba(0, 225, 146, var(--tw-text-opacity));
}
.text-wonkhe-dark-yellow {
	--tw-text-opacity: 1;
	color: rgba(255, 75, 0, var(--tw-text-opacity));
}
.text-wonkhe-navy {
	--tw-text-opacity: 1;
	color: rgba(20, 20, 55, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-red-400 {
	--tw-text-opacity: 1;
	color: rgba(248, 113, 113, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-100 {
	--tw-text-opacity: 1;
	color: rgba(243, 244, 246, var(--tw-text-opacity));
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.placeholder-transparent::-moz-placeholder {
	color: transparent;
}
.placeholder-transparent:-ms-input-placeholder {
	color: transparent;
}
.placeholder-transparent::placeholder {
	color: transparent;
}
.placeholder-white::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.placeholder-white:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.placeholder-white::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.opacity-0 {
	opacity: 0;
}
.opacity-100 {
	opacity: 1;
}
.opacity-95 {
	opacity: 0.95;
}
.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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.brightness-50 {
	--tw-brightness: brightness(.5);
	filter: var(--tw-filter);
}
.filter {
	filter: var(--tw-filter);
}
.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;
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.duration-500 {
	transition-duration: 500ms;
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}


/* Modal */
[x-cloak] { display: none }



/* Form */
input:not(input:-webkit-autofill)::-webkit-contacts-auto-fill-button {
    background-color: #fff;
}
/* Disable Auto Zoom in Input "Text" tag - Safari on iPhone */
input[type="email"],
input[type="password"],
input[type="text"],
select:focus,
textarea {
  font-size: 16px;
}

.wonkhe_monday_form_submit:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.w-p-4 {
	padding: 1rem;
}
.w-p-5 {
	padding: 1.25rem;
}
.w-m-4 {
	margin: 1rem;
}
.w-m-5 {
	margin: 1.25rem;
}
.w-py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.w-py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.w-py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.w-pb-4 {
	padding-bottom: 1rem;
}
.w-py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.w-py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.w-mt-0 {
	margin-top: 0px;
}
.w-overflow-hidden {
	overflow: hidden;
}
.w-overflow-visible {
	overflow: visible;
}
strong {
	font-weight: 900;
}
h2 {
	font-family: caslons-egyptian,Helvetica,Arial,sans-serif;
	font-size: 1.5rem;
}
.w-bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.w-h-7 {
	height: 1.75rem;
}
.w-h-8 {
	height: 2rem;
}
.w-h-9 {
	height: 2.25rem;
}
.w-h-10 {
	height: 2.5rem;
}
.rich_text_row a {
	--tw-text-opacity: 1;
	color: rgba(122, 176, 255, var(--tw-text-opacity));
	font-weight: 600;
}
.hover\:cursor-pointer:hover {
	cursor: pointer;
}
.hover\:border-white:hover {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.hover\:bg-wonkhe-navy:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(20, 20, 55, var(--tw-bg-opacity));
}
.hover\:text-wonkhe-navy:hover {
	--tw-text-opacity: 1;
	color: rgba(20, 20, 55, var(--tw-text-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-black:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hover\:underline:hover {
	text-decoration: underline;
}
.hover\:no-underline:hover {
	text-decoration: none;
}
.focus\:border-red-600:focus {
	--tw-border-opacity: 1;
	border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.disabled\:opacity-50:disabled {
	opacity: 0.5;
}
.group:hover .group-hover\:bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-wonkhe-yellow {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 153, 51, var(--tw-bg-opacity));
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:top-2 {
	top: 0.5rem;
}
.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:top-2 {
	top: 0.5rem;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:top-2 {
	top: 0.5rem;
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:text-base {
	font-size: 1rem;
}
.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:text-base {
	font-size: 1rem;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:text-base {
	font-size: 1rem;
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.peer:focus ~ .peer-focus\:-top-3\.5 {
	top: -0.875rem;
}
.peer:focus ~ .peer-focus\:-top-3 {
	top: -0.75rem;
}
.peer:focus ~ .peer-focus\:text-sm {
	font-size: .75rem;
}
.peer:focus ~ .peer-focus\:text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}
@media (prefers-reduced-motion: no-preference) {

	.motion-safe\:ease-out {
		transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	}
}
@media (min-width: 640px) {

	.sm\:mb-0 {
		margin-bottom: 0px;
	}

	.sm\:block {
		display: block;
	}

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

	.sm\:grid {
		display: grid;
	}

	.sm\:hidden {
		display: none;
	}

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

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

	.sm\:gap-x-10 {
		-moz-column-gap: 2.5rem;
		     column-gap: 2.5rem;
	}

	.sm\:overflow-visible {
		overflow: visible;
	}

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

	.sm\:text-left {
		text-align: left;
	}
}
@media (min-width: 768px) {

	.md\:aspect-h-2 {
		--tw-aspect-h: 2;
	}

	.md\:aspect-h-3 {
		--tw-aspect-h: 3;
	}

	.md\:absolute {
		position: absolute;
	}

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

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

	.md\:order-2 {
		order: 2;
	}

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

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

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

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

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

	.md\:m-0 {
		margin: 0px;
	}

	.md\:-mt-12 {
		margin-top: -3rem;
	}

	.md\:mb-0 {
		margin-bottom: 0px;
	}

	.md\:block {
		display: block;
	}

	.md\:grid {
		display: grid;
	}

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

	.md\:h-\[100px\] {
		height: 100px;
	}

	.md\:h-2 {
		height: 0.5rem;
	}

	.md\:h-4 {
		height: 1rem;
	}

	.md\:h-\[80px\] {
		height: 80px;
	}

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

	.md\:w-48 {
		width: 12rem;
	}

	.md\:w-1\/2 {
		width: 50%;
	}

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

	.md\:flex-none {
		flex: none;
	}

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

	.md\:flex-row {
		flex-direction: row;
	}

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

	.md\:gap-x-24 {
		-moz-column-gap: 6rem;
		     column-gap: 6rem;
	}

	.md\: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));
	}

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

	.md\:p-4 {
		padding: 1rem;
	}

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

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

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

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

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

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

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

	.md\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

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

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

	.md\:pt-12 {
		padding-top: 3rem;
	}

	.md\:pl-3 {
		padding-left: 0.75rem;
	}

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

	.md\:text-2xl {
		font-size: 2.625rem;
	}

	.md\:text-xl {
		font-size: 1.5rem;
	}

	.md\:text-lg {
		font-size: 1.15rem;
	}

	.md\:text-3xl {
		font-size: 3.3rem;
	}

	.md\:leading-8 {
		line-height: 2rem;
	}

	.md\:last\:col-span-6:last-child {
		grid-column: span 6 / span 6;
	}
}
@media (min-width: 1200px) {

	.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-w-7 {
		--tw-aspect-w: 7;
	}

	.lg\:aspect-h-2 {
		--tw-aspect-h: 2;
	}

	.lg\:aspect-h-5 {
		--tw-aspect-h: 5;
	}

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

	.lg\:order-2 {
		order: 2;
	}

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

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

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

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

	.lg\:flex {
		display: flex;
	}

	.lg\:grid {
		display: grid;
	}

	.lg\:inline-grid {
		display: inline-grid;
	}

	.lg\:h-3 {
		height: 0.75rem;
	}

	.lg\:h-5 {
		height: 1.25rem;
	}

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

	.lg\:grid-flow-col {
		grid-auto-flow: column;
	}

	.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-rows-1 {
		grid-template-rows: repeat(1, minmax(0, 1fr));
	}

	.lg\:flex-row {
		flex-direction: row;
	}

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

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

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

	.lg\:gap-4 {
		gap: 1rem;
	}

	.lg\:gap-x-16 {
		-moz-column-gap: 4rem;
		     column-gap: 4rem;
	}

	.lg\: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));
	}

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

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

	.lg\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}

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

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

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

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

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

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

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

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

	.xl\:aspect-w-4 {
		--tw-aspect-w: 4;
	}

	.xl\:aspect-w-6 {
		--tw-aspect-w: 6;
	}

	.xl\:aspect-w-16 {
		--tw-aspect-w: 16;
	}

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

	.xl\:aspect-h-2 {
		--tw-aspect-h: 2;
	}

	.xl\:aspect-h-4 {
		--tw-aspect-h: 4;
	}

	.xl\:aspect-h-5 {
		--tw-aspect-h: 5;
	}

	.xl\:aspect-h-7 {
		--tw-aspect-h: 7;
	}

	.xl\:aspect-h-12 {
		--tw-aspect-h: 12;
	}

	.xl\:order-none {
		order: 0;
	}

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

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

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

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

	.xl\:row-span-1 {
		grid-row: span 1 / span 1;
	}

	.xl\:mb-8 {
		margin-bottom: 2rem;
	}

	.xl\:block {
		display: block;
	}

	.xl\:flex {
		display: flex;
	}

	.xl\:hidden {
		display: none;
	}

	.xl\:h-\[740px\] {
		height: 740px;
	}

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

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

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

	.xl\:gap-2 {
		gap: 0.5rem;
	}

	.xl\: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));
	}

	.xl\:pb-4 {
		padding-bottom: 1rem;
	}

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

	.xl\:text-lg {
		font-size: 1.15rem;
	}

	.xl\:text-2xl {
		font-size: 2.625rem;
	}

	.xl\:leading-5 {
		line-height: 1.25rem;
	}

	.xl\:leading-10 {
		line-height: 2.5rem;
	}
}
@media (min-width: 1450px) {

	.\32xl\:w-48 {
		width: 12rem;
	}

	.\32xl\:gap-11 {
		gap: 2.75rem;
	}

	.\32xl\:gap-4 {
		gap: 1rem;
	}

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

	.\32xl\:text-3xl {
		font-size: 3.3rem;
	}

	.\32xl\:text-lg {
		font-size: 1.15rem;
	}

	.\32xl\:text-xl {
		font-size: 1.5rem;
	}

	.\32xl\:text-md {
		font-size: 1rem;
	}

	.\32xl\:text-sm {
		font-size: .75rem;
	}

	.\32xl\:leading-7 {
		line-height: 1.75rem;
	}

	.\32xl\:leading-6 {
		line-height: 1.5rem;
	}
}

