/*
! tailwindcss v3.1.5 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Quicksand, Helvetica, sans-serif; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

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

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

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

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

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

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

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

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

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

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

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

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

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

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

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  print-color-adjust: exact;
}

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

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  print-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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

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

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

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

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

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

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

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

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

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

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

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

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.prose {
  color: var(--body);
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--highlight);
  text-decoration: underline;
  font-weight: inherit;
  -webkit-transition: color 500ms;
  transition: color 500ms;
}
.prose :where(a):not(:where([class~="not-prose"] *)):hover {
  color: var(--body);
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--secondary);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--hr);
  border-top-width: 4px;
  margin-top: 1rem;
  margin-bottom: 1.618rem;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--header);
  font-weight: 800;
  font-size: 3rem;
  margin-top: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.20;
  font-family: var(--serif);
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--header);
  font-weight: 700;
  font-size: 2.25rem;
  margin-top: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.10;
  font-family: var(--serif);
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--subheader);
  font-weight: 600;
  font-size: 1.75rem;
  margin-top: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.05;
  font-family: var(--serif);
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--subheader);
  font-weight: 600;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.00;
  font-family: var(--serif);
  font-size: 1.60rem;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--body);
  background-color: var(--card);
  overflow-x: auto;
  font-weight: 400;
  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 :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--hr);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--subheader);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--hr);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.45;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(h5):not(:where([class~="not-prose"] *)) {
  font-family: var(--serif);
  font-size: 1.60rem;
  margin-bottom: 0em;
}
.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}
.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.aspect-w-2 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 2;
}
.aspect-w-2 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-1 {
  --tw-aspect-h: 1;
}
.aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}
.aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.h2 {
  color: var(--header);
  font-family: var(--serif);
  font-size: 2.25rem;
  line-height: 1.10;
  margin-bottom: 0.5em;
  margin-top: 1.4em;
}
.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;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0 {
  top: 0px;
}
.right-base {
  right: 1rem;
}
.right-0 {
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[-10px\] {
  bottom: -10px;
}
.top-sm {
  top: 0.618rem;
}
.-top-3 {
  top: -0.75rem;
}
.left-1\/2 {
  left: 50%;
}
.z-20 {
  z-index: 20;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.row-start-1 {
  grid-row-start: 1;
}
.m-2 {
  margin: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-sm {
  margin-top: 0.618rem;
  margin-bottom: 0.618rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.my-base {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.ml-xs {
  margin-left: 0.382rem;
}
.mb-base {
  margin-bottom: 1rem;
}
.mb-xs {
  margin-bottom: 0.382rem;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.ml-\[-140px\] {
  margin-left: -140px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-base {
  margin-left: 1rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mb-sm {
  margin-bottom: 0.618rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-base {
  margin-top: 1rem;
}
.mb-md {
  margin-bottom: 1.618rem;
}
.mb-lg {
  margin-bottom: 2.618rem;
}
.mb-2xs {
  margin-bottom: 0.236rem;
}
.mt-md {
  margin-top: 1.618rem;
}
.mt-lg {
  margin-top: 2.618rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mr-base {
  margin-right: 1rem;
}
.mt-sm {
  margin-top: 0.618rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-2xs {
  margin-top: 0.236rem;
}
.block {
  display: block;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.h-8 {
  height: 2rem;
}
.h-16 {
  height: 4rem;
}
.h-4 {
  height: 1rem;
}
.h-full {
  height: 100%;
}
.h-80 {
  height: 20rem;
}
.h-96 {
  height: 24rem;
}
.h-7 {
  height: 1.75rem;
}
.h-6 {
  height: 1.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-\[50px\] {
  height: 50px;
}
.max-h-blog-cover-image {
  max-height: 398px;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-\[58px\] {
  min-height: 58px;
}
.w-full {
  width: 100%;
}
.w-8 {
  width: 2rem;
}
.w-4 {
  width: 1rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-80 {
  width: 20rem;
}
.w-6 {
  width: 1.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-96 {
  width: 24rem;
}
.w-10 {
  width: 2.5rem;
}
.max-w-hero {
  max-width: 120ch;
}
.max-w-content {
  max-width: 80ch;
}
.max-w-content2 {
  max-width: 75ch;
}
.max-w-max {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-full {
  max-width: 100%;
}
.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.grow-\[2\] {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.origin-top-right {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@-webkit-keyframes pulse {

  50% {
    opacity: .5;
  }
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.list-disc {
  list-style-type: disc;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gap-base {
  gap: 1rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-xs {
  gap: 0.382rem;
}
.gap-sm {
  gap: 0.618rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-sm {
  -webkit-column-gap: 0.618rem;
     -moz-column-gap: 0.618rem;
          column-gap: 0.618rem;
}
.gap-x-xs {
  -webkit-column-gap: 0.382rem;
     -moz-column-gap: 0.382rem;
          column-gap: 0.382rem;
}
.gap-x-2xs {
  -webkit-column-gap: 0.236rem;
     -moz-column-gap: 0.236rem;
          column-gap: 0.236rem;
}
.space-y-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.618rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.618rem * var(--tw-space-y-reverse));
}
.space-x-xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.382rem * var(--tw-space-x-reverse));
  margin-left: calc(0.382rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.618rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.618rem * var(--tw-space-y-reverse));
}
.space-x-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.618rem * var(--tw-space-x-reverse));
  margin-left: calc(0.618rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.382rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.382rem * var(--tw-space-y-reverse));
}
.self-center {
  -ms-flex-item-align: center;
      align-self: center;
}
.justify-self-start {
  justify-self: start;
}
.justify-self-end {
  justify-self: end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-8 {
  border-width: 8px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-0 {
  border-width: 0px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t-\[8px\] {
  border-top-width: 8px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-b-\[6px\] {
  border-bottom-width: 6px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-highlight {
  border-color: var(--highlight);
}
.border-nav-background {
  border-color: var(--nav-background);
}
.border-body {
  border-color: var(--body);
}
.border-hr {
  border-color: var(--hr);
}
.border-primary {
  border-color: var(--primary);
}
.border-crowdfunding-highlight {
  border-color: var(--crowdfunding-higlight);
}
.border-subheader {
  border-color: var(--subheader);
}
.border-primary-4 {
  border-color: var(--primary-4);
}
.border-b-body-highlight {
  border-bottom-color: var(--body-highlight);
}
.border-b-\[\#D93982\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 57 130 / var(--tw-border-opacity));
}
.bg-primary {
  background-color: var(--primary);
}
.bg-header-background {
  background-color: var(--header-background);
}
.bg-highlight {
  background-color: var(--highlight);
}
.bg-nav-background {
  background-color: var(--nav-background);
}
.bg-submenu-background {
  background-color: var(--submenu-background);
}
.bg-card {
  background-color: var(--card);
}
.bg-backdrop {
  background-color: var(--backdrop);
}
.bg-body {
  background-color: var(--body);
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.bg-\[rgb\(0\2c 65\2c 39\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 39 / var(--tw-bg-opacity));
}
.bg-main-gradient-bottom {
  background-color: var(--main-gradient-bottom);
}
.bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}
.bg-lime-900\/0 {
  background-color: rgb(54 83 20 / 0);
}
.bg-crowdfunding-highlight {
  background-color: var(--crowdfunding-higlight);
}
.bg-\[\#FFFEFE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 254 / var(--tw-bg-opacity));
}
.bg-primary-4 {
  background-color: var(--primary-4);
}
.bg-secondary {
  background-color: var(--secondary);
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-gradient-to-b {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-main-gradient-top {
  --tw-gradient-from: var(--main-gradient-top);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary {
  --tw-gradient-from: var(--primary);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FAECEF\] {
  --tw-gradient-from: #FAECEF;
  --tw-gradient-to: rgb(250 236 239 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-main-gradient-bottom {
  --tw-gradient-to: var(--main-gradient-bottom);
}
.to-primary-2 {
  --tw-gradient-to: var(--primary-2);
}
.fill-body {
  fill: var(--body);
}
.fill-highlight {
  fill: var(--fill-highlight);
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-base {
  padding: 1rem;
}
.p-sm {
  padding: 0.618rem;
}
.p-1 {
  padding: 0.25rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-base {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-base {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-xs {
  padding-top: 0.382rem;
  padding-bottom: 0.382rem;
}
.py-md {
  padding-top: 1.618rem;
  padding-bottom: 1.618rem;
}
.px-xs {
  padding-left: 0.382rem;
  padding-right: 0.382rem;
}
.py-2xs {
  padding-top: 0.236rem;
  padding-bottom: 0.236rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-sm {
  padding-top: 0.618rem;
  padding-bottom: 0.618rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-md {
  padding-left: 1.618rem;
  padding-right: 1.618rem;
}
.px-lg {
  padding-left: 2.618rem;
  padding-right: 2.618rem;
}
.px-sm {
  padding-left: 0.618rem;
  padding-right: 0.618rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-xs {
  padding-bottom: 0.382rem;
}
.pt-xs {
  padding-top: 0.382rem;
}
.pb-lg {
  padding-bottom: 2.618rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-md {
  padding-top: 1.618rem;
}
.pb-base {
  padding-bottom: 1rem;
}
.\!pr-\[140px\] {
  padding-right: 140px !important;
}
.pt-base {
  padding-top: 1rem;
}
.pb-sm {
  padding-bottom: 0.618rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-md {
  padding-bottom: 1.618rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-sm {
  padding-top: 0.618rem;
}
.pr-md {
  padding-right: 1.618rem;
}
.pl-md {
  padding-left: 1.618rem;
}
.pr-sm {
  padding-right: 0.618rem;
}
.pl-xs {
  padding-left: 0.382rem;
}
.pl-sm {
  padding-left: 0.618rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
}
.align-top {
  vertical-align: top;
}
.font-serif {
  font-family: Bitter, serif;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-2xs {
  font-size: 0.6rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.leading-8 {
  line-height: 2rem;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-body {
  color: var(--body);
}
.text-header {
  color: var(--header);
}
.text-secondary {
  color: var(--secondary);
}
.text-form {
  color: var(--bg-form);
}
.text-highlight {
  color: var(--highlight);
}
.text-primary {
  color: var(--primary);
}
.text-\[rgb\(248\2c 248\2c 255\2c 0\.8\)\] {
  color: rgb(248,248,255,0.8);
}
.text-subheader {
  color: var(--subheader);
}
.text-body-highlight {
  color: var(--body-highlight);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-40 {
  opacity: 0.4;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring {
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur {
  --tw-blur: blur(8px);
  -webkit-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);
          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);
}
.filter {
  -webkit-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);
          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);
}
.\!filter {
  -webkit-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) !important;
          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) !important;
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-all {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-transform {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-colors {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-opacity {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.duration-200 {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
.duration-75 {
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms;
}
.duration-300 {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


/* -------------------------------------------------------------------------- */
/*                               Color Variables                              */
/* -------------------------------------------------------------------------- */

