/* 
@font-face {
  font-family: 'Clash Display';
  src: url("/public/Fonts/WEB/css/clash-display.css")
} */

html {
  font-size: 62, 5%;
}

*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* 
! tailwindcss v3.4.18 | 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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: var(--font-sans), ui-sans-serif, system-ui, 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 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
    --font-sans: 'Nunito';
    --sans-serif: 'Nunito';
    --background: 0 0% 100%;
    --foreground: 0 0% 3.9%;
    --card: 0 0% 100%;
    --card-foreground: 0 0% 3.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 0 0% 3.9%;
    --primary: 0 0% 9%;
    --primary-foreground: 0 0% 98%;
    --secondary: 0 0% 96.1%;
    --secondary-foreground: 0 0% 9%;
    --muted: 0 0% 96.1%;
    --muted-foreground: 0 0% 45.1%;
    --accent: 0 0% 96.1%;
    --accent-foreground: 0 0% 9%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 98%;
    --border: 0 0% 89.8%;
    --input: 0 0% 89.8%;
    --ring: 0 0% 3.9%;
    --chart-1: 12 76% 61%;
    --chart-2: 173 58% 39%;
    --chart-3: 197 37% 24%;
    --chart-4: 43 74% 66%;
    --chart-5: 27 87% 67%;
    --radius: 0.5rem;
    --sidebar-background: 0 0% 98%;
    --sidebar-foreground: 240 5.3% 26.1%;
    --sidebar-primary: 240 5.9% 10%;
    --sidebar-primary-foreground: 0 0% 98%;
    --sidebar-accent: 240 4.8% 95.9%;
    --sidebar-accent-foreground: 240 5.9% 10%;
    --sidebar-border: 220 13% 91%;
    --sidebar-ring: 217.2 91.2% 59.8%;
    --secondary-color: '#FFFFFF'
  }

.dark {
    --background: 0 0% 3.9%;
    --foreground: 0 0% 98%;
    --card: 0 0% 3.9%;
    --card-foreground: 0 0% 98%;
    --popover: 0 0% 3.9%;
    --popover-foreground: 0 0% 98%;
    --primary: 0 0% 98%;
    --primary-foreground: 0 0% 9%;
    --secondary: 0 0% 14.9%;
    --secondary-foreground: 0 0% 98%;
    --muted: 0 0% 14.9%;
    --muted-foreground: 0 0% 63.9%;
    --accent: 0 0% 14.9%;
    --accent-foreground: 0 0% 98%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 0 0% 98%;
    --border: 0 0% 14.9%;
    --input: 0 0% 14.9%;
    --ring: 0 0% 83.1%;
    --chart-1: 220 70% 50%;
    --chart-2: 160 60% 45%;
    --chart-3: 30 80% 55%;
    --chart-4: 280 65% 60%;
    --chart-5: 340 75% 55%;
    --sidebar-background: 240 5.9% 10%;
    --sidebar-foreground: 240 4.8% 95.9%;
    --sidebar-primary: 224.3 76.3% 48%;
    --sidebar-primary-foreground: 0 0% 100%;
    --sidebar-accent: 240 3.7% 15.9%;
    --sidebar-accent-foreground: 240 4.8% 95.9%;
    --sidebar-border: 240 3.7% 15.9%;
    --sidebar-ring: 217.2 91.2% 59.8%;
  }
