/*
! tailwindcss v3.4.1 | 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: #F1F1F1; /* 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: 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 */
  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;
}

/*
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: #E9E9E9; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #E9E9E9; /* 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;
}
    html {
        font-size: calc(
                min(100vw, 375px) / 375 * 10
        ); /* 지원하는 최대사이즈를 375px로 지정 */
        overflow-x: hidden;

        /* 현재 100vw값 : 스크롤바까지 크기가 포함하게 되어서 100%으로 수정이 필요할듯 */
        /* main {
              width: 100% !important;
            } */
    }

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

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0rem;
}
.bottom-0 {
  bottom: 0rem;
}
.bottom-10 {
  bottom: 1rem;
}
.bottom-24 {
  bottom: 2.4rem;
}
.bottom-35 {
  bottom: 3.5rem;
}
.bottom-40 {
  bottom: 4rem;
}
.bottom-48 {
  bottom: 4.8rem;
}
.bottom-72 {
  bottom: 7.2rem;
}
.left-0 {
  left: 0rem;
}
.left-1\/2 {
  left: 50%;
}
.left-108 {
  left: 10.8rem;
}
.left-80 {
  left: 8rem;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0rem;
}
.right-16 {
  right: 1.6rem;
}
.right-24 {
  right: 2.4rem;
}
.right-40 {
  right: 4rem;
}
.top-0 {
  top: 0rem;
}
.top-1\/2 {
  top: 50%;
}
.top-16 {
  top: 1.6rem;
}
.top-20 {
  top: 2rem;
}
.top-24 {
  top: 2.4rem;
}
.top-30 {
  top: 3rem;
}
.top-40 {
  top: 4rem;
}
.top-42 {
  top: 4.2rem;
}
.top-44 {
  top: 4.4rem;
}
.top-48 {
  top: 4.8rem;
}
.top-8 {
  top: 0.8rem;
}
.top-81 {
  top: 8.1rem;
}
.top-\[50\%\] {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[555\] {
  z-index: 555;
}
.z-dropdown {
  z-index: 100;
}
.z-layout {
  z-index: 500;
}
.z-menu {
  z-index: 300;
}
.z-modal {
  z-index: 1000;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.mx-12 {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}
.mx-16 {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}
.mx-20 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-4 {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.my-16 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.my-20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-24 {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.my-32 {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
.my-4 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.my-6 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.my-8 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-0 {
  margin-bottom: 0rem;
}
.mb-10 {
  margin-bottom: 1rem;
}
.mb-12 {
  margin-bottom: 1.2rem;
}
.mb-16 {
  margin-bottom: 1.6rem;
}
.mb-20 {
  margin-bottom: 2rem;
}
.mb-24 {
  margin-bottom: 2.4rem;
}
.mb-32 {
  margin-bottom: 3.2rem;
}
.mb-4 {
  margin-bottom: 0.4rem;
}
.mb-40 {
  margin-bottom: 4rem;
}
.mb-48 {
  margin-bottom: 4.8rem;
}
.mb-6 {
  margin-bottom: 0.6rem;
}
.mb-8 {
  margin-bottom: 0.8rem;
}
.ml-0 {
  margin-left: 0rem;
}
.ml-12 {
  margin-left: 1.2rem;
}
.ml-16 {
  margin-left: 1.6rem;
}
.ml-2 {
  margin-left: 0.2rem;
}
.ml-20 {
  margin-left: 2rem;
}
.ml-200 {
  margin-left: 20rem;
}
.ml-24 {
  margin-left: 2.4rem;
}
.ml-30 {
  margin-left: 3rem;
}
.ml-4 {
  margin-left: 0.4rem;
}
.ml-5 {
  margin-left: 0.5rem;
}
.ml-52 {
  margin-left: 5.2rem;
}
.ml-8 {
  margin-left: 0.8rem;
}
.ml-85 {
  margin-left: 8.5rem;
}
.ml-\[0\.4rem\] {
  margin-left: 0.4rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0rem;
}
.mr-10 {
  margin-right: 1rem;
}
.mr-12 {
  margin-right: 1.2rem;
}
.mr-16 {
  margin-right: 1.6rem;
}
.mr-17 {
  margin-right: 1.7rem;
}
.mr-20 {
  margin-right: 2rem;
}
.mr-24 {
  margin-right: 2.4rem;
}
.mr-3 {
  margin-right: 0.3rem;
}
.mr-3\.5 {
  margin-right: 0.875rem;
}
.mr-4 {
  margin-right: 0.4rem;
}
.mr-5 {
  margin-right: 0.5rem;
}
.mr-6 {
  margin-right: 0.6rem;
}
.mr-60 {
  margin-right: 6rem;
}
.mr-64 {
  margin-right: 6.4rem;
}
.mr-70 {
  margin-right: 7rem;
}
.mr-79 {
  margin-right: 7.9rem;
}
.mr-8 {
  margin-right: 0.8rem;
}
.mr-\[0\.1rem\] {
  margin-right: 0.1rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.1rem;
}
.mt-10 {
  margin-top: 1rem;
}
.mt-104 {
  margin-top: 10.4rem;
}
.mt-11 {
  margin-top: 1.1rem;
}
.mt-12 {
  margin-top: 1.2rem;
}
.mt-13 {
  margin-top: 1.3rem;
}
.mt-14 {
  margin-top: 1.4rem;
}
.mt-150 {
  margin-top: 15rem;
}
.mt-16 {
  margin-top: 1.6rem;
}
.mt-18 {
  margin-top: 1.8rem;
}
.mt-2 {
  margin-top: 0.2rem;
}
.mt-20 {
  margin-top: 2rem;
}
.mt-24 {
  margin-top: 2.4rem;
}
.mt-3 {
  margin-top: 0.3rem;
}
.mt-32 {
  margin-top: 3.2rem;
}
.mt-4 {
  margin-top: 0.4rem;
}
.mt-40 {
  margin-top: 4rem;
}
.mt-48 {
  margin-top: 4.8rem;
}
.mt-5 {
  margin-top: 0.5rem;
}
.mt-56 {
  margin-top: 5.6rem;
}
.mt-6 {
  margin-top: 0.6rem;
}
.mt-64 {
  margin-top: 6.4rem;
}
.mt-8 {
  margin-top: 0.8rem;
}
.mt-9 {
  margin-top: 0.9rem;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-\[10\] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.\!contents {
  display: contents !important;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[16\.67\] {
  aspect-ratio: 16.67;
}
.aspect-\[2\.7\] {
  aspect-ratio: 2.7;
}
.aspect-auto {
  aspect-ratio: auto;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-full {
  width: 100%;
  height: 100%;
}
.\!h-176 {
  height: 17.6rem !important;
}
.\!h-192 {
  height: 19.2rem !important;
}
.h-1 {
  height: 0.1rem;
}
.h-10 {
  height: 1rem;
}
.h-100 {
  height: 10rem;
}
.h-110 {
  height: 11rem;
}
.h-12 {
  height: 1.2rem;
}
.h-120 {
  height: 12rem;
}
.h-139 {
  height: 13.9rem;
}
.h-14 {
  height: 1.4rem;
}
.h-142 {
  height: 14.2rem;
}
.h-15 {
  height: 1.5rem;
}
.h-150 {
  height: 15rem;
}
.h-152 {
  height: 15.2rem;
}
.h-16 {
  height: 1.6rem;
}
.h-176 {
  height: 17.6rem;
}
.h-18 {
  height: 1.8rem;
}
.h-19 {
  height: 1.9rem;
}
.h-190 {
  height: 19rem;
}
.h-192 {
  height: 19.2rem;
}
.h-20 {
  height: 2rem;
}
.h-207 {
  height: 20.7rem;
}
.h-220 {
  height: 22rem;
}
.h-224 {
  height: 22.4rem;
}
.h-24 {
  height: 2.4rem;
}
.h-25 {
  height: 2.5rem;
}
.h-26 {
  height: 2.6rem;
}
.h-268 {
  height: 26.8rem;
}
.h-28 {
  height: 2.8rem;
}
.h-30 {
  height: 3rem;
}
.h-300 {
  height: 30rem;
}
.h-32 {
  height: 3.2rem;
}
.h-36 {
  height: 3.6rem;
}
.h-362 {
  height: 36.2rem;
}
.h-4 {
  height: 0.4rem;
}
.h-40 {
  height: 4rem;
}
.h-404 {
  height: 40.4rem;
}
.h-43 {
  height: 4.3rem;
}
.h-44 {
  height: 4.4rem;
}
.h-46 {
  height: 4.6rem;
}
.h-48 {
  height: 4.8rem;
}
.h-492 {
  height: 49.2rem;
}
.h-50 {
  height: 5rem;
}
.h-500 {
  height: 50rem;
}
.h-504 {
  height: 50.4rem;
}
.h-52 {
  height: 5.2rem;
}
.h-520 {
  height: 52rem;
}
.h-54 {
  height: 5.4rem;
}
.h-550 {
  height: 55rem;
}
.h-56 {
  height: 5.6rem;
}
.h-560 {
  height: 56rem;
}
.h-6 {
  height: 0.6rem;
}
.h-60 {
  height: 6rem;
}
.h-612 {
  height: 61.2rem;
}
.h-63 {
  height: 6.3rem;
}
.h-630 {
  height: 63rem;
}
.h-64 {
  height: 6.4rem;
}
.h-7 {
  height: 0.7rem;
}
.h-72 {
  height: 7.2rem;
}
.h-76 {
  height: 7.6rem;
}
.h-8 {
  height: 0.8rem;
}
.h-80 {
  height: 8rem;
}
.h-88 {
  height: 8.8rem;
}
.h-9 {
  height: 0.9rem;
}
.h-96 {
  height: 9.6rem;
}
.h-\[0px\] {
  height: 0px;
}
.h-\[1\.9rem\] {
  height: 1.9rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[1042px\] {
  height: 1042px;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[164px\] {
  height: 164px;
}
.h-\[165px\] {
  height: 165px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[21\.5px\] {
  height: 21.5px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[244px\] {
  height: 244px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[340px\] {
  height: 340px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-\[614px\] {
  height: 614px;
}
.h-\[680px\] {
  height: 680px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-\[calc\(100vh-_4\.8rem-_4\.8rem-_2rem\)\] {
  height: calc(100vh - 4.8rem - 4.8rem - 2rem);
}
.h-\[calc\(100vh_-_20rem\)\] {
  height: calc(100vh - 20rem);
}
.h-\[calc\(100vh_-_25rem\)\] {
  height: calc(100vh - 25rem);
}
.h-\[calc\(100vh_-_4\.8rem_-_4\.8rem\)\] {
  height: calc(100vh - 4.8rem - 4.8rem);
}
.h-\[calc\(100vh_-_4\.8rem_-_4\.8rem_-_2rem\)\] {
  height: calc(100vh - 4.8rem - 4.8rem - 2rem);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-108 {
  max-height: 10.8rem;
}
.max-h-192 {
  max-height: 19.2rem;
}
.max-h-476 {
  max-height: 47.6rem;
}
.max-h-704 {
  max-height: 70.4rem;
}
.max-h-756 {
  max-height: 75.6rem;
}
.max-h-800 {
  max-height: 80rem;
}
.max-h-828 {
  max-height: 82.8rem;
}
.max-h-\[1124px\] {
  max-height: 1124px;
}
.max-h-\[176px\] {
  max-height: 176px;
}
.max-h-\[570px\] {
  max-height: 570px;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[620px\] {
  max-height: 620px;
}
.max-h-\[684px\] {
  max-height: 684px;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[calc\(80vh-68px\)\] {
  max-height: calc(80vh - 68px);
}
.min-h-138 {
  min-height: 13.8rem;
}
.min-h-148 {
  min-height: 14.8rem;
}
.min-h-352 {
  min-height: 35.2rem;
}
.min-h-380 {
  min-height: 38rem;
}
.min-h-430 {
  min-height: 43rem;
}
.min-h-44 {
  min-height: 4.4rem;
}
.min-h-48 {
  min-height: 4.8rem;
}
.min-h-512 {
  min-height: 51.2rem;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[85vh\] {
  min-height: 85vh;
}
.min-h-\[calc\(100vh_-_23\.4rem\)\] {
  min-height: calc(100vh - 23.4rem);
}
.min-h-\[calc\(100vh_-_4\.8rem\)\] {
  min-height: calc(100vh - 4.8rem);
}
.\!w-296 {
  width: 29.6rem !important;
}
.\!w-324 {
  width: 32.4rem !important;
}
.w-1 {
  width: 0.1rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/5 {
  width: 20%;
}
.w-100 {
  width: 10rem;
}
.w-105 {
  width: 10.5rem;
}
.w-106 {
  width: 10.6rem;
}
.w-112 {
  width: 11.2rem;
}
.w-114 {
  width: 11.4rem;
}
.w-117 {
  width: 11.7rem;
}
.w-12 {
  width: 1.2rem;
}
.w-120 {
  width: 12rem;
}
.w-124 {
  width: 12.4rem;
}
.w-128 {
  width: 12.8rem;
}
.w-132 {
  width: 13.2rem;
}
.w-134 {
  width: 13.4rem;
}
.w-139 {
  width: 13.9rem;
}
.w-14 {
  width: 1.4rem;
}
.w-140 {
  width: 14rem;
}
.w-144 {
  width: 14.4rem;
}
.w-146 {
  width: 14.6rem;
}
.w-148 {
  width: 14.8rem;
}
.w-150 {
  width: 15rem;
}
.w-152 {
  width: 15.2rem;
}
.w-153 {
  width: 15.3rem;
}
.w-158 {
  width: 15.8rem;
}
.w-159 {
  width: 15.9rem;
}
.w-16 {
  width: 1.6rem;
}
.w-160 {
  width: 16rem;
}
.w-170 {
  width: 17rem;
}
.w-176 {
  width: 17.6rem;
}
.w-18 {
  width: 1.8rem;
}
.w-180 {
  width: 18rem;
}
.w-184 {
  width: 18.4rem;
}
.w-188 {
  width: 18.8rem;
}
.w-189 {
  width: 18.9rem;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 2rem;
}
.w-200 {
  width: 20rem;
}
.w-203 {
  width: 20.3rem;
}
.w-205 {
  width: 20.5rem;
}
.w-208 {
  width: 20.8rem;
}
.w-21 {
  width: 2.1rem;
}
.w-210 {
  width: 21rem;
}
.w-211 {
  width: 21.1rem;
}
.w-212 {
  width: 21.2rem;
}
.w-213 {
  width: 21.3rem;
}
.w-214 {
  width: 21.4rem;
}
.w-226 {
  width: 22.6rem;
}
.w-23 {
  width: 2.3rem;
}
.w-230 {
  width: 23rem;
}
.w-236 {
  width: 23.6rem;
}
.w-24 {
  width: 2.4rem;
}
.w-240 {
  width: 24rem;
}
.w-243 {
  width: 24.3rem;
}
.w-248 {
  width: 24.8rem;
}
.w-25 {
  width: 2.5rem;
}
.w-250 {
  width: 25rem;
}
.w-270 {
  width: 27rem;
}
.w-276 {
  width: 27.6rem;
}
.w-28 {
  width: 2.8rem;
}
.w-290 {
  width: 29rem;
}
.w-30 {
  width: 3rem;
}
.w-307 {
  width: 30.7rem;
}
.w-310 {
  width: 31rem;
}
.w-314 {
  width: 31.4rem;
}
.w-32 {
  width: 3.2rem;
}
.w-320 {
  width: 32rem;
}
.w-324 {
  width: 32.4rem;
}
.w-330 {
  width: 33rem;
}
.w-336 {
  width: 33.6rem;
}
.w-34 {
  width: 3.4rem;
}
.w-340 {
  width: 34rem;
}
.w-350 {
  width: 35rem;
}
.w-355 {
  width: 35.5rem;
}
.w-36 {
  width: 3.6rem;
}
.w-360 {
  width: 36rem;
}
.w-372 {
  width: 37.2rem;
}
.w-4 {
  width: 0.4rem;
}
.w-40 {
  width: 4rem;
}
.w-400 {
  width: 40rem;
}
.w-406 {
  width: 40.6rem;
}
.w-43 {
  width: 4.3rem;
}
.w-432 {
  width: 43.2rem;
}
.w-46 {
  width: 4.6rem;
}
.w-464 {
  width: 46.4rem;
}
.w-467 {
  width: 46.7rem;
}
.w-48 {
  width: 4.8rem;
}
.w-480 {
  width: 48rem;
}
.w-512 {
  width: 51.2rem;
}
.w-544 {
  width: 54.4rem;
}
.w-56 {
  width: 5.6rem;
}
.w-592 {
  width: 59.2rem;
}
.w-6 {
  width: 0.6rem;
}
.w-6\/12 {
  width: 50%;
}
.w-60 {
  width: 6rem;
}
.w-62 {
  width: 6.2rem;
}
.w-64 {
  width: 6.4rem;
}
.w-7 {
  width: 0.7rem;
}
.w-72 {
  width: 7.2rem;
}
.w-720 {
  width: 72rem;
}
.w-744 {
  width: 74.4rem;
}
.w-76 {
  width: 7.6rem;
}
.w-77 {
  width: 7.7rem;
}
.w-796 {
  width: 79.6rem;
}
.w-8 {
  width: 0.8rem;
}
.w-80 {
  width: 8rem;
}
.w-82 {
  width: 8.2rem;
}
.w-83 {
  width: 8.3rem;
}
.w-9 {
  width: 0.9rem;
}
.w-95 {
  width: 9.5rem;
}
.w-96 {
  width: 9.6rem;
}
.w-98 {
  width: 9.8rem;
}
.w-\[135px\] {
  width: 135px;
}
.w-\[148px\] {
  width: 148px;
}
.w-\[164px\] {
  width: 164px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[21\.5px\] {
  width: 21.5px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[324px\] {
  width: 324px;
}
.w-\[33\%\] {
  width: 33%;
}
.w-\[334px\] {
  width: 334px;
}
.w-\[340px\] {
  width: 340px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[372px\] {
  width: 372px;
}
.w-\[38\.4px\] {
  width: 38.4px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[3px\] {
  width: 3px;
}
.w-\[443px\] {
  width: 443px;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[464px\] {
  width: 464px;
}
.w-\[512px\] {
  width: 512px;
}
.w-\[528px\] {
  width: 528px;
}
.w-\[616px\] {
  width: 616px;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[800px\] {
  width: 800px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0rem;
}
.min-w-120 {
  min-width: 12rem;
}
.min-w-123 {
  min-width: 12.3rem;
}
.min-w-134 {
  min-width: 13.4rem;
}
.min-w-150 {
  min-width: 15rem;
}
.min-w-166 {
  min-width: 16.6rem;
}
.min-w-200 {
  min-width: 20rem;
}
.min-w-288 {
  min-width: 28.8rem;
}
.min-w-362 {
  min-width: 36.2rem;
}
.min-w-372 {
  min-width: 37.2rem;
}
.min-w-512 {
  min-width: 51.2rem;
}
.min-w-57 {
  min-width: 5.7rem;
}
.min-w-72 {
  min-width: 7.2rem;
}
.min-w-744 {
  min-width: 74.4rem;
}
.min-w-756 {
  min-width: 75.6rem;
}
.min-w-816 {
  min-width: 81.6rem;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[1024px\] {
  min-width: 1024px;
}
.min-w-\[1128px\] {
  min-width: 1128px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[1240px\] {
  min-width: 1240px;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[265px\] {
  min-width: 265px;
}
.min-w-\[372px\] {
  min-width: 372px;
}
.min-w-\[708px\] {
  min-width: 708px;
}
.min-w-\[756px\] {
  min-width: 756px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-\[844px\] {
  min-width: 844px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-250 {
  max-width: 25rem;
}
.max-w-268 {
  max-width: 26.8rem;
}
.max-w-284 {
  max-width: 28.4rem;
}
.max-w-300 {
  max-width: 30rem;
}
.max-w-310 {
  max-width: 31rem;
}
.max-w-366 {
  max-width: 36.6rem;
}
.max-w-372 {
  max-width: 37.2rem;
}
.max-w-68 {
  max-width: 6.8rem;
}
.max-w-720 {
  max-width: 72rem;
}
.max-w-\[1204px\] {
  max-width: 1204px;
}
.max-w-\[1368px\] {
  max-width: 1368px;
}
.max-w-\[372px\] {
  max-width: 372px;
}
.max-w-\[466px\] {
  max-width: 466px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[672px\] {
  max-width: 672px;
}
.max-w-\[750px\] {
  max-width: 750px;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-\[920px\] {
  max-width: 920px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.basis-\[0\%\] {
  flex-basis: 0%;
}
.table-auto {
  table-layout: auto;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-\[grab\!important\] {
  cursor: grab !important;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-\[364px\2c 1fr\] {
  grid-template-columns: 364px 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-stretch {
  justify-content: stretch;
}
.gap-0 {
  gap: 0rem;
}
.gap-1 {
  gap: 0.1rem;
}
.gap-10 {
  gap: 1rem;
}
.gap-12 {
  gap: 1.2rem;
}
.gap-15 {
  gap: 1.5rem;
}
.gap-16 {
  gap: 1.6rem;
}
.gap-2 {
  gap: 0.2rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 2rem;
}
.gap-24 {
  gap: 2.4rem;
}
.gap-3 {
  gap: 0.3rem;
}
.gap-32 {
  gap: 3.2rem;
}
.gap-4 {
  gap: 0.4rem;
}
.gap-5 {
  gap: 0.5rem;
}
.gap-6 {
  gap: 0.6rem;
}
.gap-8 {
  gap: 0.8rem;
}
.gap-\[12\.25px\] {
  gap: 12.25px;
}
.gap-x-10 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-12 {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
.gap-x-16 {
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.gap-x-2 {
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
}
.gap-x-20 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-24 {
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
.gap-x-4 {
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
}
.gap-x-40 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-5 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-8 {
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.gap-y-12 {
  row-gap: 1.2rem;
}
.gap-y-16 {
  row-gap: 1.6rem;
}
.gap-y-20 {
  row-gap: 2rem;
}
.gap-y-24 {
  row-gap: 2.4rem;
}
.gap-y-4 {
  row-gap: 0.4rem;
}
.gap-y-8 {
  row-gap: 0.8rem;
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.6rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.2rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.6rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.8rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.break-keep {
  word-break: keep-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-12 {
  border-radius: 1.2rem;
}
.rounded-16 {
  border-radius: 1.6rem;
}
.rounded-2 {
  border-radius: 0.2rem;
}
.rounded-20 {
  border-radius: 2rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-4 {
  border-radius: 0.4rem;
}
.rounded-6 {
  border-radius: 0.6rem;
}
.rounded-8 {
  border-radius: 0.8rem;
}
.rounded-99 {
  border-radius: 9.9rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[99px\] {
  border-radius: 99px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-1 {
  border-width: 0.1rem;
}
.border-2 {
  border-width: 0.2rem;
}
.border-4 {
  border-width: 0.4rem;
}
.border-6 {
  border-width: 0.6rem;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0rem;
}
.border-b-2 {
  border-bottom-width: 0.2rem;
}
.border-b-3 {
  border-bottom-width: 0.3rem;
}
.border-l {
  border-left-width: 1px;
}
.border-l-0 {
  border-left-width: 0rem;
}
.border-l-2 {
  border-left-width: 0.2rem;
}
.border-l-3 {
  border-left-width: 0.3rem;
}
.border-l-4 {
  border-left-width: 0.4rem;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0rem;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0rem;
}
.border-t-1 {
  border-top-width: 0.1rem;
}
.border-t-6 {
  border-top-width: 0.6rem;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[color\:var\(--Blue---Primary\2c \#1075FF\)\] {
  border-color: var(--Blue---Primary,#1075FF);
}
.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(178 178 178 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(248 248 248 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(160 160 160 / var(--tw-border-opacity));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 113 / var(--tw-border-opacity));
}
.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(79 79 79 / var(--tw-border-opacity));
}
.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(182 237 182 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(16 117 255 / var(--tw-border-opacity));
}
.border-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(187 224 255 / var(--tw-border-opacity));
}
.border-primary-400 {
  --tw-border-opacity: 1;
  border-color: rgb(21 169 255 / var(--tw-border-opacity));
}
.border-primary-800 {
  --tw-border-opacity: 1;
  border-color: rgb(29 98 236 / var(--tw-border-opacity));
}
.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 200 196 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(243 69 58 / var(--tw-border-opacity));
}
.border-rose-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity));
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-gray-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 233 233 / var(--tw-border-opacity));
}
.border-b-primary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(16 117 255 / var(--tw-border-opacity));
}
.border-l-amber-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity));
}
.border-l-aqua-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(73 210 177 / var(--tw-border-opacity));
}
.border-l-gray-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(233 233 233 / var(--tw-border-opacity));
}
.border-l-lightblue-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.border-l-rose-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 63 94 / var(--tw-border-opacity));
}
.border-l-violet-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(139 92 246 / var(--tw-border-opacity));
}
.border-l-yellowgreen-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(23 184 46 / var(--tw-border-opacity));
}
.border-r-gray-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(233 233 233 / var(--tw-border-opacity));
}
.border-t-primary {
  --tw-border-opacity: 1;
  border-top-color: rgb(16 117 255 / var(--tw-border-opacity));
}
.bg-\[\#47CEEC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(71 206 236 / var(--tw-bg-opacity));
}
.bg-\[\#586EFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(88 110 255 / var(--tw-bg-opacity));
}
.bg-\[\#67CE67\] {
  --tw-bg-opacity: 1;
  background-color: rgb(103 206 103 / var(--tw-bg-opacity));
}
.bg-\[\#72EBC6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(114 235 198 / var(--tw-bg-opacity));
}
.bg-\[\#903CFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(144 60 255 / var(--tw-bg-opacity));
}
.bg-\[\#B8B8B8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
}
.bg-\[\#BE9FFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(190 159 255 / var(--tw-bg-opacity));
}
.bg-\[\#F7D060\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 208 96 / var(--tw-bg-opacity));
}
.bg-\[\#F7FDF7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 253 247 / var(--tw-bg-opacity));
}
.bg-\[\#FBFDFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 253 255 / var(--tw-bg-opacity));
}
.bg-\[\#FC81FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 129 255 / var(--tw-bg-opacity));
}
.bg-\[\#FFABAB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 171 171 / var(--tw-bg-opacity));
}
.bg-\[\#FFF8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 248 / var(--tw-bg-opacity));
}
.bg-\[red\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 245 230 / var(--tw-bg-opacity));
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}
.bg-aqua-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 250 244 / var(--tw-bg-opacity));
}
.bg-aqua-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(73 210 177 / var(--tw-bg-opacity));
}
.bg-black\/35 {
  background-color: rgb(27 27 27 / 0.35);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(141 141 141 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 79 79 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(182 237 182 / var(--tw-bg-opacity));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-lightblue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 246 252 / var(--tw-bg-opacity));
}
.bg-lightblue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(16 117 255 / var(--tw-bg-opacity));
}
.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 224 255 / var(--tw-bg-opacity));
}
.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 169 255 / var(--tw-bg-opacity));
}
.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 243 255 / var(--tw-bg-opacity));
}
.bg-primary-BG {
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 255 / var(--tw-bg-opacity));
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}
.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-secondary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(181 233 216 / var(--tw-bg-opacity));
}
.bg-secondary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 248 242 / var(--tw-bg-opacity));
}
.bg-secondary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 238 254 / var(--tw-bg-opacity));
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}
.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-yellowgreen-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 249 233 / var(--tw-bg-opacity));
}
.bg-yellowgreen-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 184 46 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: .5;
}
.bg-opacity-60 {
  --tw-bg-opacity: .6;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#021C41\] {
  --tw-gradient-from: #021C41 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 28 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#1A52C3\] {
  --tw-gradient-to: #1A52C3 var(--tw-gradient-to-position);
}
.bg-clip-padding {
  background-clip: padding-box;
}
.stroke-\[4px\] {
  stroke-width: 4px;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0rem;
}
.p-10 {
  padding: 1rem;
}
.p-12 {
  padding: 1.2rem;
}
.p-16 {
  padding: 1.6rem;
}
.p-20 {
  padding: 2rem;
}
.p-24 {
  padding: 2.4rem;
}
.p-32 {
  padding: 3.2rem;
}
.p-4 {
  padding: 0.4rem;
}
.p-40 {
  padding: 4rem;
}
.p-6 {
  padding: 0.6rem;
}
.p-8 {
  padding: 0.8rem;
}
.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}
.px-1 {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.px-10 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-12 {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.px-14 {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
.px-16 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-24 {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.px-30 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-32 {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
.px-4 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.px-40 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-5 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-50 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-6 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.px-8 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.py-1 {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-12 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.py-14 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.py-16 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.py-17 {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.py-2 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.py-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-24 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.py-28 {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}
.py-32 {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.py-36 {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}
.py-4 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.py-40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-6 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.py-8 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.py-80 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-0 {
  padding-bottom: 0rem;
}
.pb-12 {
  padding-bottom: 1.2rem;
}
.pb-16 {
  padding-bottom: 1.6rem;
}
.pb-21 {
  padding-bottom: 2.1rem;
}
.pb-24 {
  padding-bottom: 2.4rem;
}
.pb-28 {
  padding-bottom: 2.8rem;
}
.pb-32 {
  padding-bottom: 3.2rem;
}
.pb-40 {
  padding-bottom: 4rem;
}
.pb-48 {
  padding-bottom: 4.8rem;
}
.pb-8 {
  padding-bottom: 0.8rem;
}
.pl-12 {
  padding-left: 1.2rem;
}
.pl-16 {
  padding-left: 1.6rem;
}
.pl-18 {
  padding-left: 1.8rem;
}
.pl-20 {
  padding-left: 2rem;
}
.pl-24 {
  padding-left: 2.4rem;
}
.pl-40 {
  padding-left: 4rem;
}
.pl-6 {
  padding-left: 0.6rem;
}
.pl-8 {
  padding-left: 0.8rem;
}
.pr-0 {
  padding-right: 0rem;
}
.pr-12 {
  padding-right: 1.2rem;
}
.pr-16 {
  padding-right: 1.6rem;
}
.pr-2 {
  padding-right: 0.2rem;
}
.pr-20 {
  padding-right: 2rem;
}
.pr-24 {
  padding-right: 2.4rem;
}
.pr-32 {
  padding-right: 3.2rem;
}
.pr-39 {
  padding-right: 3.9rem;
}
.pr-8 {
  padding-right: 0.8rem;
}
.pr-80 {
  padding-right: 8rem;
}
.pt-0 {
  padding-top: 0rem;
}
.pt-1 {
  padding-top: 0.1rem;
}
.pt-12 {
  padding-top: 1.2rem;
}
.pt-13 {
  padding-top: 1.3rem;
}
.pt-16 {
  padding-top: 1.6rem;
}
.pt-2 {
  padding-top: 0.2rem;
}
.pt-24 {
  padding-top: 2.4rem;
}
.pt-250 {
  padding-top: 25rem;
}
.pt-4 {
  padding-top: 0.4rem;
}
.pt-6 {
  padding-top: 0.6rem;
}
.pt-8 {
  padding-top: 0.8rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.text-10 {
  font-size: 1rem;
}
.text-12 {
  font-size: 1.2rem;
}
.text-13 {
  font-size: 1.3rem;
}
.text-14 {
  font-size: 1.4rem;
}
.text-16 {
  font-size: 1.6rem;
}
.text-18 {
  font-size: 1.8rem;
}
.text-20 {
  font-size: 2rem;
}
.text-24 {
  font-size: 2.4rem;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 500;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-16 {
  line-height: 1.6rem;
}
.leading-20 {
  line-height: 2rem;
}
.leading-24 {
  line-height: 2.4rem;
}
.leading-28 {
  line-height: 2.8rem;
}
.leading-4 {
  line-height: 0.4rem;
}
.leading-\[133\%\] {
  line-height: 133%;
}
.leading-none {
  line-height: 1;
}
.tracking-\[0\.033px\] {
  letter-spacing: 0.033px;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-\[\#999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-\[\#B3BEDA\] {
  --tw-text-opacity: 1;
  color: rgb(179 190 218 / var(--tw-text-opacity));
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}
.text-aqua-700 {
  --tw-text-opacity: 1;
  color: rgb(24 146 146 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(27 27 27 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgb(178 178 178 / var(--tw-text-opacity));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity));
}
.text-gray-1000 {
  --tw-text-opacity: 1;
  color: rgb(12 12 12 / var(--tw-text-opacity));
}
.text-gray-1000\/\[\.38\] {
  color: rgb(12 12 12 / .38);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(233 233 233 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(223 223 223 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(160 160 160 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}
.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(30 158 52 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(0 87 0 / var(--tw-text-opacity));
}
.text-lightblue-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.text-lightblue-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(16 117 255 / var(--tw-text-opacity));
}
.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(29 98 236 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(243 69 58 / var(--tw-text-opacity));
}
.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}
.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-secondary-100 {
  --tw-text-opacity: 1;
  color: rgb(181 233 216 / var(--tw-text-opacity));
}
.text-secondary-800 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}
.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}
.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellowgreen-700 {
  --tw-text-opacity: 1;
  color: rgb(0 134 0 / var(--tw-text-opacity));
}
.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}
.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: .8;
}
.shadow-hover {
  --tw-shadow: 0px 2px 16px 0px rgba(88, 92, 95, 0.16);
  --tw-shadow-colored: 0px 2px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-island {
  --tw-shadow: 0px 4px 28px 0px rgba(88, 92, 95, 0.16);
  --tw-shadow-colored: 0px 4px 28px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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);
}
.shadow-modal {
  --tw-shadow: 0px 4px 32px 0px rgba(88, 92, 95, 0.16);
  --tw-shadow-colored: 0px 4px 32px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.headline-medium-r {
  font-size: 2.8rem;
  line-height: 3.6rem;
}
.headline-small-r {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.title-large-b {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 500;
}
.title-medium-b {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.01rem;
  font-weight: 500;
}
.title-medium-r {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.01rem;
}
.title-small-b {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.01rem;
  font-weight: 500;
}
.label-large-b {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
}
.label-medium-b {
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.01rem;
  font-weight: 500;
}
.label-small-b {
  font-size: 1.1rem;
  line-height: 1.6rem;
  letter-spacing: 0.01rem;
  font-weight: 500;
}
.body-large-r {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.01rem;
}
.body-medium-r {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.01rem;
}
.body-small-r {
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.015rem;
}
.caption-small-b {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
}
.\[text-indent\:-20px\] {
  text-indent: -20px;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.scrollable-container {
    max-height: calc(100vh - 7.5rem); /* Adjust according to your layout */
    overflow-y: auto;
    scrollbar-color: transparent transparent; /* Hide scrollbar in Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.scrollable-container::-webkit-scrollbar {
    width: 0;
    display: none; /* Hide scrollbar in Webkit browsers (Chrome/Safari) */
}

.category-container {
    display: flex;
    padding: 4px 12px 4px 16px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
}

.category-label {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* input date hide icon */
.custom-input-date {
    position: relative;
    outline: 0;
}

.custom-input-date::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
}

.custom-input-date::before {
    content: attr(placeholder);
    width: 100%;
    position: absolute;
    z-index: 99;
    pointer-events: none;
    color: #505050;
}

.first-letter\:border-b::first-letter {
  border-bottom-width: 1px;
}

.first-letter\:uppercase::first-letter {
  text-transform: uppercase;
}

.first-line\:\*\:flex-1 > *::first-line {
  flex: 1 1 0%;
}

.placeholder\:text-gray-800::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity));
}

.placeholder\:text-gray-800::placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity));
}

.placeholder\:body-medium-r::-moz-placeholder {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.01rem;
}

.placeholder\:body-medium-r::placeholder {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.01rem;
}

.before\:bg-gray-700::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(141 141 141 / var(--tw-bg-opacity));
}

.first\:border:first-child {
  border-width: 1px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0rem;
}

.even\:bg-gray-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.hover\:border-primary-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(21 169 255 / var(--tw-border-opacity));
}

.hover\:border-primary-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 98 236 / var(--tw-border-opacity));
}

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

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: .8;
}

.hover\:text-primary-800:hover {
  --tw-text-opacity: 1;
  color: rgb(29 98 236 / var(--tw-text-opacity));
}

.hover\:shadow-hover:hover {
  --tw-shadow: 0px 2px 16px 0px rgba(88, 92, 95, 0.16);
  --tw-shadow-colored: 0px 2px 16px 0px 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\: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);
}

.focus\:border-2:focus {
  border-width: 0.2rem;
}

.focus\:border-gray-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 113 / var(--tw-border-opacity));
}

.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(79 79 79 / var(--tw-border-opacity));
}

.active\:cursor-\[grabbing\!important\]:active {
  cursor: grabbing !important;
}

.disabled\:border-gray-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}

.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}

.disabled\:text-gray:disabled {
  --tw-text-opacity: 1;
  color: rgb(178 178 178 / var(--tw-text-opacity));
}

.disabled\:text-gray-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(233 233 233 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(16 117 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(29 98 236 / var(--tw-text-opacity));
}

@media (min-width: 640px) {

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

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

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

  .sm\:gap-16 {
    gap: 1.6rem;
  }
}

@media (min-width: 768px) {

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

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

@media (min-width: 1024px) {

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

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

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

.\[\&\:last-child\]\:pb-0:last-child {
  padding-bottom: 0rem;
}

.\[\&\:not\(\:last-child\)\]\:border-b:not(:last-child) {
  border-bottom-width: 1px;
}