/*
! tailwindcss v3.3.2 | 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 {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings 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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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::-moz-placeholder, textarea::-moz-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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
}.container {
  width: 100%;
}@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #FF5C39;
  text-decoration: underline;
  text-decoration: none;
  font-weight: 600;
}.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
  text-decoration-line: underline;
}.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):focus {
  text-decoration-line: underline;
}.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}.prose :where(blockquote):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *))::before {
  content: open-quote;
}.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  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"],[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"],[class~="not-prose"] *))::before {
  content: none;
}.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  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"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  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"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}.prose {
  --tw-prose-body: var(--wp--preset--color--foreground);
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: var(--wp--preset--color--foreground);
  --tw-prose-hr: #4C12A1;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --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.75;
}.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-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"],[class~="not-prose"] *)) {
  padding-left: 0;
}.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-right: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-left: 0.4444444em;
}.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8666667em;
}.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}.prose-lg :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}.prose-lg :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}.prose-lg :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}.prose-lg :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  padding-left: 1.5555556em;
}.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.pointer-events-none {
  pointer-events: none;
}.invisible {
  visibility: hidden;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.inset-0 {
  inset: 0px;
}.-end-2 {
  inset-inline-end: -0.5rem;
}.-right-1 {
  right: -0.25rem;
}.-top-8 {
  top: -2rem;
}.-top-\[10px\] {
  top: -10px;
}.-top-\[18px\] {
  top: -18px;
}.left-1\/2 {
  left: 50%;
}.left-\[2px\] {
  left: 2px;
}.right-0 {
  right: 0px;
}.right-\[1\.25rem\] {
  right: 1.25rem;
}.top-0 {
  top: 0px;
}.top-1\/2 {
  top: 50%;
}.z-10 {
  z-index: 10;
}.z-20 {
  z-index: 20;
}.z-30 {
  z-index: 30;
}.z-40 {
  z-index: 40;
}.z-50 {
  z-index: 50;
}.z-\[100\] {
  z-index: 100;
}.z-\[51\] {
  z-index: 51;
}.order-1 {
  order: 1;
}.order-2 {
  order: 2;
}.order-first {
  order: -9999;
}.col-span-2 {
  grid-column: span 2 / span 2;
}.col-span-full {
  grid-column: 1 / -1;
}.col-start-1 {
  grid-column-start: 1;
}.col-start-2 {
  grid-column-start: 2;
}.row-start-1 {
  grid-row-start: 1;
}.row-start-2 {
  grid-row-start: 2;
}.m-0 {
  margin: 0px;
}.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.\!-mb-12 {
  margin-bottom: -3rem !important;
}.\!-mt-16 {
  margin-top: -4rem !important;
}.\!mb-10 {
  margin-bottom: 2.5rem !important;
}.\!mt-0 {
  margin-top: 0px !important;
}.-mb-\[34px\] {
  margin-bottom: -34px;
}.-ml-5 {
  margin-left: -1.25rem;
}.-mt-12 {
  margin-top: -3rem;
}.-mt-2 {
  margin-top: -0.5rem;
}.-mt-5 {
  margin-top: -1.25rem;
}.-mt-6 {
  margin-top: -1.5rem;
}.-mt-8 {
  margin-top: -2rem;
}.mb-0 {
  margin-bottom: 0px;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-7 {
  margin-bottom: 1.75rem;
}.mb-8 {
  margin-bottom: 2rem;
}.mb-9 {
  margin-bottom: 2.25rem;
}.mb-\[30px\] {
  margin-bottom: 30px;
}.ml-0 {
  margin-left: 0px;
}.ml-2 {
  margin-left: 0.5rem;
}.ml-5 {
  margin-left: 1.25rem;
}.ml-\[5px\] {
  margin-left: 5px;
}.ml-auto {
  margin-left: auto;
}.mr-0 {
  margin-right: 0px;
}.mr-6 {
  margin-right: 1.5rem;
}.mt-0 {
  margin-top: 0px;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-24 {
  margin-top: 6rem;
}.mt-3 {
  margin-top: 0.75rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-5 {
  margin-top: 1.25rem;
}.mt-\[30px\] {
  margin-top: 30px;
}.mt-\[40px\] {
  margin-top: 40px;
}.mt-auto {
  margin-top: auto;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.contents {
  display: contents;
}.hidden {
  display: none;
}.aspect-\[310\/190\] {
  aspect-ratio: 310/190;
}.aspect-square {
  aspect-ratio: 1 / 1;
}.aspect-video {
  aspect-ratio: 16 / 9;
}.h-0 {
  height: 0px;
}.h-10 {
  height: 2.5rem;
}.h-12 {
  height: 3rem;
}.h-3 {
  height: 0.75rem;
}.h-\[10px\] {
  height: 10px;
}.h-\[30px\] {
  height: 30px;
}.h-\[40px\] {
  height: 40px;
}.h-\[60px\] {
  height: 60px;
}.h-full {
  height: 100%;
}.max-h-\[204px\] {
  max-height: 204px;
}.min-h-\[18\.75rem\] {
  min-height: 18.75rem;
}.min-h-\[180px\] {
  min-height: 180px;
}.min-h-\[375px\] {
  min-height: 375px;
}.w-1\/2 {
  width: 50%;
}.w-1\/3 {
  width: 33.333333%;
}.w-10 {
  width: 2.5rem;
}.w-2\/3 {
  width: 66.666667%;
}.w-2\/5 {
  width: 40%;
}.w-3 {
  width: 0.75rem;
}.w-4\/5 {
  width: 80%;
}.w-5 {
  width: 1.25rem;
}.w-6 {
  width: 1.5rem;
}.w-80 {
  width: 20rem;
}.w-\[10px\] {
  width: 10px;
}.w-\[118px\] {
  width: 118px;
}.w-\[230px\] {
  width: 230px;
}.w-\[235px\] {
  width: 235px;
}.w-\[30px\] {
  width: 30px;
}.w-auto {
  width: auto;
}.w-full {
  width: 100%;
}.w-max {
  width: -moz-max-content;
  width: max-content;
}.min-w-\[310px\] {
  min-width: 310px;
}.min-w-\[800px\] {
  min-width: 800px;
}.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}.max-w-4xl {
  max-width: 56rem;
}.max-w-6xl {
  max-width: 72rem;
}.max-w-7xl {
  max-width: 80rem;
}.max-w-\[12rem\] {
  max-width: 12rem;
}.max-w-\[660px\] {
  max-width: 660px;
}.max-w-md {
  max-width: 28rem;
}.max-w-none {
  max-width: none;
}.max-w-sm {
  max-width: 24rem;
}.flex-1 {
  flex: 1 1 0%;
}.flex-shrink-0 {
  flex-shrink: 0;
}.flex-grow {
  flex-grow: 1;
}.grow {
  flex-grow: 1;
}.table-auto {
  table-layout: auto;
}.table-fixed {
  table-layout: fixed;
}.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-12 {
  --tw-translate-y: -3rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-\[0\.2rem\] {
  --tw-translate-y: 0.2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-90 {
  --tw-rotate: 90deg;
  transform: 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 {
  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));
}.cursor-pointer {
  cursor: pointer;
}.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.grid-cols-\[1fr\2c auto\] {
  grid-template-columns: 1fr auto;
}.grid-cols-\[1fr\2c max-content\] {
  grid-template-columns: 1fr max-content;
}.grid-cols-\[7rem\2c 1fr\2c 7rem\] {
  grid-template-columns: 7rem 1fr 7rem;
}.grid-cols-\[repeat\(auto-fit\2c minmax\(10rem\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(10rem,1fr));
}.flex-row {
  flex-direction: row;
}.flex-row-reverse {
  flex-direction: row-reverse;
}.flex-col {
  flex-direction: column;
}.flex-col-reverse {
  flex-direction: column-reverse;
}.flex-wrap {
  flex-wrap: wrap;
}.content-center {
  align-content: center;
}.content-between {
  align-content: space-between;
}.items-start {
  align-items: flex-start;
}.items-center {
  align-items: center;
}.items-stretch {
  align-items: stretch;
}.justify-start {
  justify-content: flex-start;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.justify-items-center {
  justify-items: center;
}.gap-1 {
  gap: 0.25rem;
}.gap-10 {
  gap: 2.5rem;
}.gap-12 {
  gap: 3rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-5 {
  gap: 1.25rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-8 {
  gap: 2rem;
}.gap-9 {
  gap: 2.25rem;
}.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}.gap-y-14 {
  row-gap: 3.5rem;
}.gap-y-20 {
  row-gap: 5rem;
}.gap-y-5 {
  row-gap: 1.25rem;
}.self-start {
  align-self: flex-start;
}.self-end {
  align-self: flex-end;
}.self-center {
  align-self: center;
}.justify-self-start {
  justify-self: start;
}.overflow-auto {
  overflow: auto;
}.overflow-hidden {
  overflow: hidden;
}.overflow-x-scroll {
  overflow-x: scroll;
}.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.text-ellipsis {
  text-overflow: ellipsis;
}.whitespace-nowrap {
  white-space: nowrap;
}.whitespace-pre-line {
  white-space: pre-line;
}.rounded-\[60px\] {
  border-radius: 60px;
}.rounded-button {
  border-radius: 5rem;
}.rounded-full {
  border-radius: 9999px;
}.rounded-l-\[60px\] {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}.rounded-r-\[60px\] {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}.border {
  border-width: 1px;
}.border-b {
  border-bottom-width: 1px;
}.border-b-4 {
  border-bottom-width: 4px;
}.border-b-8 {
  border-bottom-width: 8px;
}.border-b-\[10px\] {
  border-bottom-width: 10px;
}.border-b-\[8px\] {
  border-bottom-width: 8px;
}.border-l-4 {
  border-left-width: 4px;
}.border-t {
  border-top-width: 1px;
}.border-t-4 {
  border-top-width: 4px;
}.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.border-nfte-cool-grey {
  --tw-border-opacity: 1;
  border-color: rgb(209 201 221 / var(--tw-border-opacity));
}.border-nfte-orange {
  --tw-border-opacity: 1;
  border-color: rgb(255 92 57 / var(--tw-border-opacity));
}.border-nfte-purple {
  --tw-border-opacity: 1;
  border-color: rgb(76 18 161 / var(--tw-border-opacity));
}.border-transparent {
  border-color: transparent;
}.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}.border-b-nfte-purple {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 18 161 / var(--tw-border-opacity));
}.border-l-black {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
}.border-l-nfte-purple {
  --tw-border-opacity: 1;
  border-left-color: rgb(76 18 161 / var(--tw-border-opacity));
}.border-t-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}.border-t-nfte-purple {
  --tw-border-opacity: 1;
  border-top-color: rgb(76 18 161 / var(--tw-border-opacity));
}.bg-\[\#D0D0D0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(208 208 208 / var(--tw-bg-opacity));
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-nfte-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 92 57 / var(--tw-bg-opacity));
}.bg-nfte-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(76 18 161 / var(--tw-bg-opacity));
}.bg-transparent {
  background-color: transparent;
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.to-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0.2) var(--tw-gradient-to-position);
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.object-center {
  -o-object-position: center;
     object-position: center;
}.object-top {
  -o-object-position: top;
     object-position: top;
}.p-0 {
  padding: 0px;
}.p-10 {
  padding: 2.5rem;
}.p-2 {
  padding: 0.5rem;
}.p-6 {
  padding: 1.5rem;
}.p-8 {
  padding: 2rem;
}.p-\[30px\] {
  padding: 30px;
}.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-30 {
  padding-left: 120px;
  padding-right: 120px;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}.px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}.pb-0 {
  padding-bottom: 0px;
}.pb-12 {
  padding-bottom: 3rem;
}.pb-16 {
  padding-bottom: 4rem;
}.pb-2 {
  padding-bottom: 0.5rem;
}.pb-3 {
  padding-bottom: 0.75rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-5 {
  padding-bottom: 1.25rem;
}.pb-6 {
  padding-bottom: 1.5rem;
}.pb-8 {
  padding-bottom: 2rem;
}.pb-\[30px\] {
  padding-bottom: 30px;
}.pl-5 {
  padding-left: 1.25rem;
}.pl-7 {
  padding-left: 1.75rem;
}.pl-\[1\.25rem\] {
  padding-left: 1.25rem;
}.pr-11 {
  padding-right: 2.75rem;
}.pr-12 {
  padding-right: 3rem;
}.pr-\[60px\] {
  padding-right: 60px;
}.pt-0 {
  padding-top: 0px;
}.pt-10 {
  padding-top: 2.5rem;
}.pt-28 {
  padding-top: 7rem;
}.pt-6 {
  padding-top: 1.5rem;
}.pt-8 {
  padding-top: 2rem;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.text-right {
  text-align: right;
}.text-start {
  text-align: start;
}.font-circular {
  font-family: "Circular Std", "Helvetica Neue", sans-serif;
}.font-circular-black {
  font-family: "Circular Std Black", "Helvetica Neue", sans-serif;
}.font-circular-bold {
  font-family: "Circular Std Bold", "Helvetica Neue", sans-serif;
}.text-2xl {
  font-size: 1.5rem;
}.text-3xl {
  font-size: 2rem;
}.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-5xl {
  font-size: 3rem;
  line-height: 1;
}.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}.text-8xl {
  font-size: 6rem;
  line-height: 1;
}.text-\[10px\] {
  font-size: 10px;
}.text-\[160px\] {
  font-size: 160px;
}.text-\[28px\] {
  font-size: 28px;
}.text-\[50\%\] {
  font-size: 50%;
}.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.text-xxs {
  font-size: 0.625rem;
}.font-black {
  font-weight: 900;
}.font-bold {
  font-weight: 700;
}.font-normal {
  font-weight: 400;
}.capitalize {
  text-transform: capitalize;
}.italic {
  font-style: italic;
}.not-italic {
  font-style: normal;
}.leading-10 {
  line-height: 2.5rem;
}.leading-\[40px\] {
  line-height: 40px;
}.leading-none {
  line-height: 1;
}.leading-normal {
  line-height: 1.5;
}.leading-snug {
  line-height: 1.375;
}.leading-tight {
  line-height: 1.25;
}.tracking-\[-0\.5px\] {
  letter-spacing: -0.5px;
}.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-nfte-cool-grey {
  --tw-text-opacity: 1;
  color: rgb(209 201 221 / var(--tw-text-opacity));
}.text-nfte-orange {
  --tw-text-opacity: 1;
  color: rgb(255 92 57 / var(--tw-text-opacity));
}.text-nfte-purple {
  --tw-text-opacity: 1;
  color: rgb(76 18 161 / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.underline {
  text-decoration-line: underline;
}.opacity-0 {
  opacity: 0;
}.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.outline-nfte-purple {
  outline-color: #4C12A1;
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-300 {
  transition-duration: 300ms;
}:root{--nfte_purple: #4c12a1;--nfte_orange: #ff5c39;--nfte_cool_grey: #d1c9dd;--post-gutters: 30px;--max-post-width: none;--post-header-offset: 8rem;--container-max-width: 1440px;--gutters: 16px;--header-gutters: 30px}@media screen and (min-width: 768px){:root{--gutters: 32px;--post-gutters: var(--gutters);--header-gutters: 66px;--max-post-width: 640px;--post-header-offset: 14rem}}@media screen and (min-width: 1024px){:root{--gutters: 40px;--header-gutters: 117px;--post-gutters: var(--gutters);--max-post-width: 1125px}}@media screen and (max-width: 600px){body{--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.25rem;--wp--preset--spacing--60: 1.75rem;--wp--preset--spacing--70: 2rem;--wp--preset--spacing--80: 2.25rem}}html{font-size:16px;line-height: 1.5;--tw-bg-opacity: 1;background-color: rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color: rgb(0 0 0 / var(--tw-text-opacity))}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family: "Circular Std", "Helvetica Neue", sans-serif}a{text-decoration-thickness:1px;text-underline-offset:.25ch}a:active{text-decoration:none}p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)),.container{max-width:var(--container-max-width);margin-left:auto;margin-right:auto}body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)),.px-gutters{padding-left:var(--gutters);padding-right:var(--gutters)}.px-header-gutters{padding-left:var(--header-gutters);padding-right:var(--header-gutters)}.gap-gutters{gap:var(--gutters)}.ls-eventsponsorsOne h2,.ls-eventsponsorsTwo h3,.ls-eventsponsorsThree h3,.ls-eventsponsorsThree h4 {
  --tw-text-opacity: 1;
  color: rgb(76 18 161 / var(--tw-text-opacity));
  font-family: "Circular Std Bold", "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin-bottom: 1.25rem;
}.ls-eventsponsorsOne h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}.ls-eventsponsorsTwo h3,.ls-eventsponsorsThree h3 {
  --tw-text-opacity: 1;
  color: rgb(255 92 57 / var(--tw-text-opacity));
  font-size: 2rem;
}.ls-eventsponsorsThree h4 {
  --tw-text-opacity: 1;
  color: rgb(255 92 57 / var(--tw-text-opacity));
  font-size: 1.5rem;
}.wp-block-navigation .wp-block-navigation-item a:hover,.wp-block-navigation .wp-block-navigation-item a:focus{text-decoration:underline;text-decoration-style:solid}.wp-block-search__button,.wp-block-file .wp-block-file__button{background-color:var(--wp--preset--color--primary);border-radius:0;border:none;color:var(--wp--preset--color--background);font-size:var(--wp--preset--font-size--medium);padding:calc(.667em + 2px) calc(1.333em + 2px)}.wp-block-search__button:hover,.wp-block-file .wp-block-file__button:hover,.wp-block-button__link:hover{opacity:.9}.post-gutters{padding-left:var(--post-gutters);padding-right:var(--post-gutters)}.post-header-spacer{height:var(--post-header-offset)}#header-template .post-header{-webkit-margin-before:calc(var(--post-header-offset)*-1);margin-block-start:calc(var(--post-header-offset)*-1)}.wp-block-kadence-accordion .kt-blocks-accordion-icon-trigger{background-color:var(--nfte_orange) !important;height:60px;width:60px;min-width:60px}.wp-block-kadence-accordion .kt-blocks-accordion-icon-trigger::before,.wp-block-kadence-accordion .kt-blocks-accordion-icon-trigger::after{width:25px;left:17px;top:29px}.wp-block-kadence-accordion .kt-blocks-accordion-title{color:#000;font-weight: 700;font-size: 1.125rem;line-height: 1.75rem}@media screen and (min-width: 768px){.wp-block-kadence-accordion .kt-blocks-accordion-title {
    font-size: 1.5rem;
  }}@media screen and (min-width: 1024px){.wp-block-kadence-accordion .kt-blocks-accordion-title {
    font-size: 2rem;
  }}.wp-block-kadence-accordion .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header{margin-top:0 !important}.wp-block-kadence-accordion .kt-accordion-panel-inner,.wp-block-kadence-accordion .kt-accordion-panel-inner p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0px;
}@media screen and (min-width: 768px){.wp-block-kadence-accordion .kt-accordion-panel-inner,.wp-block-kadence-accordion .kt-accordion-panel-inner p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }}:root{--nfte_form_text_color: #000;--nfte_form_background_color: #fff;--nfte_field_background_color: #fff;--nfte_form_border_color: #000;--nfte_button_background_color: var(--nfte_purple);--nfte_button_text_color: #fff;--nfte_message_background_color: var(--nfte_purple);--nfte_message_text_color: #fff}.frm_forms,.formidable-form--purple{background:var(--nfte_form_background_color);padding:40px;margin:0 auto}@media screen and (max-width: 900px){.frm_forms,.formidable-form--purple{padding-left:20px;padding-right:20px}}@media screen and (max-width: 600px){.frm_forms,.formidable-form--purple{padding-left:10px;padding-right:10px}}.frm_forms.with_frm_style .frm_inside_container>label,.with_frm_style.formidable-form--purple .frm_inside_container>label{--field-height: 56px}.frm_forms.with_frm_style .frm_inside_container.frm_label_float_top>label,.with_frm_style.formidable-form--purple .frm_inside_container.frm_label_float_top>label{transform:translateY(-0.5rem)}.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_primary_label,.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio label,.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox label,.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields label,.frm_forms.with_frm_style .frm_form_fields .frm_primary_label,.frm_forms.with_frm_style .frm_form_fields .frm_radio label,.frm_forms.with_frm_style .frm_form_fields .frm_checkbox label,.frm_forms.with_frm_style .frm_form_fields label,.frm_forms .frm_form_fields .frm_primary_label,.formidable-form--purple .frm_form_fields .frm_primary_label,.frm_forms .frm_form_fields .frm_radio label,.frm_forms .frm_form_fields .frm_checkbox label,.frm_forms .frm_form_fields label,.formidable-form--purple .frm_form_fields label{display:flex;align-items:center;color:var(--nfte_form_text_color);font-size:18px}.frm_forms.frm_style_formidable-style.with_frm_style .frm_message,.frm_forms.with_frm_style .frm_message,.frm_forms .frm_message,.formidable-form--purple .frm_message{border:none;background-color:var(--nfte_message_background_color);color:var(--nfte_message_text_color);min-height:60px;border-radius:60px;text-align:center}.frm_forms.frm_style_formidable-style.with_frm_style .frm_message p,.frm_forms.with_frm_style .frm_message p,.frm_forms .frm_message p,.formidable-form--purple .frm_message p{color:var(--nfte_message_text_color);margin:0}.frm_forms.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus,.frm_forms.frm_style_formidable-style.with_frm_style select:focus,.frm_forms.frm_style_formidable-style.with_frm_style textarea:focus,.frm_forms.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text],.frm_forms.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password],.frm_forms.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email],.frm_forms.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number],.frm_forms.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url],.frm_forms.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel],.frm_forms.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search],.frm_forms.frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement,.frm_forms.frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single,.frm_forms.frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices,.frm_forms.with_frm_style .form-field input:not([type=file]):focus,.frm_forms.with_frm_style select:focus,.frm_forms.with_frm_style textarea:focus,.frm_forms.with_frm_style .frm_focus_field input[type=text],.frm_forms.with_frm_style .frm_focus_field input[type=password],.frm_forms.with_frm_style .frm_focus_field input[type=email],.frm_forms.with_frm_style .frm_focus_field input[type=number],.frm_forms.with_frm_style .frm_focus_field input[type=url],.frm_forms.with_frm_style .frm_focus_field input[type=tel],.frm_forms.with_frm_style .frm_focus_field input[type=search],.frm_forms.with_frm_style .frm_focus_field .frm-card-element.StripeElement,.frm_forms.with_frm_style .chosen-container-single.chosen-container-active .chosen-single,.frm_forms.with_frm_style .chosen-container-active .chosen-choices,.frm_forms .form-field input:not([type=file]):focus,.formidable-form--purple .form-field input:not([type=file]):focus,.frm_forms select:focus,.formidable-form--purple select:focus,.frm_forms textarea:focus,.formidable-form--purple textarea:focus,.frm_forms .frm_focus_field input[type=text],.formidable-form--purple .frm_focus_field input[type=text],.frm_forms .frm_focus_field input[type=password],.formidable-form--purple .frm_focus_field input[type=password],.frm_forms .frm_focus_field input[type=email],.formidable-form--purple .frm_focus_field input[type=email],.frm_forms .frm_focus_field input[type=number],.formidable-form--purple .frm_focus_field input[type=number],.frm_forms .frm_focus_field input[type=url],.formidable-form--purple .frm_focus_field input[type=url],.frm_forms .frm_focus_field input[type=tel],.formidable-form--purple .frm_focus_field input[type=tel],.frm_forms .frm_focus_field input[type=search],.formidable-form--purple .frm_focus_field input[type=search],.frm_forms .frm_focus_field .frm-card-element.StripeElement,.formidable-form--purple .frm_focus_field .frm-card-element.StripeElement,.frm_forms .chosen-container-single.chosen-container-active .chosen-single,.formidable-form--purple .chosen-container-single.chosen-container-active .chosen-single,.frm_forms .chosen-container-active .chosen-choices,.formidable-form--purple .chosen-container-active .chosen-choices{background-color:rgba(0,0,0,0);color:var(--nfte_form_text_color)}.frm_forms.frm_style_formidable-style.with_frm_style input::-moz-placeholder, .frm_forms.frm_style_formidable-style.with_frm_style textarea::-moz-placeholder, .frm_forms.with_frm_style input::-moz-placeholder, .frm_forms.with_frm_style textarea::-moz-placeholder, .frm_forms input::-moz-placeholder, .formidable-form--purple input::-moz-placeholder, .frm_forms textarea::-moz-placeholder, .formidable-form--purple textarea::-moz-placeholder{color:var(--nfte_form_text_color)}.frm_forms.frm_style_formidable-style.with_frm_style input::placeholder,.frm_forms.frm_style_formidable-style.with_frm_style textarea::placeholder,.frm_forms.with_frm_style input::placeholder,.frm_forms.with_frm_style textarea::placeholder,.frm_forms input::placeholder,.formidable-form--purple input::placeholder,.frm_forms textarea::placeholder,.formidable-form--purple textarea::placeholder{color:var(--nfte_form_text_color)}.frm_forms.frm_style_formidable-style.with_frm_style input[type=text],.frm_forms.frm_style_formidable-style.with_frm_style input[type=password],.frm_forms.frm_style_formidable-style.with_frm_style input[type=email],.frm_forms.frm_style_formidable-style.with_frm_style input[type=number],.frm_forms.frm_style_formidable-style.with_frm_style input[type=url],.frm_forms.frm_style_formidable-style.with_frm_style input[type=tel],.frm_forms.frm_style_formidable-style.with_frm_style input[type=file],.frm_forms.frm_style_formidable-style.with_frm_style input[type=search],.frm_forms.frm_style_formidable-style.with_frm_style select,.frm_forms.with_frm_style input[type=text],.frm_forms.with_frm_style input[type=password],.frm_forms.with_frm_style input[type=email],.frm_forms.with_frm_style input[type=number],.frm_forms.with_frm_style input[type=url],.frm_forms.with_frm_style input[type=tel],.frm_forms.with_frm_style input[type=file],.frm_forms.with_frm_style input[type=search],.frm_forms.with_frm_style select,.frm_forms input[type=text],.formidable-form--purple input[type=text],.frm_forms input[type=password],.formidable-form--purple input[type=password],.frm_forms input[type=email],.formidable-form--purple input[type=email],.frm_forms input[type=number],.formidable-form--purple input[type=number],.frm_forms input[type=url],.formidable-form--purple input[type=url],.frm_forms input[type=tel],.formidable-form--purple input[type=tel],.frm_forms input[type=file],.formidable-form--purple input[type=file],.frm_forms input[type=search],.formidable-form--purple input[type=search],.frm_forms select,.formidable-form--purple select{background:var(--nfte_field_background_color);color:var(--nfte_form_text_color);border:1px solid var(--nfte_form_border_color);border-radius:60px;height:60px;padding-left:20px;padding-right:20px;font-size:var(--nfte_form_text_size, 1rem)}.frm_forms.frm_style_formidable-style.with_frm_style textarea,.frm_forms.with_frm_style textarea,.frm_forms textarea,.formidable-form--purple textarea{color:var(--nfte_form_text_color);background:var(--nfte_field_background_color);border:1px solid var(--nfte_form_border_color);border-radius:30px;height:200px;padding:20px}.frm_forms.frm_style_formidable-style.with_frm_style .select2.select2-container,.frm_forms.with_frm_style .select2.select2-container,.frm_forms .select2.select2-container,.formidable-form--purple .select2.select2-container{width:100% !important;font-weight:5}.frm_forms.frm_style_formidable-style.with_frm_style .select2.select2-container--default .select2-selection--single,.frm_forms.with_frm_style .select2.select2-container--default .select2-selection--single,.frm_forms .select2.select2-container--default .select2-selection--single,.formidable-form--purple .select2.select2-container--default .select2-selection--single{border:1px solid var(--nfte_form_border_color) !important;background:var(--nfte_field_background_color)}.frm_forms.frm_style_formidable-style.with_frm_style .select2.select2-container--default .select2-selection--single .select2-selection__rendered,.frm_forms.with_frm_style .select2.select2-container--default .select2-selection--single .select2-selection__rendered,.frm_forms .select2.select2-container--default .select2-selection--single .select2-selection__rendered,.formidable-form--purple .select2.select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--nfte_form_text_color)}.frm_forms.frm_style_formidable-style.with_frm_style .frm_opt_container,.frm_forms.with_frm_style .frm_opt_container,.frm_forms .frm_opt_container,.formidable-form--purple .frm_opt_container{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}@media screen and (max-width: 1200px){.frm_forms.frm_style_formidable-style.with_frm_style .frm_opt_container,.frm_forms.with_frm_style .frm_opt_container,.frm_forms .frm_opt_container,.formidable-form--purple .frm_opt_container{display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, max-content));justify-content:space-between}}.frm_forms.frm_style_formidable-style.with_frm_style .frm_opt_container .frm_checkbox input[type=checkbox],.frm_forms.with_frm_style .frm_opt_container .frm_checkbox input[type=checkbox],.frm_forms .frm_opt_container .frm_checkbox input[type=checkbox],.formidable-form--purple .frm_opt_container .frm_checkbox input[type=checkbox]{background:var(--nfte_field_background_color) !important;border-color:var(--nfte_form_border_color) !important;border-radius:10px;width:30px;height:30px}.frm_forms.frm_style_formidable-style.with_frm_style .frm_opt_container .frm_checkbox input[type=checkbox] label,.frm_forms.with_frm_style .frm_opt_container .frm_checkbox input[type=checkbox] label,.frm_forms .frm_opt_container .frm_checkbox input[type=checkbox] label,.formidable-form--purple .frm_opt_container .frm_checkbox input[type=checkbox] label{line-height:30px}.frm_forms.frm_style_formidable-style.with_frm_style .frm_opt_container .frm_checkbox input[type=checkbox]::before,.frm_forms.with_frm_style .frm_opt_container .frm_checkbox input[type=checkbox]::before,.frm_forms .frm_opt_container .frm_checkbox input[type=checkbox]::before,.formidable-form--purple .frm_opt_container .frm_checkbox input[type=checkbox]::before{width:20px;height:20px;box-shadow:inset 25px 25px var(--nfte_form_border_color);margin:4px 0 0 4px}.frm_forms.frm_style_formidable-style.with_frm_style input[type=submit],.frm_forms.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],.frm_forms.frm_style_formidable-style.with_frm_style .frm_submit button,.frm_forms.frm_style_formidable-style.with_frm_style .frm-edit-page-btn,.frm_forms.with_frm_style input[type=submit],.frm_forms.with_frm_style .frm_submit input[type=button],.frm_forms.with_frm_style .frm_submit button,.frm_forms.with_frm_style .frm-edit-page-btn,.frm_forms input[type=submit],.formidable-form--purple input[type=submit],.frm_forms .frm_submit input[type=button],.formidable-form--purple .frm_submit input[type=button],.frm_forms .frm_submit button,.formidable-form--purple .frm_submit button,.frm_forms .frm-edit-page-btn,.formidable-form--purple .frm-edit-page-btn{background:var(--nfte_button_background_color);border-width:0;display:block;width:100%;border-radius:60px;min-height:60px;color:var(--nfte_button_text_color);font-size:18px;font-weight:700;font-family:"Circular Std Bold","Helvetica Neue",sans-serif}.frm_forms.frm_style_formidable-style.with_frm_style input[type=submit]:hover,.frm_forms.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,.frm_forms.frm_style_formidable-style.with_frm_style .frm_submit button:hover,.frm_forms.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover,.frm_forms.with_frm_style input[type=submit]:hover,.frm_forms.with_frm_style .frm_submit input[type=button]:hover,.frm_forms.with_frm_style .frm_submit button:hover,.frm_forms.with_frm_style .frm-edit-page-btn:hover,.frm_forms input[type=submit]:hover,.formidable-form--purple input[type=submit]:hover,.frm_forms .frm_submit input[type=button]:hover,.formidable-form--purple .frm_submit input[type=button]:hover,.frm_forms .frm_submit button:hover,.formidable-form--purple .frm_submit button:hover,.frm_forms .frm-edit-page-btn:hover,.formidable-form--purple .frm-edit-page-btn:hover{color:var(--nfte_button_text_color)}.formidable-form--purple{--nfte_form_text_color: #fff;--nfte_form_background_color: var(--nfte_purple);--nfte_field_background_color: var(--nfte_purple);--nfte_form_border_color: #fff;--nfte_button_background_color: #fff;--nfte_button_text_color: var(--nfte_purple);--nfte_message_background_color: var(--nfte_cool_grey);--nfte_message_text_color: var(--nfte_purple);--select2-border-color: #fff;--select2-arrow-image: url("data:image/svg+xml,%3Csvg width=%2726%27 height=%2715%27 viewBox=%270 0 26 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.17188 1L13.1719 13L25.1719 1%27 stroke=%27%23fff%27 stroke-width=%272%27/%3E%3C/svg%3E")}.select2--purple{--select2-border-color: #fff}.n2-ss-slider .n2-ss-slider-controls-absolute-center-bottom>*,.n2-ss-slider .n2-ss-slider-controls-above>*{margin-bottom:40px !important}.wp-block-table th {
  text-align: left;
}.wp-block-query-pagination-numbers .page-numbers {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  display: inline-block;
  width: 0.75rem;
  font-weight: 500;
}.wp-block-query-pagination-numbers .page-numbers.dots {
  width: auto;
}.wp-block-query-pagination-numbers .page-numbers.current {
  --tw-text-opacity: 1;
  color: rgb(76 18 161 / var(--tw-text-opacity));
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 18 161 / var(--tw-border-opacity));
}html .select2-container--default .select2-selection--single{border:1px solid var(--select2-border-color, #000);border-radius:30px;padding:16px 20px;height:60px}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#4c12a1 !important;color:#fff !important}html .select2-container--default .select2-selection--single .select2-selection__arrow{width:24px;height:20px;top:50%;right:18px;transform:translate3d(0, -50%, 0) rotate(var(--select2-arrow-rotation, 0deg))}html .select2-container--default .select2-selection--single .select2-selection__arrow b{border:0;color:inherit;top:0;left:0;margin:0;width:100%;height:100%;background-repeat:no-repeat;background-size:100% 100%;background-image:var(--select2-arrow-image, url("data:image/svg+xml,%3Csvg width=%2726%27 height=%2715%27 viewBox=%270 0 26 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.17188 1L13.1719 13L25.1719 1%27 stroke=%27currentColor%27 stroke-width=%272%27/%3E%3C/svg%3E"))}.select2-container--open{--select2-arrow-rotation: 180deg}.select2-dropdown.select2-dropdown--below{border:1px solid var(--select2-border-color, #000);border-top:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:rgba(0,0,0,0)}.admin-bar .select2-dropdown{transform:translateY(32px)}@media screen and (max-width: 782px){.admin-bar .select2-dropdown{transform:translateY(46px)}}.items-stretch.is-layout-flex>.wp-block-column{display:flex;flex:1;align-self:auto}:where(.wp-site-blocks)>footer{margin-top:0}footer{border-top:1px solid #fff}.even\:bg-\[\#F7F6F9\]:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 249 / var(--tw-bg-opacity));
}.focus-within\:outline:focus-within {
  outline-style: solid;
}.hover\:border-nfte-purple:hover {
  --tw-border-opacity: 1;
  border-color: rgb(76 18 161 / var(--tw-border-opacity));
}.hover\:underline:hover {
  text-decoration-line: underline;
}.group.active .group-\[\.active\]\:block {
  display: block;
}.group.active .group-\[\.active\]\:opacity-100 {
  opacity: 1;
}@media (min-width: 640px) {

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

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

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

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

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

  .sm\:\!-mt-20 {
    margin-top: -5rem !important;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-\[16px\] {
    height: 16px;
  }

  .sm\:h-\[60px\] {
    height: 60px;
  }

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

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-60 {
    width: 15rem;
  }

  .sm\:w-\[16px\] {
    width: 16px;
  }

  .sm\:w-\[230px\] {
    width: 230px;
  }

  .sm\:w-\[60px\] {
    width: 60px;
  }

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

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

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

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

  .sm\:grid-cols-\[auto\2c 1fr\2c auto\] {
    grid-template-columns: auto 1fr auto;
  }

  .sm\:grid-cols-\[max-content\2c 1fr\] {
    grid-template-columns: max-content 1fr;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

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

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

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

  .sm\:px-\[160px\] {
    padding-left: 160px;
    padding-right: 160px;
  }

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

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

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

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

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

  .sm\:text-\[42px\] {
    font-size: 42px;
  }

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

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

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

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

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:\!leading-\[60px\] {
    line-height: 60px !important;
  }
}@media (min-width: 768px) {

  .md\:end-5 {
    inset-inline-end: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:float-left {
    float: left;
  }

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

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:\!-mb-32 {
    margin-bottom: -8rem !important;
  }

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

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

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

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

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

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

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

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

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:max-h-max {
    max-height: -moz-max-content;
    max-height: max-content;
  }

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

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

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

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

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

  .md\:w-3\/4 {
    width: 75%;
  }

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

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

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

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

  .md\:min-w-\[550px\] {
    min-width: 550px;
  }

  .md\:-translate-y-32 {
    --tw-translate-y: -8rem;
    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));
  }

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

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

  .md\:grid-rows-\[max-content\2c 1fr\2c 0\.25rem\2c max-content\] {
    grid-template-rows: max-content 1fr 0.25rem max-content;
  }

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

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

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

  .md\:gap-16 {
    gap: 4rem;
  }

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

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

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

  .md\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .md\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

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

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

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-30 {
    padding: 120px;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:p-\[30px\] {
    padding: 30px;
  }

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

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

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

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

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

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

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

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

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

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

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

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

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

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

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

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

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

  .md\:text-10xl {
    font-size: 120px;
  }

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

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

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

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

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

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

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

  .md\:text-\[64px\] {
    font-size: 64px;
  }

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

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

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

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

  .md\:leading-\[60px\] {
    line-height: 60px;
  }

  .md\:leading-none {
    line-height: 1;
  }
}@media (min-width: 1024px) {

  .lg\:right-10 {
    right: 2.5rem;
  }

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

  .lg\:order-last {
    order: 9999;
  }

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

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

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

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

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

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

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

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

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

  .lg\:-mb-\[42px\] {
    margin-bottom: -42px;
  }

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

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:contents {
    display: contents;
  }

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

  .lg\:h-\[60px\] {
    height: 60px;
  }

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

  .lg\:min-w-\[900px\] {
    min-width: 900px;
  }

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

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

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

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

  .lg\:grid-cols-\[2fr\2c 1fr\] {
    grid-template-columns: 2fr 1fr;
  }

  .lg\:grid-cols-\[max-content\2c 1fr\2c 14rem\2c 14rem\] {
    grid-template-columns: max-content 1fr 14rem 14rem;
  }

  .lg\:grid-rows-\[auto\2c 1fr\] {
    grid-template-rows: auto 1fr;
  }

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

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

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

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

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:border-b-\[10px\] {
    border-bottom-width: 10px;
  }

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

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

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

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

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

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

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

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

  .lg\:pt-\[214px\] {
    padding-top: 214px;
  }

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

  .lg\:text-10xl {
    font-size: 120px;
  }

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

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

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

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

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

  .lg\:text-\[64px\] {
    font-size: 64px;
  }

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

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

  .lg\:leading-\[60px\] {
    line-height: 60px;
  }

  .lg\:leading-none {
    line-height: 1;
  }
}@media (min-width: 1280px) {

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

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

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

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

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

  .xl\:contents {
    display: contents;
  }

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

  .xl\:grid-cols-\[1fr\2c max-content\2c max-content\] {
    grid-template-columns: 1fr max-content max-content;
  }
}.\[\&_\.current\]\:underline .current {
  text-decoration-line: underline;
}.\[\&_\.current\]\:underline-offset-4 .current {
  text-underline-offset: 4px;
}.\[\&_td\:first-child\]\:ps-0 td:first-child {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}.\[\&_td\:last-child\]\:pe-0 td:last-child {
  -webkit-padding-end: 0px;
          padding-inline-end: 0px;
}.\[\&_td\]\:p-4 td {
  padding: 1rem;
}.\[\&_th\:first-child\]\:ps-0 th:first-child {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}.\[\&_th\:last-child\]\:pe-0 th:last-child {
  -webkit-padding-end: 0px;
          padding-inline-end: 0px;
}.\[\&_th\]\:px-4 th {
  padding-left: 1rem;
  padding-right: 1rem;
}
