@import url(https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@300;400;600&family=Nunito:wght@300;400;600&display=swap);

/*
! tailwindcss v3.2.4 | 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: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-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, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 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 */
}/*
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]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}/*
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;
}:root,
[data-theme]{
  background-color: hsla(0, 0%, 100%, 1);
  background-color: hsla(var(--b1) / var(--tw-bg-opacity, 1));
  color: hsla(215, 28%, 17%, 1);
  color: hsla(var(--bc) / var(--tw-text-opacity, 1));
}html{
  -webkit-tap-highlight-color: transparent;
}:root{
  color-scheme: light;
  --pf: 259 94% 41%;
  --sf: 314 100% 38%;
  --af: 174 60% 41%;
  --nf: 219 14% 22%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 259 94% 51%;
  --pc: 0 0% 100%;
  --s: 314 100% 47%;
  --sc: 0 0% 100%;
  --a: 174 60% 51%;
  --ac: 175 44% 15%;
  --n: 219 14% 28%;
  --nc: 0 0% 100%;
  --b1: 0 0% 100%;
  --b2: 0 0% 95%;
  --b3: 180 2% 90%;
  --bc: 215 28% 17%;
}*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--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: rgba(0, 0, 0, 0.5);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(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;
}.alert{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}.alert > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}@media (min-width: 768px){.alert{
    flex-direction: row;
  }.alert > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}.alert > :where(*){
  display: flex;
  align-items: center;
  gap: 0.5rem;
}.avatar.placeholder > div{
  display: flex;
  align-items: center;
  justify-content: center;
}.btn.loading,
    .btn.loading:hover{
  pointer-events: none;
}.btn.loading:before{
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  animation: spin 2s linear infinite;
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
}@media (prefers-reduced-motion: reduce){.btn.loading:before{
    animation: spin 10s linear infinite;
  }
}@keyframes spin{from{
    transform: rotate(0deg);
  }to{
    transform: rotate(360deg);
  }
}.card{
  position: relative;
  display: flex;
  flex-direction: column;
}.card:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.card figure{
  display: flex;
  align-items: center;
  justify-content: center;
}.card.image-full{
  display: grid;
}.card.image-full:before{
  position: relative;
  content: "";
}.card.image-full:before,
    .card.image-full > *{
  grid-column-start: 1;
  grid-row-start: 1;
}.card.image-full > figure img{
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.card.image-full > .card-body{
  position: relative;
}.carousel{
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}.carousel-item{
  box-sizing: content-box;
  display: flex;
  flex: none;
  scroll-snap-align: start;
}.carousel-center .carousel-item{
  scroll-snap-align: center;
}.carousel-end .carousel-item{
  scroll-snap-align: end;
}.checkbox{
  flex-shrink: 0;
}.collapse.collapse{
  visibility: visible;
}.collapse{
  position: relative;
  display: grid;
  overflow: hidden;
}.collapse-title,
.collapse > input[type="checkbox"],
.collapse-content{
  grid-column-start: 1;
  grid-row-start: 1;
}.collapse > input[type="checkbox"]{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}.collapse-open .collapse-content,
.collapse:focus:not(.collapse-close) .collapse-content,
.collapse:not(.collapse-close)
  input[type="checkbox"]:checked
  ~ .collapse-content{
  max-height: none;
}.footer{
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  align-items: start;
  justify-items: start;
  place-items: start;
}.footer > *{
  display: grid;
  align-items: start;
  justify-items: start;
  place-items: start;
}@media (min-width: 48rem){.footer{
    grid-auto-flow: column;
  }.footer-center{
    grid-auto-flow: row dense;
  }
}.label{
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
}.input{
  flex-shrink: 1;
  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-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
}.input-group > .input{
  isolation: isolate;
}.input-group > *,
  .input-group > .input,
  .input-group > .select{
  border-radius: 0px;
}.link{
  cursor: pointer;
  text-decoration-line: underline;
}.menu{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}.menu.horizontal{
  display: inline-flex;
  flex-direction: row;
}.menu.horizontal :where(li){
  flex-direction: row;
}:where(.menu li){
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}.menu :where(li:not(.menu-title)) > :where(*:not(ul)){
  display: flex;
}.menu :where(li:not(.disabled):not(.menu-title)) > :where(*:not(ul)){
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  outline: 2px solid transparent;
  outline-offset: 2px;
}.menu > :where(li > *:not(ul):focus){
  outline: 2px solid transparent;
  outline-offset: 2px;
}.menu > :where(li.disabled > *:not(ul):focus){
  cursor: auto;
}.menu > :where(li) :where(ul){
  display: flex;
  flex-direction: column;
  align-items: stretch;
}.menu > :where(li) > :where(ul){
  position: absolute;
  display: none;
  top: auto;
  top: initial;
  left: 100%;
}.menu > :where(li:hover) > :where(ul){
  display: flex;
}.menu > :where(li:focus) > :where(ul){
  display: flex;
}.select{
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  min-height: 3rem;
}.select[multiple]{
  height: auto;
}.table{
  position: relative;
}.table th:first-child{
  position: sticky;
  position: -webkit-sticky;
  left: 0px;
  z-index: 11;
}.textarea{
  flex-shrink: 1;
  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-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  min-height: 3rem;
}.sr-only{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}.collapse{
  visibility: collapse !important;
}.fixed{
  position: fixed !important;
}.absolute{
  position: absolute !important;
}.relative{
  position: relative !important;
}.inset-x-0{
  left: 0px !important;
  right: 0px !important;
}.top-0{
  top: 0px !important;
}.left-0{
  left: 0px !important;
}.bottom-0{
  bottom: 0px !important;
}.right-0{
  right: 0px !important;
}.-bottom-16{
  bottom: -4rem !important;
}.z-10{
  z-index: 10 !important;
}.z-30{
  z-index: 30 !important;
}.z-\[100\]{
  z-index: 100 !important;
}.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}.my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}.my-12{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}.my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}.my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}.-my-2{
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}.mx-2{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}.mx-4{
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}.my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}.my-8{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}.my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}.mx-8{
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}.mb-2{
  margin-bottom: 0.5rem !important;
}.mb-4{
  margin-bottom: 1rem !important;
}.mt-1{
  margin-top: 0.25rem !important;
}.mr-3{
  margin-right: 0.75rem !important;
}.ml-1{
  margin-left: 0.25rem !important;
}.mt-16{
  margin-top: 4rem !important;
}.mb-6{
  margin-bottom: 1.5rem !important;
}.mb-8{
  margin-bottom: 2rem !important;
}.-mr-2{
  margin-right: -0.5rem !important;
}.mr-1{
  margin-right: 0.25rem !important;
}.mr-2{
  margin-right: 0.5rem !important;
}.-mt-1{
  margin-top: -0.25rem !important;
}.ml-0{
  margin-left: 0px !important;
}.mt-2{
  margin-top: 0.5rem !important;
}.mt-24{
  margin-top: 6rem !important;
}.mt-4{
  margin-top: 1rem !important;
}.mr-8{
  margin-right: 2rem !important;
}.ml-4{
  margin-left: 1rem !important;
}.mb-12{
  margin-bottom: 3rem !important;
}.-mt-2{
  margin-top: -0.5rem !important;
}.ml-3{
  margin-left: 0.75rem !important;
}.mb-1{
  margin-bottom: 0.25rem !important;
}.mt-6{
  margin-top: 1.5rem !important;
}.ml-2{
  margin-left: 0.5rem !important;
}.block{
  display: block !important;
}.inline{
  display: inline !important;
}.flex{
  display: flex !important;
}.inline-flex{
  display: inline-flex !important;
}.table{
  display: table !important;
}.grid{
  display: grid !important;
}.hidden{
  display: none !important;
}.h-\[325px\]{
  height: 325px !important;
}.h-1{
  height: 0.25rem !important;
}.h-12{
  height: 3rem !important;
}.h-24{
  height: 6rem !important;
}.h-full{
  height: 100% !important;
}.h-6{
  height: 1.5rem !important;
}.h-4{
  height: 1rem !important;
}.h-5{
  height: 1.25rem !important;
}.h-2{
  height: 0.5rem !important;
}.min-h-screen{
  min-height: 100vh !important;
}.min-h-\[60vh\]{
  min-height: 60vh !important;
}.w-1\/2{
  width: 50% !important;
}.w-full{
  width: 100% !important;
}.w-2\/3{
  width: 66.666667% !important;
}.w-32{
  width: 8rem !important;
}.w-16{
  width: 4rem !important;
}.w-48{
  width: 12rem !important;
}.w-1\/5{
  width: 20% !important;
}.w-\[40rem\]{
  width: 40rem !important;
}.w-6{
  width: 1.5rem !important;
}.w-4{
  width: 1rem !important;
}.w-64{
  width: 16rem !important;
}.w-\[80px\]{
  width: 80px !important;
}.w-5{
  width: 1.25rem !important;
}.w-2{
  width: 0.5rem !important;
}.w-1\/3{
  width: 33.333333% !important;
}.max-w-4xl{
  max-width: 56rem !important;
}.max-w-5xl{
  max-width: 64rem !important;
}.max-w-3xl{
  max-width: 48rem !important;
}.max-w-\[160px\]{
  max-width: 160px !important;
}.max-w-xl{
  max-width: 36rem !important;
}.max-w-2xl{
  max-width: 42rem !important;
}.max-w-none{
  max-width: none !important;
}.max-w-lg{
  max-width: 32rem !important;
}.flex-1{
  flex: 1 1 0% !important;
}.flex-shrink-0{
  flex-shrink: 0 !important;
}.shrink-0{
  flex-shrink: 0 !important;
}.table-auto{
  table-layout: auto !important;
}.origin-top-right{
  transform-origin: top right !important;
}.rotate-180{
  --tw-rotate: 180deg !important;
  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)) !important;
}.rotate-0{
  --tw-rotate: 0deg !important;
  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)) !important;
}.scale-95{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
  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)) !important;
}.scale-100{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
}.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)) !important;
}.scroll-mt-48{
  scroll-margin-top: 12rem !important;
}.scroll-mt-32{
  scroll-margin-top: 8rem !important;
}.list-inside{
  list-style-position: inside !important;
}.list-outside{
  list-style-position: outside !important;
}.list-disc{
  list-style-type: disc !important;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}.flex-row{
  flex-direction: row !important;
}.flex-col{
  flex-direction: column !important;
}.flex-col-reverse{
  flex-direction: column-reverse !important;
}.flex-wrap{
  flex-wrap: wrap !important;
}.items-start{
  align-items: flex-start !important;
}.items-end{
  align-items: flex-end !important;
}.items-center{
  align-items: center !important;
}.justify-end{
  justify-content: flex-end !important;
}.justify-center{
  justify-content: center !important;
}.justify-between{
  justify-content: space-between !important;
}.gap-6{
  gap: 1.5rem !important;
}.gap-4{
  gap: 1rem !important;
}.gap-2{
  gap: 0.5rem !important;
}.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse))) !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}.space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0px * (1 - var(--tw-space-x-reverse))) !important;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
}.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(4rem * (1 - var(--tw-space-y-reverse))) !important;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
}.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse))) !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse))) !important;
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse))) !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(2px * (1 - var(--tw-divide-y-reverse))) !important;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
}.divide-gray-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity)) !important;
}.break-all{
  word-break: break-all !important;
}.rounded-lg{
  border-radius: 0.5rem !important;
}.rounded{
  border-radius: 0.25rem !important;
}.rounded-sm{
  border-radius: 0.125rem !important;
}.rounded-md{
  border-radius: 0.375rem !important;
}.rounded-xl{
  border-radius: 0.75rem !important;
}.border-2{
  border-width: 2px !important;
}.border{
  border-width: 1px !important;
}.border-b{
  border-bottom-width: 1px !important;
}.border-t{
  border-top-width: 1px !important;
}.border-t-0{
  border-top-width: 0px !important;
}.border-gray-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
}.border-graphite{
  --tw-border-opacity: 1 !important;
  border-color: rgba(18, 23, 28, var(--tw-border-opacity)) !important;
}.border-gray-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
}.bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}.bg-green-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
}.bg-graphite{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(18, 23, 28, var(--tw-bg-opacity)) !important;
}.bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}.bg-red-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}.bg-\[\#000000\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}.bg-opacity-80{
  --tw-bg-opacity: 0.8 !important;
}.bg-cover{
  background-size: cover !important;
}.bg-right{
  background-position: right !important;
}.bg-no-repeat{
  background-repeat: no-repeat !important;
}.object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}.p-4{
  padding: 1rem !important;
}.p-1{
  padding: 0.25rem !important;
}.p-6{
  padding: 1.5rem !important;
}.p-2{
  padding: 0.5rem !important;
}.p-5{
  padding: 1.25rem !important;
}.p-12{
  padding: 3rem !important;
}.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}.py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}.px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}.py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}.py-24{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}.py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}.px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}.py-32{
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}.pl-4{
  padding-left: 1rem !important;
}.pt-5{
  padding-top: 1.25rem !important;
}.pb-5{
  padding-bottom: 1.25rem !important;
}.pb-0{
  padding-bottom: 0px !important;
}.pb-8{
  padding-bottom: 2rem !important;
}.pb-4{
  padding-bottom: 1rem !important;
}.pl-5{
  padding-left: 1.25rem !important;
}.text-left{
  text-align: left !important;
}.text-center{
  text-align: center !important;
}.text-right{
  text-align: right !important;
}.font-BaiJamjuree{
  font-family: Bai Jamjuree, sans-serif !important;
}.font-nunito{
  font-family: Nunito, sans-serif !important;
}.text-4xl{
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}.text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}.text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}.text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}.text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}.text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}.text-3xl{
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}.font-semibold{
  font-weight: 600 !important;
}.font-medium{
  font-weight: 500 !important;
}.font-light{
  font-weight: 300 !important;
}.font-bold{
  font-weight: 700 !important;
}.font-normal{
  font-weight: 400 !important;
}.uppercase{
  text-transform: uppercase !important;
}.normal-case{
  text-transform: none !important;
}.italic{
  font-style: italic !important;
}.text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}.text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}.text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}.text-gray-900{
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}.text-graphite{
  --tw-text-opacity: 1 !important;
  color: rgba(18, 23, 28, var(--tw-text-opacity)) !important;
}.text-primary{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 152, 188, var(--tw-text-opacity)) !important;
}.text-\[\#041B34\]{
  --tw-text-opacity: 1 !important;
  color: rgba(4, 27, 52, var(--tw-text-opacity)) !important;
}.text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}.text-gray-300{
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
}.text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}.text-red-400{
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}.text-red-800{
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}.text-red-700{
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}.text-gray-800{
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}.line-through{
  text-decoration-line: line-through !important;
}.opacity-0{
  opacity: 0 !important;
}.opacity-100{
  opacity: 1 !important;
}.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}.outline-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0)) !important;
}.ring-black{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}.ring-opacity-5{
  --tw-ring-opacity: 0.05 !important;
}.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) !important;
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}.transition-transform{
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}.transition-all{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}.duration-200{
  transition-duration: 200ms !important;
}.duration-100{
  transition-duration: 100ms !important;
}.duration-75{
  transition-duration: 75ms !important;
}.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}html{
  scroll-behavior: smooth;
}body {
    -webkit-hyphens: auto;
            hyphens: auto;
}p{
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(18, 23, 28, var(--tw-text-opacity));
}h2{
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}h2:after {
    /* background: black none repeat scroll 0 0; */
    content: "";
    display: block;
    height: 4px;
    margin-top: 15px;
    width: 80px;
    --tw-bg-opacity: 1;
    background-color: rgba(18, 23, 28, var(--tw-bg-opacity));
    margin-bottom: 48px;
}.no-line:after {
       display: none;
}.white-bar:after {
    background: white none repeat scroll 0 0;
}h3{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}h4{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Nunito, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}hr{
  --tw-border-opacity: 1;
  border-color: rgba(0, 152, 188, var(--tw-border-opacity));
}ol{
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 1.5rem;
}table{
  table-layout: auto;
  padding-bottom: 1rem;
}td{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}section{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.btn-primary{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  min-width: 200px;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 152, 188, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 152, 188, var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 133, 173, var(--tw-bg-opacity));
}.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}.hover\:text-primary:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 152, 188, var(--tw-text-opacity)) !important;
}.hover\:text-\[\#00CDE0\]:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 205, 224, var(--tw-text-opacity)) !important;
}.hover\:text-gray-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}.hover\:text-lime-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}.hover\:underline:hover{
  text-decoration-line: underline !important;
}.hover\:opacity-90:hover{
  opacity: 0.9 !important;
}.hover\:opacity-75:hover{
  opacity: 0.75 !important;
}.focus\:text-gray-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}.focus\:outline-none:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0)) !important;
}.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0)) !important;
}.focus\:ring-inset:focus{
  --tw-ring-inset: inset !important;
}.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
}.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
}@media (color-index: 48){.dark\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
}@media (color: 48842621){.dark\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
}@media (color-index: 48){.dark\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
}@media (color: 48842621){.dark\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
}@media (prefers-color-scheme: dark){.dark\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
}@media (min-width: 768px){.md\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }.md\:-mt-1{
    margin-top: -0.25rem !important;
  }.md\:mb-0{
    margin-bottom: 0px !important;
  }.md\:mb-6{
    margin-bottom: 1.5rem !important;
  }.md\:block{
    display: block !important;
  }.md\:flex{
    display: flex !important;
  }.md\:hidden{
    display: none !important;
  }.md\:h-82{
    height: 24rem !important;
  }.md\:min-h-\[30vh\]{
    min-height: 30vh !important;
  }.md\:w-1\/4{
    width: 25% !important;
  }.md\:w-1\/2{
    width: 50% !important;
  }.md\:w-1\/3{
    width: 33.333333% !important;
  }.md\:w-2\/3{
    width: 66.666667% !important;
  }.md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.md\:flex-row{
    flex-direction: row !important;
  }.md\:items-start{
    align-items: flex-start !important;
  }.md\:items-center{
    align-items: center !important;
  }.md\:items-stretch{
    align-items: stretch !important;
  }.md\:justify-center{
    justify-content: center !important;
  }.md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }.md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse))) !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }.md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }.md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse))) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }.md\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * (1 - var(--tw-space-x-reverse))) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }.md\:p-0{
    padding: 0px !important;
  }.md\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }.md\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }.md\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }.md\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}@media (min-width: 1024px){.lg\:min-h-\[40vh\]{
    min-height: 40vh !important;
  }
}

