
@font-face {
  font-family: 'Signord';
  src: url("/assets/signord-4dFd0q5D.otf")
}

html {
  font-size: 62, 5%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, 'Inter', sans-serif;
}

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


*, ::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.19 | 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: 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;
}
.tw-absolute {
  position: absolute
}
.tw-relative {
  position: relative
}
.tw-sticky {
  position: sticky
}
.tw-inset-0 {
  inset: 0px
}
.tw-bottom-0 {
  bottom: 0px
}
.tw-right-2 {
  right: 0.5rem
}
.tw-right-3 {
  right: 0.75rem
}
.tw-top-0 {
  top: 0px
}
.tw-top-\[-16px\] {
  top: -16px
}
.tw-z-10 {
  z-index: 10
}
.tw-z-\[1000\] {
  z-index: 1000
}
.tw-z-\[100\] {
  z-index: 100
}
.tw-z-\[9999\] {
  z-index: 9999
}
.tw-m-0 {
  margin: 0px
}
.tw-m-1 {
  margin: 0.25rem
}
.tw-m-4 {
  margin: 1rem
}
.tw-m-auto {
  margin: auto
}
.tw-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem
}
.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-\[2\.4rem\] {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem
}
.tw-mb-10 {
  margin-bottom: 2.5rem
}
.tw-mb-2 {
  margin-bottom: 0.5rem
}
.tw-mb-20 {
  margin-bottom: 5rem
}
.tw-mb-4 {
  margin-bottom: 1rem
}
.tw-mb-\[100px\] {
  margin-bottom: 100px
}
.tw-ml-\[2\.4rem\] {
  margin-left: 2.4rem
}
.tw-mr-2 {
  margin-right: 0.5rem
}
.tw-mt-1 {
  margin-top: 0.25rem
}
.tw-mt-4 {
  margin-top: 1rem
}
.tw-mt-\[-18px\] {
  margin-top: -18px
}
.tw-mt-\[4px\] {
  margin-top: 4px
}
.tw-mt-\[56px\] {
  margin-top: 56px
}
.tw-box-border {
  box-sizing: border-box
}
.tw-flex {
  display: flex
}
.tw-inline-flex {
  display: inline-flex
}
.tw-hidden {
  display: none
}
.tw-h-3 {
  height: 0.75rem
}
.tw-h-9 {
  height: 2.25rem
}
.tw-h-\[140px\] {
  height: 140px
}
.tw-h-\[146px\] {
  height: 146px
}
.tw-h-\[280px\] {
  height: 280px
}
.tw-h-\[28px\] {
  height: 28px
}
.tw-h-\[2px\] {
  height: 2px
}
.tw-h-\[4\.4rem\] {
  height: 4.4rem
}
.tw-h-\[40px\] {
  height: 40px
}
.tw-h-\[42px\] {
  height: 42px
}
.tw-h-\[48px\] {
  height: 48px
}
.tw-h-\[4px\] {
  height: 4px
}
.tw-h-\[60px\] {
  height: 60px
}
.tw-h-\[62px\] {
  height: 62px
}
.tw-h-\[6px\] {
  height: 6px
}
.tw-h-\[86px\] {
  height: 86px
}
.tw-h-\[calc\(100\%-4px\)\] {
  height: calc(100% - 4px)
}
.tw-h-\[calc\(90\/100\*60px\)\] {
  height: calc(90 / 100 * 60px)
}
.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-\[68px\] {
  min-height: 68px
}
.tw-w-1\/2 {
  width: 50%
}
.tw-w-8 {
  width: 2rem
}
.tw-w-\[300px\] {
  width: 300px
}
.tw-w-\[32\.4rem\] {
  width: 32.4rem
}
.tw-w-\[32px\] {
  width: 32px
}
.tw-w-\[373px\] {
  width: 373px
}
.tw-w-\[450px\] {
  width: 450px
}
.tw-w-\[4px\] {
  width: 4px
}
.tw-w-\[62px\] {
  width: 62px
}
.tw-w-\[7\.6rem\] {
  width: 7.6rem
}
.tw-w-\[90\%\] {
  width: 90%
}
.tw-w-\[calc\(100\%-3px\)\] {
  width: calc(100% - 3px)
}
.tw-w-full {
  width: 100%
}
.tw-w-screen {
  width: 100vw
}
.tw-max-w-2xl {
  max-width: 42rem
}
.tw-max-w-7xl {
  max-width: 80rem
}
.tw-max-w-\[1000px\] {
  max-width: 1000px
}
.tw-max-w-\[1366px\] {
  max-width: 1366px
}
.tw-max-w-\[566px\] {
  max-width: 566px
}
.tw-max-w-\[700px\] {
  max-width: 700px
}
.tw-max-w-\[866px\] {
  max-width: 866px
}
.tw-max-w-\[966px\] {
  max-width: 966px
}
.tw-max-w-xl {
  max-width: 36rem
}
@keyframes tw-wave {

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

  100% {
    transform: translateX(100%)
  }
}
.tw-animate-wave {
  animation: tw-wave 1.6s linear infinite
}
.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-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-\[2px\] {
  gap: 2px
}
.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-rounded-2xl {
  border-radius: 1rem
}
.tw-rounded-3xl {
  border-radius: 1.5rem
}
.tw-rounded-\[2rem\] {
  border-radius: 2rem
}
.tw-rounded-full {
  border-radius: 9999px
}
.tw-rounded-lg {
  border-radius: 0.5rem
}
.tw-rounded-md {
  border-radius: 0.375rem
}
.tw-rounded-sm {
  border-radius: 0.125rem
}
.tw-rounded-xl {
  border-radius: 0.75rem
}
.tw-rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem
}
.tw-rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem
}
.tw-border {
  border-width: 1px
}
.tw-border-2 {
  border-width: 2px
}
.tw-border-\[1px\] {
  border-width: 1px
}
.tw-border-\[2px\] {
  border-width: 2px
}
.tw-border-b-\[1px\] {
  border-bottom-width: 1px
}
.tw-border-t-\[1px\] {
  border-top-width: 1px
}
.tw-border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1))
}
.tw-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
}
.tw-bg-\[\#f9fafb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 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-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-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / 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-p-0 {
  padding: 0px
}
.tw-p-2 {
  padding: 0.5rem
}
.tw-p-3 {
  padding: 0.75rem
}
.tw-p-4 {
  padding: 1rem
}
.tw-p-6 {
  padding: 1.5rem
}
.tw-p-8 {
  padding: 2rem
}
.tw-p-\[1\.6rem\] {
  padding: 1.6rem
}
.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-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem
}
.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem
}
.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}
.tw-px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}
.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}
.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}
.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}
.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem
}
.tw-py-\[1\.6rem\] {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem
}
.tw-py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px
}
.tw-py-\[56px\] {
  padding-top: 56px;
  padding-bottom: 56px
}
.tw-pb-2 {
  padding-bottom: 0.5rem
}
.tw-pb-4 {
  padding-bottom: 1rem
}
.tw-pl-16 {
  padding-left: 4rem
}
.tw-pl-3 {
  padding-left: 0.75rem
}
.tw-pl-\[8px\] {
  padding-left: 8px
}
.tw-pr-4 {
  padding-right: 1rem
}
.tw-pt-4 {
  padding-top: 1rem
}
.tw-pt-8 {
  padding-top: 2rem
}
.tw-text-center {
  text-align: center
}
.tw-text-start {
  text-align: start
}
.tw-align-middle {
  vertical-align: middle
}
.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-\[11px\] {
  font-size: 11px
}
.tw-text-\[12px\] {
  font-size: 12px
}
.tw-text-\[14px\] {
  font-size: 14px
}
.tw-text-\[18px\] {
  font-size: 18px
}
.tw-text-\[1em\] {
  font-size: 1em
}
.tw-text-\[24px\] {
  font-size: 24px
}
.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-xs {
  font-size: 0.75rem;
  line-height: 1rem
}
.tw-font-\[400\] {
  font-weight: 400
}
.tw-font-\[700\] {
  font-weight: 700
}
.tw-font-\[800\] {
  font-weight: 800
}
.tw-font-bold {
  font-weight: 700
}
.tw-font-extrabold {
  font-weight: 800
}
.tw-font-medium {
  font-weight: 500
}
.tw-font-semibold {
  font-weight: 600
}
.tw-leading-3 {
  line-height: .75rem
}
.tw-leading-4 {
  line-height: 1rem
}
.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-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / 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-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.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-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-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-200 {
  transition-duration: 200ms
}
@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-200 {
  animation-duration: 200ms
}
.\[key\:string\] {
  key: string
}


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

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

