/*
! 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"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.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(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.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(--tw-prose-bullets);
}

.prose :where(hr):not(:where([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"] *)) {
  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(--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"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([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"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([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"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([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"] *)) {
  font-weight: 700;
  color: inherit;
}

.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: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([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"] *)) {
  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(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([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"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.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.75;
}

.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(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-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.prose-sm :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
}

.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}

.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}

.prose-sm :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}

.prose-sm :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}

.prose-sm :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}

.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}

.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-black {
  --tw-prose-body: #000000;
  --tw-prose-headings: #000000;
  --tw-prose-lead: #000000;
  --tw-prose-links: #000000;
  --tw-prose-bold: #000000;
  --tw-prose-counters: #000000;
  --tw-prose-bullets: #000000;
  --tw-prose-hr: #000000;
  --tw-prose-quotes: #000000;
  --tw-prose-quote-borders: #000000;
  --tw-prose-captions: #000000;
  --tw-prose-code: #000000;
  --tw-prose-pre-code: #ffffff;
  --tw-prose-pre-bg: #000000;
  --tw-prose-th-borders: #000000;
  --tw-prose-td-borders: #000000;
  --tw-prose-invert-body: #ffffff;
  --tw-prose-invert-headings: #ffffff;
  --tw-prose-invert-lead: #ffffff;
  --tw-prose-invert-links: #ffffff;
  --tw-prose-invert-bold: #ffffff;
  --tw-prose-invert-counters: #ffffff;
  --tw-prose-invert-bullets: #ffffff;
  --tw-prose-invert-hr: #ffffff;
  --tw-prose-invert-quotes: #ffffff;
  --tw-prose-invert-quote-borders: #ffffff;
  --tw-prose-invert-captions: #ffffff;
  --tw-prose-invert-code: #ffffff;
  --tw-prose-invert-pre-code: #000000;
  --tw-prose-invert-pre-bg: colors.white;
  --tw-prose-invert-th-borders: #ffffff;
  --tw-prose-invert-td-borders: #ffffff;
}

.bg-halftone {
  background-image: url('../img/ui-halftone-left-bg.png'), url(../img/ui-halftone-right-bg.png);
  background-repeat: no-repeat;
  background-position: left, right;
}

.btn-close-blue,
  .btn-close-purple {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  height: 27px;
  width: 27px;
  border-radius: 0.125rem;
  border-width: 1px;
}

.btn-close-blue {
  --tw-border-opacity: 1;
  border-color: rgb(53 67 165 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(53 67 165 / var(--tw-bg-opacity));
}

.btn-close-purple {
  --tw-border-opacity: 1;
  border-color: rgb(74 56 130 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(74 56 130 / var(--tw-bg-opacity));
}

.btn-close-blue:before,
  .btn-close-blue:after,
  .btn-close-purple:before,
  .btn-close-purple:after {
  position: absolute;
  left: 11.5px;
  top: 2px;
  height: 21px;
  width: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.btn-close-blue:before,
  .btn-close-purple:before {
  transform: rotate(45deg);
}

.btn-close-blue:after,
  .btn-close-purple:after {
  transform: rotate(-45deg);
}

.btn-close-blue:hover,
  .btn-close-purple:hover {
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.btn-close-blue:hover:before,
  .btn-close-blue:hover:after {
  --tw-bg-opacity: 1;
  background-color: rgb(53 67 165 / var(--tw-bg-opacity));
}

.btn-close-purple:hover:before,
  .btn-close-purple:hover:after {
  --tw-bg-opacity: 1;
  background-color: rgb(74 56 130 / var(--tw-bg-opacity));
}

.btn-close-blue:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(53 67 165 / var(--tw-bg-opacity));
  opacity: 0.5;
}

.btn-close-purple:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(74 56 130 / var(--tw-bg-opacity));
  opacity: 0.5;
}

.btn-close-blue:disabled:before,
  .btn-close-blue:disabled:after,
  .btn-close-purple:disabled:before,
  .btn-close-purple:disabled:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.btn-close-circle-purple {
  position: absolute;
  right: 15px;
  top: 8px;
  height: 37px;
  width: 37px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 56 130 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(74 56 130 / var(--tw-bg-opacity));
}

.btn-close-circle-purple:before,
  .btn-close-circle-purple:after {
  position: absolute;
  left: 16px;
  top: 7px;
  height: 21px;
  width: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.btn-close-circle-purple:before {
  transform: rotate(45deg);
}

.btn-close-circle-purple:after {
  transform: rotate(-45deg);
}

.btn-close-circle-purple:hover {
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.btn-close-circle-purple:hover:before,
  .btn-close-circle-purple:hover:after {
  --tw-bg-opacity: 1;
  background-color: rgb(74 56 130 / var(--tw-bg-opacity));
}

.btn-close-circle-purple:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(74 56 130 / var(--tw-bg-opacity));
  opacity: 0.5;
}

.btn-close-circle-purple:disabled:before,
  .btn-close-circle-purple:disabled:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.btn-blue,
  .btn-green,
  .btn-orange,
  .btn-orange-red,
  .btn-purple,
  .btn-yellow,
  .btn-gray {
  height: 42px;
  width: 133px;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-image: url('../img/ui-btn-bg.png');
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: 700;
  line-height: 1;
}

.btn-blue:hover,
  .btn-green:hover,
  .btn-orange:hover,
  .btn-orange-red:hover,
  .btn-purple:hover,
  .btn-yellow:hover,
  .btn-gray:hover {
  --tw-shadow: 0px 0px 0px 1px #000000;
  --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-blue:disabled,
  .btn-green:disabled,
  .btn-orange:disabled,
  .btn-orange-red:disabled,
  .btn-purple:disabled,
  .btn-yellow:disabled,
  .btn-gray:disabled {
  opacity: 0.5;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-lg-blue,
  .btn-lg-green,
  .btn-lg-orange,
  .btn-lg-orange-red,
  .btn-lg-purple,
  .btn-lg-yellow,
  .btn-lg-gray {
  height: 42px;
  min-width: 191px;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-image: url('../img/ui-halftone-left-bg.png'), url(../img/ui-halftone-right-bg.png);
  background-repeat: no-repeat;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 700;
  line-height: 1;
}

.btn-lg-blue:hover,
  .btn-lg-green:hover,
  .btn-lg-orange:hover,
  .btn-lg-orange-red:hover,
  .btn-lg-purple:hover,
  .btn-lg-yellow:hover,
  .btn-lg-gray:hover {
  --tw-shadow: 0px 0px 0px 1px #000000;
  --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-lg-blue:disabled,
  .btn-lg-green:disabled,
  .btn-lg-orange:disabled,
  .btn-lg-orange-red:disabled,
  .btn-lg-purple:disabled,
  .btn-lg-yellow:disabled,
  .btn-lg-gray:disabled {
  opacity: 0.5;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-lg-blue,
  .btn-lg-green,
  .btn-lg-orange,
  .btn-lg-orange-red,
  .btn-lg-purple,
  .btn-lg-yellow,
  .btn-lg-gray {
  background-position: left, right;
}

.btn-xl-blue,
  .btn-xl-green,
  .btn-xl-orange,
  .btn-xl-orange-red,
  .btn-xl-purple,
  .btn-xl-yellow,
  .btn-xl-gray {
  height: 82px;
  width: 216px;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-image: url('../img/ui-btn-xl-bg.png');
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  line-height: 1;
}

.btn-xl-blue:hover,
  .btn-xl-green:hover,
  .btn-xl-orange:hover,
  .btn-xl-orange-red:hover,
  .btn-xl-purple:hover,
  .btn-xl-yellow:hover,
  .btn-xl-gray:hover {
  --tw-shadow: 0px 0px 0px 1px #000000;
  --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-xl-blue:disabled,
  .btn-xl-green:disabled,
  .btn-xl-orange:disabled,
  .btn-xl-orange-red:disabled,
  .btn-xl-purple:disabled,
  .btn-xl-yellow:disabled,
  .btn-xl-gray:disabled {
  opacity: 0.5;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-lg-blue.unvisited,
  .btn-lg-blue.visited,
  .btn-lg-green.unvisited,
  .btn-lg-green.visited,
  .btn-lg-orange.unvisited,
  .btn-lg-orange.visited,
  .btn-lg-orange-red.unvisited,
  .btn-lg-orange-red.visited,
  .btn-lg-purple.unvisited,
  .btn-lg-purple.visited,
  .btn-lg-yellow.unvisited,
  .btn-lg-yellow.visited,
  .btn-lg-gray.unvisited,
  .btn-lg-gray.visited {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn-xl-blue.visited,
  .btn-xl-green.visited,
  .btn-xl-orange.visited,
  .btn-xl-orange-red.visited,
  .btn-xl-purple.visited,
  .btn-xl-yellow.visited,
  .btn-xl-gray.visited {
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn-lg-blue.visited:after,
  .btn-xl-blue.visited:after,
  .btn-lg-green.visited:after,
  .btn-xl-green.visited:after,
  .btn-lg-orange.visited:after,
  .btn-xl-orange.visited:after,
  .btn-lg-orange-red.visited:after,
  .btn-xl-orange-red.visited:after,
  .btn-lg-purple.visited:after,
  .btn-xl-purple.visited:after,
  .btn-lg-yellow.visited:after,
  .btn-xl-yellow.visited:after,
  .btn-lg-gray.visited:after,
  .btn-xl-gray.visited:after {
  position: absolute;
  right: 6px;
  top: 7px;
  --tw-content: url('../img/global-checkmark-sm-icon.png');
  content: var(--tw-content);
}

.btn-blue,
  .btn-lg-blue,
  .btn-xl-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(53 67 165 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-green,
  .btn-lg-green,
  .btn-xl-green {
  --tw-bg-opacity: 1;
  background-color: rgb(45 170 95 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn-orange,
  .btn-lg-orange,
  .btn-xl-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(155 47 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-orange-red,
  .btn-lg-orange-red,
  .btn-xl-orange-red {
  --tw-bg-opacity: 1;
  background-color: rgb(173 62 43 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-purple,
  .btn-lg-purple,
  .btn-xl-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(74 56 130 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-yellow,
  .btn-lg-yellow,
  .btn-xl-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(219 181 22 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-\[100px\] {
  bottom: 100px;
}

.bottom-\[101px\] {
  bottom: 101px;
}

.bottom-\[102px\] {
  bottom: 102px;
}

.bottom-\[106px\] {
  bottom: 106px;
}

.bottom-\[108px\] {
  bottom: 108px;
}

.bottom-\[109px\] {
  bottom: 109px;
}

.bottom-\[10px\] {
  bottom: 10px;
}

.bottom-\[113px\] {
  bottom: 113px;
}

.bottom-\[115px\] {
  bottom: 115px;
}

.bottom-\[119px\] {
  bottom: 119px;
}

.bottom-\[124px\] {
  bottom: 124px;
}

.bottom-\[15px\] {
  bottom: 15px;
}

.bottom-\[198px\] {
  bottom: 198px;
}

.bottom-\[204px\] {
  bottom: 204px;
}

.bottom-\[20px\] {
  bottom: 20px;
}

.bottom-\[21px\] {
  bottom: 21px;
}

.bottom-\[220px\] {
  bottom: 220px;
}

.bottom-\[23px\] {
  bottom: 23px;
}

.bottom-\[25px\] {
  bottom: 25px;
}

.bottom-\[279px\] {
  bottom: 279px;
}

.bottom-\[32px\] {
  bottom: 32px;
}

.bottom-\[445px\] {
  bottom: 445px;
}

.bottom-\[44px\] {
  bottom: 44px;
}

.bottom-\[57px\] {
  bottom: 57px;
}

.bottom-\[5px\] {
  bottom: 5px;
}

.bottom-\[62px\] {
  bottom: 62px;
}

.bottom-\[67px\] {
  bottom: 67px;
}

.bottom-\[80px\] {
  bottom: 80px;
}

.bottom-\[97px\] {
  bottom: 97px;
}

.bottom-\[98px\] {
  bottom: 98px;
}

.bottom-\[9px\] {
  bottom: 9px;
}

.left-0 {
  left: 0px;
}

.left-\[100px\] {
  left: 100px;
}

.left-\[112px\] {
  left: 112px;
}

.left-\[115px\] {
  left: 115px;
}

.left-\[11px\] {
  left: 11px;
}

.left-\[122px\] {
  left: 122px;
}

.left-\[124px\] {
  left: 124px;
}

.left-\[13px\] {
  left: 13px;
}

.left-\[148px\] {
  left: 148px;
}

.left-\[15px\] {
  left: 15px;
}

.left-\[163px\] {
  left: 163px;
}

.left-\[176px\] {
  left: 176px;
}

.left-\[20px\] {
  left: 20px;
}

.left-\[218px\] {
  left: 218px;
}

.left-\[228px\] {
  left: 228px;
}

.left-\[245px\] {
  left: 245px;
}

.left-\[248px\] {
  left: 248px;
}

.left-\[256px\] {
  left: 256px;
}

.left-\[25px\] {
  left: 25px;
}

.left-\[262px\] {
  left: 262px;
}

.left-\[279px\] {
  left: 279px;
}

.left-\[280px\] {
  left: 280px;
}

.left-\[284px\] {
  left: 284px;
}

.left-\[285px\] {
  left: 285px;
}

.left-\[286px\] {
  left: 286px;
}

.left-\[293px\] {
  left: 293px;
}

.left-\[299px\] {
  left: 299px;
}

.left-\[305px\] {
  left: 305px;
}

.left-\[30px\] {
  left: 30px;
}

.left-\[319px\] {
  left: 319px;
}

.left-\[31px\] {
  left: 31px;
}

.left-\[320px\] {
  left: 320px;
}

.left-\[330px\] {
  left: 330px;
}

.left-\[340px\] {
  left: 340px;
}

.left-\[347px\] {
  left: 347px;
}

.left-\[348px\] {
  left: 348px;
}

.left-\[34px\] {
  left: 34px;
}

.left-\[350px\] {
  left: 350px;
}

.left-\[356px\] {
  left: 356px;
}

.left-\[359px\] {
  left: 359px;
}

.left-\[35px\] {
  left: 35px;
}

.left-\[376px\] {
  left: 376px;
}

.left-\[37px\] {
  left: 37px;
}

.left-\[380px\] {
  left: 380px;
}

.left-\[382px\] {
  left: 382px;
}

.left-\[38px\] {
  left: 38px;
}

.left-\[399px\] {
  left: 399px;
}

.left-\[400px\] {
  left: 400px;
}

.left-\[403px\] {
  left: 403px;
}

.left-\[41px\] {
  left: 41px;
}

.left-\[420px\] {
  left: 420px;
}

.left-\[423px\] {
  left: 423px;
}

.left-\[439px\] {
  left: 439px;
}

.left-\[449px\] {
  left: 449px;
}

.left-\[44px\] {
  left: 44px;
}

.left-\[453px\] {
  left: 453px;
}

.left-\[45px\] {
  left: 45px;
}

.left-\[46px\] {
  left: 46px;
}

.left-\[47px\] {
  left: 47px;
}

.left-\[483px\] {
  left: 483px;
}

.left-\[486px\] {
  left: 486px;
}

.left-\[48px\] {
  left: 48px;
}

.left-\[495px\] {
  left: 495px;
}

.left-\[515px\] {
  left: 515px;
}

.left-\[52px\] {
  left: 52px;
}

.left-\[530px\] {
  left: 530px;
}

.left-\[531px\] {
  left: 531px;
}

.left-\[539px\] {
  left: 539px;
}

.left-\[53px\] {
  left: 53px;
}

.left-\[544px\] {
  left: 544px;
}

.left-\[54px\] {
  left: 54px;
}

.left-\[555px\] {
  left: 555px;
}

.left-\[564px\] {
  left: 564px;
}

.left-\[603px\] {
  left: 603px;
}

.left-\[60px\] {
  left: 60px;
}

.left-\[630px\] {
  left: 630px;
}

.left-\[64px\] {
  left: 64px;
}

.left-\[67px\] {
  left: 67px;
}

.left-\[687px\] {
  left: 687px;
}

.left-\[6px\] {
  left: 6px;
}

.left-\[720px\] {
  left: 720px;
}

.left-\[75px\] {
  left: 75px;
}

.left-\[775px\] {
  left: 775px;
}

.left-\[77px\] {
  left: 77px;
}

.left-\[786px\] {
  left: 786px;
}

.left-\[8px\] {
  left: 8px;
}

.left-\[9px\] {
  left: 9px;
}

.right-0 {
  right: 0px;
}

.right-\[100px\] {
  right: 100px;
}

.right-\[107px\] {
  right: 107px;
}

.right-\[10px\] {
  right: 10px;
}

.right-\[115px\] {
  right: 115px;
}

.right-\[117px\] {
  right: 117px;
}

.right-\[159px\] {
  right: 159px;
}

.right-\[160px\] {
  right: 160px;
}

.right-\[173px\] {
  right: 173px;
}

.right-\[19px\] {
  right: 19px;
}

.right-\[1px\] {
  right: 1px;
}

.right-\[204px\] {
  right: 204px;
}

.right-\[255px\] {
  right: 255px;
}

.right-\[28px\] {
  right: 28px;
}

.right-\[310px\] {
  right: 310px;
}

.right-\[31px\] {
  right: 31px;
}

.right-\[33px\] {
  right: 33px;
}

.right-\[38px\] {
  right: 38px;
}

.right-\[41px\] {
  right: 41px;
}

.right-\[42px\] {
  right: 42px;
}

.right-\[430px\] {
  right: 430px;
}

.right-\[44px\] {
  right: 44px;
}

.right-\[49px\] {
  right: 49px;
}

.right-\[50px\] {
  right: 50px;
}

.right-\[52px\] {
  right: 52px;
}

.right-\[5px\] {
  right: 5px;
}

.right-\[612px\] {
  right: 612px;
}

.right-\[616px\] {
  right: 616px;
}

.right-\[631px\] {
  right: 631px;
}

.right-\[64px\] {
  right: 64px;
}

.right-\[662px\] {
  right: 662px;
}

.right-\[66px\] {
  right: 66px;
}

.right-\[90px\] {
  right: 90px;
}

.right-\[9px\] {
  right: 9px;
}

.top-0 {
  top: 0px;
}

.top-\[-55px\] {
  top: -55px;
}

.top-\[100px\] {
  top: 100px;
}

.top-\[101px\] {
  top: 101px;
}

.top-\[10px\] {
  top: 10px;
}

.top-\[114px\] {
  top: 114px;
}

.top-\[119px\] {
  top: 119px;
}

.top-\[122px\] {
  top: 122px;
}

.top-\[135px\] {
  top: 135px;
}

.top-\[140px\] {
  top: 140px;
}

.top-\[149px\] {
  top: 149px;
}

.top-\[159px\] {
  top: 159px;
}

.top-\[15px\] {
  top: 15px;
}

.top-\[161px\] {
  top: 161px;
}

.top-\[162px\] {
  top: 162px;
}

.top-\[163px\] {
  top: 163px;
}

.top-\[165px\] {
  top: 165px;
}

.top-\[166px\] {
  top: 166px;
}

.top-\[167px\] {
  top: 167px;
}

.top-\[170px\] {
  top: 170px;
}

.top-\[174px\] {
  top: 174px;
}

.top-\[180px\] {
  top: 180px;
}

.top-\[184px\] {
  top: 184px;
}

.top-\[185px\] {
  top: 185px;
}

.top-\[189px\] {
  top: 189px;
}

.top-\[191px\] {
  top: 191px;
}

.top-\[19px\] {
  top: 19px;
}

.top-\[200px\] {
  top: 200px;
}

.top-\[201px\] {
  top: 201px;
}

.top-\[20px\] {
  top: 20px;
}

.top-\[210px\] {
  top: 210px;
}

.top-\[238px\] {
  top: 238px;
}

.top-\[242px\] {
  top: 242px;
}

.top-\[244px\] {
  top: 244px;
}

.top-\[246px\] {
  top: 246px;
}

.top-\[253px\] {
  top: 253px;
}

.top-\[256px\] {
  top: 256px;
}

.top-\[25px\] {
  top: 25px;
}

.top-\[262px\] {
  top: 262px;
}

.top-\[273px\] {
  top: 273px;
}

.top-\[275px\] {
  top: 275px;
}

.top-\[277px\] {
  top: 277px;
}

.top-\[281px\] {
  top: 281px;
}

.top-\[282px\] {
  top: 282px;
}

.top-\[287px\] {
  top: 287px;
}

.top-\[30px\] {
  top: 30px;
}

.top-\[314px\] {
  top: 314px;
}

.top-\[323px\] {
  top: 323px;
}

.top-\[324px\] {
  top: 324px;
}

.top-\[329px\] {
  top: 329px;
}

.top-\[330px\] {
  top: 330px;
}

.top-\[342px\] {
  top: 342px;
}

.top-\[344px\] {
  top: 344px;
}

.top-\[35px\] {
  top: 35px;
}

.top-\[360px\] {
  top: 360px;
}

.top-\[366px\] {
  top: 366px;
}

.top-\[370px\] {
  top: 370px;
}

.top-\[374px\] {
  top: 374px;
}

.top-\[380px\] {
  top: 380px;
}

.top-\[400px\] {
  top: 400px;
}

.top-\[44px\] {
  top: 44px;
}

.top-\[450px\] {
  top: 450px;
}

.top-\[45px\] {
  top: 45px;
}

.top-\[472px\] {
  top: 472px;
}

.top-\[487px\] {
  top: 487px;
}

.top-\[518px\] {
  top: 518px;
}

.top-\[5px\] {
  top: 5px;
}

.top-\[60px\] {
  top: 60px;
}

.top-\[64px\] {
  top: 64px;
}

.top-\[65px\] {
  top: 65px;
}

.top-\[6px\] {
  top: 6px;
}

.top-\[70px\] {
  top: 70px;
}

.top-\[71px\] {
  top: 71px;
}

.top-\[72px\] {
  top: 72px;
}

.top-\[74px\] {
  top: 74px;
}

.top-\[75px\] {
  top: 75px;
}

.top-\[76px\] {
  top: 76px;
}

.top-\[79px\] {
  top: 79px;
}

.top-\[7px\] {
  top: 7px;
}

.top-\[86px\] {
  top: 86px;
}

.top-\[8px\] {
  top: 8px;
}

.top-\[97px\] {
  top: 97px;
}

.z-10 {
  z-index: 10;
}

.m-1 {
  margin: 0.25rem;
}

.m-auto {
  margin: auto;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-\[-256px\] {
  margin-left: -256px;
}

.ml-\[-262px\] {
  margin-left: -262px;
}

.ml-\[-30px\] {
  margin-left: -30px;
}

.ml-\[-330px\] {
  margin-left: -330px;
}

.ml-\[-380px\] {
  margin-left: -380px;
}

.ml-\[-630px\] {
  margin-left: -630px;
}

.ml-\[35px\] {
  margin-left: 35px;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-\[-101px\] {
  margin-top: -101px;
}

.mt-\[-330px\] {
  margin-top: -330px;
}

.mt-\[-360px\] {
  margin-top: -360px;
}

.mt-\[-70px\] {
  margin-top: -70px;
}

.mt-\[170px\] {
  margin-top: 170px;
}

.mt-\[200px\] {
  margin-top: 200px;
}

.mt-\[3px\] {
  margin-top: 3px;
}

.mt-\[6px\] {
  margin-top: 6px;
}

.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;
}

.h-1 {
  height: 0.25rem;
}

.h-4 {
  height: 1rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[10px\] {
  height: 10px;
}

.h-\[130px\] {
  height: 130px;
}

.h-\[143px\] {
  height: 143px;
}

.h-\[147px\] {
  height: 147px;
}

.h-\[154px\] {
  height: 154px;
}

.h-\[156px\] {
  height: 156px;
}

.h-\[160px\] {
  height: 160px;
}

.h-\[162px\] {
  height: 162px;
}

.h-\[169px\] {
  height: 169px;
}

.h-\[175px\] {
  height: 175px;
}

.h-\[179px\] {
  height: 179px;
}

.h-\[181px\] {
  height: 181px;
}

.h-\[182px\] {
  height: 182px;
}

.h-\[190px\] {
  height: 190px;
}

.h-\[195px\] {
  height: 195px;
}

.h-\[19px\] {
  height: 19px;
}

.h-\[223px\] {
  height: 223px;
}

.h-\[226px\] {
  height: 226px;
}

.h-\[22px\] {
  height: 22px;
}

.h-\[240px\] {
  height: 240px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[26px\] {
  height: 26px;
}

.h-\[270px\] {
  height: 270px;
}

.h-\[278px\] {
  height: 278px;
}

.h-\[27px\] {
  height: 27px;
}

.h-\[28px\] {
  height: 28px;
}

.h-\[290px\] {
  height: 290px;
}

.h-\[29px\] {
  height: 29px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[312px\] {
  height: 312px;
}

.h-\[31px\] {
  height: 31px;
}

.h-\[320px\] {
  height: 320px;
}

.h-\[321px\] {
  height: 321px;
}

.h-\[330px\] {
  height: 330px;
}

.h-\[33px\] {
  height: 33px;
}

.h-\[350px\] {
  height: 350px;
}

.h-\[357px\] {
  height: 357px;
}

.h-\[359px\] {
  height: 359px;
}

.h-\[364px\] {
  height: 364px;
}

.h-\[368px\] {
  height: 368px;
}

.h-\[373px\] {
  height: 373px;
}

.h-\[375px\] {
  height: 375px;
}

.h-\[381px\] {
  height: 381px;
}

.h-\[384px\] {
  height: 384px;
}

.h-\[390px\] {
  height: 390px;
}

.h-\[392px\] {
  height: 392px;
}

.h-\[396px\] {
  height: 396px;
}

.h-\[397px\] {
  height: 397px;
}

.h-\[399px\] {
  height: 399px;
}

.h-\[39px\] {
  height: 39px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[404px\] {
  height: 404px;
}

.h-\[405px\] {
  height: 405px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[42px\] {
  height: 42px;
}

.h-\[430px\] {
  height: 430px;
}

.h-\[431px\] {
  height: 431px;
}

.h-\[440px\] {
  height: 440px;
}

.h-\[444px\] {
  height: 444px;
}

.h-\[446px\] {
  height: 446px;
}

.h-\[44px\] {
  height: 44px;
}

.h-\[450px\] {
  height: 450px;
}

.h-\[460px\] {
  height: 460px;
}

.h-\[461px\] {
  height: 461px;
}

.h-\[464px\] {
  height: 464px;
}

.h-\[467px\] {
  height: 467px;
}

.h-\[480px\] {
  height: 480px;
}

.h-\[494px\] {
  height: 494px;
}

.h-\[49px\] {
  height: 49px;
}

.h-\[505px\] {
  height: 505px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[510px\] {
  height: 510px;
}

.h-\[518px\] {
  height: 518px;
}

.h-\[522px\] {
  height: 522px;
}

.h-\[540px\] {
  height: 540px;
}

.h-\[594px\] {
  height: 594px;
}

.h-\[64px\] {
  height: 64px;
}

.h-\[655px\] {
  height: 655px;
}

.h-\[7px\] {
  height: 7px;
}

.h-\[81px\] {
  height: 81px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-1 {
  width: 0.25rem;
}

.w-1\/2 {
  width: 50%;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[103px\] {
  width: 103px;
}

.w-\[136px\] {
  width: 136px;
}

.w-\[143px\] {
  width: 143px;
}

.w-\[145px\] {
  width: 145px;
}

.w-\[147px\] {
  width: 147px;
}

.w-\[154px\] {
  width: 154px;
}

.w-\[155px\] {
  width: 155px;
}

.w-\[164px\] {
  width: 164px;
}

.w-\[190px\] {
  width: 190px;
}

.w-\[191px\] {
  width: 191px;
}

.w-\[194px\] {
  width: 194px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[210px\] {
  width: 210px;
}

.w-\[215px\] {
  width: 215px;
}

.w-\[21px\] {
  width: 21px;
}

.w-\[220px\] {
  width: 220px;
}

.w-\[227px\] {
  width: 227px;
}

.w-\[23px\] {
  width: 23px;
}

.w-\[241px\] {
  width: 241px;
}

.w-\[246px\] {
  width: 246px;
}

.w-\[260px\] {
  width: 260px;
}

.w-\[265px\] {
  width: 265px;
}

.w-\[267px\] {
  width: 267px;
}

.w-\[270px\] {
  width: 270px;
}

.w-\[280px\] {
  width: 280px;
}

.w-\[286px\] {
  width: 286px;
}

.w-\[28px\] {
  width: 28px;
}

.w-\[29px\] {
  width: 29px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[302px\] {
  width: 302px;
}

.w-\[303px\] {
  width: 303px;
}

.w-\[311px\] {
  width: 311px;
}

.w-\[320px\] {
  width: 320px;
}

.w-\[323px\] {
  width: 323px;
}

.w-\[326px\] {
  width: 326px;
}

.w-\[330px\] {
  width: 330px;
}

.w-\[33px\] {
  width: 33px;
}

.w-\[350px\] {
  width: 350px;
}

.w-\[362px\] {
  width: 362px;
}

.w-\[370px\] {
  width: 370px;
}

.w-\[380px\] {
  width: 380px;
}

.w-\[390px\] {
  width: 390px;
}

.w-\[393px\] {
  width: 393px;
}

.w-\[400px\] {
  width: 400px;
}

.w-\[406px\] {
  width: 406px;
}

.w-\[410px\] {
  width: 410px;
}

.w-\[41px\] {
  width: 41px;
}

.w-\[420px\] {
  width: 420px;
}

.w-\[42px\] {
  width: 42px;
}

.w-\[430px\] {
  width: 430px;
}

.w-\[450px\] {
  width: 450px;
}

.w-\[454px\] {
  width: 454px;
}

.w-\[456px\] {
  width: 456px;
}

.w-\[470px\] {
  width: 470px;
}

.w-\[47px\] {
  width: 47px;
}

.w-\[480px\] {
  width: 480px;
}

.w-\[490px\] {
  width: 490px;
}

.w-\[500px\] {
  width: 500px;
}

.w-\[505px\] {
  width: 505px;
}

.w-\[514px\] {
  width: 514px;
}

.w-\[516px\] {
  width: 516px;
}

.w-\[522px\] {
  width: 522px;
}

.w-\[615px\] {
  width: 615px;
}

.w-\[634px\] {
  width: 634px;
}

.w-\[750px\] {
  width: 750px;
}

.w-\[811px\] {
  width: 811px;
}

.w-\[812px\] {
  width: 812px;
}

.w-\[90px\] {
  width: 90px;
}

.w-\[920px\] {
  width: 920px;
}

.w-\[92px\] {
  width: 92px;
}

.w-\[960px\] {
  width: 960px;
}

.w-\[calc\(100\%-35px\)\] {
  width: calc(100% - 35px);
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.translate-x-0 {
  --tw-translate-x: 0px;
  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-x-\[-100px\] {
  --tw-translate-x: -100px;
  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-x-\[100px\] {
  --tw-translate-x: 100px;
  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));
}

.list-circle {
  list-style-type: circle;
}

.list-disc {
  list-style-type: disc;
}

.list-square {
  list-style-type: square;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.place-items-center {
  place-items: center;
}

.content-center {
  align-content: center;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.self-start {
  align-self: flex-start;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-\[5px\] {
  border-width: 5px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-\[\#6f56ac\] {
  --tw-border-opacity: 1;
  border-color: rgb(111 86 172 / var(--tw-border-opacity));
}

.border-\[\#9cbfe9\] {
  --tw-border-opacity: 1;
  border-color: rgb(156 191 233 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(53 67 165 / var(--tw-border-opacity));
}

.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(45 170 95 / var(--tw-border-opacity));
}

.border-orange-red {
  --tw-border-opacity: 1;
  border-color: rgb(173 62 43 / var(--tw-border-opacity));
}

.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(74 56 130 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#6f56ac\] {
  --tw-bg-opacity: 1;
  background-color: rgb(111 86 172 / var(--tw-bg-opacity));
}

.bg-\[\#9cbfe9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(156 191 233 / var(--tw-bg-opacity));
}

.bg-\[\#dedede\] {
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 222 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(53 67 165 / var(--tw-bg-opacity));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(155 155 155 / var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(45 170 95 / var(--tw-bg-opacity));
}

.bg-orange-red {
  --tw-bg-opacity: 1;
  background-color: rgb(173 62 43 / var(--tw-bg-opacity));
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(74 56 130 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-\[url\(\'\.\.\/img\/dashboard-bg\.png\'\)\] {
  background-image: url('../img/dashboard-bg.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-02-completed-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-02-completed-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-02-open-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-02-open-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-02-success-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-02-success-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-03-completed-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-03-completed-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-03-open-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-03-open-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-03-success-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-03-success-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-04-completed-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-04-completed-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-04-open-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-04-open-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-04-success-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-04-success-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-05-completed-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-05-completed-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-05-open-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-05-open-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-05-success-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-05-success-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-06-completed-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-06-completed-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-06-open-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-06-open-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-06-success-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-06-success-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-07-completed-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-07-completed-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-07-open-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-07-open-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-07-success-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-07-success-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-08-completed-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-08-completed-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-08-open-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-08-open-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-08-success-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-08-success-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-09-completed-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-09-completed-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-09-open-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-09-open-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-09-success-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-09-success-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-10-completed-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-10-completed-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-10-open-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-10-open-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-10-success-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-10-success-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-11-completed-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-11-completed-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-11-open-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-11-open-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-11-success-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-11-success-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-12-completed-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-12-completed-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-12-open-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-12-open-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-12-success-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-12-success-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-13-completed-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-13-completed-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-13-open-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-13-open-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-13-success-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-13-success-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-14-completed-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-14-completed-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-14-open-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-14-open-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-14-success-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-14-success-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-15-completed-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-15-completed-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-15-open-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-15-open-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-15-success-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-15-success-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-16-completed-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-16-completed-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-16-open-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-16-open-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-16-success-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-16-success-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-17-completed-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-17-completed-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-17-open-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-17-open-btn.png');
}

.bg-\[url\(\'\.\.\/img\/dashboard-lesson-17-success-btn\.png\'\)\] {
  background-image: url('../img/dashboard-lesson-17-success-btn.png');
}

.bg-\[url\(\'\.\.\/img\/disacac01_05-bg\.jpg\'\)\] {
  background-image: url('../img/disacac01_05-bg.jpg');
}

.bg-\[url\(\'\.\.\/img\/disacac01_05-instructions\.png\'\)\] {
  background-image: url('../img/disacac01_05-instructions.png');
}

.bg-\[url\(\'\.\.\/img\/disacac02_02-checkmark-icon\.png\'\)\] {
  background-image: url('../img/disacac02_02-checkmark-icon.png');
}

.bg-\[url\(\'\.\.\/img\/disacac04_02_01-checklist-bg\.png\'\)\] {
  background-image: url('../img/disacac04_02_01-checklist-bg.png');
}

.bg-\[url\(\'\.\.\/img\/disacac04_02_01-clue-popup-01-bg\.png\'\)\] {
  background-image: url('../img/disacac04_02_01-clue-popup-01-bg.png');
}

.bg-\[url\(\'\.\.\/img\/disacac04_02_01-clue-popup-02-bg\.png\'\)\] {
  background-image: url('../img/disacac04_02_01-clue-popup-02-bg.png');
}

.bg-\[url\(\'\.\.\/img\/disacac04_02_01-clue-popup-03-bg\.png\'\)\] {
  background-image: url('../img/disacac04_02_01-clue-popup-03-bg.png');
}

.bg-\[url\(\'\.\.\/img\/disacac07_02-response-icons\.png\'\)\] {
  background-image: url('../img/disacac07_02-response-icons.png');
}

.bg-\[url\(\'\.\.\/img\/disacac07_02-responses\.png\'\)\] {
  background-image: url('../img/disacac07_02-responses.png');
}

.bg-\[url\(\'\.\.\/img\/disacac08_02-fail\.png\'\)\] {
  background-image: url('../img/disacac08_02-fail.png');
}

.bg-\[url\(\'\.\.\/img\/disacac08_02-start-btn\.png\'\)\] {
  background-image: url('../img/disacac08_02-start-btn.png');
}

.bg-\[url\(\'\.\.\/img\/disacac08_02-success\.png\'\)\] {
  background-image: url('../img/disacac08_02-success.png');
}

.bg-\[url\(\'\.\.\/img\/disacac14_02-start-btn\.png\'\)\] {
  background-image: url('../img/disacac14_02-start-btn.png');
}

.bg-\[url\(\'\.\.\/img\/global-page-bg\.jpg\'\)\] {
  background-image: url('../img/global-page-bg.jpg');
}

.bg-\[url\(\'\.\.\/img\/global-try-again-btn\.png\'\)\] {
  background-image: url('../img/global-try-again-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-02-missing-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-02-missing-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-02-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-02-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-03-missing-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-03-missing-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-03-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-03-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-04-missing-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-04-missing-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-04-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-04-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-05-missing-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-05-missing-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-05-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-05-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-06-missing-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-06-missing-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-06-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-06-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-07-missing-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-07-missing-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-07-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-07-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-08-missing-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-08-missing-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-08-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-08-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-09-missing-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-09-missing-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-09-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-09-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-10-missing-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-10-missing-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-10-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-10-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-11-missing-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-11-missing-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-11-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-11-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-12-missing-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-12-missing-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-12-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-12-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-13-missing-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-13-missing-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-13-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-13-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-14-missing-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-14-missing-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-14-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-14-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-15-missing-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-15-missing-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-15-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-15-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-16-missing-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-16-missing-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-16-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-16-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-17-missing-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-17-missing-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/tool-status-lesson-17-tool-btn\.png\'\)\] {
  background-image: url('../img/tool-status-lesson-17-tool-btn.png');
}

.bg-\[url\(\'\.\.\/img\/ui-big-play-btn\.png\'\)\] {
  background-image: url('../img/ui-big-play-btn.png');
}

.bg-\[url\(\'\.\.\/img\/ui-menu-btn\.png\'\)\] {
  background-image: url('../img/ui-menu-btn.png');
}

.bg-\[url\(\'\.\.\/img\/ui-next-btn\.png\'\)\] {
  background-image: url('../img/ui-next-btn.png');
}

.bg-\[url\(\'\.\.\/img\/ui-pause-btn\.png\'\)\] {
  background-image: url('../img/ui-pause-btn.png');
}

.bg-\[url\(\'\.\.\/img\/ui-play-btn\.png\'\)\] {
  background-image: url('../img/ui-play-btn.png');
}

.bg-\[url\(\'\.\.\/img\/ui-replay-btn\.png\'\)\] {
  background-image: url('../img/ui-replay-btn.png');
}

.bg-\[url\(\'\.\.\/img\/ui-skip-back-btn\.png\'\)\] {
  background-image: url('../img/ui-skip-back-btn.png');
}

.bg-\[url\(\'\.\.\/img\/ui-skip-forward-btn\.png\'\)\] {
  background-image: url('../img/ui-skip-forward-btn.png');
}

.bg-\[url\(\'\.\.\/img\/ui-transcript-btn\.png\'\)\] {
  background-image: url('../img/ui-transcript-btn.png');
}

.bg-\[url\(\'\.\.\/img\/ui-turn-ad-off-btn\.png\'\)\] {
  background-image: url('../img/ui-turn-ad-off-btn.png');
}

.bg-\[url\(\'\.\.\/img\/ui-turn-ad-on-btn\.png\'\)\] {
  background-image: url('../img/ui-turn-ad-on-btn.png');
}

.bg-\[url\(\'\.\.\/img\/ui-turn-cc-off-btn\.png\'\)\] {
  background-image: url('../img/ui-turn-cc-off-btn.png');
}

.bg-\[url\(\'\.\.\/img\/ui-turn-cc-on-btn\.png\'\)\] {
  background-image: url('../img/ui-turn-cc-on-btn.png');
}

.bg-\[right_10px_top_10px\] {
  background-position: right 10px top 10px;
}

.bg-\[right_15px_top_6px\] {
  background-position: right 15px top 6px;
}

.bg-\[right_65px_top_6px\] {
  background-position: right 65px top 6px;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-right {
  background-position: right;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-\[16px\] {
  padding: 16px;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-\[117px\] {
  padding-left: 117px;
  padding-right: 117px;
}

.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.px-\[220px\] {
  padding-left: 220px;
  padding-right: 220px;
}

.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-\[15px\] {
  padding-left: 15px;
}

.pl-\[259px\] {
  padding-left: 259px;
}

.pl-\[323px\] {
  padding-left: 323px;
}

.pl-\[336px\] {
  padding-left: 336px;
}

.pl-\[355px\] {
  padding-left: 355px;
}

.pl-\[42px\] {
  padding-left: 42px;
}

.pl-\[58px\] {
  padding-left: 58px;
}

.pl-\[623px\] {
  padding-left: 623px;
}

.pl-\[626px\] {
  padding-left: 626px;
}

.pl-\[638px\] {
  padding-left: 638px;
}

.pl-\[640px\] {
  padding-left: 640px;
}

.pl-\[692px\] {
  padding-left: 692px;
}

.pl-\[69px\] {
  padding-left: 69px;
}

.pl-\[702px\] {
  padding-left: 702px;
}

.pl-\[73px\] {
  padding-left: 73px;
}

.pl-\[78px\] {
  padding-left: 78px;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-\[252px\] {
  padding-right: 252px;
}

.pr-\[293px\] {
  padding-right: 293px;
}

.pr-\[313px\] {
  padding-right: 313px;
}

.pr-\[326px\] {
  padding-right: 326px;
}

.pr-\[44px\] {
  padding-right: 44px;
}

.pr-\[54px\] {
  padding-right: 54px;
}

.pr-\[631px\] {
  padding-right: 631px;
}

.pr-\[646px\] {
  padding-right: 646px;
}

.pr-\[65px\] {
  padding-right: 65px;
}

.pr-\[668px\] {
  padding-right: 668px;
}

.pr-\[677px\] {
  padding-right: 677px;
}

.pr-\[67px\] {
  padding-right: 67px;
}

.pr-\[711px\] {
  padding-right: 711px;
}

.pr-\[81px\] {
  padding-right: 81px;
}

.pt-\[44px\] {
  padding-top: 44px;
}

.pt-\[57px\] {
  padding-top: 57px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.text-\[\#2f37fe\] {
  --tw-text-opacity: 1;
  color: rgb(47 55 254 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(53 67 165 / var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(45 170 95 / 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;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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 {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, 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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

[x-cloak] {
  display: none !important;
}

html,
body {
  height: 100%;
  color: #000000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

html {
  box-sizing: border-box;
  overflow: auto;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus-visible {
  /* inner indicator */
  outline: 2px #ffffff solid;
  outline-offset: 0;
  /* outer indicator */
  box-shadow: 0 0 0 4px #000000;
}