.tw-fixed {
  position: fixed;
}
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-sticky {
  position: sticky;
}
.tw-inset-0 {
  inset: 0px;
}
.tw-bottom-0 {
  bottom: 0px;
}
.tw-bottom-1 {
  bottom: 0.25rem;
}
.tw-bottom-\[-10rem\] {
  bottom: -10rem;
}
.tw-bottom-\[0\] {
  bottom: 0;
}
.tw-bottom-\[10px\] {
  bottom: 10px;
}
.tw-left-0 {
  left: 0px;
}
.tw-left-1 {
  left: 0.25rem;
}
.tw-left-1\/2 {
  left: 50%;
}
.tw-left-\[calc\(-100\%\)\] {
  left: calc(-100%);
}
.tw-right-0 {
  right: 0px;
}
.tw-right-3 {
  right: 0.75rem;
}
.tw-right-6 {
  right: 1.5rem;
}
.tw-right-\[0\] {
  right: 0;
}
.tw-top-0 {
  top: 0px;
}
.tw-top-1 {
  top: 0.25rem;
}
.tw-top-\[-16px\] {
  top: -16px;
}
.tw-top-\[0\] {
  top: 0;
}
.tw-z-10 {
  z-index: 10;
}
.tw-z-20 {
  z-index: 20;
}
.tw-z-50 {
  z-index: 50;
}
.tw-z-\[100000\] {
  z-index: 100000;
}
.tw-z-\[1000\] {
  z-index: 1000;
}
.tw-z-\[100\] {
  z-index: 100;
}
.tw-z-\[1\] {
  z-index: 1;
}
.tw-z-\[2\] {
  z-index: 2;
}
.tw-z-\[9999\] {
  z-index: 9999;
}
.tw-m-0 {
  margin: 0px;
}
.tw-m-4 {
  margin: 1rem;
}
.tw-m-auto {
  margin: auto;
}
.tw-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.tw-mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.tw-mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tw-my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.tw-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tw-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.tw-my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.tw-my-\[2\.4rem\] {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.tw-mb-2 {
  margin-bottom: 0.5rem;
}
.tw-mb-20 {
  margin-bottom: 5rem;
}
.tw-mb-3 {
  margin-bottom: 0.75rem;
}
.tw-mb-4 {
  margin-bottom: 1rem;
}
.tw-mb-6 {
  margin-bottom: 1.5rem;
}
.tw-mb-8 {
  margin-bottom: 2rem;
}
.tw-ml-2 {
  margin-left: 0.5rem;
}
.tw-ml-7 {
  margin-left: 1.75rem;
}
.tw-ml-\[2\.4rem\] {
  margin-left: 2.4rem;
}
.tw-ml-auto {
  margin-left: auto;
}
.tw-mr-2 {
  margin-right: 0.5rem;
}
.tw-mr-4 {
  margin-right: 1rem;
}
.tw-mt-1 {
  margin-top: 0.25rem;
}
.tw-mt-10 {
  margin-top: 2.5rem;
}
.tw-mt-12 {
  margin-top: 3rem;
}
.tw-mt-2 {
  margin-top: 0.5rem;
}
.tw-mt-32 {
  margin-top: 8rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-mt-8 {
  margin-top: 2rem;
}
.tw-mt-\[-18px\] {
  margin-top: -18px;
}
.tw-mt-\[-4px\] {
  margin-top: -4px;
}
.tw-mt-\[158px\] {
  margin-top: 158px;
}
.tw-mt-\[200px\] {
  margin-top: 200px;
}
.tw-mt-\[20mm\] {
  margin-top: 20mm;
}
.tw-mt-\[2px\] {
  margin-top: 2px;
}
.tw-mt-\[40mm\] {
  margin-top: 40mm;
}
.tw-mt-\[4px\] {
  margin-top: 4px;
}
.tw-mt-\[50mm\] {
  margin-top: 50mm;
}
.tw-mt-\[60mm\] {
  margin-top: 60mm;
}
.tw-box-border {
  box-sizing: border-box;
}
.tw-flex {
  display: flex;
}
.tw-inline-flex {
  display: inline-flex;
}
.tw-h-10 {
  height: 2.5rem;
}
.tw-h-12 {
  height: 3rem;
}
.tw-h-14 {
  height: 3.5rem;
}
.tw-h-16 {
  height: 4rem;
}
.tw-h-2 {
  height: 0.5rem;
}
.tw-h-3 {
  height: 0.75rem;
}
.tw-h-6 {
  height: 1.5rem;
}
.tw-h-7 {
  height: 1.75rem;
}
.tw-h-8 {
  height: 2rem;
}
.tw-h-9 {
  height: 2.25rem;
}
.tw-h-\[100px\] {
  height: 100px;
}
.tw-h-\[104px\] {
  height: 104px;
}
.tw-h-\[10px\] {
  height: 10px;
}
.tw-h-\[110px\] {
  height: 110px;
}
.tw-h-\[116px\] {
  height: 116px;
}
.tw-h-\[120px\] {
  height: 120px;
}
.tw-h-\[126px\] {
  height: 126px;
}
.tw-h-\[12px\] {
  height: 12px;
}
.tw-h-\[140px\] {
  height: 140px;
}
.tw-h-\[16rem\] {
  height: 16rem;
}
.tw-h-\[180mm\] {
  height: 180mm;
}
.tw-h-\[20px\] {
  height: 20px;
}
.tw-h-\[28px\] {
  height: 28px;
}
.tw-h-\[30px\] {
  height: 30px;
}
.tw-h-\[32px\] {
  height: 32px;
}
.tw-h-\[36px\] {
  height: 36px;
}
.tw-h-\[384px\] {
  height: 384px;
}
.tw-h-\[4\.4rem\] {
  height: 4.4rem;
}
.tw-h-\[400px\] {
  height: 400px;
}
.tw-h-\[42px\] {
  height: 42px;
}
.tw-h-\[46px\] {
  height: 46px;
}
.tw-h-\[478px\] {
  height: 478px;
}
.tw-h-\[48px\] {
  height: 48px;
}
.tw-h-\[4px\] {
  height: 4px;
}
.tw-h-\[56px\] {
  height: 56px;
}
.tw-h-\[64px\] {
  height: 64px;
}
.tw-h-\[6px\] {
  height: 6px;
}
.tw-h-\[80px\] {
  height: 80px;
}
.tw-h-\[84px\] {
  height: 84px;
}
.tw-h-\[86px\] {
  height: 86px;
}
.tw-h-\[8px\] {
  height: 8px;
}
.tw-h-\[92px\] {
  height: 92px;
}
.tw-h-\[calc\(100vh-150px\)\] {
  height: calc(100vh - 150px);
}
.tw-h-\[calc\(100vh-170px\)\] {
  height: calc(100vh - 170px);
}
.tw-h-\[calc\(100vh-84px\)\] {
  height: calc(100vh - 84px);
}
.tw-h-auto {
  height: auto;
}
.tw-h-full {
  height: 100%;
}
.tw-h-screen {
  height: 100vh;
}
.tw-max-h-\[300px\] {
  max-height: 300px;
}
.tw-min-h-\[200px\] {
  min-height: 200px;
}
.tw-min-h-\[40px\] {
  min-height: 40px;
}
.tw-min-h-\[4rem\] {
  min-height: 4rem;
}
.tw-min-h-full {
  min-height: 100%;
}
.tw-min-h-screen {
  min-height: 100vh;
}
.tw-w-1\/2 {
  width: 50%;
}
.tw-w-2 {
  width: 0.5rem;
}
.tw-w-6 {
  width: 1.5rem;
}
.tw-w-8 {
  width: 2rem;
}
.tw-w-96 {
  width: 24rem;
}
.tw-w-\[100\%\] {
  width: 100%;
}
.tw-w-\[100px\] {
  width: 100px;
}
.tw-w-\[10px\] {
  width: 10px;
}
.tw-w-\[111px\] {
  width: 111px;
}
.tw-w-\[120px\] {
  width: 120px;
}
.tw-w-\[124px\] {
  width: 124px;
}
.tw-w-\[12px\] {
  width: 12px;
}
.tw-w-\[12rem\] {
  width: 12rem;
}
.tw-w-\[140px\] {
  width: 140px;
}
.tw-w-\[14rem\] {
  width: 14rem;
}
.tw-w-\[152px\] {
  width: 152px;
}
.tw-w-\[160px\] {
  width: 160px;
}
.tw-w-\[172\.5px\] {
  width: 172.5px;
}
.tw-w-\[174px\] {
  width: 174px;
}
.tw-w-\[176px\] {
  width: 176px;
}
.tw-w-\[181px\] {
  width: 181px;
}
.tw-w-\[182px\] {
  width: 182px;
}
.tw-w-\[1px\] {
  width: 1px;
}
.tw-w-\[20\%\] {
  width: 20%;
}
.tw-w-\[200px\] {
  width: 200px;
}
.tw-w-\[20px\] {
  width: 20px;
}
.tw-w-\[25\%\] {
  width: 25%;
}
.tw-w-\[285px\] {
  width: 285px;
}
.tw-w-\[300px\] {
  width: 300px;
}
.tw-w-\[30px\] {
  width: 30px;
}
.tw-w-\[32\.4rem\] {
  width: 32.4rem;
}
.tw-w-\[32px\] {
  width: 32px;
}
.tw-w-\[33\.33\%\] {
  width: 33.33%;
}
.tw-w-\[337px\] {
  width: 337px;
}
.tw-w-\[357\.5px\] {
  width: 357.5px;
}
.tw-w-\[36px\] {
  width: 36px;
}
.tw-w-\[373px\] {
  width: 373px;
}
.tw-w-\[40\%\] {
  width: 40%;
}
.tw-w-\[409px\] {
  width: 409px;
}
.tw-w-\[42px\] {
  width: 42px;
}
.tw-w-\[45\%\] {
  width: 45%;
}
.tw-w-\[46px\] {
  width: 46px;
}
.tw-w-\[48px\] {
  width: 48px;
}
.tw-w-\[4px\] {
  width: 4px;
}
.tw-w-\[60\%\] {
  width: 60%;
}
.tw-w-\[7\.6rem\] {
  width: 7.6rem;
}
.tw-w-\[75\%\] {
  width: 75%;
}
.tw-w-\[78\%\] {
  width: 78%;
}
.tw-w-\[80px\] {
  width: 80px;
}
.tw-w-\[82px\] {
  width: 82px;
}
.tw-w-\[8px\] {
  width: 8px;
}
.tw-w-\[calc\(100\%-3px\)\] {
  width: calc(100% - 3px);
}
.tw-w-\[calc\(100\%-50px\)\] {
  width: calc(100% - 50px);
}
.tw-w-\[calc\(100\%-52px\)\] {
  width: calc(100% - 52px);
}
.tw-w-full {
  width: 100%;
}
.tw-w-screen {
  width: 100vw;
}
.tw-max-w-3xl {
  max-width: 48rem;
}
.tw-max-w-4xl {
  max-width: 56rem;
}
.tw-max-w-5xl {
  max-width: 64rem;
}
.tw-max-w-6xl {
  max-width: 72rem;
}
.tw-max-w-7xl {
  max-width: 80rem;
}
.tw-max-w-\[155px\] {
  max-width: 155px;
}
.tw-max-w-\[200px\] {
  max-width: 200px;
}
.tw-max-w-\[240px\] {
  max-width: 240px;
}
.tw-max-w-\[400px\] {
  max-width: 400px;
}
.tw-max-w-\[46px\] {
  max-width: 46px;
}
.tw-max-w-\[480px\] {
  max-width: 480px;
}
.tw-max-w-\[48px\] {
  max-width: 48px;
}
.tw-max-w-\[766px\] {
  max-width: 766px;
}
.tw-max-w-\[97px\] {
  max-width: 97px;
}
.tw-max-w-\[985px\] {
  max-width: 985px;
}
@keyframes tw-wave {

  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}
.tw-animate-wave {
  animation: tw-wave 1.6s linear infinite;
}
.tw-cursor-grab {
  cursor: grab;
}
.tw-cursor-not-allowed {
  cursor: not-allowed;
}
.tw-cursor-pointer {
  cursor: pointer;
}
.tw-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tw-flex-row {
  flex-direction: row;
}
.tw-flex-row-reverse {
  flex-direction: row-reverse;
}
.tw-flex-col {
  flex-direction: column;
}
.tw-flex-wrap {
  flex-wrap: wrap;
}
.tw-items-start {
  align-items: flex-start;
}
.tw-items-end {
  align-items: flex-end;
}
.tw-items-center {
  align-items: center;
}
.tw-items-baseline {
  align-items: baseline;
}
.tw-justify-start {
  justify-content: flex-start;
}
.tw-justify-end {
  justify-content: flex-end;
}
.tw-justify-center {
  justify-content: center;
}
.tw-justify-between {
  justify-content: space-between;
}
.tw-gap-1 {
  gap: 0.25rem;
}
.tw-gap-2 {
  gap: 0.5rem;
}
.tw-gap-3 {
  gap: 0.75rem;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-gap-6 {
  gap: 1.5rem;
}
.tw-gap-8 {
  gap: 2rem;
}
.tw-gap-\[1\.6rem\] {
  gap: 1.6rem;
}
.tw-gap-\[12px\] {
  gap: 12px;
}
.tw-gap-\[16px\] {
  gap: 16px;
}
.tw-gap-\[18px\] {
  gap: 18px;
}
.tw-gap-\[20px\] {
  gap: 20px;
}
.tw-gap-\[32px\] {
  gap: 32px;
}
.tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.tw-overflow-auto {
  overflow: auto;
}
.tw-overflow-hidden {
  overflow: hidden;
}
.tw-overflow-clip {
  overflow: clip;
}
.tw-overflow-x-auto {
  overflow-x: auto;
}
.tw-overflow-y-auto {
  overflow-y: auto;
}
.tw-overflow-x-hidden {
  overflow-x: hidden;
}
.tw-whitespace-nowrap {
  white-space: nowrap;
}
.tw-rounded {
  border-radius: 0.25rem;
}
.tw-rounded-2xl {
  border-radius: 1rem;
}
.tw-rounded-3xl {
  border-radius: 1.5rem;
}
.tw-rounded-\[20px\] {
  border-radius: 20px;
}
.tw-rounded-\[8px\] {
  border-radius: 8px;
}
.tw-rounded-full {
  border-radius: 9999px;
}
.tw-rounded-lg {
  border-radius: var(--radius);
}
.tw-rounded-md {
  border-radius: calc(var(--radius) - 2px);
}
.tw-rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}
.tw-rounded-xl {
  border-radius: 0.75rem;
}
.tw-rounded-l-lg {
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}
.tw-rounded-l-md {
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}
.tw-rounded-r-md {
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}
.tw-rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.tw-rounded-t-md {
  border-top-left-radius: calc(var(--radius) - 2px);
  border-top-right-radius: calc(var(--radius) - 2px);
}
.tw-border {
  border-width: 1px;
}
.tw-border-\[1px\] {
  border-width: 1px;
}
.tw-border-y-\[1px\] {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.tw-border-b {
  border-bottom-width: 1px;
}
.tw-border-b-4 {
  border-bottom-width: 4px;
}
.tw-border-b-\[1px\] {
  border-bottom-width: 1px;
}
.tw-border-t-\[1px\] {
  border-top-width: 1px;
}
.tw-border-t-\[2px\] {
  border-top-width: 2px;
}
.tw-border-solid {
  border-style: solid;
}
.tw-border-none {
  border-style: none;
}
.tw-border-\[\#E5E5E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.tw-border-input {
  border-color: hsl(var(--input));
}
.tw-border-b-\[\#1999D6\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(25 153 214 / var(--tw-border-opacity, 1));
}
.tw-bg-\[\#1CB0F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 176 246 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#bceb9a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(188 235 154 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#f9fafb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.tw-bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}
.tw-bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.tw-bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.tw-bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.tw-bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.tw-bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.tw-bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.tw-bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.tw-bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}
.tw-bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.tw-bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}
.tw-bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.tw-bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.tw-bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.tw-bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}
.tw-bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}
.tw-bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.tw-bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}
.tw-bg-transparent {
  background-color: transparent;
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tw-bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.tw-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.tw-from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-via-white\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.tw-to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.tw-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.tw-p-1 {
  padding: 0.25rem;
}
.tw-p-2 {
  padding: 0.5rem;
}
.tw-p-3 {
  padding: 0.75rem;
}
.tw-p-4 {
  padding: 1rem;
}
.tw-p-5 {
  padding: 1.25rem;
}
.tw-p-6 {
  padding: 1.5rem;
}
.tw-p-8 {
  padding: 2rem;
}
.tw-p-\[1\.6rem\] {
  padding: 1.6rem;
}
.tw-p-\[10px\] {
  padding: 10px;
}
.tw-p-\[1rem\] {
  padding: 1rem;
}
.tw-p-\[42px\] {
  padding: 42px;
}
.tw-p-\[4px\] {
  padding: 4px;
}
.tw-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.tw-px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.tw-px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tw-px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tw-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.tw-px-\[225px\] {
  padding-left: 225px;
  padding-right: 225px;
}
.tw-px-\[285px\] {
  padding-left: 285px;
  padding-right: 285px;
}
.tw-px-\[80px\] {
  padding-left: 80px;
  padding-right: 80px;
}
.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw-py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tw-py-\[1\.6rem\] {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.tw-py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tw-py-\[128px\] {
  padding-top: 128px;
  padding-bottom: 128px;
}
.tw-py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.tw-py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.tw-py-\[48px\] {
  padding-top: 48px;
  padding-bottom: 48px;
}
.tw-py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.tw-pb-2 {
  padding-bottom: 0.5rem;
}
.tw-pb-4 {
  padding-bottom: 1rem;
}
.tw-pl-10 {
  padding-left: 2.5rem;
}
.tw-pl-16 {
  padding-left: 4rem;
}
.tw-pl-4 {
  padding-left: 1rem;
}
.tw-pl-\[8px\] {
  padding-left: 8px;
}
.tw-pr-2 {
  padding-right: 0.5rem;
}
.tw-pr-3 {
  padding-right: 0.75rem;
}
.tw-pr-4 {
  padding-right: 1rem;
}
.tw-pt-16 {
  padding-top: 4rem;
}
.tw-pt-2 {
  padding-top: 0.5rem;
}
.tw-pt-4 {
  padding-top: 1rem;
}
.tw-text-center {
  text-align: center;
}
.tw-text-start {
  text-align: start;
}
.tw-align-middle {
  vertical-align: middle;
}
.\!tw-text-\[13\.5px\] {
  font-size: 13.5px !important;
}
.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tw-text-\[1\.2em\] {
  font-size: 1.2em;
}
.tw-text-\[1\.6rem\] {
  font-size: 1.6rem;
}
.tw-text-\[10px\] {
  font-size: 10px;
}
.tw-text-\[11px\] {
  font-size: 11px;
}
.tw-text-\[12px\] {
  font-size: 12px;
}
.tw-text-\[13px\] {
  font-size: 13px;
}
.tw-text-\[14px\] {
  font-size: 14px;
}
.tw-text-\[15px\] {
  font-size: 15px;
}
.tw-text-\[16px\] {
  font-size: 16px;
}
.tw-text-\[18px\] {
  font-size: 18px;
}
.tw-text-\[1em\] {
  font-size: 1em;
}
.tw-text-\[1rem\] {
  font-size: 1rem;
}
.tw-text-\[20px\] {
  font-size: 20px;
}
.tw-text-\[30px\] {
  font-size: 30px;
}
.tw-text-\[36px\] {
  font-size: 36px;
}
.tw-text-\[48px\] {
  font-size: 48px;
}
.tw-text-\[64px\] {
  font-size: 64px;
}
.tw-text-\[800px\] {
  font-size: 800px;
}
.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.tw-font-\[500\] {
  font-weight: 500;
}
.tw-font-\[800\] {
  font-weight: 800;
}
.tw-font-black {
  font-weight: 900;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-extrabold {
  font-weight: 800;
}
.tw-font-medium {
  font-weight: 500;
}
.tw-font-normal {
  font-weight: 400;
}
.tw-font-semibold {
  font-weight: 600;
}
.tw-italic {
  font-style: italic;
}
.tw-leading-4 {
  line-height: 1rem;
}
.tw-leading-6 {
  line-height: 1.5rem;
}
.tw-leading-\[14px\] {
  line-height: 14px;
}
.tw-leading-\[24px\] {
  line-height: 24px;
}
.tw-leading-\[48px\] {
  line-height: 48px;
}
.tw-leading-\[64px\] {
  line-height: 64px;
}
.tw-leading-none {
  line-height: 1;
}
.tw-tracking-\[-0\.56px\] {
  letter-spacing: -0.56px;
}
.tw-tracking-widest {
  letter-spacing: 0.1em;
}
.tw-text-\[\#1999FB\] {
  --tw-text-opacity: 1;
  color: rgb(25 153 251 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#1CB0F6\] {
  --tw-text-opacity: 1;
  color: rgb(28 176 246 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#737373\] {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.tw-text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.tw-text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.tw-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.tw-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.tw-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.tw-text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-underline {
  text-decoration-line: underline;
}
.tw-opacity-45 {
  opacity: 0.45;
}
.tw-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);
}
.tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-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);
}
.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-duration-300 {
  transition-duration: 300ms;
}
@keyframes enter {

  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.tw-duration-300 {
  animation-duration: 300ms;
}
.\[key\:string\] {
  key: string;
}

/* .my-white-tooltip .ant-tooltip-inner {
  background: #fff;
  color: #111;
}
.my-white-tooltip .ant-tooltip-arrow .ant-tooltip-arrow-content {
  background: #fff;
}
.ant-tooltip-arrow .ant-tooltip-arrow-content {
  background: #ffffff !important;
} */

/* 
---break--- */

/* 
.ql-toolbar button {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 4px !important;
} */

.ant-select-selection-item {
  background: none !important;
}


.fade-container {
  opacity: 1;
  transition: opacity 1s ease;
  /* durasi fade out 1 detik */
}

.fade-container.fade-out {
  opacity: 0;
}

/* .ant-pagination-item {
  margin-right: 8;
} */



html,
body,
* {
  scrollbar-gutter: stable overlay;
  /* scrollbar-width: thin;                    */
  scrollbar-color: transparent;
}

::-webkit-scrollbar {
  width: 4px;
  height: 1px;
  position: "absolute";
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 999px;
  border: 0 solid transparent;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.ellipsis-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.ellipsis-html {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  white-space: normal;
}

.custom-pagination .ant-pagination-item {
  padding-left: 0;
}


.ellipsis-html.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.ellipsis-toggle {
  border: none;
  background: none;
  color: #1890ff;
  /* warna biru seperti antd */
  cursor: pointer;
  padding: 0;
  margin-top: 4px;
  font-size: 14px;
}

li {
  list-style: disc;
  font-size: 0.9em;
  /* padding-left: 0; */
}

th,
td {
  padding: 8px 12px;
}

.bg-blue {
  background: linear-gradient(132deg, rgba(61, 130, 172, 0.20) 47.15%, rgba(255, 255, 255, 0.00) 60.41%), #5EBFFA;

  background-blend-mode: multiply, normal;
}

#meetingSDKElement {
  width: 100%;
  height: 100%;
  z-index: 999999;
}

div[aria-label="Zoom app container"] {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
}


@keyframes slide-in-left {
  from {
    left: -100%;
  }

  to {
    left: 0;
  }
}

.slide-in-left {
  position: relative;
  animation: slide-in-left 2s ease forwards;
}

@keyframes slide-out-left {
  from {
    left: 0;
  }

  to {
    left: -100%;
  }
}

.slide-out-left {
  position: relative;
  animation: slide-out-left 2s ease forwards;
}

@media print {
  body {
    margin: 0;
    padding: 0;
  }

  .page {
    page-break-after: always;
    /* Force page break after each .page */
  }

  .page:last-child {
    page-break-after: auto;
    /* No break after last page */
  }
}


@page {
  size: A4;
}

.first-page {
  /* background: blue; */
  margin: 10mm;
  padding: 3mm;
  box-sizing: border-box;
}

.section-page {
  padding: 10mm;
  margin: 3mm;
  /* background: blue; */
  box-sizing: border-box;
  /* background: white; */
  -moz-column-break-before: page;
       break-before: page;
  page-break-before: always;
}

.no-break {
  display: block;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.form-step {
  position: absolute;
  width: 100%;
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateX(50px);
  pointer-events: none;
}

.form-step.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  position: relative;
}

.form-step.hidden.forward {
  transform: translateX(-50px);
  opacity: 0;
}

.form-step.hidden.backward {
  transform: translateX(50px);
  opacity: 0;
}

.ant-table-row-level-0 {
  background: #fafafa;
  font-weight: 600;
}

.category-row {
  background: #f5f5f5;
  font-weight: 600;
}

.category-row:hover {
  background: #eaeaea !important;
}

.child-row {
  background: #ffffff;
}

.ant-table-tbody>tr:hover>td {
  background: #fafafa;
}

.ant-table-row-expand-icon-cell {
  width: 40px !important;
}

.ant-table-thead>tr>th {
  height: 60px;
  /* atur tinggi */
  padding: 12px 16px;
  /* spacing */
  vertical-align: middle;
  /* center vertical */
  font-weight: 600;
  font-size: 13px;
  background-color: white !important;
  /* border: 1px solid red; */
}

.ant-collapse-header {
  font-weight: 600;
  /* height: 56px; */
  background: #F5F5F5;
}

.ant-collapse-content {
  background: red;
}

.custom-collapse .ant-collapse-expand-icon {
  height: 56px !important;
  margin-left: 70px;
}

.custom-header-collapse .ant-collapse-header {
    height: 64px !important
}



.question-item p {
  margin: 0;
  /* border: 1px solid red */
  /* border-width: 1; */
}

.fix-html strong {
  display: inline-block;
  line-height: inherit;
  padding: 2px 4px;
}

.file\:tw-border-0::file-selector-button {
  border-width: 0px;
}

.file\:tw-bg-transparent::file-selector-button {
  background-color: transparent;
}

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

.file\:tw-font-medium::file-selector-button {
  font-weight: 500;
}

.file\:tw-text-foreground::file-selector-button {
  color: hsl(var(--foreground));
}

.placeholder\:tw-text-muted-foreground::-moz-placeholder {
  color: hsl(var(--muted-foreground));
}

.placeholder\:tw-text-muted-foreground::placeholder {
  color: hsl(var(--muted-foreground));
}

.hover\:tw-cursor-pointer:hover {
  cursor: pointer;
}

.hover\:tw-rounded-md:hover {
  border-radius: calc(var(--radius) - 2px);
}

.hover\:tw-border-\[0\.5px\]:hover {
  border-width: 0.5px;
}

.hover\:tw-border-\[1px\]:hover {
  border-width: 1px;
}

.hover\:\!tw-bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-\[\#e5e5e5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-blue-400\/20:hover {
  background-color: rgb(96 165 250 / 0.2);
}

.hover\:tw-bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:tw-p-\[1px\]:hover {
  padding: 1px;
}

.hover\:\!tw-text-\[\#1999FB\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(25 153 251 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!tw-text-\[\#bceb9a\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(188 235 154 / var(--tw-text-opacity, 1)) !important;
}

.hover\:tw-text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

.hover\:tw-shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-shadow-xl:hover {
  --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);
}

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

.focus-visible\:tw-ring-1:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:tw-ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring));
}

