/*! tailwindcss v2.1.1 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.0.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).
*/

:root {
	-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;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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: Inter var, 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: #e7e5e4; /* 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: #a8a29e;
}

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

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

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

/**
 * 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
 */

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

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

* {
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(6, 182, 212, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
}


      [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: #78716c;
	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: #0891b2;
	--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, 0 0 #0000);
	border-color: #0891b2;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #78716c;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #78716c;
	opacity: 1;
}

input::placeholder, textarea::placeholder {
	color: #78716c;
	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='%2378716c' 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: #0891b2;
	background-color: #fff;
	border-color: #78716c;
	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: #0891b2;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}


      [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%;
}@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: #44403c;
	max-width: 65ch;
}.prose [class~="lead"] {
	color: #57534e;
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}.prose a {
	color: #1c1917;
	text-decoration: underline;
	font-weight: 500;
}.prose strong {
	color: #1c1917;
	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, var(--list-counter-style, decimal)) ".";
	position: absolute;
	font-weight: 400;
	color: #78716c;
	left: 0;
}.prose ul > li {
	position: relative;
	padding-left: 1.75em;
}.prose ul > li::before {
	content: "";
	position: absolute;
	background-color: #d6d3d1;
	border-radius: 50%;
	width: 0.375em;
	height: 0.375em;
	top: calc(0.875em - 0.1875em);
	left: 0.25em;
}.prose hr {
	border-color: #e7e5e4;
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}.prose blockquote {
	font-weight: 500;
	font-style: italic;
	color: #1c1917;
	border-left-width: 0.25rem;
	border-left-color: #e7e5e4;
	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: #1c1917;
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}.prose h2 {
	color: #1c1917;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}.prose h3 {
	color: #1c1917;
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}.prose h4 {
	color: #1c1917;
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}.prose figure figcaption {
	color: #78716c;
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}.prose code {
	color: #1c1917;
	font-weight: 600;
	font-size: 0.875em;
}.prose code::before {
	content: "`";
}.prose code::after {
	content: "`";
}.prose a code {
	color: #1c1917;
}.prose pre {
	color: #e7e5e4;
	background-color: #292524;
	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: #1c1917;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-color: #d6d3d1;
}.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: #e7e5e4;
}.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-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-tan a {
	color: #DE8946;
}.prose-tan a code {
	color: #DE8946;
}.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-12 {
	--tw-aspect-w: 12;
}.aspect-h-7 {
	--tw-aspect-h: 7;
}:root{--c-text: #6b7281;--c-text-inverse: #fff;--c-background: #fff;--c-background-section: #f4f5f7;--c-primary: #005de0;--c-secondary: #610c63;--c-accent: #4c5564;--c-accent-high: #000;--c-highlight: #e5e7eb;--c-highlight-high: #f4f5f7;--c-muted: #f9fafb;--c-warning: #f9fb93;--c-error: #fbe3e4;--c-message: #cfefc2}@media (prefers-color-scheme: dark){:root{--c-text: #fff;--c-text-inverse: #6b7281;--c-background: #6b7281;--c-background-inverse: #d2d6dc;--c-background-section: #4c5564;--c-primary: #005de0;--c-secondary: #610c63;--c-accent: #f4f5f7;--c-accent-high: #fff;--c-highlight: #4c5564;--c-highlight-high: #384152;--c-muted: #384152;--c-warning: #f9fb93;--c-error: #fbe3e4;--c-message: #cfefc2}}:root [data-theme='default']{--c-text: #6b7281;--c-text-inverse: #fff;--c-background: #fff;--c-background-section: #f4f5f7;--c-primary: #005de0;--c-secondary: #610c63;--c-accent: #4c5564;--c-accent-high: #000;--c-highlight: #e5e7eb;--c-highlight-high: #f4f5f7;--c-muted: #f9fafb;--c-warning: #f9fb93;--c-error: #fbe3e4;--c-message: #cfefc2}:root [data-theme='dark']{--c-text: #fff;--c-text-inverse: #6b7281;--c-background: #6b7281;--c-background-inverse: #d2d6dc;--c-background-section: #4c5564;--c-primary: #005de0;--c-secondary: #610c63;--c-accent: #f4f5f7;--c-accent-high: #fff;--c-highlight: #4c5564;--c-highlight-high: #384152;--c-muted: #384152;--c-warning: #f9fb93;--c-error: #fbe3e4;--c-message: #cfefc2}.cl-colors{padding:1rem}.cl-colors__list{display:flex;flex-wrap:wrap;margin:0 0 2rem;padding:0}.cl-colors__item{list-style:none;padding:1rem 2rem;transition:all 0.4s;flex:1 1 20%;min-width:150px;min-height:150px;display:flex;justify-content:center;align-items:flex-end}.cl-colors__item--default-text{background-color:var(--c-text);color:var(--c-muted)}.cl-colors__item--default-text-inverse{background-color:var(--c-text-inverse);color:var(--c-accent-high)}.cl-colors__item--default-background{background-color:var(--c-background);color:var(--c-accent-high)}.cl-colors__item--default-background-section{background-color:var(--c-background-section);color:var(--c-accent-high)}.cl-colors__item--default-primary{background-color:var(--c-primary);color:var(--c-muted)}.cl-colors__item--default-secondary{background-color:var(--c-secondary);color:var(--c-muted)}.cl-colors__item--default-accent{background-color:var(--c-accent);color:var(--c-muted)}.cl-colors__item--default-accent-high{background-color:var(--c-accent-high);color:var(--c-muted)}.cl-colors__item--default-highlight{background-color:var(--c-highlight);color:var(--c-accent-high)}.cl-colors__item--default-highlight-high{background-color:var(--c-highlight-high);color:var(--c-accent-high)}.cl-colors__item--default-muted{background-color:var(--c-muted);color:var(--c-accent-high)}.cl-colors__item--default-warning{background-color:var(--c-warning);color:var(--c-accent-high)}.cl-colors__item--default-error{background-color:var(--c-error);color:var(--c-accent-high)}.cl-colors__item--default-message{background-color:var(--c-message);color:var(--c-accent-high)}.cl-colors__item--dark-text{background-color:var(--c-text);color:var(--c-muted)}.cl-colors__item--dark-text-inverse{background-color:var(--c-text-inverse);color:var(--c-accent-high)}.cl-colors__item--dark-background{background-color:var(--c-background);color:var(--c-accent-high)}.cl-colors__item--dark-background-inverse{background-color:var(--c-background-inverse);color:var(--c-muted)}.cl-colors__item--dark-background-section{background-color:var(--c-background-section);color:var(--c-accent-high)}.cl-colors__item--dark-primary{background-color:var(--c-primary);color:var(--c-accent-high)}.cl-colors__item--dark-secondary{background-color:var(--c-secondary);color:var(--c-accent-high)}.cl-colors__item--dark-accent{background-color:var(--c-accent);color:var(--c-muted)}.cl-colors__item--dark-accent-high{background-color:var(--c-accent-high);color:var(--c-muted)}.cl-colors__item--dark-highlight{background-color:var(--c-highlight);color:var(--c-accent-high)}.cl-colors__item--dark-highlight-high{background-color:var(--c-highlight-high);color:var(--c-accent-high)}.cl-colors__item--dark-muted{background-color:var(--c-muted);color:var(--c-accent-high)}.cl-colors__item--dark-warning{background-color:var(--c-warning);color:var(--c-muted)}.cl-colors__item--dark-error{background-color:var(--c-error);color:var(--c-muted)}.cl-colors__item--dark-message{background-color:var(--c-message);color:var(--c-muted)}.motion{padding:0 1rem}@media (min-width: 920px){.motion__grid{display:flex;flex-wrap:wrap}.motion__grid-item{margin-bottom:1rem;margin-right:1rem;width:49%}.motion__grid-item:nth-child(2n){margin-right:0}}.demo-motion{background-color:var(--c-highlight-high);border-radius:2px;cursor:pointer;padding:3rem;text-align:center}.demo-motion::before{content:"Duration: .3s";display:block}.demo-motion::after{content:"Timing Function: ease-in-out"}.demo-motion span{display:block;margin:0.25rem}.demo-motion--fade{transition:all .3s ease-in-out}.demo-motion--fade:hover{background-color:var(--c-accent-high);color:var(--c-muted)}.demo-motion--slide-up{transition:transform .4s ease-in}.demo-motion--slide-up::before{content:'Duration: 0.4s';display:block}.demo-motion--slide-up::after{content:'Timing Function: ease-in'}.demo-motion--slide-up:hover{transform:translateY(-10px)}.demo-motion--slide-down{transition:transform .2s linear}.demo-motion--slide-down::before{content:'Duration: 0.2s';display:block}.demo-motion--slide-down::after{content:'Timing Function: linear'}.demo-motion--slide-down:hover{transform:translateY(10px)}.demo-motion--expand{transition:transform .3s cubic-bezier(0.17, 0.67, 0.83, 0.67)}.demo-motion--expand::before{content:'Duration: 0.3s';display:block}.demo-motion--expand::after{content:'Timing Function: cubic-bezier(.17,.67,.83,.67)'}.demo-motion--expand:hover{transform:scale(1.03)}html{box-sizing:border-box}[x-cloak=""]{display:none}@media screen and (max-width: 768px){[x-cloak="mobile"]{display:none}}body {
	font-family: Inter var, 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";
}body.route-commerce-checkoutform{background-image:url("/themes/custom/lei/images/bg-gradient.svg"),url("/themes/custom/lei/images/bg-top.svg");background-position:bottom left, top left;background-repeat:repeat-x, no-repeat;background-size:auto auto, cover}body.route-commerce-checkoutform .main-content {
	padding-bottom: 4rem;
}.layout-container {
	position: relative;
}.hero{background-image:url("/themes/custom/lei/images/bg-gradient.svg"),url("/themes/custom/lei/images/bg-top.svg");background-position:bottom left, top left;background-repeat:repeat-x, no-repeat;background-size:auto auto, cover}body.modal-open {
	position: fixed;height:100vh;overflow-y:hidden;
}*,*::after,*::before{box-sizing:inherit}.main{display:block}.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}.node-page.contact form {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	row-gap: 1.5rem;
}.user-login .user-login-form > :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));
}.user-login .form-item__description {
	display: none;
}.button--secondary {
	cursor: pointer;
	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-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	display: inline-flex;
	align-items: center;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	font-weight: 500;
	--tw-bg-opacity: 1;
	background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(180, 83, 9, var(--tw-text-opacity));
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(252, 211, 77, var(--tw-border-opacity));
	--tw-border-opacity: 0;
}.button--secondary:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}.button--secondary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}.button--secondary:focus {
	--tw-border-opacity: 1;
}.button--secondary.active {
	--tw-bg-opacity: 1;
	background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}.button--alt {
	cursor: pointer;
	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-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	display: inline-flex;
	align-items: center;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	font-weight: 500;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(214, 211, 209, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(68, 64, 60, var(--tw-text-opacity));
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(252, 211, 77, var(--tw-border-opacity));
	--tw-border-opacity: 0;
}.button--alt:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}.button--alt:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(120, 113, 108, var(--tw-text-opacity));
}.button--alt:focus {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.button--alt.active {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(41, 37, 36, var(--tw-text-opacity));
}.button--alt-2 {
	cursor: pointer;
	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-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
}.button--alt-2:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}.button--xs {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 0.75rem;
	line-height: 1rem;
	line-height: 1rem;
	border-radius: 0.25rem;
}.button--sm {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	line-height: 1rem;
	border-radius: 0.375rem;
}.button--lg {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	line-height: 1.5rem;
	border-radius: 0.375rem;
}.button--xl {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	line-height: 1.5rem;
	border-radius: 0.375rem;
}.form-item__description {
	margin-top: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(120, 113, 108, var(--tw-text-opacity));
}.form-item__label {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(68, 64, 60, var(--tw-text-opacity));
}.form-item--checkboxes, .form-item--checkbox__item {
	margin: 0px;
	padding: 0px;
}.form-item--checkboxes,.form-item--checkbox__item{list-style:none}.form-item--checkboxes .form-item {
	display: flex;
	align-items: center;
}.form-item--checkboxes .form-item__label {
	margin-left: 0.75rem;
}.form-item--radios, .form-item--radio__item {
	margin: 0px;
	padding: 0px;
}.form-item--radios,.form-item--radio__item{list-style:none}.form-item--radio .form-item {
	display: flex;
	align-items: center;
}.form-item--radio .form-item__label {
	margin-left: 0.75rem;
}.field--name-purchased-entity legend.h2 {
	display: none;
}.form-item__dropdown{border:1px solid var(--c-muted);display:block;position:relative}@media (prefers-color-scheme: dark){.form-item__dropdown{background-color:var(--c-background-inverse)}}.form-item__dropdown::after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:9px solid var(--c-accent);content:' ';position:absolute;top:42%;right:1em;z-index:2;pointer-events:none;display:none}.form-item__dropdown:hover{border-color:var(--c-accent-high)}.form-item__select{border:1px solid var(--c-muted);height:41px;font-size:16px;margin:0;outline:none;padding:0.6em 0.8em 0.5em;width:100%}.form-item__select :focus{outline:none;color:var(--c-accent)}@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) or ((-moz-appearance: none) and (mask-type: alpha)){.form-item__dropdown::after{display:block}.form-item__select{padding-right:2em;background:none;border:1px solid transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-item__select:focus{border-color:var(--c-accent);border-radius:0}}.icons-demo{display:flex;flex-wrap:wrap}.icons-demo .icon{height:100px;padding:1rem;width:100px}.icons-demo pre{background-color:#f9fafb;font-size:0.8rem;margin:0;text-align:center}.icons-demo__item{border:1px solid #f9fafb;margin:.25rem}img,picture{display:block;height:auto;max-width:100%}figure{margin:0}.figure__caption{font-style:italic}.link {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}.link:hover {
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
}.list-item, .text-long ol li, .text-long ul li {
	margin-bottom: 0.25rem;
	padding-left: 1rem;
}.list-item.action-links, .text-long ol li.action-links, .text-long ul li.action-links {
	margin: 0px;
	padding: 0px;
}.list-item.action-links,.text-long ol li.action-links,.text-long ul li.action-links{list-style:none}.table, .text-long table {
	table-layout: auto;
}.table__heading-cell, .text-long th {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}.table__row:nth-child(even), .text-long tr:nth-child(even) {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}.table__cell, .text-long td {
	border-width: 1px;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}.table__footer-cell,.text-long tfoot th,.table__footer-cell:first-child,.text-long tfoot th:first-child{border-bottom:none}.h1, .text-long h1 {
	--tw-text-opacity: 1;
	color: rgba(28, 25, 23, var(--tw-text-opacity));
	font-family: Inter var, 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";
	font-style: normal;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 600;
}@media (min-width: 640px) {

	.h1, .text-long h1 {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}.h1, .text-long h1 {
	width: auto;
}.h1__link {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}.h1__link:hover {
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
}.h2, .text-long h2 {
	--tw-text-opacity: 1;
	color: rgba(28, 25, 23, var(--tw-text-opacity));
	font-size: 1rem;
	line-height: 1.5rem;
	font-family: Inter var, 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";
	font-weight: 800;
	font-style: normal;
	width: auto;
}.h2__link {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}.h2__link:hover {
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
}.h3, .text-long h3 {
	--tw-text-opacity: 1;
	color: rgba(28, 25, 23, var(--tw-text-opacity));
	font-family: Inter var, 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";
	font-weight: 800;
	font-style: normal;
}.h3__link {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}.h3__link:hover {
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
}.h4, .text-long h4 {
	--tw-text-opacity: 1;
	color: rgba(28, 25, 23, var(--tw-text-opacity));
	font-family: Inter var, 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";
	font-weight: 700;
	font-style: normal;
}.h4__link {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}.h4__link:hover {
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
}.h5, .text-long h5, .h6, .text-long h6 {
	--tw-text-opacity: 1;
	color: rgba(28, 25, 23, var(--tw-text-opacity));
	font-family: Inter var, 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";
	font-weight: 700;
	font-style: normal;
}.h5__link, .h6__link {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}.h5__link:hover, .h6__link:hover {
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
}body {
	--tw-text-opacity: 1;
	color: rgba(120, 113, 108, var(--tw-text-opacity));
	font-family: Inter var, 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";
	font-size: 1rem;
	line-height: 1.5rem;
	line-height: 1.625;
}.paragraph,.text-long p{margin:0 0 1em}.blockquote, .text-long blockquote {
	font-style: italic;
	border-left-width: 4px;
	--tw-border-opacity: 1;
	border-color: rgba(245, 158, 11, var(--tw-border-opacity));
	margin-left: 1rem;
	padding-left: 1rem;
}.hr, .text-long hr {
	border-width: 1px;
	border-style: solid;
}.hr,.text-long hr{color:currentColor}.video{height:0;overflow:hidden;padding-top:35px;padding-bottom:56.25%;position:relative}.video iframe{height:100%;left:0;position:absolute;top:0;width:100%}.video--full{padding-bottom:75%}.card__heading {
	--tw-text-opacity: 1;
	color: rgba(28, 25, 23, var(--tw-text-opacity));
	font-size: 1rem;
	line-height: 1.5rem;
	font-family: Inter var, 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";
	font-weight: 800;
	font-style: normal;
	width: auto;
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-bottom: 0px;
}.card__heading__link {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}.card__heading__link:hover {
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
}.card__heading-link {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}.card__heading-link:hover {
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
}.card__subheading {
	--tw-text-opacity: 1;
	color: rgba(28, 25, 23, var(--tw-text-opacity));
	font-family: Inter var, 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";
	font-weight: 800;
	font-style: normal;
	--tw-text-opacity: 1;
	color: rgba(120, 113, 108, var(--tw-text-opacity));
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 0px;
}.card__subheading__link {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}.card__subheading__link:hover {
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
}.card__body {
	margin-top: 0.75rem;
	margin-bottom: 1rem;
}.card__link {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}.card__link:hover {
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
}.card__button {
	cursor: pointer;
	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-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.card__button:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}.card--bg {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
	padding: 1rem;
}.route-commerce-cartpage .block-lei-page-title {
	text-align: center;
}.cart-empty-page {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6rem;
	margin-bottom: 6rem;
	max-width: 36rem;
	text-align: center;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 100;
}.view-commerce-cart-form{clear:both}.view-commerce-cart-form .views-form form {
	display: flex;
	flex-direction: column;
}.view-commerce-cart-form .views-form form > :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));
}.view-commerce-cart-form table tbody tr td:nth-of-type(1) .product__thumbnail__cart{position:relative;width:80px;height:80px;background:url("../images/logos/logo-icon-watermark.svg") center center no-repeat;background-size:75px 75px}.view-commerce-cart-form table tbody tr td:nth-of-type(1) .product__thumbnail__cart img{width:80px;height:80px;border:1px solid #ccc;transition:border .2s ease-in-out}.view-commerce-cart-form table tbody tr td:nth-of-type(1) .product__thumbnail__cart a{position:absolute;width:100%;height:100%;z-index:1;font-size:0}.view-commerce-cart-form table tbody tr td:nth-of-type(1) .product__thumbnail__cart a:hover+img, .view-commerce-cart-form table tbody tr td:nth-of-type(1) .product__thumbnail__cart a:focus+img {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}.view-commerce-cart-form .order-total-summary {
	margin-top: 2rem;
	margin-bottom: 2rem;
}.view-commerce-cart-form .form-actions {
	display: flex;
	flex-direction: row;
}.view-commerce-cart-form .form-actions > :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)));
}@media (min-width: 768px) {

	.view-commerce-cart-form .form-actions {
		width: 50%;
	}

	.view-commerce-cart-form .form-actions {
		align-self: flex-end;
	}
}@media (min-width: 1024px) {

	.view-commerce-cart-form .form-actions {
		width: 33.333333%;
	}
}.view-commerce-cart-form .form-actions .btn{margin-right:0}.view-commerce-cart-form .form-actions input[id^="edit-submit"] {
	--tw-border-opacity: 1;
	border-color: rgba(244, 63, 94, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(244, 63, 94, var(--tw-text-opacity));
}.progress {
	margin-bottom: 3rem;
}.progress li:last-child .progress__chevron {
	display: none;
}.progress .checkout-progress {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.progress .checkout-progress .checkout-progress--step {
	align-items: center;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}.progress .checkout-progress .checkout-progress--step:before {
	display: flex;
	height: 2.5rem;
	width: 2.5rem;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border-width: 2px;content:counter(checkout-progress) "";
}.progress .checkout-progress .checkout-progress--step__current {
	--tw-text-opacity: 1;
	color: rgba(225, 29, 72, var(--tw-text-opacity));
}.progress .checkout-progress .checkout-progress--step__current:before {
	--tw-border-opacity: 1;
	border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}.progress .checkout-progress .checkout-progress--step__next {
	--tw-text-opacity: 1;
	color: rgba(120, 113, 108, var(--tw-text-opacity));
}.group:hover .progress .checkout-progress .checkout-progress--step__next {
	--tw-text-opacity: 1;
	color: rgba(28, 25, 23, var(--tw-text-opacity));
}.progress .checkout-progress .checkout-progress--step__next:before {
	--tw-border-opacity: 1;
	border-color: rgba(214, 211, 209, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(120, 113, 108, var(--tw-text-opacity));
}.group:hover .progress .checkout-progress .checkout-progress--step__next:before {
	--tw-border-opacity: 1;
	border-color: rgba(168, 162, 158, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(28, 25, 23, var(--tw-text-opacity));
}.layout-checkout-form {
	margin-left: 1rem;
	margin-right: 1rem;
}@media (min-width: 640px) {

	.layout-checkout-form {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
}@media (min-width: 1024px) {

	.layout-checkout-form {
		margin-left: 0px;
		margin-right: 0px;
	}
}.layout-checkout-form .layout-region-checkout-main > :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));
}.layout-checkout-form .layout-region-checkout-main {
	padding-left: 0.5rem;
}.layout-checkout-form .checkout-pane {
	display: flex;
	flex-direction: column;
}.layout-checkout-form .checkout-pane>legend.h2 {
	margin-bottom: 1.5rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
}.layout-checkout-form .checkout-pane.checkout-pane-contact-information>.form-item {
	overflow: hidden;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(231, 229, 228, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1rem;
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}@media (min-width: 640px) {

	.layout-checkout-form .checkout-pane.checkout-pane-contact-information>.form-item {
		border-radius: 0.5rem;
	}
}@media (min-width: 1024px) {

	.layout-checkout-form .checkout-pane.checkout-pane-contact-information>.form-item {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}.layout-checkout-form .checkout-pane.checkout-pane-shipping-information>.form-wrapper:not(:empty) {
	overflow: hidden;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(231, 229, 228, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1rem;
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}@media (min-width: 640px) {

	.layout-checkout-form .checkout-pane.checkout-pane-shipping-information>.form-wrapper:not(:empty) {
		border-radius: 0.5rem;
	}
}@media (min-width: 1024px) {

	.layout-checkout-form .checkout-pane.checkout-pane-shipping-information>.form-wrapper:not(:empty) {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}.layout-checkout-form .checkout-pane.checkout-pane-shipping-information>.form-wrapper:not(:empty) .field--type-address>.form-wrapper > :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));
}.layout-checkout-form .checkout-pane.checkout-pane-shipping-information>.form-wrapper:not(:empty) .field--type-address>.form-wrapper>.form-wrapper>div>.form-wrapper > :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));
}.layout-checkout-form .checkout-pane.checkout-pane-shipping-information input[type=submit] {
	margin-top: 1rem;
	display: inline-flex;
	width: auto;
	cursor: pointer;
	align-items: center;
	align-self: flex-start;
	border-radius: 0.375rem;
	border-width: 1px;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: rgba(230, 249, 249, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(0, 115, 115, var(--tw-text-opacity));
}.layout-checkout-form .checkout-pane.checkout-pane-shipping-information input[type=submit]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(191, 239, 239, var(--tw-bg-opacity));
}.layout-checkout-form .checkout-pane.checkout-pane-shipping-information input[type=submit]:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 191, 192, var(--tw-ring-opacity));
	--tw-ring-offset-width: 2px;
}.layout-checkout-form .checkout-pane.checkout-pane-shipping-information #edit-shipping-information-recalculate-shipping {
	margin-top: 1rem;
	margin-bottom: 1rem;
}.layout-checkout-form .checkout-pane.checkout-pane-payment-information>.form-wrapper:not(:empty) {
	overflow: hidden;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(231, 229, 228, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1rem;
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}@media (min-width: 640px) {

	.layout-checkout-form .checkout-pane.checkout-pane-payment-information>.form-wrapper:not(:empty) {
		border-radius: 0.5rem;
	}
}@media (min-width: 1024px) {

	.layout-checkout-form .checkout-pane.checkout-pane-payment-information>.form-wrapper:not(:empty) {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}.layout-checkout-form .checkout-pane.checkout-pane-payment-information>.form-wrapper:not(:empty) .form-item__label {
	margin-left: 0.75rem;
}.layout-checkout-form .layout-region-checkout-secondary > :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));
}.layout-checkout-form .layout-region-checkout-secondary #navWrapper {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
}.layout-checkout-form .layout-region-checkout-secondary #navWrapper>h3 {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgba(28, 25, 23, var(--tw-text-opacity));
}.layout-checkout-form .layout-region-checkout-secondary #navWrapper .checkout-pane-order-summary {
	margin-top: 1.5rem;
}.layout-checkout-form .layout-region-checkout-secondary #navWrapper .checkout-pane-order-summary>.form-wrapper {
	padding: 0px;
}.layout-checkout-form .layout-region-checkout-secondary #navWrapper .checkout-pane-order-summary .views-element-container {
	overflow: hidden;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(231, 229, 228, var(--tw-border-opacity));
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}@media (min-width: 640px) {

	.layout-checkout-form .layout-region-checkout-secondary #navWrapper .checkout-pane-order-summary .views-element-container {
		border-radius: 0.5rem;
	}
}.layout-checkout-form .layout-region-checkout-secondary #navWrapper .checkout-pane-order-summary .views-element-container table {
	min-width: 100%;
}.layout-checkout-form .layout-region-checkout-secondary #navWrapper .checkout-pane-order-summary .views-element-container table > :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));
	--tw-divide-opacity: 1;
	border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
}.layout-checkout-form .layout-region-checkout-secondary #navWrapper .checkout-pane-order-summary .views-element-container table td {
	white-space: nowrap;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(120, 113, 108, var(--tw-text-opacity));
}.layout-checkout-form .layout-region-checkout-secondary #navWrapper .checkout-pane-order-summary .views-element-container table td.views-field-purchased-entity a {
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(244, 63, 94, var(--tw-text-opacity));
}.layout-checkout-form .layout-region-checkout-secondary #navWrapper .checkout-pane-order-summary .views-element-container table td.views-field-purchased-entity a:hover {
	--tw-text-opacity: 1;
	color: rgba(190, 18, 60, var(--tw-text-opacity));
}.layout-checkout-form .layout-region-checkout-secondary #navWrapper .checkout-pane-order-summary .views-element-container table td.views-field-total-price__number {
	text-align: right;
}.layout-checkout-form .layout-region-checkout-secondary #navWrapper .checkout-pane-order-summary .views-element-container footer {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}.layout-checkout-form .layout-region-checkout-secondary #navWrapper .checkout-pane-order-summary .views-element-container footer .order-total-line .order-total-line-value {
	text-align: right;
}.layout-checkout-form .layout-region-checkout-secondary .checkout-pane-coupon-redemption {
	padding-top: 1.5rem;
}.layout-checkout-form .layout-region-checkout-secondary .checkout-pane-coupon-redemption .form-wrapper > :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));
}.layout-checkout-form .layout-region-checkout-secondary .checkout-pane-coupon-redemption .form-wrapper {
	overflow: hidden;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(231, 229, 228, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1rem;
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}@media (min-width: 640px) {

	.layout-checkout-form .layout-region-checkout-secondary .checkout-pane-coupon-redemption .form-wrapper {
		border-radius: 0.5rem;
	}
}@media (min-width: 1024px) {

	.layout-checkout-form .layout-region-checkout-secondary .checkout-pane-coupon-redemption .form-wrapper {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}.layout-checkout-form .layout-region-checkout-secondary .checkout-pane-coupon-redemption .form-wrapper .form-item > :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));
}.layout-checkout-form .layout-region-checkout-secondary .checkout-pane-coupon-redemption .form-wrapper .form-item .form-item__label {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(28, 25, 23, var(--tw-text-opacity));
}@media (min-width: 640px) {

	.layout-checkout-form .layout-region-checkout-secondary .checkout-pane-coupon-redemption .form-wrapper .form-item>div {
		max-width: 32rem;
	}
}@media (min-width: 768px) {

	.layout-checkout-form .layout-region-checkout-secondary .checkout-pane-coupon-redemption .form-wrapper .form-item>div {
		max-width: 20rem;
	}
}.cta {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
	padding: 3rem;
	text-align: center;
	text-transform: uppercase;
}.breadcrumb {
	margin: 0px;
	padding: 0px;list-style:none;
}.breadcrumb__item,.breadcrumb__link,.breadcrumb__link:link,.breadcrumb__link:visited,.breadcrumb__link:focus{color:#4c5564;text-decoration:none}.breadcrumb__link:hover{color:#384152}.breadcrumb__item{display:inline-block;font-size:0.75rem}.breadcrumb__item::after{content:'/'}.breadcrumb__item:last-child{color:#6b7281}.breadcrumb__item:last-child::after{content:''}.breadcrumb_link:active{color:#6b7281}.menu-user .menu-item {
	margin-top: 0.25rem;
	display: flex;
	align-items: center;
	border-left-width: 4px;
	border-color: transparent;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(28, 25, 23, var(--tw-text-opacity));
}.menu-user .menu-item:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(28, 25, 23, var(--tw-text-opacity));
}.menu-user .menu-item>div {
	margin-left: -0.25rem;
	margin-right: 0.75rem;
	height: 1.5rem;
	width: 1.5rem;
	flex-shrink: 0;
	--tw-text-opacity: 1;
	color: rgba(168, 162, 158, var(--tw-text-opacity));
}.group:hover .menu-user .menu-item>div {
	--tw-text-opacity: 1;
	color: rgba(120, 113, 108, var(--tw-text-opacity));
}.menu-user .menu-item__active-trail {
	display: flex;
	align-items: center;
	border-left-width: 4px;
	--tw-border-opacity: 1;
	border-color: rgba(247, 152, 78, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 250, 246, var(--tw-bg-opacity));
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(148, 91, 47, var(--tw-text-opacity));
}.menu-user .menu-item__active-trail:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 250, 246, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(148, 91, 47, var(--tw-text-opacity));
}.menu-user .menu-item__active-trail>div {
	margin-left: -0.25rem;
	margin-right: 0.75rem;
	height: 1.5rem;
	width: 1.5rem;
	flex-shrink: 0;
	--tw-text-opacity: 1;
	color: rgba(247, 152, 78, var(--tw-text-opacity));
}.group:hover .menu-user .menu-item__active-trail>div {
	--tw-text-opacity: 1;
	color: rgba(247, 152, 78, var(--tw-text-opacity));
}.inline-menu {
	margin: 0px;
	padding: 0px;list-style:none;
}.inline-menu__item {
	margin-right: 1rem;
	margin-bottom: 0.5rem;
}@media (min-width: 1024px){.inline-menu__item {
		display: inline;
	}.inline-menu__item {
		margin-bottom: 1rem;
	}}.inline-menu__item:last-child {
	margin-right: 0px;
}.inline-menu__link {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.025em;
	text-decoration: none;
}.inline-menu__link:hover {
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
}@media (min-width: 640px){.header__menu .main-menu {
		margin-left: 1.5rem;
	}.header__menu .main-menu {
		display: flex;
	}.header__menu .main-menu {
		min-height: 100%;
	}.main-menu__item {
		margin-left: 2rem;
	}.main-menu__item {
		min-height: 100%;
	}.main-menu__item:nth-child(1) {
		margin-left: 0px;
	}}.header__menu-mobile .main-menu__link {
	margin-top: 0.25rem;
	display: block;
	border-left-width: 4px;
	border-color: transparent;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 1rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(87, 83, 78, var(--tw-text-opacity));
	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-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.header__menu-mobile .main-menu__link:hover {
	--tw-border-opacity: 1;
	border-color: rgba(214, 211, 209, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(41, 37, 36, var(--tw-text-opacity));
}.header__menu-mobile .main-menu__link:focus {
	--tw-border-opacity: 1;
	border-color: rgba(214, 211, 209, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(41, 37, 36, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}@media (min-width: 640px){.header__menu .main-menu__link {
		display: inline-flex;
	}.header__menu .main-menu__link {
		align-items: center;
	}.header__menu .main-menu__link {
		border-bottom-width: 2px;
	}.header__menu .main-menu__link {
		border-color: transparent;
	}.header__menu .main-menu__link {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}.header__menu .main-menu__link {
		padding-top: 0.25rem;
	}.header__menu .main-menu__link {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}.header__menu .main-menu__link {
		font-weight: 500;
	}.header__menu .main-menu__link {
		line-height: 1.25rem;
	}.header__menu .main-menu__link {
		--tw-text-opacity: 1;
		color: rgba(120, 113, 108, var(--tw-text-opacity));
	}.header__menu .main-menu__link {
		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;
	}.header__menu .main-menu__link {
		transition-duration: 150ms;
	}.header__menu .main-menu__link {
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	}.header__menu .main-menu__link {
		min-height: 100%;
	}.header__menu .main-menu__link:hover {
		--tw-border-opacity: 1;
		border-color: rgba(214, 211, 209, var(--tw-border-opacity));
	}.header__menu .main-menu__link:hover {
		--tw-text-opacity: 1;
		color: rgba(68, 64, 60, var(--tw-text-opacity));
	}.header__menu .main-menu__link:focus {
		--tw-border-opacity: 1;
		border-color: rgba(214, 211, 209, var(--tw-border-opacity));
	}.header__menu .main-menu__link:focus {
		--tw-text-opacity: 1;
		color: rgba(68, 64, 60, var(--tw-text-opacity));
	}.header__menu .main-menu__link:focus {
		outline: 2px solid transparent;
		outline-offset: 2px;
	}.header__menu .main-menu__link--active, .header__menu .main-menu__link:active, .header__menu .main-menu__link.active {
		--tw-border-opacity: 1;
		border-color: rgba(245, 158, 11, var(--tw-border-opacity));
	}.header__menu .main-menu__link--active, .header__menu .main-menu__link:active, .header__menu .main-menu__link.active {
		--tw-text-opacity: 1;
		color: rgba(28, 25, 23, var(--tw-text-opacity));
	}.header__menu .main-menu__link--active:focus, .header__menu .main-menu__link:active:focus, .header__menu .main-menu__link.active:focus {
		--tw-border-opacity: 1;
		border-color: rgba(180, 83, 9, var(--tw-border-opacity));
	}.header__menu .main-menu__link--active:focus, .header__menu .main-menu__link:active:focus, .header__menu .main-menu__link.active:focus {
		outline: 2px solid transparent;
		outline-offset: 2px;
	}.header__menu .main-menu__link--sub::after{display:none}}@media (min-width: 1024px){.header__menu .main-menu__link {
		padding-left: 1rem;
		padding-right: 1rem;
	}}.social-menu {
	margin: 0px;
	padding: 0px;list-style:none;
}.social-menu__item{margin-bottom:.25rem}.social-menu__link{display:flex;flex-flow:row nowrap;align-items:center;text-decoration:none;color:#000}.social-menu__icon{height:2rem;width:2rem;margin-right:.5rem;fill:currentColor}.social-menu__text{font-weight:bold}.pager {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(231, 229, 228, var(--tw-border-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
}@media (min-width: 640px){.pager {
		padding-left: 0px;
		padding-right: 0px;
	}}.pager__item {
	display: none;
}@media (min-width: 768px){.pager__item {
		display: flex;
	}}.pager__link, .pager__link:link, .pager__link:visited {
	margin-top: -1px;
	display: inline-flex;
	align-items: center;
	border-top-width: 2px;
	border-color: transparent;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(120, 113, 108, var(--tw-text-opacity));
	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-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.pager__link:hover, .pager__link:link:hover, .pager__link:visited:hover {
	--tw-border-opacity: 1;
	border-color: rgba(214, 211, 209, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(68, 64, 60, var(--tw-text-opacity));
}.pager__link:focus, .pager__link:link:focus, .pager__link:visited:focus {
	--tw-border-opacity: 1;
	border-color: rgba(168, 162, 158, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(68, 64, 60, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}.pager__link.is-active, .pager__link:link.is-active, .pager__link:visited.is-active {
	--tw-border-opacity: 1;
	border-color: rgba(245, 158, 11, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(217, 119, 6, var(--tw-text-opacity));
}.pager__link.is-active:hover, .pager__link:link.is-active:hover, .pager__link:visited.is-active:hover {
	--tw-border-opacity: 1;
	border-color: rgba(180, 83, 9, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(146, 64, 14, var(--tw-text-opacity));
}.pager__link--next, .pager__link--prev {
	display: flex;
	width: 0px;
	flex: 1 1 0%;
}.pager__link--next a, .pager__link--prev a {
	margin-top: -1px;
	display: inline-flex;
	align-items: center;
	border-top-width: 2px;
	border-color: transparent;
	padding-top: 1rem;
	padding-right: 0.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(120, 113, 108, var(--tw-text-opacity));
	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-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.pager__link--next a:hover, .pager__link--prev a:hover {
	--tw-border-opacity: 1;
	border-color: rgba(214, 211, 209, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(68, 64, 60, var(--tw-text-opacity));
}.pager__link--next a:focus, .pager__link--prev a:focus {
	--tw-border-opacity: 1;
	border-color: rgba(168, 162, 158, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(68, 64, 60, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}.pager__link--next::before{content:'<svg class="ml-3 h-5 w-5 text-gray-400" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd"/></svg>'}.pager__link--prev {
	justify-content: flex-end;
}.pager__link--prev::before{content:'<svg class="mr-3 h-5 w-5 text-gray-400" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M7.707 14.707a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 1.414L5.414 9H17a1 1 0 110 2H5.414l2.293 2.293a1 1 0 010 1.414z" clip-rule="evenodd"/></svg>'}.status__list {
	margin: 0px;
	padding: 0px;list-style:none;
}.status{display:block}.status ul li {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	line-height: 1.25rem;
}.status--warning {
	--tw-text-opacity: 1;
	color: rgba(146, 64, 14, var(--tw-text-opacity));
}.status--error {
	--tw-text-opacity: 1;
	color: rgba(159, 18, 57, var(--tw-text-opacity));
}.status--status {
	--tw-text-opacity: 1;
	color: rgba(17, 94, 89, var(--tw-text-opacity));
}.tabs__link, .tabs__link--local-tasks {
	white-space: nowrap;
	border-bottom-width: 2px;
	border-color: transparent;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(120, 113, 108, var(--tw-text-opacity));
}.tabs__link:hover, .tabs__link--local-tasks:hover {
	--tw-border-opacity: 1;
	border-color: rgba(120, 113, 108, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(68, 64, 60, var(--tw-text-opacity));
}.tabs__link:focus, .tabs__link--local-tasks:focus {
	--tw-border-opacity: 1;
	border-color: rgba(120, 113, 108, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(68, 64, 60, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}.tabs__link.is-active, .tabs__link--local-tasks.is-active {
	--tw-border-opacity: 1;
	border-color: rgba(245, 158, 11, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(217, 119, 6, var(--tw-text-opacity));
}.tabs__link.is-active:focus, .tabs__link--local-tasks.is-active:focus {
	--tw-border-opacity: 1;
	border-color: rgba(180, 83, 9, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(146, 64, 14, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}.tabs__nav {
	margin: 0px;
	padding: 0px;list-style:none;
}.GradientLockup_root__sBkgs{grid-template-columns:1fr minmax(-webkit-min-content, 640px) 1fr;grid-template-columns:1fr minmax(min-content, 640px) 1fr}@media (min-width: 1024px){.GradientLockup_root__sBkgs{grid-template-columns:2rem 1fr 59.375% 2rem;grid-template-rows:auto 2.25rem auto 2.25rem}}@media (min-width: 1280px){.GradientLockup_root__sBkgs{grid-template-columns:2rem 1fr 52.5% 2rem}}.GradientLockup_root__sBkgs header {
	position: relative;
	grid-column-end: 4;
	grid-column-start: 1;
	grid-row-end: 2;
	grid-row-start: 1;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 2rem;
}@media (min-width: 640px) {

	.GradientLockup_root__sBkgs header {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}@media (min-width: 768px) {

	.GradientLockup_root__sBkgs header {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}@media (min-width: 1024px) {

	.GradientLockup_root__sBkgs header {
		grid-column-end: 4;
	}

	.GradientLockup_root__sBkgs header {
		grid-column-start: 2;
	}

	.GradientLockup_root__sBkgs header {
		padding-left: 0px;
		padding-right: 0px;
	}

	.GradientLockup_root__sBkgs header {
		padding-bottom: 2.75rem;
	}
}@media (min-width: 1280px) {

	.GradientLockup_root__sBkgs header {
		grid-column-end: 3;
	}

	.GradientLockup_root__sBkgs header {
		grid-row-end: 3;
	}

	.GradientLockup_root__sBkgs header {
		padding-bottom: 0px;
	}
}.GradientLockup_root__sBkgs .CodeWindow_root__1fMBP{height:28rem;max-height:60vh}@media (min-width: 768px){.GradientLockup_root__sBkgs .CodeWindow_root__1fMBP{height:36rem;max-height:none}}.GradientLockup_root__sBkgs .commerce-order-item-add-to-cart-form .field--name-quantity {
	display: none;
}.GradientLockup_root__sBkgs .widget-image div{width:100%;height:192px;transform-origin:50% 50% 0px;border-radius:0%}.GradientLockup_root__sBkgs .widget-image div img {
	-o-object-fit: cover;
	   object-fit: cover;width:468px;height:624px;left:0px;top:-216px;opacity:1;z-index:2;transform-origin:50% 50% 0px;
}@media (min-width: 320px){.GradientLockup_root__sBkgs .widget-image div{width:100%;height:192px;transform-origin:50% 50% 0px;border-radius:0%}.GradientLockup_root__sBkgs .widget-image div img{width:607px;height:809px;left:0px;top:-309px;opacity:1;z-index:2;transform-origin:50% 50% 0px}}@media (min-width: 640px){.GradientLockup_root__sBkgs .widget-image div{width:192px;height:256px;transform-origin:50% 50% 0px;border-radius:0%}.GradientLockup_root__sBkgs .widget-image div img{width:192px;height:256px;left:0px;top:0px;opacity:1;z-index:2;transform-origin:50% 50% 0px}}@media (min-width: 1024px){.GradientLockup_root__sBkgs .widget-image div{width:100%;height:192px;transform-origin:50% 50% 0px;border-radius:0%}.GradientLockup_root__sBkgs .widget-image div img {
		position: absolute;
	}.GradientLockup_root__sBkgs .widget-image div img {
		max-width: none;
	}.GradientLockup_root__sBkgs .widget-image div img{width:384px;height:512px;left:0px;top:-160px;opacity:1;z-index:2;transform-origin:50% 50% 0px}}@media (min-width: 1280px){.GradientLockup_root__sBkgs .widget-image div{width:192px;height:256px;transform-origin:0% 0% 0px;border-radius:0%}.GradientLockup_root__sBkgs .widget-image div img{width:192px;height:256px;left:0px;top:0px;opacity:1;z-index:2;transform-origin:0% 100% 0px}}.GradientLockup_root__sBkgs .widget-image-product{height:250px}@media (min-width: 768px){.GradientLockup_root__sBkgs .widget-image-product{height:576px}}.GradientLockup_root__sBkgs .widget-image-product img {
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	-o-object-fit: cover;
	   object-fit: cover;
}.grid__item{flex:1 1 100%;margin-bottom:2rem}@media (min-width: 1024px){.grid__item{margin:0 2rem 0 0;flex-basis:30%}}.grid__item:last-child{margin-right:0}.grid__item--example{background-color:#e5e7eb;padding:4rem}.grid{display:flex;flex-wrap:wrap}.grid--card {
	margin-bottom: 2rem;
}.footer {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.footer__inner {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-left: 1rem;
	padding-right: 1rem;
}@media (min-width: 640px) {

	.footer__inner {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}@media (min-width: 1024px) {

	.footer__inner {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}.footer__social{margin-bottom:1rem}@media (min-width: 1024px){.footer__social{flex:0 1 30%;margin-bottom:0;margin-right:1rem}}.footer__menu {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}.header {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	margin-bottom: 4rem;
}.header__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	padding-left: 1rem;
	padding-right: 1rem;
}@media (min-width: 640px){.header__inner {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}}@media (min-width: 1024px){.header__inner {
		padding-left: 2rem;
		padding-right: 2rem;
	}}.header__primary {
	display: flex;
	height: 4rem;
	justify-content: space-between;
}.header__branding {
	display: flex;
	flex-shrink: 0;
	align-items: center;
}.header__branding .mark__image {
	display: block;
	height: 2rem;
	width: auto;
}@media (min-width: 1024px){.header__branding .mark__image {
		display: none;
	}}.header__branding .logo__image {
	display: none;
	height: 2rem;
	width: auto;
}@media (min-width: 1024px){.header__branding .logo__image {
		display: block;
	}}.header__menu {
	display: none;
}@media (min-width: 640px){.header__menu {
		margin-left: 1.5rem;
	}.header__menu {
		display: flex;
	}}.main {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
}@media (min-width: 1280px) {

	.main {
		max-width: 1280px;
	}
}@media (min-width: 1024px){.main--with-sidebar{display:grid;grid-gap:1rem;grid-template-areas:"content sidebar";grid-template-columns:calc(100% - (33% + 1rem)) 33%}}.main-sidebar{grid-area:sidebar;margin-bottom: 2rem}.main-content{grid-area:content;width: 100%}.place-holder {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}@media (min-width: 640px) {

	.place-holder {
		padding-left: 0px;
		padding-right: 0px;
	}
}.place-holder__content {
	border-radius: 0.5rem;
	border-width: 4px;
	border-style: dashed;
	--tw-border-opacity: 1;
	border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}.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;
}.pointer-events-none {
	pointer-events: none;
}.invisible {
	visibility: hidden;
}.visible {
	visibility: visible;
}.relative {
	position: relative;
}.absolute {
	position: absolute;
}.fixed {
	position: fixed;
}.sticky {
	position: sticky;
}.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}.inset-y-0 {
	top: 0px;
	bottom: 0px;
}.inset-x-0 {
	left: 0px;
	right: 0px;
}.left-0 {
	left: 0px;
}.left-1\/2 {
	left: 50%;
}.top-0 {
	top: 0px;
}.right-0 {
	right: 0px;
}.bottom-0 {
	bottom: 0px;
}.left-3\/4 {
	left: 75%;
}.z-10 {
	z-index: 10;
}.z-20 {
	z-index: 20;
}.order-2 {
	order: 2;
}.order-1 {
	order: 1;
}.col-end-3 {
	grid-column-end: 3;
}.col-end-4 {
	grid-column-end: 4;
}.col-start-2 {
	grid-column-start: 2;
}.col-start-1 {
	grid-column-start: 1;
}.row-end-4 {
	grid-row-end: 4;
}.row-end-3 {
	grid-row-end: 3;
}.row-end-2 {
	grid-row-end: 2;
}.row-start-2 {
	grid-row-start: 2;
}.row-start-3 {
	grid-row-start: 3;
}.row-start-1 {
	grid-row-start: 1;
}.-m-3 {
	margin: -0.75rem;
}.mx-auto {
	margin-left: auto;
	margin-right: auto;
}.-my-2 {
	margin-top: -0.5rem;
	margin-bottom: -0.5rem;
}.-my-0\.5 {
	margin-top: -0.125rem;
	margin-bottom: -0.125rem;
}.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem;
}.-my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}.-mt-32 {
	margin-top: -8rem;
}.mt-1 {
	margin-top: 0.25rem;
}.-ml-1 {
	margin-left: -0.25rem;
}.mr-3 {
	margin-right: 0.75rem;
}.mb-4 {
	margin-bottom: 1rem;
}.-mt-px {
	margin-top: -1px;
}.ml-3 {
	margin-left: 0.75rem;
}.-mb-px {
	margin-bottom: -1px;
}.-mb-1 {
	margin-bottom: -0.25rem;
}.mt-12 {
	margin-top: 3rem;
}.mt-4 {
	margin-top: 1rem;
}.-mr-2 {
	margin-right: -0.5rem;
}.ml-2 {
	margin-left: 0.5rem;
}.-ml-4 {
	margin-left: -1rem;
}.mt-3 {
	margin-top: 0.75rem;
}.ml-4 {
	margin-left: 1rem;
}.mr-36 {
	margin-right: 9rem;
}.mt-6 {
	margin-top: 1.5rem;
}.mt-8 {
	margin-top: 2rem;
}.-mr-8 {
	margin-right: -2rem;
}.-mt-6 {
	margin-top: -1.5rem;
}.mt-2 {
	margin-top: 0.5rem;
}.mt-5 {
	margin-top: 1.25rem;
}.-mt-20 {
	margin-top: -5rem;
}.-mr-20 {
	margin-right: -5rem;
}.mt-16 {
	margin-top: 4rem;
}.mt-10 {
	margin-top: 2.5rem;
}.mb-10 {
	margin-bottom: 2.5rem;
}.mb-8 {
	margin-bottom: 2rem;
}.mb-3 {
	margin-bottom: 0.75rem;
}.mb-6 {
	margin-bottom: 1.5rem;
}.block {
	display: block;
}.inline-block {
	display: inline-block;
}.inline {
	display: inline;
}.flex {
	display: flex;
}.inline-flex {
	display: inline-flex;
}.table {
	display: table;
}.flow-root {
	display: flow-root;
}.grid {
	display: grid;
}.list-item {
	display: list-item;
}.hidden {
	display: none;
}.h-6 {
	height: 1.5rem;
}.h-4 {
	height: 1rem;
}.h-5 {
	height: 1.25rem;
}.h-full {
	height: 100%;
}.h-16 {
	height: 4rem;
}.h-10 {
	height: 2.5rem;
}.h-12 {
	height: 3rem;
}.h-56 {
	height: 14rem;
}.h-64 {
	height: 16rem;
}.min-h-screen {
	min-height: 100vh;
}.w-6 {
	width: 1.5rem;
}.w-4 {
	width: 1rem;
}.w-full {
	width: 100%;
}.w-5 {
	width: 1.25rem;
}.w-auto {
	width: auto;
}.w-0 {
	width: 0px;
}.w-screen {
	width: 100vw;
}.w-1\/2 {
	width: 50%;
}.w-10 {
	width: 2.5rem;
}.w-12 {
	width: 3rem;
}.min-w-full {
	min-width: 100%;
}.max-w-7xl {
	max-width: 80rem;
}.max-w-screen-xl {
	max-width: 1280px;
}.max-w-lg {
	max-width: 32rem;
}.max-w-md {
	max-width: 28rem;
}.max-w-xs {
	max-width: 20rem;
}.max-w-3xl {
	max-width: 48rem;
}.max-w-prose {
	max-width: 65ch;
}.max-w-sm {
	max-width: 24rem;
}.max-w-4xl {
	max-width: 56rem;
}.max-w-screen-lg {
	max-width: 1024px;
}.flex-1 {
	flex: 1 1 0%;
}.flex-none {
	flex: none;
}.flex-auto {
	flex: 1 1 auto;
}.flex-shrink-0 {
	flex-shrink: 0;
}.transform {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.origin-top-right {
	transform-origin: top right;
}.translate-y-1 {
	--tw-translate-y: 0.25rem;
}.translate-y-0 {
	--tw-translate-y: 0px;
}.-translate-x-1\/2 {
	--tw-translate-x: -50%;
}.translate-y-4 {
	--tw-translate-y: 1rem;
}.-rotate-1 {
	--tw-rotate: -1deg;
}.scale-95 {
	--tw-scale-x: .95;
	--tw-scale-y: .95;
}.scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
}.cursor-pointer {
	cursor: pointer;
}.appearance-none {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}.flex-col {
	flex-direction: column;
}.flex-wrap {
	flex-wrap: wrap;
}.items-center {
	align-items: center;
}.items-start {
	align-items: flex-start;
}.items-baseline {
	align-items: baseline;
}.justify-between {
	justify-content: space-between;
}.justify-end {
	justify-content: flex-end;
}.justify-start {
	justify-content: flex-start;
}.justify-center {
	justify-content: center;
}.gap-8 {
	gap: 2rem;
}.gap-6 {
	gap: 1.5rem;
}.gap-3 {
	gap: 0.75rem;
}.gap-16 {
	gap: 4rem;
}.gap-y-8 {
	row-gap: 2rem;
}.gap-y-4 {
	row-gap: 1rem;
}.gap-x-8 {
	-moz-column-gap: 2rem;
	     column-gap: 2rem;
}.gap-y-6 {
	row-gap: 1.5rem;
}.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));
}.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-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-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-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-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-x-10 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.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-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-y-40 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(10rem * 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)));
}.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-gray-200 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
}.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
}.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
}.self-center {
	align-self: center;
}.self-start {
	align-self: flex-start;
}.overflow-hidden {
	overflow: hidden;
}.overflow-x-hidden {
	overflow-x: hidden;
}.overflow-auto {
	overflow: auto;
}.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}.whitespace-nowrap {
	white-space: nowrap;
}.whitespace-pre {
	white-space: pre;
}.rounded-lg {
	border-radius: 0.5rem;
}.rounded {
	border-radius: 0.25rem;
}.rounded-md {
	border-radius: 0.375rem;
}.rounded-none {
	border-radius: 0px;
}.rounded-3xl {
	border-radius: 1.5rem;
}.rounded-full {
	border-radius: 9999px;
}.rounded-xl {
	border-radius: 0.75rem;
}.rounded-l-md {
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}.rounded-r-md {
	border-top-right-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
}.rounded-l-lg {
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}.rounded-tl-lg {
	border-top-left-radius: 0.5rem;
}.border {
	border-width: 1px;
}.border-l-4 {
	border-left-width: 4px;
}.border-r-0 {
	border-right-width: 0px;
}.border-t {
	border-top-width: 1px;
}.border-t-2 {
	border-top-width: 2px;
}.border-b {
	border-bottom-width: 1px;
}.border-transparent {
	border-color: transparent;
}.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}.border-yellow-500 {
	--tw-border-opacity: 1;
	border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}.border-red-400 {
	--tw-border-opacity: 1;
	border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}.border-green-400 {
	--tw-border-opacity: 1;
	border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}.border-yellow-400 {
	--tw-border-opacity: 1;
	border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}.bg-tan-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(247, 152, 78, var(--tw-bg-opacity));
}.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.bg-hibiscus-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(230, 79, 78, var(--tw-bg-opacity));
}.bg-java-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(230, 249, 249, var(--tw-bg-opacity));
}.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}.bg-red-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}.bg-green-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}.bg-yellow-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}.bg-red-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.bg-red-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}.bg-gray-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}.bg-opacity-75 {
	--tw-bg-opacity: 0.75;
}.bg-gradient-to-br {
	background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}.from-tan-400 {
	--tw-gradient-from: #F9B783;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 183, 131, 0));
}.to-hibiscus-600 {
	--tw-gradient-to: #E64F4E;
}.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}.object-center {
	-o-object-position: center;
	   object-position: center;
}.p-4 {
	padding: 1rem;
}.p-2 {
	padding: 0.5rem;
}.p-3 {
	padding: 0.75rem;
}.p-6 {
	padding: 1.5rem;
}.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}.py-2\.5 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}.py-0\.5 {
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}.pb-32 {
	padding-bottom: 8rem;
}.pb-6 {
	padding-bottom: 1.5rem;
}.pl-3 {
	padding-left: 0.75rem;
}.pl-10 {
	padding-left: 2.5rem;
}.pt-4 {
	padding-top: 1rem;
}.pr-1 {
	padding-right: 0.25rem;
}.pl-1 {
	padding-left: 0.25rem;
}.pt-8 {
	padding-top: 2rem;
}.pt-5 {
	padding-top: 1.25rem;
}.pl-4 {
	padding-left: 1rem;
}.pl-8 {
	padding-left: 2rem;
}.pt-6 {
	padding-top: 1.5rem;
}.pb-4 {
	padding-bottom: 1rem;
}.pb-8 {
	padding-bottom: 2rem;
}.pr-4 {
	padding-right: 1rem;
}.pb-10 {
	padding-bottom: 2.5rem;
}.pt-12 {
	padding-top: 3rem;
}.pb-16 {
	padding-bottom: 4rem;
}.pt-16 {
	padding-top: 4rem;
}.pb-20 {
	padding-bottom: 5rem;
}.pl-0\.5 {
	padding-left: 0.125rem;
}.pl-0 {
	padding-left: 0px;
}.text-center {
	text-align: center;
}.text-left {
	text-align: left;
}.align-top {
	vertical-align: top;
}.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}.font-bold {
	font-weight: 700;
}.font-medium {
	font-weight: 500;
}.font-semibold {
	font-weight: 600;
}.font-extrabold {
	font-weight: 800;
}.uppercase {
	text-transform: uppercase;
}.leading-4 {
	line-height: 1rem;
}.leading-5 {
	line-height: 1.25rem;
}.leading-8 {
	line-height: 2rem;
}.leading-6 {
	line-height: 1.5rem;
}.leading-none {
	line-height: 1;
}.leading-9 {
	line-height: 2.25rem;
}.tracking-wider {
	letter-spacing: 0.05em;
}.tracking-tight {
	letter-spacing: -0.025em;
}.tracking-wide {
	letter-spacing: 0.025em;
}.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(28, 25, 23, var(--tw-text-opacity));
}.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(168, 162, 158, var(--tw-text-opacity));
}.text-yellow-600 {
	--tw-text-opacity: 1;
	color: rgba(217, 119, 6, var(--tw-text-opacity));
}.text-java-700 {
	--tw-text-opacity: 1;
	color: rgba(0, 115, 115, var(--tw-text-opacity));
}.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(120, 113, 108, var(--tw-text-opacity));
}.text-red-400 {
	--tw-text-opacity: 1;
	color: rgba(251, 113, 133, var(--tw-text-opacity));
}.text-green-400 {
	--tw-text-opacity: 1;
	color: rgba(45, 212, 191, var(--tw-text-opacity));
}.text-yellow-400 {
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
}.text-red-700 {
	--tw-text-opacity: 1;
	color: rgba(190, 18, 60, var(--tw-text-opacity));
}.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(244, 63, 94, var(--tw-text-opacity));
}.text-red-600 {
	--tw-text-opacity: 1;
	color: rgba(225, 29, 72, var(--tw-text-opacity));
}.text-tan-200 {
	--tw-text-opacity: 1;
	color: rgba(253, 229, 211, var(--tw-text-opacity));
}.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(68, 64, 60, var(--tw-text-opacity));
}.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(214, 211, 209, var(--tw-text-opacity));
}.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.text-tan-600 {
	--tw-text-opacity: 1;
	color: rgba(222, 137, 70, var(--tw-text-opacity));
}.text-red-800 {
	--tw-text-opacity: 1;
	color: rgba(159, 18, 57, var(--tw-text-opacity));
}.text-hibiscus-600 {
	--tw-text-opacity: 1;
	color: rgba(230, 79, 78, var(--tw-text-opacity));
}.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgba(231, 229, 228, var(--tw-text-opacity));
}.text-tan-500 {
	--tw-text-opacity: 1;
	color: rgba(247, 152, 78, var(--tw-text-opacity));
}.text-java-500 {
	--tw-text-opacity: 1;
	color: rgba(0, 191, 192, var(--tw-text-opacity));
}.underline {
	text-decoration: underline;
}.placeholder-gray-400::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}.placeholder-gray-400:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}.placeholder-gray-400::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}.placeholder-gray-500::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}.placeholder-gray-500:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}.placeholder-gray-500::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}.opacity-0 {
	opacity: 0;
}.opacity-100 {
	opacity: 1;
}.opacity-75 {
	opacity: 0.75;
}.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-sm {
	--tw-shadow: 0 1px 2px 0 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-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-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), 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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.ring-1 {
	--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, 0 0 #0000);
}.ring-black {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}.ring-opacity-5 {
	--tw-ring-opacity: 0.05;
}.filter {
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.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-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-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}.duration-150 {
	transition-duration: 150ms;
}.duration-200 {
	transition-duration: 200ms;
}.duration-100 {
	transition-duration: 100ms;
}.duration-300 {
	transition-duration: 300ms;
}.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);
}.full-width {
	width: 100%;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}.hover\:border-gray-300:hover {
	--tw-border-opacity: 1;
	border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}.hover\:bg-gray-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}.hover\:bg-red-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}.hover\:bg-java-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(191, 239, 239, var(--tw-bg-opacity));
}.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}.hover\:bg-tan-400:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 183, 131, var(--tw-bg-opacity));
}.hover\:bg-red-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}.hover\:bg-hibiscus-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(153, 53, 52, var(--tw-bg-opacity));
}.hover\:text-gray-900:hover {
	--tw-text-opacity: 1;
	color: rgba(28, 25, 23, var(--tw-text-opacity));
}.hover\:text-gray-700:hover {
	--tw-text-opacity: 1;
	color: rgba(68, 64, 60, var(--tw-text-opacity));
}.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgba(120, 113, 108, var(--tw-text-opacity));
}.hover\:text-red-500:hover {
	--tw-text-opacity: 1;
	color: rgba(244, 63, 94, var(--tw-text-opacity));
}.hover\:text-red-700:hover {
	--tw-text-opacity: 1;
	color: rgba(190, 18, 60, var(--tw-text-opacity));
}.hover\:text-tan-800:hover {
	--tw-text-opacity: 1;
	color: rgba(111, 68, 35, var(--tw-text-opacity));
}.focus\:border-yellow-500:focus {
	--tw-border-opacity: 1;
	border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}.focus\:border-yellow-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}.focus\:border-gray-400:focus {
	--tw-border-opacity: 1;
	border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}.focus\:border-yellow-700:focus {
	--tw-border-opacity: 1;
	border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}.focus\:border-red-700:focus {
	--tw-border-opacity: 1;
	border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}.focus\:border-blue-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}.focus\:bg-tan-400:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 183, 131, var(--tw-bg-opacity));
}.focus\:text-gray-700:focus {
	--tw-text-opacity: 1;
	color: rgba(68, 64, 60, var(--tw-text-opacity));
}.focus\:text-yellow-800:focus {
	--tw-text-opacity: 1;
	color: rgba(146, 64, 14, var(--tw-text-opacity));
}.focus\:text-gray-500:focus {
	--tw-text-opacity: 1;
	color: rgba(120, 113, 108, var(--tw-text-opacity));
}.focus\:underline:focus {
	text-decoration: underline;
}.focus\:placeholder-gray-400:focus::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}.focus\:placeholder-gray-400:focus::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(168, 162, 158, var(--tw-placeholder-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), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-inset:focus {
	--tw-ring-inset: inset;
}.focus\:ring-yellow-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}.focus\:ring-red-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}.focus\:ring-java-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 191, 192, var(--tw-ring-opacity));
}.focus\:ring-current:focus {
	--tw-ring-color: currentColor;
}.focus\:ring-offset-2:focus {
	--tw-ring-offset-width: 2px;
}.focus-visible\:ring-2:focus-visible {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus-visible\:ring-gray-300:focus-visible {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}.focus-visible\:ring-offset-white:focus-visible {
	--tw-ring-offset-color: #fff;
}.group:hover .group-hover\:text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(120, 113, 108, var(--tw-text-opacity));
}.group:hover .group-hover\:text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(244, 63, 94, var(--tw-text-opacity));
}@media (min-width: 640px) {

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

	.sm\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

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

	.sm\:-mx-6 {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}

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

	.sm\:ml-3 {
		margin-left: 0.75rem;
	}

	.sm\:mr-0 {
		margin-right: 0px;
	}

	.sm\:ml-0 {
		margin-left: 0px;
	}

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

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

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

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

	.sm\:block {
		display: block;
	}

	.sm\:inline {
		display: inline;
	}

	.sm\:flex {
		display: flex;
	}

	.sm\:h-20 {
		height: 5rem;
	}

	.sm\:h-10 {
		height: 2.5rem;
	}

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

	.sm\:w-full {
		width: 100%;
	}

	.sm\:w-10 {
		width: 2.5rem;
	}

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

	.sm\:max-w-xs {
		max-width: 20rem;
	}

	.sm\:max-w-md {
		max-width: 28rem;
	}

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

	.sm\:flex-shrink-0 {
		flex-shrink: 0;
	}

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

	.sm\:-rotate-2 {
		--tw-rotate: -2deg;
	}

	.sm\:scale-95 {
		--tw-scale-x: .95;
		--tw-scale-y: .95;
	}

	.sm\:scale-100 {
		--tw-scale-x: 1;
		--tw-scale-y: 1;
	}

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

	.sm\:flex-row-reverse {
		flex-direction: row-reverse;
	}

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

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

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

	.sm\:gap-8 {
		gap: 2rem;
	}

	.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\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(2.5rem * var(--tw-space-x-reverse));
		margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
	}

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

	.sm\:rounded-lg {
		border-radius: 0.5rem;
	}

	.sm\:rounded-tr-lg {
		border-top-right-radius: 0.5rem;
	}

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

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

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

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

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

	.sm\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.sm\:pl-0 {
		padding-left: 0px;
	}

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

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

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

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

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

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

	.sm\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

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

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

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

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

	.sm\:leading-9 {
		line-height: 2.25rem;
	}

	.sm\:leading-snug {
		line-height: 1.375;
	}

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

	.md\:-mx-8 {
		margin-left: -2rem;
		margin-right: -2rem;
	}

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

	.md\:mt-5 {
		margin-top: 1.25rem;
	}

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

	.md\:mb-20 {
		margin-bottom: 5rem;
	}

	.md\:block {
		display: block;
	}

	.md\:flex {
		display: flex;
	}

	.md\:grid {
		display: grid;
	}

	.md\:hidden {
		display: none;
	}

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

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

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

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

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

	.md\:gap-8 {
		gap: 2rem;
	}

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

	.md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-divide-y-reverse: 0;
		border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
		border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
	}

	.md\:overflow-x-visible {
		overflow-x: visible;
	}

	.md\:rounded-xl {
		border-radius: 0.75rem;
	}

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

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

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

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

	.md\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

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

	.md\:pb-20 {
		padding-bottom: 5rem;
	}

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

	.md\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}

	.md\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}@media (min-width: 1024px) {

	.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\:static {
		position: static;
	}

	.lg\:relative {
		position: relative;
	}

	.lg\:sticky {
		position: sticky;
	}

	.lg\:absolute {
		position: absolute;
	}

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

	.lg\:inset-y-0 {
		top: 0px;
		bottom: 0px;
	}

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

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

	.lg\:left-0 {
		left: 0px;
	}

	.lg\:right-0 {
		right: 0px;
	}

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

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

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

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

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

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

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

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

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

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

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

	.lg\:row-end-5 {
		grid-row-end: 5;
	}

	.lg\:row-end-4 {
		grid-row-end: 4;
	}

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

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

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

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

	.lg\:mx-8 {
		margin-left: 2rem;
		margin-right: 2rem;
	}

	.lg\:ml-0 {
		margin-left: 0px;
	}

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

	.lg\:-mr-8 {
		margin-right: -2rem;
	}

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

	.lg\:ml-auto {
		margin-left: auto;
	}

	.lg\:mr-0 {
		margin-right: 0px;
	}

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

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:grid {
		display: grid;
	}

	.lg\:h-auto {
		height: auto;
	}

	.lg\:h-4\/5 {
		height: 80%;
	}

	.lg\:h-full {
		height: 100%;
	}

	.lg\:max-h-full {
		max-height: 100%;
	}

	.lg\:w-0 {
		width: 0px;
	}

	.lg\:w-2\/3 {
		width: 66.666667%;
	}

	.lg\:w-1\/3 {
		width: 33.333333%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.lg\:gap-x-5 {
		-moz-column-gap: 1.25rem;
		     column-gap: 1.25rem;
	}

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

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

	.lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-divide-y-reverse: 0;
		border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
		border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
	}

	.lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
		--tw-divide-x-reverse: 0;
		border-right-width: calc(1px * var(--tw-divide-x-reverse));
		border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
	}

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

	.lg\:overflow-y-visible {
		overflow-y: visible;
	}

	.lg\:overflow-y-auto {
		overflow-y: auto;
	}

	.lg\:rounded-lg {
		border-radius: 0.5rem;
	}

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

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

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

	.lg\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}

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

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

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

	.lg\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

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

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

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

	.lg\:pt-32 {
		padding-top: 8rem;
	}

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

	.lg\:pb-11 {
		padding-bottom: 2.75rem;
	}

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

	.lg\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

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

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

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

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

	.xl\:row-end-3 {
		grid-row-end: 3;
	}

	.xl\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

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

	.xl\:ml-8 {
		margin-left: 2rem;
	}

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

	.xl\:mr-0 {
		margin-right: 0px;
	}

	.xl\:inline {
		display: inline;
	}

	.xl\:flex {
		display: flex;
	}

	.xl\:grid {
		display: grid;
	}

	.xl\:h-3\/4 {
		height: 75%;
	}

	.xl\:w-0 {
		width: 0px;
	}

	.xl\:w-2\/3 {
		width: 66.666667%;
	}

	.xl\:w-1\/3 {
		width: 33.333333%;
	}

	.xl\:max-w-screen-xl {
		max-width: 1280px;
	}

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

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

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

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

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

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

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

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

	.xl\:pr-8 {
		padding-right: 2rem;
	}

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

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

	.xl\:pr-16 {
		padding-right: 4rem;
	}

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

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

	.xl\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}
}