/* Custom checkboxes and radio buttons */

input[type='checkbox'],
input[type='radio'] {
  height: 16px;
  width: 16px;
  margin-right: 0.5rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  /* Safari */
  border: 3px solid #ffffff;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #000000;
}

input[type='checkbox'],
input[type='radio'],
input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
}

input[type='checkbox']:disabled,
input[type='radio']:disabled {
  opacity: 0.5;
}

input[type='checkbox']:focus-visible,
input[type='radio']:focus-visible {
  outline-offset: 0;
}

input[type='checkbox']:disabled,
input[type='radio']:disabled,
input[type='checkbox']:disabled + label,
input[type='radio']:disabled + label {
  cursor: default;
}

/*Highlight correct answer*/

input[type='checkbox'].correct,
input[type='radio'].correct {
  box-shadow: 0 0 0 4px #2daa5f;
}

/* Checkbox only */

input[type='checkbox']:after {
  content: '';
  position: relative;
  left: 3px;
  top: 0;
  display: none;
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Show the checkmark when checked */

input[type='checkbox']:checked:after {
  display: block;
}

/* Radio button only */

input[type='radio'] {
  border-radius: 50%;
}

input[type='radio']:checked {
  background-color: #000000;
}

img {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
       user-select: none;
}

.mask {
  -webkit-mask-image: url(../img/global-img-mask.png);
  mask-image: url(../img/global-img-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.md-mask:not(:focus) {
  -webkit-mask-image: url(../img/global-md-img-mask.png);
  mask-image: url(../img/global-md-img-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.dashboard-open-mask:not(:focus) {
  -webkit-mask-image: url(../img/dashboard-open-img-mask.png);
  mask-image: url(../img/dashboard-open-img-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.dashboard-completed-mask:not(:focus) {
  -webkit-mask-image: url(../img/dashboard-completed-img-mask.png);
  mask-image: url(../img/dashboard-completed-img-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.disacac01_06_success-mask:not(:focus) {
  -webkit-mask-image: url(../img/disacac01_06_success-img-mask.png);
  mask-image: url(../img/disacac01_06_success-img-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/*********** Reset styles ***********/

input[type='range'] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  cursor: pointer;
  width: 500px;
  box-shadow: 0px 0px 0px 2px #ffffff;
  border-radius: 1px;
  height: 7px;
}

/* Disabled */

input[type='range']:disabled {
  cursor: default;
  opacity: 0.5;
}

/* Removes default focus */

input[type='range']:focus {
  outline: none;
}

/******** Chrome, Safari, Opera and Edge styles ********/

/* Slider track */

input[type='range']::-webkit-slider-runnable-track {
  border-radius: 0px;
  height: 7px;
}

/* Slider thumb */

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -2.5px;
  /* Centers thumb on the track */
  background-color: #4d4d4d;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

input[type='range']:focus-visible::-webkit-slider-thumb {
  /* inner indicator */
  outline: 2px #ffffff solid;
  outline-offset: 0;
  /* outer indicator */
  box-shadow: 0 0 0 4px #000000;
}

/*********** Firefox styles ***********/

/* Slider track */

input[type='range']::-moz-range-track {
  border-radius: 0px;
  height: 7px;
}

/* Slider thumb */

input[type='range']::-moz-range-thumb {
  background-color: #4d4d4d;
  border: none;
  /*Removes extra border-2 that FF applies*/
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

input[type='range']:focus-visible::-moz-range-thumb {
  /* inner indicator */
  outline: 2px #ffffff solid;
  outline-offset: 0;
  /* outer indicator */
  box-shadow: 0 0 0 4px #000000;
}

/* Progress bar */

.progress-bg {
  background-image: linear-gradient(
    135deg,
    #000000 25%,
    #ffffff 25%,
    #ffffff 50%,
    #000000 50%,
    #000000 75%,
    #ffffff 75%,
    #ffffff 100%
  );
  background-size: 2.83px 2.83px;
}

/* Scrollbars */

.scrollbar-gray {
  /* Foreground, Background */
  scrollbar-color: #333 #999;
  scrollbar-width: thin;
}

.scrollbar-gray::-webkit-scrollbar {
  width: 0.5rem;
  /* Mostly for vertical scrollbars */
  height: 0.5rem;
  /* Mostly for horizontal scrollbars */
}

.scrollbar-gray::-webkit-scrollbar-thumb {
  /* Foreground */
  background: #333;
}

.scrollbar-gray::-webkit-scrollbar-track {
  /* Background */
  background: #999;
}

.scrollbar-red {
  /* Foreground, Background */
  scrollbar-color: #000 #d24646;
  scrollbar-width: thin;
}

.scrollbar-red::-webkit-scrollbar {
  width: 0.5rem;
  /* Mostly for vertical scrollbars */
  height: 0.5rem;
  /* Mostly for horizontal scrollbars */
}

.scrollbar-red::-webkit-scrollbar-thumb {
  /* Foreground */
  background: #000;
}

.scrollbar-red::-webkit-scrollbar-track {
  /* Background */
  background: #d24646;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-\[4px\]::before {
  content: var(--tw-content);
  left: 4px;
}

.before\:h-\[11px\]::before {
  content: var(--tw-content);
  height: 11px;
}

.before\:w-\[11px\]::before {
  content: var(--tw-content);
  width: 11px;
}

.before\:border::before {
  content: var(--tw-content);
  border-width: 1px;
}

.before\:border-black::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.before\:content-\[url\(\'\'\)\]::before {
  --tw-content: url('');
  content: var(--tw-content);
}

.before\:content-\[url\(\'\.\.\/img\/disacac04_02_01-checklist-check-icon\.png\'\)\]::before {
  --tw-content: url('../img/disacac04_02_01-checklist-check-icon.png');
  content: var(--tw-content);
}

.before\:content-\[url\(\\\'\.\.\/img\/disacac04_02_01-checklist-check-icon\.png\\\'\)\]::before {
  --tw-content: url(\'../img/disacac04_02_01-checklist-check-icon.png\');
  content: var(--tw-content);
}

.before\:content-\[url\(\\\'\\\'\)\]::before {
  --tw-content: url(\'\');
  content: var(--tw-content);
}

.hover\:bottom-\[12px\]:hover {
  bottom: 12px;
}

.hover\:bottom-\[7px\]:hover {
  bottom: 7px;
}

.hover\:bottom-\[8px\]:hover {
  bottom: 8px;
}

.hover\:right-\[160px\]:hover {
  right: 160px;
}

.hover\:right-\[194px\]:hover {
  right: 194px;
}

.hover\:right-\[246px\]:hover {
  right: 246px;
}

.hover\:h-\[48px\]:hover {
  height: 48px;
}

.hover\:h-\[57px\]:hover {
  height: 57px;
}

.hover\:h-\[58px\]:hover {
  height: 58px;
}

.hover\:w-\[46px\]:hover {
  width: 46px;
}

.hover\:w-\[61px\]:hover {
  width: 61px;
}

.hover\:w-\[62px\]:hover {
  width: 62px;
}

.hover\:cursor-default:hover {
  cursor: default;
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[url\(\'\.\.\/img\/disacac01_02-accept-challenge-btn\.png\'\)\]:hover {
  background-image: url('../img/disacac01_02-accept-challenge-btn.png');
}

.hover\:bg-\[url\(\'\.\.\/img\/disacac02_02-popup-btn-01\.png\'\)\]:hover {
  background-image: url('../img/disacac02_02-popup-btn-01.png');
}

.hover\:bg-\[url\(\'\.\.\/img\/disacac02_02-popup-btn-02\.png\'\)\]:hover {
  background-image: url('../img/disacac02_02-popup-btn-02.png');
}

.hover\:bg-\[url\(\'\.\.\/img\/disacac09_02-popup-btn-01\.png\'\)\]:hover {
  background-image: url('../img/disacac09_02-popup-btn-01.png');
}

.hover\:bg-\[url\(\'\.\.\/img\/disacac09_02-popup-btn-02\.png\'\)\]:hover {
  background-image: url('../img/disacac09_02-popup-btn-02.png');
}

.hover\:bg-\[url\(\'\.\.\/img\/disacac17_02-popup-btn-01\.png\'\)\]:hover {
  background-image: url('../img/disacac17_02-popup-btn-01.png');
}

.hover\:bg-\[url\(\'\.\.\/img\/disacac17_02-popup-btn-02\.png\'\)\]:hover {
  background-image: url('../img/disacac17_02-popup-btn-02.png');
}

.hover\:bg-\[url\(\'\.\.\/img\/disacac17_02-popup-btn-03\.png\'\)\]:hover {
  background-image: url('../img/disacac17_02-popup-btn-03.png');
}

.hover\:bg-bottom:hover {
  background-position: bottom;
}

.hover\:bg-right-top:hover {
  background-position: right top;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:before\:absolute:hover::before {
  content: var(--tw-content);
  position: absolute;
}

.hover\:before\:bottom-\[-22px\]:hover::before {
  content: var(--tw-content);
  bottom: -22px;
}

.hover\:before\:left-\[-10px\]:hover::before {
  content: var(--tw-content);
  left: -10px;
}

.hover\:before\:left-\[-13px\]:hover::before {
  content: var(--tw-content);
  left: -13px;
}

.hover\:before\:left-\[-19px\]:hover::before {
  content: var(--tw-content);
  left: -19px;
}

.hover\:before\:left-\[-40px\]:hover::before {
  content: var(--tw-content);
  left: -40px;
}

.hover\:before\:left-\[-44px\]:hover::before {
  content: var(--tw-content);
  left: -44px;
}

.hover\:before\:right-\[-10px\]:hover::before {
  content: var(--tw-content);
  right: -10px;
}

.hover\:before\:top-\[-20px\]:hover::before {
  content: var(--tw-content);
  top: -20px;
}

.hover\:before\:top-\[-35px\]:hover::before {
  content: var(--tw-content);
  top: -35px;
}

.hover\:before\:top-\[5px\]:hover::before {
  content: var(--tw-content);
  top: 5px;
}

.hover\:before\:content-\[url\(\'\.\.\/img\/disacac04_02_01-clue-01-hover\.png\'\)\]:hover::before {
  --tw-content: url('../img/disacac04_02_01-clue-01-hover.png');
  content: var(--tw-content);
}

.hover\:before\:content-\[url\(\'\.\.\/img\/disacac04_02_01-clue-02-hover\.png\'\)\]:hover::before {
  --tw-content: url('../img/disacac04_02_01-clue-02-hover.png');
  content: var(--tw-content);
}

.hover\:before\:content-\[url\(\'\.\.\/img\/disacac04_02_01-clue-03-hover\.png\'\)\]:hover::before {
  --tw-content: url('../img/disacac04_02_01-clue-03-hover.png');
  content: var(--tw-content);
}

.hover\:before\:content-\[url\(\'\.\.\/img\/disacac07_02-response-01-hover\.png\'\)\]:hover::before {
  --tw-content: url('../img/disacac07_02-response-01-hover.png');
  content: var(--tw-content);
}

.hover\:before\:content-\[url\(\'\.\.\/img\/disacac07_02-response-02-hover\.png\'\)\]:hover::before {
  --tw-content: url('../img/disacac07_02-response-02-hover.png');
  content: var(--tw-content);
}

.hover\:before\:content-\[url\(\'\.\.\/img\/disacac07_02-response-03-hover\.png\'\)\]:hover::before {
  --tw-content: url('../img/disacac07_02-response-03-hover.png');
  content: var(--tw-content);
}

.hover\:before\:content-\[url\(\'\.\.\/img\/menu-hover\.png\'\)\]:hover::before {
  --tw-content: url('../img/menu-hover.png');
  content: var(--tw-content);
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus {
  position: absolute;
}

.focus\:bottom-\[-15px\]:focus {
  bottom: -15px;
}

.focus\:bottom-\[60px\]:focus {
  bottom: 60px;
}

.focus\:left-\[-223px\]:focus {
  left: -223px;
}

.focus\:left-\[5px\]:focus {
  left: 5px;
}

.focus\:left-\[60px\]:focus {
  left: 60px;
}

.focus\:top-\[10px\]:focus {
  top: 10px;
}

.focus\:p-1:focus {
  padding: 0.25rem;
}

.focus\:before\:absolute:focus::before {
  content: var(--tw-content);
  position: absolute;
}

.focus\:before\:bottom-\[-22px\]:focus::before {
  content: var(--tw-content);
  bottom: -22px;
}

.focus\:before\:left-\[-10px\]:focus::before {
  content: var(--tw-content);
  left: -10px;
}

.focus\:before\:left-\[-13px\]:focus::before {
  content: var(--tw-content);
  left: -13px;
}

.focus\:before\:left-\[-19px\]:focus::before {
  content: var(--tw-content);
  left: -19px;
}

.focus\:before\:left-\[-40px\]:focus::before {
  content: var(--tw-content);
  left: -40px;
}

.focus\:before\:left-\[-44px\]:focus::before {
  content: var(--tw-content);
  left: -44px;
}

.focus\:before\:right-\[-10px\]:focus::before {
  content: var(--tw-content);
  right: -10px;
}

.focus\:before\:top-\[-20px\]:focus::before {
  content: var(--tw-content);
  top: -20px;
}

.focus\:before\:top-\[-35px\]:focus::before {
  content: var(--tw-content);
  top: -35px;
}

.focus\:before\:top-\[5px\]:focus::before {
  content: var(--tw-content);
  top: 5px;
}

.focus\:before\:content-\[url\(\'\.\.\/img\/disacac04_02_01-clue-01-hover\.png\'\)\]:focus::before {
  --tw-content: url('../img/disacac04_02_01-clue-01-hover.png');
  content: var(--tw-content);
}

.focus\:before\:content-\[url\(\'\.\.\/img\/disacac04_02_01-clue-02-hover\.png\'\)\]:focus::before {
  --tw-content: url('../img/disacac04_02_01-clue-02-hover.png');
  content: var(--tw-content);
}

.focus\:before\:content-\[url\(\'\.\.\/img\/disacac04_02_01-clue-03-hover\.png\'\)\]:focus::before {
  --tw-content: url('../img/disacac04_02_01-clue-03-hover.png');
  content: var(--tw-content);
}

.focus\:before\:content-\[url\(\'\.\.\/img\/disacac07_02-response-01-hover\.png\'\)\]:focus::before {
  --tw-content: url('../img/disacac07_02-response-01-hover.png');
  content: var(--tw-content);
}

.focus\:before\:content-\[url\(\'\.\.\/img\/disacac07_02-response-02-hover\.png\'\)\]:focus::before {
  --tw-content: url('../img/disacac07_02-response-02-hover.png');
  content: var(--tw-content);
}

.focus\:before\:content-\[url\(\'\.\.\/img\/disacac07_02-response-03-hover\.png\'\)\]:focus::before {
  --tw-content: url('../img/disacac07_02-response-03-hover.png');
  content: var(--tw-content);
}

.focus\:before\:content-\[url\(\'\.\.\/img\/menu-hover\.png\'\)\]:focus::before {
  --tw-content: url('../img/menu-hover.png');
  content: var(--tw-content);
}

.active\:bottom-\[21px\]:active {
  bottom: 21px;
}

.active\:bottom-\[25px\]:active {
  bottom: 25px;
}

.active\:right-\[173px\]:active {
  right: 173px;
}

.active\:right-\[204px\]:active {
  right: 204px;
}

.active\:right-\[255px\]:active {
  right: 255px;
}

.active\:h-\[24px\]:active {
  height: 24px;
}

.active\:h-\[29px\]:active {
  height: 29px;
}

.active\:w-\[20px\]:active {
  width: 20px;
}

.active\:w-\[41px\]:active {
  width: 41px;
}

.active\:w-\[42px\]:active {
  width: 42px;
}

.active\:bg-left-bottom:active {
  background-position: left bottom;
}

.disabled\:bottom-\[21px\]:disabled {
  bottom: 21px;
}

.disabled\:bottom-\[25px\]:disabled {
  bottom: 25px;
}

.disabled\:right-\[173px\]:disabled {
  right: 173px;
}

.disabled\:right-\[204px\]:disabled {
  right: 204px;
}

.disabled\:right-\[255px\]:disabled {
  right: 255px;
}

.disabled\:h-\[24px\]:disabled {
  height: 24px;
}

.disabled\:h-\[29px\]:disabled {
  height: 29px;
}

.disabled\:w-\[20px\]:disabled {
  width: 20px;
}

.disabled\:w-\[41px\]:disabled {
  width: 41px;
}

.disabled\:w-\[42px\]:disabled {
  width: 42px;
}

.disabled\:bg-\[\#6f56ac\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(111 86 172 / var(--tw-bg-opacity));
}

.disabled\:bg-\[\#9cbfe9\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 191 233 / var(--tw-bg-opacity));
}

.disabled\:bg-none:disabled {
  background-image: none;
}

.disabled\:bg-left-top:disabled {
  background-position: left top;
}

.disabled\:text-white:disabled {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:before\:content-\[\'\'\]:disabled::before {
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 640px) {
  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }
}