.active\:tw-cursor-grabbing:active {
  cursor: grabbing;
}

.disabled\:tw-cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:tw-opacity-50:disabled {
  opacity: 0.5;
}

@media not all and (min-width: 1280px) {

  .max-xl\:tw-mt-4 {
    margin-top: 1rem;
  }

  .max-xl\:tw-hidden {
    display: none;
  }

  .max-xl\:tw-py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .max-xl\:tw-py-\[36px\] {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .max-xl\:tw-text-\[36px\] {
    font-size: 36px;
  }
}

@media not all and (min-width: 1024px) {

  .max-lg\:tw-hidden {
    display: none;
  }

  .max-lg\:tw-max-w-\[300px\] {
    max-width: 300px;
  }
}

@media not all and (min-width: 768px) {

  .max-md\:tw-hidden {
    display: none;
  }

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

@media not all and (min-width: 640px) {

  .max-sm\:tw-w-\[calc\(100vw-32px\)\] {
    width: calc(100vw - 32px);
  }
}

@media (min-width: 640px) {

  .sm\:tw-w-14 {
    width: 3.5rem;
  }
}

@media (min-width: 768px) {

  .md\:tw-mb-\[130px\] {
    margin-bottom: 130px;
  }

  .md\:tw-hidden {
    display: none;
  }

  .md\:tw-w-32 {
    width: 8rem;
  }

  .md\:tw-w-96 {
    width: 24rem;
  }

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

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

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

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

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

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

@media (min-width: 1024px) {

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

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

  .lg\:tw-w-\[1350px\] {
    width: 1350px;
  }

  .lg\:tw-w-\[293px\] {
    width: 293px;
  }

  .lg\:tw-w-\[516px\] {
    width: 516px;
  }

  .lg\:tw-w-\[659px\] {
    width: 659px;
  }

  .lg\:tw-max-w-\[456px\] {
    max-width: 456px;
  }

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

@media (min-width: 1536px) {

  .\32xl\:tw-w-\[120px\] {
    width: 120px;
  }
}/**
* @license
*
* Font Family: Clash Display
* Designed by: Indian Type Foundry
* URL: https://www.fontshare.com/fonts/clash-display
* © 2025 Indian Type Foundry
*
* Clash Display Extralight 
* Clash Display Light 
* Clash Display Regular 
* Clash Display Medium 
* Clash Display Semibold 
* Clash Display Bold 
* Clash Display Variable (Variable font)

*
*/
@font-face {
  font-family: 'ClashDisplay-Extralight';
  src: url('/assets/ClashDisplay-Extralight-D3i1MCwm.woff2') format('woff2'),
       url('/assets/ClashDisplay-Extralight-BJExDEVH.woff') format('woff'),
       url('/assets/ClashDisplay-Extralight--kv4w5k0.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashDisplay-Light';
  src: url('/assets/ClashDisplay-Light-DIjv0-nY.woff2') format('woff2'),
       url('/assets/ClashDisplay-Light-Co9CQZ40.woff') format('woff'),
       url('/assets/ClashDisplay-Light-CutxPsj4.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashDisplay-Regular';
  src: url('/assets/ClashDisplay-Regular-DhusH4GR.woff2') format('woff2'),
       url('/assets/ClashDisplay-Regular-BKrzTZUV.woff') format('woff'),
       url('/assets/ClashDisplay-Regular-zoOY6xZw.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashDisplay-Medium';
  src: url('/assets/ClashDisplay-Medium-BPdWq--j.woff2') format('woff2'),
       url('/assets/ClashDisplay-Medium-D8oxfInt.woff') format('woff'),
       url('/assets/ClashDisplay-Medium-RwyLHzhI.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashDisplay-Semibold';
  src: url('/assets/ClashDisplay-Semibold-DcA1xgJG.woff2') format('woff2'),
       url('/assets/ClashDisplay-Semibold-Cc_zfQ1K.woff') format('woff'),
       url('/assets/ClashDisplay-Semibold-C8tXlykZ.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashDisplay-Bold';
  src: url('/assets/ClashDisplay-Bold-YaCnK2PY.woff2') format('woff2'),
       url('/assets/ClashDisplay-Bold-79YOzMqN.woff') format('woff'),
       url('/assets/ClashDisplay-Bold-5hYeFSJJ.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: 'ClashDisplay-Variable';
  src: url('/assets/ClashDisplay-Variable-Buk7cB_f.woff2') format('woff2'),
       url('/assets/ClashDisplay-Variable-Dt2PxZhp.woff') format('woff'),
       url('/assets/ClashDisplay-Variable-BHZjogP3.ttf') format('truetype');
  font-weight: 100 800;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url('/assets/Nunito-VariableFont_wght-CfknUHFh.ttf') format('truetype');
  font-weight: 100 800;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Georgia';
  src: url('/assets/Georgia-RrF1s975.ttf') format('truetype');
  font-weight: 100 800;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow';
  src: url('/assets/Barlow-Regular-DgxWDqdj.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow';
  src: url('/assets/Barlow-Bold-CmzkzBEx.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow';
  src: url('/assets/Barlow-SemiBold-DrfcEYX2.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}