:root, .light, [data-theme='light'] {
  /* ---------------------------- Base Light Theme ---------------------------- */
  --primary: #E4EFF2;
  --primary-2: #c4d0a0;
  --primary-3: #94a268;
  --primary-4: #849357;
  --secondary: #843232;
  --highlight: #52A44B;
  --highlight-2: #426117;
  --highlightb: #e65800;
  --highlightb-2: #f22600;
  --crowdfunding-higlight: #f99f3b;
  --card: rgba(255, 255, 255, 0.6);
  --content: rgba(255, 255, 255, 1);
  --body: #313a3c;
  --body-highlight: #003312;
  --header: var(--secondary);
  --subheader: #8B4A4E;
  --menu-icon: #6f693f;
  --main-gradient-top: #849357;
  --main-gradient-bottom: #dfd5bb;
  --bg-form: #fcf8f3;
  --hr: #6E897C;
  --fill-highlight: url(#highlight-gradient) var(--highlight);
  --backdrop: rgba(16, 52, 55, 0.58);
  --header-background: #004127;
  --submenu-background: rgba(139,74,78,1);
  --submenu-hover: rgba(116,36,41);
  --menu-hover: #742429;
  --nav-background: #52A44B;
  --header-border: #426117;
}

/* ------------------------------- Dark Theme ------------------------------- */
@media (prefers-color-scheme: dark) {
  :root {
    --primary: #E4EFF2;
    --primary-2: #c4d0a0;
    --primary-3: #94a268;
    --primary-4: #849357;
    --primary-5: #333333;
    --secondary: #843232;
    --highlight: #52A44B;
    --highlight-2: #426117;
    --highlightb: #e65800;
    --highlightb-2: #f22600;
    --crowdfunding-higlight: #f99f3b;
    --card: rgba(255, 255, 255, 0.6);
    --content: rgba(255, 255, 255, 1);
    --body: #313a3c;
    --body-highlight: #003312;
    --header: var(--secondary);
    --subheader: #8B4A4E;
    --menu-icon: #6f693f;
    --sky: #baedff;
    --mountain: #83a0ad;
    --sunmoon: #fff965;
    --tree: #86815f;
    --tree-2: #aca57e;
    --main-gradient-top: #849357;
    --main-gradient-bottom: #dfd5bb;
    --bg-form: #fcf8f3;
    --hr: #6E897C;
    --fill-highlight: url(#highlight-gradient) var(--highlight);
    --backdrop: rgba(16, 52, 55, 0.58);
    --header-background: #004127;
    --submenu-background: #8B4A4E;
    --submenu-hover: #742429;
    --menu-hover: #8B4A4E;
  }
}

.dark, [data-theme='dark'] {
    --primary: #E4EFF2;
    --primary-2: #c4d0a0;
    --primary-3: #94a268;
    --primary-4: #849357;
    --secondary: #843232;
    --highlight: #52A44B;
    --highlight-2: #426117;
    --highlightb: #e65800;
    --highlightb-2: #f22600;
    --crowdfunding-higlight: #f99f3b;
    --card: rgba(255, 255, 255, 0.6);
    --content: rgba(255, 255, 255, 1);
    --body: #313a3c;
    --body-highlight: #003312;
    --header: var(--secondary);
    --subheader: #8B4A4E;
    --menu-icon: #6f693f;
    --sky: #baedff;
    --mountain: #83a0ad;
    --sunmoon: #fff965;
    --tree: #86815f;
    --tree-2: #aca57e;
    --main-gradient-top: #849357;
    --main-gradient-bottom: #dfd5bb;
    --bg-form: #fcf8f3;
    --hr: #6E897C;
    --fill-highlight: url(#highlight-gradient) var(--highlight);
    --backdrop: rgba(16, 52, 55, 0.58);
    --header-background: #333333;
    --submenu-background: #660000;
    --submenu-hover: #990000;
    --menu-hover: #999999;
}

/* -------------------------------------------------------------------------- */
/*                                 Typography                                 */
/* -------------------------------------------------------------------------- */

/* ---------------------------------- Fonts --------------------------------- */
/* open-sans-italic - latin */
/*@font-face {*/
/*  font-family: 'Open Sans';*/
/*  font-style: italic;*/
/*  font-weight: 400;*/
/*  src: local('Open Sans'),*/
/*       url('/static/fonts/open-sans-v23-latin-italic.woff2') format('woff2'), !* Chrome 26+, Opera 23+, Firefox 39+ *!*/
/*       url('/static/fonts/open-sans-v23-latin-italic.woff') format('woff'); !* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ *!*/
/*}*/
/*!* open-sans-regular - latin *!*/
/*@font-face {*/
/*  font-family: 'Open Sans';*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  src: local('Open Sans'),*/
/*       url('/static/fonts/open-sans-v23-latin-regular.woff2') format('woff2'), !* Chrome 26+, Opera 23+, Firefox 39+ *!*/
/*       url('/static/fonts/open-sans-v23-latin-regular.woff') format('woff'); !* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ *!*/
/*}*/
/*!* open-sans-700 - latin *!*/
/*@font-face {*/
/*  font-family: 'Open Sans';*/
/*  font-style: normal;*/
/*  font-weight: 700;*/
/*  src: local('Open Sans'),*/
/*       url('/static/fonts/open-sans-v23-latin-700.woff2') format('woff2'), !* Chrome 26+, Opera 23+, Firefox 39+ *!*/
/*       url('/static/fonts/open-sans-v23-latin-700.woff') format('woff'); !* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ *!*/
/*}*/
/*!* open-sans-700italic - latin *!*/
/*@font-face {*/
/*  font-family: 'Open Sans';*/
/*  font-style: italic;*/
/*  font-weight: 700;*/
/*  src: local('Open Sans'),*/
/*       url('/static/fonts/open-sans-v23-latin-700italic.woff2') format('woff2'), !* Chrome 26+, Opera 23+, Firefox 39+ *!*/
/*       url('/static/fonts/open-sans-v23-latin-700italic.woff') format('woff'); !* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ *!*/
/*}*/

/*!* rokkitt-500 - latin *!*/
/*@font-face {*/
/*  font-family: 'Rokkitt';*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  src: local('Rokkitt'),*/
/*       url('/static/fonts/rokkitt-v20-latin-500.woff2') format('woff2'), !* Chrome 26+, Opera 23+, Firefox 39+ *!*/
/*       url('/static/fonts/rokkitt-v20-latin-500.woff') format('woff'); !* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ *!*/
/*}*/
/*!* rokkitt-700 - latin *!*/
/*@font-face {*/
/*  font-family: 'Rokkitt';*/
/*  font-style: normal;*/
/*  font-weight: 700;*/
/*  src: local('Rokkitt'),*/
/*       url('/static/fonts/rokkitt-v20-latin-700.woff2') format('woff2'), !* Chrome 26+, Opera 23+, Firefox 39+ *!*/
/*       url('/static/fonts/rokkitt-v20-latin-700.woff') format('woff'); !* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ *!*/
/*}*/

/* quicksand-italic - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: italic;
    font-weight: 400;
    src: local('Quicksand'),
    url('/static/fonts/Quicksand-Italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/static/fonts/Quicksand-Italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-regular - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: local('Quicksand'),
    url('/static/fonts/Quicksand-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/static/fonts/Quicksand-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-700 - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: local('Quicksand'),
    url('/static/fonts/Quicksand-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/static/fonts/Quicksand-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-700italic - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: italic;
    font-weight: 700;
    src: local('Quicksand'),
    url('/static/fonts/Quicksand-Italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/static/fonts/Quicksand-Italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* bitter-500 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 500;
  src: local('Bitter'),
       url('/static/fonts/Bitter-Medium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/static/fonts/Bitter-Medium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* bitter-700 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: local('Bitter'),
       url('/static/fonts/Bitter-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/static/fonts/Bitter-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* peace-sans */
@font-face {
    font-family: 'Peace Sans';
    font-style: normal;
    font-weight: 500;
    src: local('Peace Sans'),
    url('/static/fonts/peace-sans-medium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/static/fonts/peace-sans-medium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

:root {
  /* ------------------------------- Root Settings ------------------------------- */

  --sans: 'Quicksand', 'Hevetica', 'sans-serif';
  --serif: 'Bitter', 'serif';

  /* Fluid font size from Utopia */
  font-size: clamp(1rem, 0.9rem + 0.49vw, 1.25rem);
  /* Safari Resize fix */
  min-height: 1vw;
}

/* -------------------------------------------------------------------------- */
/*                                    Forms                                   */
/* -------------------------------------------------------------------------- */

input[type="text"],  input[type="password"],  input[type="email"],  input[type="phone"],  input[type="url"] {
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--body);
  background-color: var(--bg-form);
  padding-left: 0.618rem;
  padding-right: 0.618rem;
  padding-top: 0.382rem;
  padding-bottom: 0.382rem;
  color: var(--body);
}

input[type="text"]:focus,  input[type="password"]:focus,  input[type="email"]:focus,  input[type="phone"]:focus,  input[type="url"]:focus {
  border-color: var(--highlight);
  --tw-ring-color: var(--highlight);
}

label {
  margin-bottom: 0.236rem;
  display: block;
  font-weight: 700;
  color: var(--body);
}

select {
  border-radius: 0.25rem;
  border-color: var(--body);
  background-color: var(--bg-form);
  color: var(--body);
}

select:focus {
  border-color: var(--highlight);
  --tw-ring-color: var(--highlight);
}

button[type="submit"],  input[type="file"],  .button {
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: var(--highlight);
  background-color: var(--highlight);
  padding-top: 0.382rem;
  padding-bottom: 0.382rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--bg-form);
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

button[type="submit"]:hover,  input[type="file"]:hover,  .button:hover {
  background-color: var(--highlight-2);
}

button[type="submit"]:disabled .button:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.button-sm {
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: var(--highlight);
  background-color: var(--highlight);
  padding-top: 0.236rem;
  padding-bottom: 0.236rem;
  padding-left: 0.618rem;
  padding-right: 0.618rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--bg-form);
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

.button-sm:hover {
  background-color: var(--highlight-2);
}

button:disabled {
  cursor: default;
  border-color: var(--hr);
  background-color: var(--hr);
  opacity: 0.7;
}

button:disabled:hover {
  background-color: var(--hr);
}

textarea {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--body);
  background-color: var(--bg-form);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--body);
}

textarea:focus {
  border-color: var(--highlight);
  --tw-ring-color: var(--highlight);
}

fieldset {
  margin-top: 1.618rem;
  margin-bottom: 1.618rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.618rem;
  border-top-width: 4px;
  border-style: solid;
  border-color: var(--hr);
  padding-top: 1rem;
}

legend {
  padding-right: 1rem;
  font-family: Bitter, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: var(--header);
}

input[type="checkbox"] {
  margin-right: 0.382rem;
  border-radius: 0.25rem;
}

input[type="checkbox"] ~ label {
  margin: 0px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.1rem;
}

.required > label::after {
  margin-left: 0.236rem;
  font-weight: 700;
  color: var(--highlight);
  --tw-content: '*';
  content: var(--tw-content);
}

.error-required {
  border-radius: 0.375rem;
  background-color: var(--card);
  padding: 0.618rem;
}
.error-required:after {
  margin-left: 0.382rem;
  font-weight: 700;
  font-style: italic;
  color: var(--highlight);
  content: 'required';
}
/* If specific data error text specified use that instead */
.error-required[data-error]:after {
  content: attr(data-error);
}
[data-error] {
  border-radius: 0.375rem;
  background-color: var(--card);
  padding: 0.618rem;
}
[data-error]:after {
  margin-left: 0.382rem;
  font-weight: 700;
  font-style: italic;
  color: var(--highlight);
  content: attr(data-error);
}

/* Used on Run an Event Additional Info */
.checkbox-grid {
  display: grid;
  -webkit-column-gap: 0.618rem;
     -moz-column-gap: 0.618rem;
          column-gap: 0.618rem;
  row-gap: 0.618rem;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
}
/* transition opacity is applie for forms wist disabled sections */
fieldset {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.fieldset-disabled {
  pointer-events: none;
  opacity: 0.2;
}

/* -------------------------------------------------------------------------- */
/*                                  Alpine JS                                 */
/* -------------------------------------------------------------------------- */

[x-cloak] {
  display: none !important;
}
/* -------------------------------------------------------------------------- */
/*                                Other Styles                                */
/* -------------------------------------------------------------------------- */

.bbc-logo path {
  fill: var(--secondary);
}

.page-wrapper {
  grid-template-rows: -webkit-min-content auto;
  grid-template-rows: min-content auto;
}

code {
  white-space: pre-wrap;
}

#home h2 {
  margin-top: 0em;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

/* -------------------------- Light Dark Switch ----------------------------- */

.switch input[type="checkbox"]:checked ~ .thumb {
  --tw-translate-x: 100%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.switch input[type="checkbox"]:checked ~ .track {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.switch input[type="checkbox"]:disabled ~ .track {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.switch input[type="checkbox"]:disabled ~ .thumb {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.switch input[type="checkbox"]:focus + .track,
.switch input[type="checkbox"]:active + .track {
  /* @apply shadow-outline; */
}

/* --------------------------- Icon Link Shortcode -------------------------- */
.iconlink,  .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.iconlink > :not([hidden]) ~ :not([hidden]),  .icon > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.618rem * var(--tw-space-x-reverse));
  margin-left: calc(0.618rem * calc(1 - var(--tw-space-x-reverse)));
}
.iconlink,  .icon {
  color: var(--highlight);
  text-decoration: none !important;
}
.iconlink:hover {
  text-decoration: underline !important;
}
.iconlink__icon, 
.light .icon-link__icon {
  height: 1.5rem;
  width: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-filter: drop-shadow(0 0.1rem 0.1rem rgba(230, 255, 230, 0.4));
          filter: drop-shadow(0 0.1rem 0.1rem rgba(230, 255, 230, 0.4));
}
@media (prefers-color-scheme: dark) {
  .iconlink__icon {
    -webkit-filter: drop-shadow(0 0.1rem 0.1rem rgba(0, 0, 50, 0.4));
            filter: drop-shadow(0 0.1rem 0.1rem rgba(0, 0, 50, 0.4))
  }
}
.dark .iconlink__icon {
  -webkit-filter: drop-shadow(0 0.1rem 0.1rem rgba(0, 0, 50, 0.4));
          filter: drop-shadow(0 0.1rem 0.1rem rgba(0, 0, 50, 0.4))
}
.iconlink__title {
  font-family: Bitter, serif;
  color: var(--body-highlight);
  font-size: 1.3em;
  line-height: 0.9;
}
/* Needed for cards on homepage */
.prose p .iconlink {
  margin: -.4em 0 0;
}

.fill-highlight {
  fill: var(--highlight);
}

.fill-body {
  fill: var(--body);
}

/* -------------------------------- Sidebars --------------------------------*/

  [class*='sidebar-'] {
    border: solid 1px;
    border-radius: 8px;
    padding: 12px;
    font-size: 16px;
  }

  .sidebar-info::before {
    content: " ";
    font-weight: bold;
    -webkit-mask-image: url(/static/svgs/star-solid.svg);
            mask-image: url(/static/svgs/star-solid.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #004127;;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 30px;
  }

  .sidebar-info {
    background-color: #DCD9B2;
    border-color: #004127;
    color: #004127;
  }

  .sidebar-warning::before {
    content: " ";
    font-weight: bold;
    -webkit-mask-image: url(/static/svgs/circle-exclamation-solid.svg);
            mask-image: url(/static/svgs/circle-exclamation-solid.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #742429;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 30px;
  }

  .sidebar-warning {
    border-color: #742429;
    background-color:#e8d1d2;
    color: #742429;
  }

  .sidebar-warning a {
    color: #bb2f2f;
  }

  .sidebar-warning a:hover {
      color: 'var(--body)';
  }

/* ------------------------------ Icon Link V2 ------------------------------ */

[class^='icon-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.618rem;
  font-family: Bitter, serif;
  color: var(--body-highlight);
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  font-size: 1.3em;
  line-height: 0.9;
  -webkit-text-decoration-color: var(--highlight);
          text-decoration-color: var(--highlight);
}

a[class^='icon-']:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}


[class^='icon-']:before {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: var(--highlight);
  background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: var(--highlight);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--highlight), var(--tw-gradient-to);
  --tw-gradient-to: var(--highlight-2);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  content: " ";
}

.icon-add:before {
  -webkit-mask-image: url(/static/svgs/add.svg);
          mask-image: url(/static/svgs/add.svg)
}

.icon-art:before {
  -webkit-mask-image: url(/static/svgs/art.svg);
          mask-image: url(/static/svgs/art.svg)
}

.icon-badge:before {
  -webkit-mask-image: url(/static/svgs/badge.svg);
          mask-image: url(/static/svgs/badge.svg)
}

.icon-bluesky:before {
  -webkit-mask-image: url(/static/svgs/bluesky.svg);
          mask-image: url(/static/svgs/bluesky.svg)
}

.icon-book:before {
  -webkit-mask-image: url(/static/svgs/book.svg);
          mask-image: url(/static/svgs/book.svg)
}

.icon-booth:before {
  -webkit-mask-image: url(/static/svgs/booth.svg);
          mask-image: url(/static/svgs/booth.svg)
}

.icon-bullhorn:before {
  -webkit-mask-image: url(/static/svgs/bullhorn.svg);
          mask-image: url(/static/svgs/bullhorn.svg)
}

.icon-calendar-clock:before {
  -webkit-mask-image: url(/static/svgs/calendar-clock.svg);
          mask-image: url(/static/svgs/calendar-clock.svg)
}

.icon-calendar-star:before {
  -webkit-mask-image: url(/static/svgs/calendar-star.svg);
          mask-image: url(/static/svgs/calendar-star.svg)
}

.icon-close:before {
  -webkit-mask-image: url(/static/svgs/close.svg);
          mask-image: url(/static/svgs/close.svg)
}

.icon-dice:before {
  -webkit-mask-image: url(/static/svgs/dice.svg);
          mask-image: url(/static/svgs/dice.svg)
}

.icon-discord:before {
  -webkit-mask-image: url(/static/svgs/discord.svg);
          mask-image: url(/static/svgs/discord.svg)
}

.icon-envelope:before {
  -webkit-mask-image: url(/static/svgs/envelope.svg);
          mask-image: url(/static/svgs/envelope.svg)
}

.icon-facebook:before {
  -webkit-mask-image: url(/static/svgs/facebook.svg);
          mask-image: url(/static/svgs/facebook.svg)
}

.icon-faq:before {
  -webkit-mask-image: url(/static/svgs/faq.svg);
          mask-image: url(/static/svgs/faq.svg)
}

.icon-games-on-demand:before {
  -webkit-mask-image: url(/static/svgs/games-on-demand.svg);
          mask-image: url(/static/svgs/games-on-demand.svg)
}

.icon-gift:before {
  -webkit-mask-image: url(/static/svgs/gift.svg);
          mask-image: url(/static/svgs/gift.svg)
}

.icon-hotel:before {
  -webkit-mask-image: url(/static/svgs/hotel.svg);
          mask-image: url(/static/svgs/hotel.svg)
}

.icon-image:before {
  -webkit-mask-image: url(/static/svgs/image.svg);
          mask-image: url(/static/svgs/image.svg)
}

.icon-itch-io:before {
  -webkit-mask-image: url(/static/svgs/itch-io.svg);
          mask-image: url(/static/svgs/itch-io.svg)
}

.icon-kickstarter:before {
  -webkit-mask-image: url(/static/svgs/kickstarter.svg);
          mask-image: url(/static/svgs/kickstarter.svg)
}

.icon-library:before {
  -webkit-mask-image: url(/static/svgs/library.svg);
          mask-image: url(/static/svgs/library.svg)
}

.icon-light-bulb:before {
  -webkit-mask-image: url(/static/svgs/light-bulb.svg);
          mask-image: url(/static/svgs/light-bulb.svg)
}

.icon-list:before {
  -webkit-mask-image: url(/static/svgs/list.svg);
          mask-image: url(/static/svgs/list.svg)
}

.icon-menu:before {
  -webkit-mask-image: url(/static/svgs/menu.svg);
          mask-image: url(/static/svgs/menu.svg)
}

.icon-moon:before {
  -webkit-mask-image: url(/static/svgs/moon.svg);
          mask-image: url(/static/svgs/moon.svg)
}

.icon-parachute:before {
  -webkit-mask-image: url(/static/svgs/parachute.svg);
          mask-image: url(/static/svgs/parachute.svg)
}

.icon-party:before {
  -webkit-mask-image: url(/static/svgs/party.svg);
          mask-image: url(/static/svgs/party.svg)
}

.icon-paw:before {
  -webkit-mask-image: url(/static/svgs/paw.svg);
          mask-image: url(/static/svgs/paw.svg)
}

.icon-paypal:before {
  -webkit-mask-image: url(/static/svgs/paypal.svg);
          mask-image: url(/static/svgs/paypal.svg)
}

.icon-pencil-square:before {
  -webkit-mask-image: url(/static/svgs/pencil-square.svg);
          mask-image: url(/static/svgs/pencil-square.svg)
}

.icon-pig:before {
  -webkit-mask-image: url(/static/svgs/pig.svg);
          mask-image: url(/static/svgs/pig.svg)
}

.icon-pinterest:before {
  -webkit-mask-image: url(/static/svgs/pinterest.svg);
          mask-image: url(/static/svgs/pinterest.svg)
}

.icon-price-tags:before {
  -webkit-mask-image: url(/static/svgs/price-tags.svg);
          mask-image: url(/static/svgs/price-tags.svg)
}

.icon-scroll:before {
  -webkit-mask-image: url(/static/svgs/scroll.svg);
          mask-image: url(/static/svgs/scroll.svg)
}

.icon-settings:before {
  -webkit-mask-image: url(/static/svgs/settings.svg);
          mask-image: url(/static/svgs/settings.svg)
}

.icon-shield:before {
  -webkit-mask-image: url(/static/svgs/shield.svg);
          mask-image: url(/static/svgs/shield.svg)
}

.icon-star:before {
  -webkit-mask-image: url(/static/svgs/star.svg);
          mask-image: url(/static/svgs/star.svg)
}

.icon-sun:before {
  -webkit-mask-image: url(/static/svgs/sun.svg);
          mask-image: url(/static/svgs/sun.svg)
}

.icon-trophy:before {
  -webkit-mask-image: url(/static/svgs/trophy.svg);
          mask-image: url(/static/svgs/trophy.svg)
}

.icon-twitch:before {
  -webkit-mask-image: url(/static/svgs/twitch.svg);
          mask-image: url(/static/svgs/twitch.svg)
}

.icon-twitter:before {
  -webkit-mask-image: url(/static/svgs/twitter.svg);
          mask-image: url(/static/svgs/twitter.svg)
}

.icon-website:before {
  -webkit-mask-image: url(/static/svgs/website.svg);
          mask-image: url(/static/svgs/website.svg)
}

.icon-wolf:before {
  -webkit-mask-image: url(/static/svgs/wolf.svg);
          mask-image: url(/static/svgs/wolf.svg)
}

.icon-youtube:before {
  -webkit-mask-image: url(/static/svgs/youtube.svg);
          mask-image: url(/static/svgs/youtube.svg)
}

.icon-goplaynw:before {
  -webkit-mask-image: url(/static/svgs/goplaynw.svg);
          mask-image: url(/static/svgs/goplaynw.svg)
}

.icon-donut:before {
  -webkit-mask-image: url(/static/svgs/donut.svg);
          mask-image: url(/static/svgs/donut.svg)
}

.icon-people-group:before {
  -webkit-mask-image: url(/static/svgs/people-group.svg);
          mask-image: url(/static/svgs/people-group.svg)
}

.icon-info:before {
  -webkit-mask-image: url(/static/svgs/circle-info.svg);
          mask-image: url(/static/svgs/circle-info.svg)
}

.icon-checkmark:before {
  -webkit-mask-image: url(/static/svgs/checkmark.svg);
          mask-image: url(/static/svgs/checkmark.svg)
}

.icon-eventbrite:before {
  -webkit-mask-image: url(/static/svgs/eventbrite.svg);
          mask-image: url(/static/svgs/eventbrite.svg)
}

.icon-ticket-solid:before {
  -webkit-mask-image: url(/static/svgs/ticket-solid.svg);
          mask-image: url(/static/svgs/ticket-solid.svg)
}

.icon-new-user:before {
  -webkit-mask-image: url(/static/svgs/new-user.svg);
          mask-image: url(/static/svgs/new-user.svg)
}

.icon-login:before {
  -webkit-mask-image: url(/static/svgs/login.svg);
          mask-image: url(/static/svgs/login.svg)
}

.icon-virus:before {
  -webkit-mask-image: url(/static/svgs/virus.svg);
          mask-image: url(/static/svgs/virus.svg)
}

.icon-external-link:before {
  -webkit-mask-image: url(/static/svgs/external-site.svg);
          mask-image: url(/static/svgs/external-site.svg)
}

.icon-camera:before {
  -webkit-mask-image: url(/static/svgs/camera.svg);
          mask-image: url(/static/svgs/camera.svg)
}

.icon-eye:before {
  -webkit-mask-image: url(/static/svgs/eye.svg);
          mask-image: url(/static/svgs/eye.svg)
}

.icon-mastodon:before {
  -webkit-mask-image: url(/static/svgs/mastodon.svg);
          mask-image: url(/static/svgs/mastodon.svg)
}

.icon-instagram:before {
  -webkit-mask-image: url(/static/svgs/instagram.svg);
          mask-image: url(/static/svgs/instagram.svg)
}

.icon-cherry-blossom:before {
  -webkit-mask-image: url(/static/svgs/cherry-blossom.svg);
          mask-image: url(/static/svgs/cherry-blossom.svg)
}

/* ------------------------- Event / Volunteer List ------------------------- */

.fav-star {
  -webkit-mask-image: url(/static/svgs/star.svg);
          mask-image: url(/static/svgs/star.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  background-color: var(--body);
  opacity: 0.3;
}

.fav-star:hover {
  opacity: 1;
}

.fav-star-header {
  -webkit-mask-image: url(/static/svgs/star.svg);
          mask-image: url(/static/svgs/star.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: var(--body);
}

/* Make sure favved are highlighted */
.fav-star.favved {
  background-color: var(--highlight);
  opacity: 1;
}

/* -------------------------------------------------------------------------- */
/*                                lite-youtube                                */
/* -------------------------------------------------------------------------- */

lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 100%;
}

/* gradient */
lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: -webkit-filter .1s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-filter .1s cubic-bezier(0, 0, 0.2, 1);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1), -webkit-filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    -webkit-filter: none;
            filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

.hover\:border-menu-hover:hover {
  border-color: var(--menu-hover);
}

.hover\:border-highlight:hover {
  border-color: var(--highlight);
}

.hover\:bg-menu-hover:hover {
  background-color: var(--menu-hover);
}

.hover\:bg-nav-background:hover {
  background-color: var(--nav-background);
}

.hover\:bg-highlight-2:hover {
  background-color: var(--highlight-2);
}

.hover\:bg-\[rgb\(248\2c 248\2c 255\2c 0\.4\)\]:hover {
  background-color: rgb(248,248,255,0.4);
}

.hover\:bg-primary:hover {
  background-color: var(--primary);
}

.hover\:fill-highlight:hover {
  fill: var(--fill-highlight);
}

.hover\:text-form:hover {
  color: var(--bg-form);
}

.hover\:text-highlight:hover {
  color: var(--highlight);
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.focus\:bg-menu-hover:focus {
  background-color: var(--menu-hover);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:fill-highlight {
  fill: var(--fill-highlight);
}

@media (min-width: 640px) {

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

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

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

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

  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

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

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

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

  .md\:row-start-auto {
    grid-row-start: auto;
  }

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

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

  .md\:mx-base {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

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

  .md\:mt-\[-0\.1rem\] {
    margin-top: -0.1rem;
  }

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

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

  .md\:mb-base {
    margin-bottom: 1rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:max-w-hero {
    max-width: 120ch;
  }

  .md\:grow-\[2\] {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }

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

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

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

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

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

  .md\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .md\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .md\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .md\:gap-lg {
    gap: 2.618rem;
  }

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

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

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

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .md\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-divide-opacity));
  }

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

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

  .md\:bg-nav-background {
    background-color: var(--nav-background);
  }

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

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-base {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

  .md\:pt-base {
    padding-top: 1rem;
  }

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

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

  .md\:leading-sub {
    line-height: .9;
  }
}

@media (min-width: 1024px) {

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

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

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

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

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

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

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

  .lg\:inline {
    display: inline;
  }

  .lg\:max-w-hero {
    max-width: 120ch;
  }

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

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

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

@media (min-width: 1280px) {

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