:root {
  --color-secondary: #2B6CB0;
}

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

  to {
    left: -100%;
  }
}

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

.ant-form-item-label > label {
  font-weight: 700;
}

@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;
}

.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
}

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

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

.hover\:tw-bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1))
}

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

.hover\:tw-bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1))
}

.hover\:tw-text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1))
}

.hover\:tw-text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1))
}

.hover\:tw-text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}

.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)
}

.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)
}

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

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

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

  .max-lg\:tw-mt-\[100px\] {
    margin-top: 100px
  }
}

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

  .max-md\:tw-block {
    display: block
  }

  .max-md\:tw-flex {
    display: flex
  }

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

  .max-md\:tw-h-\[400px\] {
    height: 400px
  }

  .max-md\:tw-items-start {
    align-items: flex-start
  }

  .max-md\:tw-justify-start {
    justify-content: flex-start
  }

  .max-md\:tw-justify-end {
    justify-content: flex-end
  }

  .max-md\:tw-gap-4 {
    gap: 1rem
  }
}

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

  .max-sm\:tw-hidden {
    display: none
  }

  .max-sm\:tw-h-\[28px\] {
    height: 28px
  }

  .max-sm\:tw-h-\[30px\] {
    height: 30px
  }
}

@media (min-width: 768px) {

  .md\:tw-h-screen {
    height: 100vh
  }

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

@media (min-width: 1024px) {

  .lg\:tw-text-\[42px\] {
    font-size: 42px
  }
}
