/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/global.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
@import url('https://use.typekit.net/fzv1tot.css');

/*
! tailwindcss v3.3.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. 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: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*{
  border-color: hsl(var(--border));
}

body{
  top: 0px !important;
  background-color: hsl(var(--background));
  --tw-text-opacity: 1;
  color: rgb(54 53 53 / var(--tw-text-opacity));
  color: hsl(var(--foreground));
}

p{
  padding-bottom: 1rem;
}

:root {
    --background: 0 0% 100%;
    --foreground: 0 1% 21%;

    --primary: 20 89% 54%;
    --primary-foreground: 0 0% 100%;

    --secondary: 194 61% 79%;
    --secondary-foreground: 0 1% 21%;

    --tertiary: 0 1% 21%;
    --tertiary-foreground: 0 0% 100%;

    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;

    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;

    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;

    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;

    --destructive: 5 89% 45%;
    --destructive-foreground: 0 0% 100%;

    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --ring: 222.2 84% 4.9%;

    --radius: 0.5rem;

    --react-international-phone-height: 2.5rem;
    --react-international-phone-border-color: hsl(var(--input));
    --react-international-phone-border-radius: calc(var(--radius) - 2px);
    --react-international-phone-text-color: inherit;
    --react-international-phone-font-size: 0.875rem;
    --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%;
  }

.dark {
    --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%;
  }

*, ::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% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){

  .\!container{
    max-width: 640px !important;
  }

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

  .\!container{
    max-width: 768px !important;
  }

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

  .\!container{
    max-width: 1024px !important;
  }

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

  .\!container{
    max-width: 1280px !important;
  }

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

  .\!container{
    max-width: 1366px !important;
  }

  .container{
    max-width: 1366px;
  }
}
@media (min-width: 1440px){

  .\!container{
    max-width: 1440px !important;
  }

  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1920px){

  .\!container{
    max-width: 1920px !important;
  }

  .container{
    max-width: 1920px;
  }
}
.menu{
  display: none;
  height: 100%;
  width: 1000px;
}
@media (min-width: 768px){

  .menu{
    display: block;
  }
}
@media (min-width: 1280px){

  .menu{
    width: 1151px;
  }
}
.menu ul{
  position: relative;
  display: flex;
  flex-direction: column;
}
.menu ul li{
  width: 250px;
}
.menu ul li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){

  .menu ul li{
    width: 340px;
  }
}
@media (min-width: 1280px){

  .menu ul li{
    width: 24rem;
  }
}
.menu ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
  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: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-duration: 500ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.menu ul li ul{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: none;
  height: 100%;
  width: 250px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
}
@media (min-width: 1024px){

  .menu ul li ul{
    width: 340px;
  }
}
@media (min-width: 1280px){

  .menu ul li ul{
    width: 24rem;
  }
}
.menu ul li.active>ul{
  position: absolute;
  top: 0px;
  left: 250px;
  z-index: 10;
  display: block;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 300ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px){

  .menu ul li.active>ul{
    left: 340px;
  }
}
@media (min-width: 1280px){

  .menu ul li.active>ul{
    left: 24rem;
  }
}
.menu ul li.\!active>ul{
  position: absolute;
  top: 0px;
  left: 250px;
  z-index: 10;
  display: block;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 300ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px){

  .menu ul li.\!active>ul{
    left: 340px;
  }
}
@media (min-width: 1280px){

  .menu ul li.\!active>ul{
    left: 24rem;
  }
}
.menu ul li ul li ul{
  position: absolute;
  top: 0px;
  left: 250px;
  z-index: 10;
  display: none;
  height: 100%;
  width: 250px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
}
@media (min-width: 1024px){

  .menu ul li ul li ul{
    left: 340px;
    width: 340px;
  }
}
@media (min-width: 1280px){

  .menu ul li ul li ul{
    left: 24rem;
    width: 24rem;
  }
}
.menu ul li ul li.active>ul{
  position: absolute;
  top: 0px;
  left: 250px;
  z-index: 10;
  display: block;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 300ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px){

  .menu ul li ul li.active>ul{
    left: 340px;
  }
}
@media (min-width: 1280px){

  .menu ul li ul li.active>ul{
    left: 24rem;
  }
}
.menu ul li ul li.\!active>ul{
  position: absolute;
  top: 0px;
  left: 250px;
  z-index: 10;
  display: block;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 300ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px){

  .menu ul li ul li.\!active>ul{
    left: 340px;
  }
}
@media (min-width: 1280px){

  .menu ul li ul li.\!active>ul{
    left: 24rem;
  }
}
.menu ul li ul li ul li{
  font-size: 1rem;
  line-height: 1.5rem;
}
.searchAutocomplete{
  position: absolute;
  z-index: 50;
  width: 100%;
  max-width: 36rem;
  border-radius: calc(var(--radius) - 2px);
  border-width: 1px;
  background-color: hsl(var(--popover));
  --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);
}
.searchAutocomplete ul{
  position: relative;
  display: flex;
  flex-direction: column;
}
.searchAutocomplete ul li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.searchAutocomplete ul li a{
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.75rem;
}
/* MENU RESPONSIVE */
.menuResponsive ul{
  position: relative;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.menuResponsive ul>li{
  z-index: 0;
  cursor: pointer;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 246 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 254 255 / var(--tw-bg-opacity));
  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: 500ms;
  animation-duration: 500ms;
}
.menuResponsive ul>li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.menuResponsive ul li a{
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.menuResponsive ul li.active ul{
  position: absolute;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 300ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menuResponsive ul li.\!active ul{
  position: absolute;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 300ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menuResponsive ul li ul li.titleSubmenu{
  display: block;
  cursor: text;
  background-color: hsl(var(--primary));
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-12{
  inset: 3rem;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-x-auto{
  left: auto;
  right: auto;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-2{
  bottom: -0.5rem;
}
.-bottom-3{
  bottom: -0.75rem;
}
.-left-0{
  left: -0px;
}
.-left-0\.5{
  left: -0.125rem;
}
.-right-0{
  right: -0px;
}
.-right-10{
  right: -2.5rem;
}
.-right-12{
  right: -3rem;
}
.-right-2{
  right: -0.5rem;
}
.-right-7{
  right: -1.75rem;
}
.-top-0{
  top: -0px;
}
.-top-14{
  top: -3.5rem;
}
.-top-5{
  top: -1.25rem;
}
.-top-\[4px\]{
  top: -4px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-24{
  bottom: 6rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-8{
  bottom: 2rem;
}
.bottom-\[-6px\]{
  bottom: -6px;
}
.bottom-\[0px\]{
  bottom: 0px;
}
.bottom-full{
  bottom: 100%;
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 0.5rem;
}
.left-2\.5{
  left: 0.625rem;
}
.left-28{
  left: 7rem;
}
.left-3{
  left: 0.75rem;
}
.left-4{
  left: 1rem;
}
.left-5{
  left: 1.25rem;
}
.left-6{
  left: 1.5rem;
}
.left-\[-10px\]{
  left: -10px;
}
.left-\[-18px\]{
  left: -18px;
}
.left-\[-40px\]{
  left: -40px;
}
.left-\[0px\]{
  left: 0px;
}
.left-\[22px\]{
  left: 22px;
}
.left-\[270px\]{
  left: 270px;
}
.left-\[300px\]{
  left: 300px;
}
.left-\[49\%\]{
  left: 49%;
}
.left-\[50\%\]{
  left: 50%;
}
.left-\[500px\]{
  left: 500px;
}
.left-\[600px\]{
  left: 600px;
}
.left-\[770px\]{
  left: 770px;
}
.left-\[940px\]{
  left: 940px;
}
.left-auto{
  left: auto;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-2{
  right: 0.5rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.right-6{
  right: 1.5rem;
}
.right-8{
  right: 2rem;
}
.right-\[-10px\]{
  right: -10px;
}
.right-\[-20px\]{
  right: -20px;
}
.right-\[-6px\]{
  right: -6px;
}
.start-0{
  inset-inline-start: 0px;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\.5{
  top: 0.375rem;
}
.top-1\/2{
  top: 50%;
}
.top-10{
  top: 2.5rem;
}
.top-12{
  top: 3rem;
}
.top-16{
  top: 4rem;
}
.top-2{
  top: 0.5rem;
}
.top-20{
  top: 5rem;
}
.top-24{
  top: 6rem;
}
.top-3{
  top: 0.75rem;
}
.top-3\.5{
  top: 0.875rem;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.top-7{
  top: 1.75rem;
}
.top-72{
  top: 18rem;
}
.top-8{
  top: 2rem;
}
.top-\[-10px\]{
  top: -10px;
}
.top-\[-180px\]{
  top: -180px;
}
.top-\[-200px\]{
  top: -200px;
}
.top-\[109px\]{
  top: 109px;
}
.top-\[110px\]{
  top: 110px;
}
.top-\[125px\]{
  top: 125px;
}
.top-\[133px\]{
  top: 133px;
}
.top-\[166px\]{
  top: 166px;
}
.top-\[17px\]{
  top: 17px;
}
.top-\[192px\]{
  top: 192px;
}
.top-\[1px\]{
  top: 1px;
}
.top-\[202px\]{
  top: 202px;
}
.top-\[390px\]{
  top: 390px;
}
.top-\[40px\]{
  top: 40px;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[50px\]{
  top: 50px;
}
.top-\[57px\]{
  top: 57px;
}
.top-\[60\%\]{
  top: 60%;
}
.top-\[63px\]{
  top: 63px;
}
.top-full{
  top: 100%;
}
.\!z-10{
  z-index: 10 !important;
}
.-z-40{
  z-index: -40;
}
.-z-50{
  z-index: -50;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[22\]{
  z-index: 22;
}
.z-auto{
  z-index: auto;
}
.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-5{
  grid-column: span 5 / span 5;
}
.col-span-7{
  grid-column: span 7 / span 7;
}
.col-span-full{
  grid-column: 1 / -1;
}
.col-start-2{
  grid-column-start: 2;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.row-start-2{
  grid-row-start: 2;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.m-0{
  margin: 0px;
}
.m-1{
  margin: 0.25rem;
}
.m-2{
  margin: 0.5rem;
}
.m-4{
  margin: 1rem;
}
.m-5{
  margin: 1.25rem;
}
.m-6{
  margin: 1.5rem;
}
.m-8{
  margin: 2rem;
}
.m-auto{
  margin: auto;
}
.\!mx-4{
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-3\.5{
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-0\.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.\!mt-0{
  margin-top: 0px !important;
}
.-mb-10{
  margin-bottom: -2.5rem;
}
.-mt-10{
  margin-top: -2.5rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-4{
  margin-top: -1rem;
}
.-mt-7{
  margin-top: -1.75rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[25px\]{
  margin-bottom: 25px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[80px\]{
  margin-bottom: 80px;
}
.me-2{
  margin-inline-end: 0.5rem;
}
.me-3{
  margin-inline-end: 0.75rem;
}
.me-4{
  margin-inline-end: 1rem;
}
.me-7{
  margin-inline-end: 1.75rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-14{
  margin-left: 3.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-28{
  margin-left: 7rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-8{
  margin-right: 2rem;
}
.mr-\[-25px\]{
  margin-right: -25px;
}
.ms-2{
  margin-inline-start: 0.5rem;
}
.ms-6{
  margin-inline-start: 1.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-28{
  margin-top: 7rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-40{
  margin-top: 10rem;
}
.mt-44{
  margin-top: 11rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-60{
  margin-top: 15rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[-30px\]{
  margin-top: -30px;
}
.mt-\[1px\]{
  margin-top: 1px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.mt-\[80px\]{
  margin-top: 80px;
}
.mt-auto{
  margin-top: auto;
}
.mt-px{
  margin-top: 1px;
}
.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-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.\!table{
  display: table !important;
}
.table{
  display: table;
}
.table-row{
  display: table-row;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.\!h-16{
  height: 4rem !important;
}
.\!h-60{
  height: 15rem !important;
}
.\!h-64{
  height: 16rem !important;
}
.\!h-72{
  height: 18rem !important;
}
.\!h-80{
  height: 20rem !important;
}
.\!h-\[550px\]{
  height: 550px !important;
}
.\!h-\[620px\]{
  height: 620px !important;
}
.\!h-\[640px\]{
  height: 640px !important;
}
.\!h-\[auto\]{
  height: auto !important;
}
.\!h-auto{
  height: auto !important;
}
.\!h-fit{
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.\!h-screen{
  height: 100vh !important;
}
.h-0{
  height: 0px;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-28{
  height: 7rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-32{
  height: 8rem;
}
.h-36{
  height: 9rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-44{
  height: 11rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-5\/6{
  height: 83.333333%;
}
.h-52{
  height: 13rem;
}
.h-56{
  height: 14rem;
}
.h-6{
  height: 1.5rem;
}
.h-60{
  height: 15rem;
}
.h-64{
  height: 16rem;
}
.h-7{
  height: 1.75rem;
}
.h-72{
  height: 18rem;
}
.h-8{
  height: 2rem;
}
.h-80{
  height: 20rem;
}
.h-9{
  height: 2.25rem;
}
.h-96{
  height: 24rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[102px\]{
  height: 102px;
}
.h-\[110px\]{
  height: 110px;
}
.h-\[118px\]{
  height: 118px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[125px\]{
  height: 125px;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[155px\]{
  height: 155px;
}
.h-\[164px\]{
  height: 164px;
}
.h-\[170px\]{
  height: 170px;
}
.h-\[175px\]{
  height: 175px;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[208px\]{
  height: 208px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[220px\]{
  height: 220px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[280px\]{
  height: 280px;
}
.h-\[281px\]{
  height: 281px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[330px\]{
  height: 330px;
}
.h-\[340px\]{
  height: 340px;
}
.h-\[34px\]{
  height: 34px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[380px\]{
  height: 380px;
}
.h-\[384px\]{
  height: 384px;
}
.h-\[386px\]{
  height: 386px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[440px\]{
  height: 440px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[450px\]{
  height: 450px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[495px\]{
  height: 495px;
}
.h-\[496px\]{
  height: 496px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[520px\]{
  height: 520px;
}
.h-\[5255px\]{
  height: 5255px;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[650px\]{
  height: 650px;
}
.h-\[65px\]{
  height: 65px;
}
.h-\[666px\]{
  height: 666px;
}
.h-\[66px\]{
  height: 66px;
}
.h-\[710px\]{
  height: 710px;
}
.h-\[720px\]{
  height: 720px;
}
.h-\[730px\]{
  height: 730px;
}
.h-\[73px\]{
  height: 73px;
}
.h-\[800px\]{
  height: 800px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[880px\]{
  height: 880px;
}
.h-\[900px\]{
  height: 900px;
}
.h-\[90px\]{
  height: 90px;
}
.h-\[96px\]{
  height: 96px;
}
.h-\[calc\(100\%-\(0px\)\)\]{
  height: calc(100% - (0px));
}
.h-\[calc\(100\%-\(109px\)\)\]{
  height: calc(100% - (109px));
}
.h-\[calc\(100\%-\(60px\)\)\]{
  height: calc(100% - (60px));
}
.h-\[calc\(100vh-100px\)\]{
  height: calc(100vh - 100px);
}
.h-\[calc\(100vh-133px\)\]{
  height: calc(100vh - 133px);
}
.h-\[calc\(100vh-150px\)\]{
  height: calc(100vh - 150px);
}
.h-\[calc\(100vh-153px\)\]{
  height: calc(100vh - 153px);
}
.h-\[calc\(100vh-18rem\)\]{
  height: calc(100vh - 18rem);
}
.h-\[calc\(100vh-72px\)\]{
  height: calc(100vh - 72px);
}
.h-\[var\(--radix-navigation-menu-viewport-height\)\]{
  height: var(--radix-navigation-menu-viewport-height);
}
.h-\[var\(--radix-select-trigger-height\)\]{
  height: var(--radix-select-trigger-height);
}
.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-12{
  max-height: 3rem;
}
.max-h-14{
  max-height: 3.5rem;
}
.max-h-20{
  max-height: 5rem;
}
.max-h-32{
  max-height: 8rem;
}
.max-h-52{
  max-height: 13rem;
}
.max-h-56{
  max-height: 14rem;
}
.max-h-64{
  max-height: 16rem;
}
.max-h-80{
  max-height: 20rem;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[1900px\]{
  max-height: 1900px;
}
.max-h-\[250px\]{
  max-height: 250px;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-\[400px\]{
  max-height: 400px;
}
.max-h-\[485px\]{
  max-height: 485px;
}
.max-h-\[500px\]{
  max-height: 500px;
}
.max-h-\[760px\]{
  max-height: 760px;
}
.max-h-\[800px\]{
  max-height: 800px;
}
.max-h-\[calc\(100vh-165px\)\]{
  max-height: calc(100vh - 165px);
}
.max-h-\[calc\(100vh-18rem\)\]{
  max-height: calc(100vh - 18rem);
}
.max-h-full{
  max-height: 100%;
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-0{
  min-height: 0px;
}
.min-h-\[128px\]{
  min-height: 128px;
}
.min-h-\[150px\]{
  min-height: 150px;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[20px\]{
  min-height: 20px;
}
.min-h-\[210px\]{
  min-height: 210px;
}
.min-h-\[24px\]{
  min-height: 24px;
}
.min-h-\[250px\]{
  min-height: 250px;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.min-h-\[460px\]{
  min-height: 460px;
}
.min-h-\[46px\]{
  min-height: 46px;
}
.min-h-\[560px\]{
  min-height: 560px;
}
.min-h-\[80px\]{
  min-height: 80px;
}
.min-h-\[90px\]{
  min-height: 90px;
}
.min-h-\[calc\(100vh-120px\)\]{
  min-height: calc(100vh - 120px);
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-20{
  width: 5rem !important;
}
.\!w-44{
  width: 11rem !important;
}
.\!w-\[48px\]{
  width: 48px !important;
}
.\!w-full{
  width: 100% !important;
}
.w-0{
  width: 0px;
}
.w-1{
  width: 0.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/5{
  width: 20%;
}
.w-1\/6{
  width: 16.666667%;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-11\/12{
  width: 91.666667%;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-2\/12{
  width: 16.666667%;
}
.w-2\/3{
  width: 66.666667%;
}
.w-2\/5{
  width: 40%;
}
.w-2\/6{
  width: 33.333333%;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-3\/12{
  width: 25%;
}
.w-3\/4{
  width: 75%;
}
.w-3\/5{
  width: 60%;
}
.w-3\/6{
  width: 50%;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-4\/6{
  width: 66.666667%;
}
.w-40{
  width: 10rem;
}
.w-44{
  width: 11rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-5\/6{
  width: 83.333333%;
}
.w-52{
  width: 13rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-8\/12{
  width: 66.666667%;
}
.w-80{
  width: 20rem;
}
.w-9{
  width: 2.25rem;
}
.w-96{
  width: 24rem;
}
.w-\[--sidebar-width\]{
  width: var(--sidebar-width);
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[1010px\]{
  width: 1010px;
}
.w-\[102px\]{
  width: 102px;
}
.w-\[10px\]{
  width: 10px;
}
.w-\[12px\]{
  width: 12px;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[164px\]{
  width: 164px;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[175px\]{
  width: 175px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[212px\]{
  width: 212px;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[22px\]{
  width: 22px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[259px\]{
  width: 259px;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[282px\]{
  width: 282px;
}
.w-\[292px\]{
  width: 292px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[310px\]{
  width: 310px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[340px\]{
  width: 340px;
}
.w-\[345px\]{
  width: 345px;
}
.w-\[350px\]{
  width: 350px;
}
.w-\[360px\]{
  width: 360px;
}
.w-\[38px\]{
  width: 38px;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[427px\]{
  width: 427px;
}
.w-\[432px\]{
  width: 432px;
}
.w-\[45\%\]{
  width: 45%;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[55\%\]{
  width: 55%;
}
.w-\[56\]{
  width: 56;
}
.w-\[60\%\]{
  width: 60%;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[640px\]{
  width: 640px;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[750px\]{
  width: 750px;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[calc\(100\%-2rem\)\]{
  width: calc(100% - 2rem);
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-px{
  width: 1px;
}
.w-screen{
  width: 100vw;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[1200px\]{
  min-width: 1200px;
}
.min-w-\[12rem\]{
  min-width: 12rem;
}
.min-w-\[180px\]{
  min-width: 180px;
}
.min-w-\[220px\]{
  min-width: 220px;
}
.min-w-\[240px\]{
  min-width: 240px;
}
.min-w-\[326px\]{
  min-width: 326px;
}
.min-w-\[8rem\]{
  min-width: 8rem;
}
.min-w-\[900px\]{
  min-width: 900px;
}
.min-w-\[var\(--radix-select-trigger-width\)\]{
  min-width: var(--radix-select-trigger-width);
}
.min-w-max{
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[--skeleton-width\]{
  max-width: var(--skeleton-width);
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[1280px\]{
  max-width: 1280px;
}
.max-w-\[144px\]{
  max-width: 144px;
}
.max-w-\[1500px\]{
  max-width: 1500px;
}
.max-w-\[196px\]{
  max-width: 196px;
}
.max-w-\[208px\]{
  max-width: 208px;
}
.max-w-\[220px\]{
  max-width: 220px;
}
.max-w-\[230px\]{
  max-width: 230px;
}
.max-w-\[240px\]{
  max-width: 240px;
}
.max-w-\[27rem\]{
  max-width: 27rem;
}
.max-w-\[292px\]{
  max-width: 292px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[360px\]{
  max-width: 360px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[425px\]{
  max-width: 425px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-\[460px\]{
  max-width: 460px;
}
.max-w-\[569px\]{
  max-width: 569px;
}
.max-w-\[60\%\]{
  max-width: 60%;
}
.max-w-\[75\%\]{
  max-width: 75%;
}
.max-w-\[90vw\]{
  max-width: 90vw;
}
.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-3xl{
  max-width: 1440px;
}
.max-w-screen-lg{
  max-width: 1024px;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.basis-40{
  flex-basis: 10rem;
}
.basis-44{
  flex-basis: 11rem;
}
.table-fixed{
  table-layout: fixed;
}
.caption-bottom{
  caption-side: bottom;
}
.border-collapse{
  border-collapse: collapse;
}
.border-spacing-1{
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.-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-x-96{
  --tw-translate-x: -24rem;
  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-px{
  --tw-translate-x: -1px;
  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-y-full{
  --tw-translate-y: -100%;
  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-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-8{
  --tw-translate-x: 2rem;
  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-\[-20px\]{
  --tw-translate-x: -20px;
  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-x-full{
  --tw-translate-x: 100%;
  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-px{
  --tw-translate-x: 1px;
  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-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-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));
}
.rotate-180{
  --tw-rotate: 180deg;
  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));
}
.rotate-45{
  --tw-rotate: 45deg;
  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));
}
.rotate-\[-90deg\]{
  --tw-rotate: -90deg;
  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));
}
.rotate-\[135deg\]{
  --tw-rotate: 135deg;
  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));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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 bounce{

  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce{
  animation: bounce 1s infinite;
}
@keyframes pulse{

  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes slide-down{

  0%{
    transform: translateY(-100%);
    opacity: 0;
  }

  100%{
    transform: translateY(0);
    opacity: 1;
  }
}
.animate-slide-down{
  animation: slide-down 0.5s ease-in-out;
}
@keyframes spin{

  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-crosshair{
  cursor: crosshair;
}
.cursor-default{
  cursor: default;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-text{
  cursor: text;
}
.cursor-wait{
  cursor: wait;
}
.touch-none{
  touch-action: none;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.resize-y{
  resize: vertical;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-outside{
  list-style-position: outside;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.columns-1{
  -moz-columns: 1;
       columns: 1;
}
.break-inside-avoid{
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.grid-flow-row{
  grid-auto-flow: row;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-11{
  grid-template-columns: repeat(11, 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-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-\[25\%_1fr\]{
  grid-template-columns: 25% 1fr;
}
.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-items-start{
  place-items: start;
}
.place-items-center{
  place-items: center;
}
.content-center{
  align-content: center;
}
.\!items-start{
  align-items: flex-start !important;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-normal{
  justify-content: normal;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.\!justify-center{
  justify-content: center !important;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.justify-evenly{
  justify-content: space-evenly;
}
.justify-items-center{
  justify-items: center;
}
.\!gap-4{
  gap: 1rem !important;
}
.gap-0{
  gap: 0px;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-20{
  gap: 5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.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));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-\[\#D9D9D9\] > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-divide-opacity));
}
.divide-gray > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(149 149 149 / var(--tw-divide-opacity));
}
.place-self-center{
  place-self: center;
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[2px\]{
  border-radius: 2px;
}
.rounded-\[inherit\]{
  border-radius: inherit;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: var(--radius);
}
.rounded-md{
  border-radius: calc(var(--radius) - 2px);
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: calc(var(--radius) - 4px);
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-\[80px\]{
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
.rounded-b-lg{
  border-bottom-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}
.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-l-md{
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}
.rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-2xl{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-\[10px\]{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-t-lg{
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}
.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-bl{
  border-bottom-left-radius: 0.25rem;
}
.rounded-bl-2xl{
  border-bottom-left-radius: 1rem;
}
.rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem;
}
.rounded-br{
  border-bottom-right-radius: 0.25rem;
}
.rounded-br-2xl{
  border-bottom-right-radius: 1rem;
}
.rounded-tl{
  border-top-left-radius: 0.25rem;
}
.rounded-tl-2xl{
  border-top-left-radius: 1rem;
}
.rounded-tl-3xl{
  border-top-left-radius: 1.5rem;
}
.rounded-tl-lg{
  border-top-left-radius: var(--radius);
}
.rounded-tl-md{
  border-top-left-radius: calc(var(--radius) - 2px);
}
.rounded-tl-sm{
  border-top-left-radius: calc(var(--radius) - 4px);
}
.rounded-tr{
  border-top-right-radius: 0.25rem;
}
.rounded-tr-2xl{
  border-top-right-radius: 1rem;
}
.rounded-tr-lg{
  border-top-right-radius: var(--radius);
}
.rounded-tr-md{
  border-top-right-radius: calc(var(--radius) - 2px);
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-\[1\.5px\]{
  border-width: 1.5px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-8{
  border-bottom-width: 8px;
}
.border-b-\[6px\]{
  border-bottom-width: 6px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-l-\[6px\]{
  border-left-width: 6px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-r-4{
  border-right-width: 4px;
}
.border-r-\[6px\]{
  border-right-width: 6px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-t-4{
  border-top-width: 4px;
}
.border-t-\[6px\]{
  border-top-width: 6px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-\[\#1866FD\]{
  --tw-border-opacity: 1;
  border-color: rgb(24 102 253 / var(--tw-border-opacity));
}
.border-\[\#1866fd\]{
  --tw-border-opacity: 1;
  border-color: rgb(24 102 253 / var(--tw-border-opacity));
}
.border-\[\#21282F\]{
  --tw-border-opacity: 1;
  border-color: rgb(33 40 47 / var(--tw-border-opacity));
}
.border-\[\#363535\]{
  --tw-border-opacity: 1;
  border-color: rgb(54 53 53 / var(--tw-border-opacity));
}
.border-\[\#39373D\]{
  --tw-border-opacity: 1;
  border-color: rgb(57 55 61 / var(--tw-border-opacity));
}
.border-\[\#634C9F\]{
  --tw-border-opacity: 1;
  border-color: rgb(99 76 159 / var(--tw-border-opacity));
}
.border-\[\#67C8E7\]{
  --tw-border-opacity: 1;
  border-color: rgb(103 200 231 / var(--tw-border-opacity));
}
.border-\[\#959595\]{
  --tw-border-opacity: 1;
  border-color: rgb(149 149 149 / var(--tw-border-opacity));
}
.border-\[\#A7DAEA\]{
  --tw-border-opacity: 1;
  border-color: rgb(167 218 234 / var(--tw-border-opacity));
}
.border-\[\#ABAFB3\]{
  --tw-border-opacity: 1;
  border-color: rgb(171 175 179 / var(--tw-border-opacity));
}
.border-\[\#C1BCB9\]{
  --tw-border-opacity: 1;
  border-color: rgb(193 188 185 / var(--tw-border-opacity));
}
.border-\[\#D9D9D9\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-\[\#E1EAFD\]{
  --tw-border-opacity: 1;
  border-color: rgb(225 234 253 / var(--tw-border-opacity));
}
.border-\[\#E5E5E5\]{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-\[\#EF8D4F\]{
  --tw-border-opacity: 1;
  border-color: rgb(239 141 79 / var(--tw-border-opacity));
}
.border-\[\#EFBD07\]{
  --tw-border-opacity: 1;
  border-color: rgb(239 189 7 / var(--tw-border-opacity));
}
.border-\[\#F1F1F1\]{
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}
.border-\[\#F26722\]{
  --tw-border-opacity: 1;
  border-color: rgb(242 103 34 / var(--tw-border-opacity));
}
.border-\[\#FC9753\]{
  --tw-border-opacity: 1;
  border-color: rgb(252 151 83 / var(--tw-border-opacity));
}
.border-\[\#FF9754\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 151 84 / var(--tw-border-opacity));
}
.border-\[\#FF9855\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 152 85 / var(--tw-border-opacity));
}
.border-\[\#FFC9C9\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 201 201 / var(--tw-border-opacity));
}
.border-\[\#d3edf5\]{
  --tw-border-opacity: 1;
  border-color: rgb(211 237 245 / var(--tw-border-opacity));
}
.border-\[\#e1e1e1\]{
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity));
}
.border-\[\#fc9753\]{
  --tw-border-opacity: 1;
  border-color: rgb(252 151 83 / var(--tw-border-opacity));
}
.border-\[\#ffffff\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-\[--color-border\]{
  border-color: var(--color-border);
}
.border-accent{
  border-color: hsl(var(--accent));
}
.border-accent-foreground{
  border-color: hsl(var(--accent-foreground));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(54 53 53 / var(--tw-border-opacity));
}
.border-blue\/25{
  border-color: rgb(151 216 231 / 0.25);
}
.border-blueTech{
  --tw-border-opacity: 1;
  border-color: rgb(165 217 232 / var(--tw-border-opacity));
}
.border-border\/50{
  border-color: hsl(var(--border) / 0.5);
}
.border-card{
  border-color: hsl(var(--card));
}
.border-destructive{
  border-color: hsl(var(--destructive));
}
.border-gray{
  --tw-border-opacity: 1;
  border-color: rgb(149 149 149 / var(--tw-border-opacity));
}
.border-gray\/20{
  border-color: rgb(149 149 149 / 0.2);
}
.border-gray\/25{
  border-color: rgb(149 149 149 / 0.25);
}
.border-gray\/30{
  border-color: rgb(149 149 149 / 0.3);
}
.border-gray\/50{
  border-color: rgb(149 149 149 / 0.5);
}
.border-green{
  --tw-border-opacity: 1;
  border-color: rgb(90 235 106 / var(--tw-border-opacity));
}
.border-green\/50{
  border-color: rgb(90 235 106 / 0.5);
}
.border-input{
  border-color: hsl(var(--input));
}
.border-muted-foreground{
  border-color: hsl(var(--muted-foreground));
}
.border-orange{
  --tw-border-opacity: 1;
  border-color: rgb(255 151 84 / var(--tw-border-opacity));
}
.border-orange\/50{
  border-color: rgb(255 151 84 / 0.5);
}
.border-primary{
  border-color: hsl(var(--primary));
}
.border-red{
  --tw-border-opacity: 1;
  border-color: rgb(218 31 13 / var(--tw-border-opacity));
}
.border-red\/20{
  border-color: rgb(218 31 13 / 0.2);
}
.border-sidebar-border{
  border-color: hsl(var(--sidebar-border));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(251 254 255 / var(--tw-border-opacity));
}
.border-whiteSmoke{
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
}
.border-x-gray{
  --tw-border-opacity: 1;
  border-left-color: rgb(149 149 149 / var(--tw-border-opacity));
  border-right-color: rgb(149 149 149 / var(--tw-border-opacity));
}
.border-b-transparent{
  border-bottom-color: transparent;
}
.border-l-transparent{
  border-left-color: transparent;
}
.border-r-black{
  --tw-border-opacity: 1;
  border-right-color: rgb(54 53 53 / var(--tw-border-opacity));
}
.border-r-transparent{
  border-right-color: transparent;
}
.border-t-black{
  --tw-border-opacity: 1;
  border-top-color: rgb(54 53 53 / var(--tw-border-opacity));
}
.border-t-transparent{
  border-top-color: transparent;
}
.\!bg-\[\#ABAFB3\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(171 175 179 / var(--tw-bg-opacity)) !important;
}
.\!bg-green{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(90 235 106 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#009BB5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 155 181 / var(--tw-bg-opacity));
}
.bg-\[\#12100B80\]{
  background-color: #12100B80;
}
.bg-\[\#1866FD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(24 102 253 / var(--tw-bg-opacity));
}
.bg-\[\#1866fd\]{
  --tw-bg-opacity: 1;
  background-color: rgb(24 102 253 / var(--tw-bg-opacity));
}
.bg-\[\#1d8aa3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(29 138 163 / var(--tw-bg-opacity));
}
.bg-\[\#21282F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(33 40 47 / var(--tw-bg-opacity));
}
.bg-\[\#212830\]{
  --tw-bg-opacity: 1;
  background-color: rgb(33 40 48 / var(--tw-bg-opacity));
}
.bg-\[\#2290FF\]\/40{
  background-color: rgb(34 144 255 / 0.4);
}
.bg-\[\#363535\]{
  --tw-bg-opacity: 1;
  background-color: rgb(54 53 53 / var(--tw-bg-opacity));
}
.bg-\[\#3D3936\]{
  --tw-bg-opacity: 1;
  background-color: rgb(61 57 54 / var(--tw-bg-opacity));
}
.bg-\[\#634C9E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(99 76 158 / var(--tw-bg-opacity));
}
.bg-\[\#634C9F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(99 76 159 / var(--tw-bg-opacity));
}
.bg-\[\#686868\]{
  --tw-bg-opacity: 1;
  background-color: rgb(104 104 104 / var(--tw-bg-opacity));
}
.bg-\[\#A7DAEA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(167 218 234 / var(--tw-bg-opacity));
}
.bg-\[\#ABAFB3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(171 175 179 / var(--tw-bg-opacity));
}
.bg-\[\#C5CFD2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(197 207 210 / var(--tw-bg-opacity));
}
.bg-\[\#D1FAE5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.bg-\[\#D6E4FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(214 228 255 / var(--tw-bg-opacity));
}
.bg-\[\#E2EEF1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(226 238 241 / var(--tw-bg-opacity));
}
.bg-\[\#E5E5E5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-\[\#E6DEDE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 222 222 / var(--tw-bg-opacity));
}
.bg-\[\#E7FAFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(231 250 255 / var(--tw-bg-opacity));
}
.bg-\[\#E9FCFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 252 255 / var(--tw-bg-opacity));
}
.bg-\[\#ECEFFA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 250 / var(--tw-bg-opacity));
}
.bg-\[\#EDEDED\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}
.bg-\[\#EDF6FA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 246 250 / var(--tw-bg-opacity));
}
.bg-\[\#EF8D4F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 141 79 / var(--tw-bg-opacity));
}
.bg-\[\#F0F9F0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 240 / var(--tw-bg-opacity));
}
.bg-\[\#F2672233\]{
  background-color: #F2672233;
}
.bg-\[\#F26722\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 103 34 / var(--tw-bg-opacity));
}
.bg-\[\#F2F2F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-\[\#F2F4FD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 253 / var(--tw-bg-opacity));
}
.bg-\[\#F4F1EC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 236 / var(--tw-bg-opacity));
}
.bg-\[\#F4F2F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 242 / var(--tw-bg-opacity));
}
.bg-\[\#F6F6F6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-\[\#F6F6F6\]\/95{
  background-color: rgb(246 246 246 / 0.95);
}
.bg-\[\#F7F7F7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-\[\#F9F9F9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-\[\#FBFBFB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
}
.bg-\[\#FC9753\]{
  --tw-bg-opacity: 1;
  background-color: rgb(252 151 83 / var(--tw-bg-opacity));
}
.bg-\[\#FEF2F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-\[\#FF9754\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 151 84 / var(--tw-bg-opacity));
}
.bg-\[\#FF9855\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 152 85 / var(--tw-bg-opacity));
}
.bg-\[\#FF9855\]\/20{
  background-color: rgb(255 152 85 / 0.2);
}
.bg-\[\#FFC978\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 120 / var(--tw-bg-opacity));
}
.bg-\[\#FFE2E2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 226 226 / var(--tw-bg-opacity));
}
.bg-\[\#FFF2EC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 236 / var(--tw-bg-opacity));
}
.bg-\[\#FFFFFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#d3edf5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(211 237 245 / var(--tw-bg-opacity));
}
.bg-\[\#f7844a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 132 74 / var(--tw-bg-opacity));
}
.bg-\[\#fafafa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[--color-bg\]{
  background-color: var(--color-bg);
}
.bg-accent{
  background-color: hsl(var(--accent));
}
.bg-background{
  background-color: hsl(var(--background));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(54 53 53 / var(--tw-bg-opacity));
}
.bg-black\/10{
  background-color: rgb(54 53 53 / 0.1);
}
.bg-black\/25{
  background-color: rgb(54 53 53 / 0.25);
}
.bg-black\/30{
  background-color: rgb(54 53 53 / 0.3);
}
.bg-black\/50{
  background-color: rgb(54 53 53 / 0.5);
}
.bg-black\/60{
  background-color: rgb(54 53 53 / 0.6);
}
.bg-black\/75{
  background-color: rgb(54 53 53 / 0.75);
}
.bg-black\/80{
  background-color: rgb(54 53 53 / 0.8);
}
.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(151 216 231 / var(--tw-bg-opacity));
}
.bg-blueTech{
  --tw-bg-opacity: 1;
  background-color: rgb(165 217 232 / var(--tw-bg-opacity));
}
.bg-blueTech\/20{
  background-color: rgb(165 217 232 / 0.2);
}
.bg-border{
  background-color: hsl(var(--border));
}
.bg-card{
  background-color: hsl(var(--card));
}
.bg-destructive{
  background-color: hsl(var(--destructive));
}
.bg-foreground{
  background-color: hsl(var(--foreground));
}
.bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(149 149 149 / var(--tw-bg-opacity));
}
.bg-gray\/10{
  background-color: rgb(149 149 149 / 0.1);
}
.bg-gray\/20{
  background-color: rgb(149 149 149 / 0.2);
}
.bg-gray\/5{
  background-color: rgb(149 149 149 / 0.05);
}
.bg-grayDark{
  --tw-bg-opacity: 1;
  background-color: rgb(33 40 47 / var(--tw-bg-opacity));
}
.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(90 235 106 / var(--tw-bg-opacity));
}
.bg-green\/10{
  background-color: rgb(90 235 106 / 0.1);
}
.bg-green\/25{
  background-color: rgb(90 235 106 / 0.25);
}
.bg-green\/50{
  background-color: rgb(90 235 106 / 0.5);
}
.bg-green\/75{
  background-color: rgb(90 235 106 / 0.75);
}
.bg-muted{
  background-color: hsl(var(--muted));
}
.bg-muted\/50{
  background-color: hsl(var(--muted) / 0.5);
}
.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 151 84 / var(--tw-bg-opacity));
}
.bg-orange\/10{
  background-color: rgb(255 151 84 / 0.1);
}
.bg-orange\/25{
  background-color: rgb(255 151 84 / 0.25);
}
.bg-popover{
  background-color: hsl(var(--popover));
}
.bg-primary{
  background-color: hsl(var(--primary));
}
.bg-primary\/10{
  background-color: hsl(var(--primary) / 0.1);
}
.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(218 31 13 / var(--tw-bg-opacity));
}
.bg-red\/10{
  background-color: rgb(218 31 13 / 0.1);
}
.bg-red\/20{
  background-color: rgb(218 31 13 / 0.2);
}
.bg-red\/25{
  background-color: rgb(218 31 13 / 0.25);
}
.bg-red\/5{
  background-color: rgb(218 31 13 / 0.05);
}
.bg-red\/80{
  background-color: rgb(218 31 13 / 0.8);
}
.bg-secondary{
  background-color: hsl(var(--secondary));
}
.bg-sidebar{
  background-color: hsl(var(--sidebar-background));
}
.bg-sidebar-border{
  background-color: hsl(var(--sidebar-border));
}
.bg-tertiary{
  background-color: hsl(var(--tertiary));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(251 254 255 / var(--tw-bg-opacity));
}
.bg-white\/25{
  background-color: rgb(251 254 255 / 0.25);
}
.bg-white\/30{
  background-color: rgb(251 254 255 / 0.3);
}
.bg-whiteSmoke{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}
.bg-\[linear-gradient\(180deg\2c _\#EDEDED_28\.37\%\2c _rgba\(255\2c 255\2c 255\2c 0\)_100\%\)\]{
  background-image: linear-gradient(180deg, #EDEDED 28.37%, rgba(255,255,255,0) 100%);
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#212830\]{
  --tw-gradient-from: #212830 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 40 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#E5E5E5\]{
  --tw-gradient-from: #E5E5E5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#F26722\]{
  --tw-gradient-from: #F26722 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 103 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black{
  --tw-gradient-from: #363535 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/60{
  --tw-gradient-from: rgb(54 53 53 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.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);
}
.from-white{
  --tw-gradient-from: #FBFEFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-30\%{
  --tw-gradient-from-position: 30%;
}
.from-40\%{
  --tw-gradient-from-position: 40%;
}
.from-\[100\%\]{
  --tw-gradient-from-position: 100%;
}
.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white{
  --tw-gradient-to: rgb(251 254 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #FBFEFF var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-20\%{
  --tw-gradient-via-position: 20%;
}
.via-40\%{
  --tw-gradient-via-position: 40%;
}
.to-\[\#B44006\]{
  --tw-gradient-to: #B44006 var(--tw-gradient-to-position);
}
.to-\[\#F2F2F2\]{
  --tw-gradient-to: #F2F2F2 var(--tw-gradient-to-position);
}
.to-\[\#ffffff\]{
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
}
.to-black\/20{
  --tw-gradient-to: rgb(54 53 53 / 0.2) var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-20\%{
  --tw-gradient-to-position: 20%;
}
.to-30\%{
  --tw-gradient-to-position: 30%;
}
.to-40\%{
  --tw-gradient-to-position: 40%;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-top{
  background-position: top;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-gray{
  fill: #959595;
}
.fill-orange{
  fill: #FF9754;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-none{
  -o-object-fit: none;
     object-fit: none;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-left{
  -o-object-position: left;
     object-position: left;
}
.object-right{
  -o-object-position: right;
     object-position: right;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-20{
  padding: 5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[1px\]{
  padding: 1px;
}
.\!py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[120px\]{
  padding-left: 120px;
  padding-right: 120px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}
.px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}
.\!pt-1{
  padding-top: 0.25rem !important;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-48{
  padding-bottom: 12rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-14{
  padding-left: 3.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-2\.5{
  padding-left: 0.625rem;
}
.pl-20{
  padding-left: 5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-36{
  padding-left: 9rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-\[200px\]{
  padding-left: 200px;
}
.pr-0{
  padding-right: 0px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-14{
  padding-right: 3.5rem;
}
.pr-16{
  padding-right: 4rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-2\.5{
  padding-right: 0.625rem;
}
.pr-20{
  padding-right: 5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-32{
  padding-right: 8rem;
}
.pr-36{
  padding-right: 9rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-40{
  padding-right: 10rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-8{
  padding-right: 2rem;
}
.pr-\[100px\]{
  padding-right: 100px;
}
.ps-5{
  padding-inline-start: 1.25rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-36{
  padding-top: 9rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[50px\]{
  padding-top: 50px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.align-middle{
  vertical-align: middle;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[0\.8rem\]{
  font-size: 0.8rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[2\.25rem\]{
  font-size: 2.25rem;
}
.text-\[2\.5rem\]{
  font-size: 2.5rem;
}
.text-\[2\.75rem\]{
  font-size: 2.75rem;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[3\.5rem\]{
  font-size: 3.5rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.font-thin{
  font-weight: 100;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-10{
  line-height: 2.5rem;
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.3\]{
  line-height: 1.3;
}
.leading-\[1\.4\]{
  line-height: 1.4;
}
.leading-\[1\.5\]{
  line-height: 1.5;
}
.leading-\[1\.8\]{
  line-height: 1.8;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-\[32px\]{
  line-height: 32px;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(251 254 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#000000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#0000EE\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 238 / var(--tw-text-opacity));
}
.text-\[\#059669\]{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
.text-\[\#0F5085\]{
  --tw-text-opacity: 1;
  color: rgb(15 80 133 / var(--tw-text-opacity));
}
.text-\[\#0F9835\]{
  --tw-text-opacity: 1;
  color: rgb(15 152 53 / var(--tw-text-opacity));
}
.text-\[\#12100B\]{
  --tw-text-opacity: 1;
  color: rgb(18 16 11 / var(--tw-text-opacity));
}
.text-\[\#17A6D2\]{
  --tw-text-opacity: 1;
  color: rgb(23 166 210 / var(--tw-text-opacity));
}
.text-\[\#1866FD\]{
  --tw-text-opacity: 1;
  color: rgb(24 102 253 / var(--tw-text-opacity));
}
.text-\[\#1866fd\]{
  --tw-text-opacity: 1;
  color: rgb(24 102 253 / var(--tw-text-opacity));
}
.text-\[\#21282F\]{
  --tw-text-opacity: 1;
  color: rgb(33 40 47 / var(--tw-text-opacity));
}
.text-\[\#2290FF\]{
  --tw-text-opacity: 1;
  color: rgb(34 144 255 / var(--tw-text-opacity));
}
.text-\[\#28B0D0\]{
  --tw-text-opacity: 1;
  color: rgb(40 176 208 / var(--tw-text-opacity));
}
.text-\[\#2A2A2A\]{
  --tw-text-opacity: 1;
  color: rgb(42 42 42 / var(--tw-text-opacity));
}
.text-\[\#2B478B\]{
  --tw-text-opacity: 1;
  color: rgb(43 71 139 / var(--tw-text-opacity));
}
.text-\[\#363535\]{
  --tw-text-opacity: 1;
  color: rgb(54 53 53 / var(--tw-text-opacity));
}
.text-\[\#39AFCA\]{
  --tw-text-opacity: 1;
  color: rgb(57 175 202 / var(--tw-text-opacity));
}
.text-\[\#3F3F3F\]{
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}
.text-\[\#3F51B5\]{
  --tw-text-opacity: 1;
  color: rgb(63 81 181 / var(--tw-text-opacity));
}
.text-\[\#435CC5\]{
  --tw-text-opacity: 1;
  color: rgb(67 92 197 / var(--tw-text-opacity));
}
.text-\[\#56b9d5\]{
  --tw-text-opacity: 1;
  color: rgb(86 185 213 / var(--tw-text-opacity));
}
.text-\[\#634C9F\]{
  --tw-text-opacity: 1;
  color: rgb(99 76 159 / var(--tw-text-opacity));
}
.text-\[\#637381\]{
  --tw-text-opacity: 1;
  color: rgb(99 115 129 / var(--tw-text-opacity));
}
.text-\[\#686868\]{
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}
.text-\[\#6FAFC3\]{
  --tw-text-opacity: 1;
  color: rgb(111 175 195 / var(--tw-text-opacity));
}
.text-\[\#767676\]{
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}
.text-\[\#808080\]{
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.text-\[\#959595\]{
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity));
}
.text-\[\#9A9A9A\]{
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}
.text-\[\#9F0712\]{
  --tw-text-opacity: 1;
  color: rgb(159 7 18 / var(--tw-text-opacity));
}
.text-\[\#A7DAE9\]{
  --tw-text-opacity: 1;
  color: rgb(167 218 233 / var(--tw-text-opacity));
}
.text-\[\#ABAFB3\]{
  --tw-text-opacity: 1;
  color: rgb(171 175 179 / var(--tw-text-opacity));
}
.text-\[\#ABF996\]{
  --tw-text-opacity: 1;
  color: rgb(171 249 150 / var(--tw-text-opacity));
}
.text-\[\#ECEFFA\]{
  --tw-text-opacity: 1;
  color: rgb(236 239 250 / var(--tw-text-opacity));
}
.text-\[\#EF8D4F\]{
  --tw-text-opacity: 1;
  color: rgb(239 141 79 / var(--tw-text-opacity));
}
.text-\[\#EFBD07\]{
  --tw-text-opacity: 1;
  color: rgb(239 189 7 / var(--tw-text-opacity));
}
.text-\[\#F26722\]{
  --tw-text-opacity: 1;
  color: rgb(242 103 34 / var(--tw-text-opacity));
}
.text-\[\#FC9753\]{
  --tw-text-opacity: 1;
  color: rgb(252 151 83 / var(--tw-text-opacity));
}
.text-\[\#FF6600\]{
  --tw-text-opacity: 1;
  color: rgb(255 102 0 / var(--tw-text-opacity));
}
.text-\[\#FF9754\]{
  --tw-text-opacity: 1;
  color: rgb(255 151 84 / var(--tw-text-opacity));
}
.text-\[\#FF9855\]{
  --tw-text-opacity: 1;
  color: rgb(255 152 85 / var(--tw-text-opacity));
}
.text-\[\#f26722\]{
  --tw-text-opacity: 1;
  color: rgb(242 103 34 / var(--tw-text-opacity));
}
.text-\[\#fb2c2c\]{
  --tw-text-opacity: 1;
  color: rgb(251 44 44 / var(--tw-text-opacity));
}
.text-accent-foreground{
  color: hsl(var(--accent-foreground));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(54 53 53 / var(--tw-text-opacity));
}
.text-blue{
  --tw-text-opacity: 1;
  color: rgb(151 216 231 / var(--tw-text-opacity));
}
.text-blueTech{
  --tw-text-opacity: 1;
  color: rgb(165 217 232 / var(--tw-text-opacity));
}
.text-card-foreground{
  color: hsl(var(--card-foreground));
}
.text-destructive{
  color: hsl(var(--destructive));
}
.text-destructive-foreground{
  color: hsl(var(--destructive-foreground));
}
.text-foreground{
  color: hsl(var(--foreground));
}
.text-foreground\/50{
  color: hsl(var(--foreground) / 0.5);
}
.text-gray{
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity));
}
.text-grayDark{
  --tw-text-opacity: 1;
  color: rgb(33 40 47 / var(--tw-text-opacity));
}
.text-green{
  --tw-text-opacity: 1;
  color: rgb(90 235 106 / var(--tw-text-opacity));
}
.text-green\/60{
  color: rgb(90 235 106 / 0.6);
}
.text-muted-foreground{
  color: hsl(var(--muted-foreground));
}
.text-orange{
  --tw-text-opacity: 1;
  color: rgb(255 151 84 / var(--tw-text-opacity));
}
.text-popover-foreground{
  color: hsl(var(--popover-foreground));
}
.text-primary{
  color: hsl(var(--primary));
}
.text-primary-foreground{
  color: hsl(var(--primary-foreground));
}
.text-red{
  --tw-text-opacity: 1;
  color: rgb(218 31 13 / var(--tw-text-opacity));
}
.text-red\/60{
  color: rgb(218 31 13 / 0.6);
}
.text-red\/75{
  color: rgb(218 31 13 / 0.75);
}
.text-secondary-foreground{
  color: hsl(var(--secondary-foreground));
}
.text-sidebar-foreground{
  color: hsl(var(--sidebar-foreground));
}
.text-sidebar-foreground\/70{
  color: hsl(var(--sidebar-foreground) / 0.7);
}
.text-tertiary-foreground{
  color: hsl(var(--tertiary-foreground));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(251 254 255 / var(--tw-text-opacity));
}
.text-white\/90{
  color: rgb(251 254 255 / 0.9);
}
.text-opacity-30{
  --tw-text-opacity: 0.3;
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.accent-foreground{
  accent-color: hsl(var(--foreground));
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-90{
  opacity: 0.9;
}
.opacity-95{
  opacity: 0.95;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{
  --tw-shadow: 0 0 0 1px hsl(var(--sidebar-border));
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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-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);
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.ring{
  --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(3px + 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);
}
.ring-0{
  --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(0px + 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);
}
.ring-2{
  --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(2px + 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);
}
.ring-ring{
  --tw-ring-color: hsl(var(--ring));
}
.ring-sidebar-ring{
  --tw-ring-color: hsl(var(--sidebar-ring));
}
.ring-offset-background{
  --tw-ring-offset-color: hsl(var(--background));
}
.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);
}
.blur-md{
  --tw-blur: blur(12px);
  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);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[left\2c right\2c width\]{
  transition-property: left,right,width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[margin\2c opa\]{
  transition-property: margin,opa;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-height\]{
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\2c height\2c padding\]{
  transition-property: width,height,padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\]{
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-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;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
  transition-timing-function: linear;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-transform{
  will-change: transform;
}
@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));
  }
}
.animate-in{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.fade-in{
  --tw-enter-opacity: 0;
}
.fade-in-0{
  --tw-enter-opacity: 0;
}
.zoom-in{
  --tw-enter-scale: 0;
}
.zoom-in-95{
  --tw-enter-scale: .95;
}
.slide-in-from-top-2{
  --tw-enter-translate-y: -0.5rem;
}
.duration-1000{
  animation-duration: 1000ms;
}
.duration-200{
  animation-duration: 200ms;
}
.duration-300{
  animation-duration: 300ms;
}
.duration-500{
  animation-duration: 500ms;
}
.duration-700{
  animation-duration: 700ms;
}
.ease-in-out{
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
  animation-timing-function: linear;
}
.ease-out{
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.paused{
  animation-play-state: paused;
}

html,
:root {
  height: 100%;
}

.pagination{
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.pagination li{
  display: flex;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 53 53 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 254 255 / var(--tw-bg-opacity));
}

.pagination li.previous,
.pagination li.next{
  display: flex;
  height: auto;
  width: auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pagination li:hover,
.pagination li.previous:hover,
.pagination li.next:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.pagination li.selected{
  --tw-bg-opacity: 1;
  background-color: rgb(149 149 149 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(251 254 255 / var(--tw-text-opacity));
}

.pagination li.disabled,
.pagination li.disabled a{
  cursor: not-allowed;
  opacity: 0.5;
}

.react-multi-carousel-dot-list{
  bottom: -2rem !important;
}

.react-international-phone-country-selector-button{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.pagination.rand {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 768px) {
  .pagination.rand {
    gap: 5px;
  }
}

.alice-carousel__wrapper {
  overflow: visible !important;
}

.alice-carousel__stage-item img{
  margin-left: auto;
  margin-right: auto;
}

.item-select button {
  color: gray;
}

.item-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 18px;
  transition: all 0.2s ease;
}

.item-menu svg {
  margin-top: 2px;
  margin-left: 4px;
}

.item-new {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  transition: all 0.2s ease;
}

.item-new svg {
  margin-top: 2px;
  margin-left: 4px;
}

.skiptranslate {
  display: none;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  opacity: 0;
}

#languages button {
  height: 34px;
  margin-top: 4px;
}

.item-plan .button-plan {
  background-color: #fc9753;
  color: #ffffff;
}

.item-plan.best .border-card {
  background-color: #fc9753;
}

.item-plan .border-card {
  transition: all 0.2s ease;
  background-color: #a7daea;
}

.country svg {
  display: none;
}

#countryDesign {
  width: 60px;
}

#flagNew {
  width: 130px;
}

#countryDesign svg {
  display: none;
}

#countryDesign #rfs-btn {
  border: none;
  justify-content: flex-end;
  width: 60px;
}

#countryDesign #rfs-btn:focus-visible {
  outline: 2px solid black;
}

#flagNew #rfs-btn {
  border: none;
  padding: 0;
  width: 115px;
}

.menu-quality {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .menu-quality {
    display: block;
  }
}

#flagNew ul {
  width: -moz-min-content;
  width: min-content;
}

#newHome .custom-phone {
  border-radius: 8px !important;
  height: 48px !important;
  background-color: #eceffa;
  border: 1px solid #e6e6e6 !important;
}

#newHome .react-international-phone-country-selector>button {
  background-color: #eceffa;
  height: 48px !important;
  margin-top: 0;
  margin-right: 10px !important;
  border-radius: 8px !important;
  border: 1px solid #e6e6e6 !important;
}

#newHome .custom-phone:active {
  background-color: #ffffff;
}

#newHome .v3footer {
  padding-bottom: 0 !important;
}

.alga {
  font-family: 'alga';
}

#flags {
  button {
    font-size: 18px !important;
    height: 48px !important;
  }
}

.bg-home-hero {
  background-size: cover;
  background-image: url('/images/home-hero-2.jpg');

  @media (min-width: 2000px) {
    background-size: cover;
    background-position-y: top;
    background-image: url('/images/home-hero-bigger-2.jpg');
  }
}

.bg-banner-mercado {
  background-size: cover;
  background-image: url('/images/banner-hd.jpg');
  width: 100%;
  height: 300px;
}

@media (min-width: 1920px) {
  .bg-banner-mercado {
    background-image: url('/images/home-hero-bigger.jpg');
    height: 300px;
    background-size: cover;
  }
}

.custom-field-form input {
  border: 1px solid gray;
  z-index: 77;
}

.custom-field-form-outlined input {
  border: 1px solid gray;
  border-radius: 20px;
  z-index: 77;
}

.custom-field-form input[type='search'],
.custom-field-form input[type='search']:focus {
  border: 0px;
}

.custom-field-form .date-time {
  height: 50px !important;
  padding: 2px 10px;
  border: 1px solid gray;
  z-index: 77;
}

.custom-field-form textarea {
  border: 1px solid gray;
  resize: none;
  z-index: 77;
}


#reclamar .react-international-phone-input {
  border-radius: 0 8px 8px 0 !important;
  border: 1px solid #363535 !important;
}

#reclamar .border-email {
  border: 1px solid #363535 !important;
}

#reclamar .input-label {
  font-weight: 400;
  color: #000000;
  font-size: 16px;
}

#reclamar .react-international-phone-country-selector>button {
  border-radius: 8px 0 0 8px !important;
  border: 1px solid #363535 !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fadeIn {
  animation: fadeIn 0.3s ease-out;
}

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

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

@media (min-width: 768px){

  .md\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 640px){

    .md\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){

    .md\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){

    .md\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){

    .md\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1366px){

    .md\:container{
      max-width: 1366px;
    }
  }

  @media (min-width: 1440px){

    .md\:container{
      max-width: 1440px;
    }
  }

  @media (min-width: 1920px){

    .md\:container{
      max-width: 1920px;
    }
  }
}

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

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

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

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

.file\:font-semibold::file-selector-button{
  font-weight: 600;
}

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

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

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

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

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:-inset-2::after{
  content: var(--tw-content);
  inset: -0.5rem;
}

.after\:inset-y-0::after{
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}

.after\:left-1\/2::after{
  content: var(--tw-content);
  left: 50%;
}

.after\:w-\[2px\]::after{
  content: var(--tw-content);
  width: 2px;
}

.first\:mt-0:first-child{
  margin-top: 0px;
}

.first\:rounded-l-md:first-child{
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

.first\:rounded-t:first-child{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

.first\:fill-muted:first-child{
  fill: hsl(var(--muted));
}

.last\:rounded-b:last-child{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.last\:rounded-r-md:last-child{
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.last\:fill-background:last-child{
  fill: hsl(var(--background));
}

.last\:pr-4:last-child{
  padding-right: 1rem;
}

.focus-within\:relative:focus-within{
  position: relative;
}

.focus-within\:z-20:focus-within{
  z-index: 20;
}

.hover\:pointer-events-auto:hover{
  pointer-events: auto;
}

.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  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));
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.hover\:scale-125:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.hover\:scale-\[1\.01\]:hover{
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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));
}

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

.hover\:overflow-auto:hover{
  overflow: auto;
}

.hover\:overflow-y-auto:hover{
  overflow-y: auto;
}

.hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgb(54 53 53 / var(--tw-border-opacity));
}

.hover\:border-gray:hover{
  --tw-border-opacity: 1;
  border-color: rgb(149 149 149 / var(--tw-border-opacity));
}

.hover\:border-gray\/25:hover{
  border-color: rgb(149 149 149 / 0.25);
}

.hover\:border-gray\/50:hover{
  border-color: rgb(149 149 149 / 0.5);
}

.hover\:border-orange:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 151 84 / var(--tw-border-opacity));
}

.hover\:border-primary:hover{
  border-color: hsl(var(--primary));
}

.hover\:bg-\[\#634C9F\]\/50:hover{
  background-color: rgb(99 76 159 / 0.5);
}

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

.hover\:bg-\[\#9479DB\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(148 121 219 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#A7DAEA\]\/50:hover{
  background-color: rgb(167 218 234 / 0.5);
}

.hover\:bg-\[\#A7DAEA\]\/80:hover{
  background-color: rgb(167 218 234 / 0.8);
}

.hover\:bg-\[\#F26722\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 103 34 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#FF9754\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 151 84 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#FF9754\]\/80:hover{
  background-color: rgb(255 151 84 / 0.8);
}

.hover\:bg-\[\#a9daf1\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(169 218 241 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#d8561d\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(216 86 29 / var(--tw-bg-opacity));
}

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

.hover\:bg-accent:hover{
  background-color: hsl(var(--accent));
}

.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(54 53 53 / var(--tw-bg-opacity));
}

.hover\:bg-destructive\/80:hover{
  background-color: hsl(var(--destructive) / 0.8);
}

.hover\:bg-destructive\/90:hover{
  background-color: hsl(var(--destructive) / 0.9);
}

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

.hover\:bg-gray\/10:hover{
  background-color: rgb(149 149 149 / 0.1);
}

.hover\:bg-muted\/50:hover{
  background-color: hsl(var(--muted) / 0.5);
}

.hover\:bg-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 151 84 / var(--tw-bg-opacity));
}

.hover\:bg-orange\/10:hover{
  background-color: rgb(255 151 84 / 0.1);
}

.hover\:bg-orange\/60:hover{
  background-color: rgb(255 151 84 / 0.6);
}

.hover\:bg-orange\/70:hover{
  background-color: rgb(255 151 84 / 0.7);
}

.hover\:bg-orange\/80:hover{
  background-color: rgb(255 151 84 / 0.8);
}

.hover\:bg-orange\/90:hover{
  background-color: rgb(255 151 84 / 0.9);
}

.hover\:bg-primary:hover{
  background-color: hsl(var(--primary));
}

.hover\:bg-primary\/80:hover{
  background-color: hsl(var(--primary) / 0.8);
}

.hover\:bg-primary\/90:hover{
  background-color: hsl(var(--primary) / 0.9);
}

.hover\:bg-red\/60:hover{
  background-color: rgb(218 31 13 / 0.6);
}

.hover\:bg-red\/80:hover{
  background-color: rgb(218 31 13 / 0.8);
}

.hover\:bg-secondary:hover{
  background-color: hsl(var(--secondary));
}

.hover\:bg-secondary\/80:hover{
  background-color: hsl(var(--secondary) / 0.8);
}

.hover\:bg-sidebar-accent:hover{
  background-color: hsl(var(--sidebar-accent));
}

.hover\:bg-tertiary\/80:hover{
  background-color: hsl(var(--tertiary) / 0.8);
}

.hover\:bg-transparent:hover{
  background-color: transparent;
}

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

.hover\:bg-white\/10:hover{
  background-color: rgb(251 254 255 / 0.1);
}

.hover\:bg-white\/75:hover{
  background-color: rgb(251 254 255 / 0.75);
}

.hover\:bg-whiteSmoke:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.hover\:text-\[\#634C9F\]:hover{
  --tw-text-opacity: 1;
  color: rgb(99 76 159 / var(--tw-text-opacity));
}

.hover\:text-\[\#7FE565\]:hover{
  --tw-text-opacity: 1;
  color: rgb(127 229 101 / var(--tw-text-opacity));
}

.hover\:text-\[\#d45512\]:hover{
  --tw-text-opacity: 1;
  color: rgb(212 85 18 / var(--tw-text-opacity));
}

.hover\:text-accent-foreground:hover{
  color: hsl(var(--accent-foreground));
}

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

.hover\:text-foreground:hover{
  color: hsl(var(--foreground));
}

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

.hover\:text-gray\/90:hover{
  color: rgb(149 149 149 / 0.9);
}

.hover\:text-grayDark:hover{
  --tw-text-opacity: 1;
  color: rgb(33 40 47 / var(--tw-text-opacity));
}

.hover\:text-orange:hover{
  --tw-text-opacity: 1;
  color: rgb(255 151 84 / var(--tw-text-opacity));
}

.hover\:text-orange\/80:hover{
  color: rgb(255 151 84 / 0.8);
}

.hover\:text-primary-foreground:hover{
  color: hsl(var(--primary-foreground));
}

.hover\:text-sidebar-accent-foreground:hover{
  color: hsl(var(--sidebar-accent-foreground));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(251 254 255 / var(--tw-text-opacity));
}

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

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

.hover\:underline-offset-2:hover{
  text-underline-offset: 2px;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{
  --tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));
  --tw-shadow-colored: 0 0 0 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);
}

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

.hover\: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\: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);
}

.hover\:grayscale-0:hover{
  --tw-grayscale: grayscale(0);
  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);
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.focus\:border-whiteSmoke:focus{
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.focus\:bg-accent:focus{
  background-color: hsl(var(--accent));
}

.focus\:bg-primary:focus{
  background-color: hsl(var(--primary));
}

.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(251 254 255 / var(--tw-bg-opacity));
}

.focus\:text-accent-foreground:focus{
  color: hsl(var(--accent-foreground));
}

.focus\:text-primary-foreground:focus{
  color: hsl(var(--primary-foreground));
}

.focus\:opacity-100:focus{
  opacity: 1;
}

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

.focus\:ring-0:focus{
  --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(0px + 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\:ring-1:focus{
  --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\:ring-2:focus{
  --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(2px + 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\:ring-4:focus{
  --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(4px + 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\:ring-gray:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(149 149 149 / var(--tw-ring-opacity));
}

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

.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

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

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

.focus-visible\: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\:ring-2: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(2px + 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\:ring-ring:focus-visible{
  --tw-ring-color: hsl(var(--ring));
}

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

.focus-visible\:ring-whiteSmoke:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(246 246 246 / var(--tw-ring-opacity));
}

.focus-visible\:ring-offset-0:focus-visible{
  --tw-ring-offset-width: 0px;
}

.focus-visible\:ring-offset-1:focus-visible{
  --tw-ring-offset-width: 1px;
}

.focus-visible\:ring-offset-2:focus-visible{
  --tw-ring-offset-width: 2px;
}

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

.active\:bg-sidebar-accent:active{
  background-color: hsl(var(--sidebar-accent));
}

.active\:text-sidebar-accent-foreground:active{
  color: hsl(var(--sidebar-accent-foreground));
}

.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}

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

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

.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:pointer-events-auto{
  pointer-events: auto;
}

.group:hover .group-hover\:visible{
  visibility: visible;
}

.group:hover .group-hover\:block{
  display: block;
}

.group:hover .group-hover\:translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  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));
}

.group:hover .group-hover\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:bg-\[\#a9daf1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(169 218 241 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-black\/20{
  background-color: rgb(54 53 53 / 0.2);
}

.group:hover .group-hover\:bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 151 84 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-gray{
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red{
  --tw-text-opacity: 1;
  color: rgb(218 31 13 / var(--tw-text-opacity));
}

.group\/menu-item:hover .group-hover\/menu-item\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.group.destructive .group-\[\.destructive\]\:border-muted\/40{
  border-color: hsl(var(--muted) / 0.4);
}

.group.toaster .group-\[\.toaster\]\:border-border{
  border-color: hsl(var(--border));
}

.group.toast .group-\[\.toast\]\:bg-muted{
  background-color: hsl(var(--muted));
}

.group.toast .group-\[\.toast\]\:bg-primary{
  background-color: hsl(var(--primary));
}

.group.toaster .group-\[\.toaster\]\:bg-background{
  background-color: hsl(var(--background));
}

.group.toast .group-\[\.toast\]\:text-muted-foreground{
  color: hsl(var(--muted-foreground));
}

.group.toast .group-\[\.toast\]\:text-primary-foreground{
  color: hsl(var(--primary-foreground));
}

.group.toaster .group-\[\.toaster\]\:text-foreground{
  color: hsl(var(--foreground));
}

.group.toaster .group-\[\.toaster\]\: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);
}

.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{
  border-color: hsl(var(--destructive) / 0.3);
}

.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{
  background-color: hsl(var(--destructive));
}

.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{
  color: hsl(var(--destructive-foreground));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{
  --tw-ring-color: hsl(var(--destructive));
}

.peer\/menu-button:hover ~ .peer-hover\/menu-button\:text-sidebar-accent-foreground{
  color: hsl(var(--sidebar-accent-foreground));
}

.peer:disabled ~ .peer-disabled\:cursor-not-allowed{
  cursor: not-allowed;
}

.peer:disabled ~ .peer-disabled\:opacity-70{
  opacity: 0.7;
}

.aria-disabled\:pointer-events-none[aria-disabled="true"]{
  pointer-events: none;
}

.aria-disabled\:opacity-50[aria-disabled="true"]{
  opacity: 0.5;
}

.aria-selected\:bg-accent[aria-selected="true"]{
  background-color: hsl(var(--accent));
}

.aria-selected\:bg-accent\/50[aria-selected="true"]{
  background-color: hsl(var(--accent) / 0.5);
}

.aria-selected\:text-accent-foreground[aria-selected="true"]{
  color: hsl(var(--accent-foreground));
}

.aria-selected\:text-muted-foreground[aria-selected="true"]{
  color: hsl(var(--muted-foreground));
}

.aria-selected\:opacity-100[aria-selected="true"]{
  opacity: 1;
}

.aria-selected\:opacity-30[aria-selected="true"]{
  opacity: 0.3;
}

.data-\[disabled\]\:pointer-events-none[data-disabled]{
  pointer-events: none;
}

.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{
  --tw-translate-y: 0.25rem;
  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));
}

.data-\[side\=left\]\:-translate-x-1[data-side=left]{
  --tw-translate-x: -0.25rem;
  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));
}

.data-\[side\=right\]\:translate-x-1[data-side=right]{
  --tw-translate-x: 0.25rem;
  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));
}

.data-\[side\=top\]\:-translate-y-1[data-side=top]{
  --tw-translate-y: -0.25rem;
  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));
}

.data-\[state\=checked\]\:translate-x-5[data-state=checked]{
  --tw-translate-x: 1.25rem;
  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));
}

.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{
  --tw-translate-x: var(--radix-toast-swipe-end-x);
  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));
}

.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{
  --tw-translate-x: var(--radix-toast-swipe-move-x);
  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));
}

.data-\[state\=active\]\:rounded-none[data-state=active]{
  border-radius: 0px;
}

.data-\[state\=active\]\:border-b-2[data-state=active]{
  border-bottom-width: 2px;
}

.data-\[state\=active\]\:border-b-4[data-state=active]{
  border-bottom-width: 4px;
}

.data-\[state\=active\]\:border-orange[data-state=active]{
  --tw-border-opacity: 1;
  border-color: rgb(255 151 84 / var(--tw-border-opacity));
}

.data-\[active\=true\]\:bg-sidebar-accent[data-active=true]{
  background-color: hsl(var(--sidebar-accent));
}

.data-\[active\]\:bg-accent\/50[data-active]{
  background-color: hsl(var(--accent) / 0.5);
}

.data-\[state\=active\]\:bg-\[\#FC9753\][data-state=active]{
  --tw-bg-opacity: 1;
  background-color: rgb(252 151 83 / var(--tw-bg-opacity));
}

.data-\[state\=active\]\:bg-background[data-state=active]{
  background-color: hsl(var(--background));
}

.data-\[state\=active\]\:bg-black[data-state=active]{
  --tw-bg-opacity: 1;
  background-color: rgb(54 53 53 / var(--tw-bg-opacity));
}

.data-\[state\=active\]\:bg-orange\/40[data-state=active]{
  background-color: rgb(255 151 84 / 0.4);
}

.data-\[state\=active\]\:bg-transparent[data-state=active]{
  background-color: transparent;
}

.data-\[state\=checked\]\:bg-primary[data-state=checked]{
  background-color: hsl(var(--primary));
}

.data-\[state\=open\]\:bg-accent[data-state=open]{
  background-color: hsl(var(--accent));
}

.data-\[state\=open\]\:bg-accent\/50[data-state=open]{
  background-color: hsl(var(--accent) / 0.5);
}

.data-\[state\=open\]\:bg-secondary[data-state=open]{
  background-color: hsl(var(--secondary));
}

.data-\[state\=selected\]\:bg-muted[data-state=selected]{
  background-color: hsl(var(--muted));
}

.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{
  background-color: hsl(var(--input));
}

.data-\[active\=true\]\:font-medium[data-active=true]{
  font-weight: 500;
}

.data-\[state\=active\]\:font-bold[data-state=active]{
  font-weight: 700;
}

.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{
  color: hsl(var(--sidebar-accent-foreground));
}

.data-\[state\=active\]\:text-foreground[data-state=active]{
  color: hsl(var(--foreground));
}

.data-\[state\=active\]\:text-white[data-state=active]{
  --tw-text-opacity: 1;
  color: rgb(251 254 255 / var(--tw-text-opacity));
}

.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{
  color: hsl(var(--primary-foreground));
}

.data-\[state\=open\]\:text-accent-foreground[data-state=open]{
  color: hsl(var(--accent-foreground));
}

.data-\[state\=open\]\:text-muted-foreground[data-state=open]{
  color: hsl(var(--muted-foreground));
}

.data-\[disabled\]\:opacity-50[data-disabled]{
  opacity: 0.5;
}

.data-\[state\=open\]\:opacity-100[data-state=open]{
  opacity: 1;
}

.data-\[state\=active\]\:shadow-none[data-state=active]{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.data-\[state\=active\]\:shadow-sm[data-state=active]{
  --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);
}

.data-\[swipe\=move\]\:transition-none[data-swipe=move]{
  transition-property: none;
}

.data-\[state\=closed\]\:duration-300[data-state=closed]{
  transition-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state=open]{
  transition-duration: 500ms;
}

.data-\[motion\^\=from-\]\:animate-in[data-motion^=from-]{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=open\]\:animate-in[data-state=open]{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=visible\]\:animate-in[data-state=visible]{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[motion\^\=to-\]\:animate-out[data-motion^=to-]{
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=closed\]\:animate-out[data-state=closed]{
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=hidden\]\:animate-out[data-state=hidden]{
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[swipe\=end\]\:animate-out[data-swipe=end]{
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{
  --tw-enter-opacity: 0;
}

.data-\[motion\^\=to-\]\:fade-out[data-motion^=to-]{
  --tw-exit-opacity: 0;
}

.data-\[state\=closed\]\:fade-out-0[data-state=closed]{
  --tw-exit-opacity: 0;
}

.data-\[state\=closed\]\:fade-out-80[data-state=closed]{
  --tw-exit-opacity: 0.8;
}

.data-\[state\=hidden\]\:fade-out[data-state=hidden]{
  --tw-exit-opacity: 0;
}

.data-\[state\=open\]\:fade-in-0[data-state=open]{
  --tw-enter-opacity: 0;
}

.data-\[state\=visible\]\:fade-in[data-state=visible]{
  --tw-enter-opacity: 0;
}

.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{
  --tw-exit-scale: .95;
}

.data-\[state\=open\]\:zoom-in-90[data-state=open]{
  --tw-enter-scale: .9;
}

.data-\[state\=open\]\:zoom-in-95[data-state=open]{
  --tw-enter-scale: .95;
}

.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{
  --tw-enter-translate-x: 13rem;
}

.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{
  --tw-enter-translate-x: -13rem;
}

.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{
  --tw-exit-translate-x: 13rem;
}

.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{
  --tw-exit-translate-x: -13rem;
}

.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{
  --tw-enter-translate-y: -0.5rem;
}

.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{
  --tw-enter-translate-x: 0.5rem;
}

.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{
  --tw-enter-translate-x: -0.5rem;
}

.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{
  --tw-enter-translate-y: 0.5rem;
}

.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{
  --tw-exit-translate-y: 100%;
}

.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{
  --tw-exit-translate-x: -100%;
}

.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{
  --tw-exit-translate-x: -50%;
}

.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed]{
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{
  --tw-exit-translate-y: -100%;
}

.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{
  --tw-exit-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{
  --tw-enter-translate-y: 100%;
}

.data-\[state\=open\]\:slide-in-from-left[data-state=open]{
  --tw-enter-translate-x: -100%;
}

.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{
  --tw-enter-translate-x: -50%;
}

.data-\[state\=open\]\:slide-in-from-right[data-state=open]{
  --tw-enter-translate-x: 100%;
}

.data-\[state\=open\]\:slide-in-from-top[data-state=open]{
  --tw-enter-translate-y: -100%;
}

.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{
  --tw-enter-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{
  --tw-enter-translate-y: -100%;
}

.data-\[state\=closed\]\:duration-300[data-state=closed]{
  animation-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state=open]{
  animation-duration: 500ms;
}

.data-\[state\=open\]\:hover\:bg-accent:hover[data-state=open]{
  background-color: hsl(var(--accent));
}

.data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state=open]{
  background-color: hsl(var(--sidebar-accent));
}

.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state=open]{
  color: hsl(var(--sidebar-accent-foreground));
}

.data-\[state\=open\]\:focus\:bg-accent:focus[data-state=open]{
  background-color: hsl(var(--accent));
}

.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{
  left: calc(var(--sidebar-width) * -1);
}

.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{
  right: calc(var(--sidebar-width) * -1);
}

.group[data-side=left] .group-data-\[side\=left\]\:-right-4{
  right: -1rem;
}

.group[data-side=right] .group-data-\[side\=right\]\:left-0{
  left: 0px;
}

.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8{
  margin-top: -2rem;
}

.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden{
  display: none;
}

.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{
  width: var(--sidebar-width-icon);
}

.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{
  width: calc(var(--sidebar-width-icon) + 1rem);
}

.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]{
  width: calc(var(--sidebar-width-icon) + 1rem + 2px);
}

.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0{
  width: 0px;
}

.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[data-side=right] .group-data-\[side\=right\]\:rotate-180{
  --tw-rotate: 180deg;
  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));
}

.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{
  --tw-rotate: 180deg;
  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));
}

.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden{
  overflow: hidden;
}

.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg{
  border-radius: var(--radius);
}

.group[data-variant=floating] .group-data-\[variant\=floating\]\:border{
  border-width: 1px;
}

.group[data-side=left] .group-data-\[side\=left\]\:border-r{
  border-right-width: 1px;
}

.group[data-side=right] .group-data-\[side\=right\]\:border-l{
  border-left-width: 1px;
}

.group[data-variant=floating] .group-data-\[variant\=floating\]\:border-sidebar-border{
  border-color: hsl(var(--sidebar-border));
}

.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-0{
  padding: 0px !important;
}

.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-2{
  padding: 0.5rem !important;
}

.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0{
  opacity: 0;
}

.group[data-variant=floating] .group-data-\[variant\=floating\]\: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);
}

.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full::after{
  content: var(--tw-content);
  left: 100%;
}

.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:hover\:bg-sidebar:hover{
  background-color: hsl(var(--sidebar-background));
}

.peer\/menu-button[data-size=default] ~ .peer-data-\[size\=default\]\/menu-button\:top-1\.5{
  top: 0.375rem;
}

.peer\/menu-button[data-size=lg] ~ .peer-data-\[size\=lg\]\/menu-button\:top-2\.5{
  top: 0.625rem;
}

.peer\/menu-button[data-size=sm] ~ .peer-data-\[size\=sm\]\/menu-button\:top-1{
  top: 0.25rem;
}

.peer[data-variant=inset] ~ .peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\]{
  min-height: calc(100svh - 1rem);
}

.peer\/menu-button[data-active=true] ~ .peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground{
  color: hsl(var(--sidebar-accent-foreground));
}

@media (min-width: 640px){

  .sm\:static{
    position: static;
  }

  .sm\:bottom-0{
    bottom: 0px;
  }

  .sm\:left-5{
    left: 1.25rem;
  }

  .sm\:right-0{
    right: 0px;
  }

  .sm\:top-16{
    top: 4rem;
  }

  .sm\:top-28{
    top: 7rem;
  }

  .sm\:top-32{
    top: 8rem;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mb-16{
    margin-bottom: 4rem;
  }

  .sm\:ml-1{
    margin-left: 0.25rem;
  }

  .sm\:mr-1{
    margin-right: 0.25rem;
  }

  .sm\:ms-2{
    margin-inline-start: 0.5rem;
  }

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:mt-10{
    margin-top: 2.5rem;
  }

  .sm\:mt-20{
    margin-top: 5rem;
  }

  .sm\:mt-\[0px\]{
    margin-top: 0px;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-24{
    height: 6rem;
  }

  .sm\:h-36{
    height: 9rem;
  }

  .sm\:h-\[120px\]{
    height: 120px;
  }

  .sm\:h-\[170px\]{
    height: 170px;
  }

  .sm\:h-\[300px\]{
    height: 300px;
  }

  .sm\:h-\[388px\]{
    height: 388px;
  }

  .sm\:h-\[400px\]{
    height: 400px;
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:w-40{
    width: 10rem;
  }

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

  .sm\:w-\[100\%\]{
    width: 100%;
  }

  .sm\:w-\[440px\]{
    width: 440px;
  }

  .sm\:w-\[450px\]{
    width: 450px;
  }

  .sm\:w-\[48\%\]{
    width: 48%;
  }

  .sm\:w-\[600px\]{
    width: 600px;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:max-w-\[325px\]{
    max-width: 325px;
  }

  .sm\:max-w-\[425px\]{
    max-width: 425px;
  }

  .sm\:max-w-\[440px\]{
    max-width: 440px;
  }

  .sm\:max-w-\[500px\]{
    max-width: 500px;
  }

  .sm\:max-w-\[510px\]{
    max-width: 510px;
  }

  .sm\:max-w-\[525px\]{
    max-width: 525px;
  }

  .sm\:max-w-\[600px\]{
    max-width: 600px;
  }

  .sm\:max-w-sm{
    max-width: 24rem;
  }

  .sm\:max-w-xl{
    max-width: 36rem;
  }

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

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

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

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

  .sm\:flex-col{
    flex-direction: column;
  }

  .sm\:items-start{
    align-items: flex-start;
  }

  .sm\:justify-start{
    justify-content: flex-start;
  }

  .sm\:justify-end{
    justify-content: flex-end;
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:gap-0{
    gap: 0px;
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:rounded-lg{
    border-radius: var(--radius);
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:p-8{
    padding: 2rem;
  }

  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:pl-2{
    padding-left: 0.5rem;
  }

  .sm\:pt-0{
    padding-top: 0px;
  }

  .sm\:pt-6{
    padding-top: 1.5rem;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-center{
    text-align: center;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{
    --tw-enter-translate-y: 100%;
  }
}

@media (min-width: 768px){

  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

  .md\:-top-\[1900px\]{
    top: -1900px;
  }

  .md\:bottom-14{
    bottom: 3.5rem;
  }

  .md\:left-14{
    left: 3.5rem;
  }

  .md\:left-3{
    left: 0.75rem;
  }

  .md\:left-36{
    left: 9rem;
  }

  .md\:left-52{
    left: 13rem;
  }

  .md\:top-0{
    top: 0px;
  }

  .md\:top-12{
    top: 3rem;
  }

  .md\:top-24{
    top: 6rem;
  }

  .md\:top-32{
    top: 8rem;
  }

  .md\:top-36{
    top: 9rem;
  }

  .md\:top-5{
    top: 1.25rem;
  }

  .md\:top-6{
    top: 1.5rem;
  }

  .md\:top-8{
    top: 2rem;
  }

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

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

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

  .md\:col-start-1{
    grid-column-start: 1;
  }

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

  .md\:col-start-3{
    grid-column-start: 3;
  }

  .md\:col-start-4{
    grid-column-start: 4;
  }

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

  .md\:row-start-2{
    grid-row-start: 2;
  }

  .md\:row-start-3{
    grid-row-start: 3;
  }

  .md\:row-start-4{
    grid-row-start: 4;
  }

  .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:mb-16{
    margin-bottom: 4rem;
  }

  .md\:mb-2{
    margin-bottom: 0.5rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:ml-\[97\%\]{
    margin-left: 97%;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-2{
    margin-top: 0.5rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:mt-\[-60px\]{
    margin-top: -60px;
  }

  .md\:line-clamp-none{
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-20{
    height: 5rem;
  }

  .md\:h-32{
    height: 8rem;
  }

  .md\:h-4\/5{
    height: 80%;
  }

  .md\:h-44{
    height: 11rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:h-60{
    height: 15rem;
  }

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

  .md\:h-\[600px\]{
    height: 600px;
  }

  .md\:h-\[660px\]{
    height: 660px;
  }

  .md\:h-\[700px\]{
    height: 700px;
  }

  .md\:h-\[90px\]{
    height: 90px;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:min-h-\[580px\]{
    min-height: 580px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-11\/12{
    width: 91.666667%;
  }

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

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

  .md\:w-3\/12{
    width: 25%;
  }

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

  .md\:w-4\/12{
    width: 33.333333%;
  }

  .md\:w-40{
    width: 10rem;
  }

  .md\:w-44{
    width: 11rem;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-52{
    width: 13rem;
  }

  .md\:w-6{
    width: 1.5rem;
  }

  .md\:w-\[100\%\]{
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-\[80\%\]{
    width: 80%;
  }

  .md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{
    width: var(--radix-navigation-menu-viewport-width);
  }

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

  .md\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:max-w-7xl{
    max-width: 80rem;
  }

  .md\:max-w-\[420px\]{
    max-width: 420px;
  }

  .md\:max-w-\[600px\]{
    max-width: 600px;
  }

  .md\:max-w-lg{
    max-width: 32rem;
  }

  .md\:max-w-none{
    max-width: none;
  }

  .md\:max-w-screen-3xl{
    max-width: 1440px;
  }

  .md\:max-w-sm{
    max-width: 24rem;
  }

  .md\:grow-0{
    flex-grow: 0;
  }

  .md\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

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

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

  .md\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

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

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:items-end{
    align-items: flex-end;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:justify-around{
    justify-content: space-around;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .md\:overflow-auto{
    overflow: auto;
  }

  .md\:overflow-hidden{
    overflow: hidden;
  }

  .md\:whitespace-nowrap{
    white-space: nowrap;
  }

  .md\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:from-10\%{
    --tw-gradient-from-position: 10%;
  }

  .md\:to-10\%{
    --tw-gradient-to-position: 10%;
  }

  .md\:p-0{
    padding: 0px;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:\!py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:\!pb-0{
    padding-bottom: 0px !important;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pb-4{
    padding-bottom: 1rem;
  }

  .md\:pb-8{
    padding-bottom: 2rem;
  }

  .md\:pl-10{
    padding-left: 2.5rem;
  }

  .md\:pl-12{
    padding-left: 3rem;
  }

  .md\:pr-4{
    padding-right: 1rem;
  }

  .md\:pt-0{
    padding-top: 0px;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

  .md\:pt-\[-20px\]{
    padding-top: -20px;
  }

  .md\:text-left{
    text-align: left;
  }

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

  .md\:text-right{
    text-align: right;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .md\:text-\[48px\]{
    font-size: 48px;
  }

  .md\:text-\[64px\]{
    font-size: 64px;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-black{
    --tw-text-opacity: 1;
    color: rgb(54 53 53 / var(--tw-text-opacity));
  }

  .md\:opacity-0{
    opacity: 0;
  }

  .after\:md\:hidden::after{
    content: var(--tw-content);
    display: none;
  }

  .peer[data-variant=inset] ~ .md\:peer-data-\[variant\=inset\]\:m-2{
    margin: 0.5rem;
  }

  .peer[data-state=collapsed][data-variant=inset] ~ .md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{
    margin-left: 0.5rem;
  }

  .peer[data-variant=inset] ~ .md\:peer-data-\[variant\=inset\]\:ml-0{
    margin-left: 0px;
  }

  .peer[data-variant=inset] ~ .md\:peer-data-\[variant\=inset\]\:rounded-xl{
    border-radius: 0.75rem;
  }

  .peer[data-variant=inset] ~ .md\:peer-data-\[variant\=inset\]\: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);
  }
}

@media (min-width: 1024px){

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .lg\:-top-\[2000px\]{
    top: -2000px;
  }

  .lg\:bottom-0{
    bottom: 0px;
  }

  .lg\:bottom-8{
    bottom: 2rem;
  }

  .lg\:bottom-\[-360px\]{
    bottom: -360px;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:left-0{
    left: 0px;
  }

  .lg\:left-1\/2{
    left: 50%;
  }

  .lg\:left-20{
    left: 5rem;
  }

  .lg\:left-3{
    left: 0.75rem;
  }

  .lg\:left-4{
    left: 1rem;
  }

  .lg\:left-\[-20px\]{
    left: -20px;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:right-0{
    right: 0px;
  }

  .lg\:right-\[-20px\]{
    right: -20px;
  }

  .lg\:top-1\/4{
    top: 25%;
  }

  .lg\:top-12{
    top: 3rem;
  }

  .lg\:top-16{
    top: 4rem;
  }

  .lg\:top-52{
    top: 13rem;
  }

  .lg\:top-8{
    top: 2rem;
  }

  .lg\:top-\[118px\]{
    top: 118px;
  }

  .lg\:top-\[175px\]{
    top: 175px;
  }

  .lg\:top-\[178px\]{
    top: 178px;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

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

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-start-1{
    grid-column-start: 1;
  }

  .lg\:col-start-3{
    grid-column-start: 3;
  }

  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .lg\:row-start-1{
    grid-row-start: 1;
  }

  .lg\:row-start-2{
    grid-row-start: 2;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:-mb-32{
    margin-bottom: -8rem;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12{
    margin-bottom: 3rem;
  }

  .lg\:mb-16{
    margin-bottom: 4rem;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:ml-24{
    margin-left: 6rem;
  }

  .lg\:ml-28{
    margin-left: 7rem;
  }

  .lg\:ml-32{
    margin-left: 8rem;
  }

  .lg\:ml-80{
    margin-left: 20rem;
  }

  .lg\:ml-\[-120px\]{
    margin-left: -120px;
  }

  .lg\:ml-\[20px\]{
    margin-left: 20px;
  }

  .lg\:mr-24{
    margin-right: 6rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:mt-16{
    margin-top: 4rem;
  }

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:mt-24{
    margin-top: 6rem;
  }

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

  .lg\:mt-\[-50px\]{
    margin-top: -50px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-\[292\/200\]{
    aspect-ratio: 292/200;
  }

  .lg\:h-24{
    height: 6rem;
  }

  .lg\:h-3\/4{
    height: 75%;
  }

  .lg\:h-36{
    height: 9rem;
  }

  .lg\:h-48{
    height: 12rem;
  }

  .lg\:h-56{
    height: 14rem;
  }

  .lg\:h-6{
    height: 1.5rem;
  }

  .lg\:h-64{
    height: 16rem;
  }

  .lg\:h-96{
    height: 24rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:h-\[calc\(100vh-75px\)\]{
    height: calc(100vh - 75px);
  }

  .lg\:h-\[calc\(100vh-7rem\)\]{
    height: calc(100vh - 7rem);
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:max-h-40{
    max-height: 10rem;
  }

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

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

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

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

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

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

  .lg\:w-1\/12{
    width: 8.333333%;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-1\/5{
    width: 20%;
  }

  .lg\:w-11\/12{
    width: 91.666667%;
  }

  .lg\:w-2\/12{
    width: 16.666667%;
  }

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

  .lg\:w-2\/4{
    width: 50%;
  }

  .lg\:w-2\/5{
    width: 40%;
  }

  .lg\:w-2\/6{
    width: 33.333333%;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-4\/12{
    width: 33.333333%;
  }

  .lg\:w-4\/5{
    width: 80%;
  }

  .lg\:w-4\/6{
    width: 66.666667%;
  }

  .lg\:w-44{
    width: 11rem;
  }

  .lg\:w-48{
    width: 12rem;
  }

  .lg\:w-5\/12{
    width: 41.666667%;
  }

  .lg\:w-52{
    width: 13rem;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:w-60{
    width: 15rem;
  }

  .lg\:w-64{
    width: 16rem;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-72{
    width: 18rem;
  }

  .lg\:w-80{
    width: 20rem;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

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

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

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

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

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

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

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

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

  .lg\:w-\[22\%\]{
    width: 22%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[45\%\]{
    width: 45%;
  }

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

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

  .lg\:w-\[49\%\]{
    width: 49%;
  }

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

  .lg\:w-\[55\%\]{
    width: 55%;
  }

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

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

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

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

  .lg\:w-\[70\%\]{
    width: 70%;
  }

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

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

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

  .lg\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:w-px{
    width: 1px;
  }

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

  .lg\:min-w-full{
    min-width: 100%;
  }

  .lg\:max-w-2xl{
    max-width: 42rem;
  }

  .lg\:max-w-4xl{
    max-width: 56rem;
  }

  .lg\:max-w-6xl{
    max-width: 72rem;
  }

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

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

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

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

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

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

  .lg\:max-w-md{
    max-width: 28rem;
  }

  .lg\:max-w-xl{
    max-width: 36rem;
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

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

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

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

  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

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

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:justify-evenly{
    justify-content: space-evenly;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-1{
    gap: 0.25rem;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-2{
    gap: 0.5rem;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-48{
    gap: 12rem;
  }

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:rounded-full{
    border-radius: 9999px;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:border-none{
    border-style: none;
  }

  .lg\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:p-1{
    padding: 0.25rem;
  }

  .lg\:p-16{
    padding: 4rem;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

  .lg\:pb-4{
    padding-bottom: 1rem;
  }

  .lg\:pl-12{
    padding-left: 3rem;
  }

  .lg\:pl-2{
    padding-left: 0.5rem;
  }

  .lg\:pl-20{
    padding-left: 5rem;
  }

  .lg\:pl-24{
    padding-left: 6rem;
  }

  .lg\:pl-5{
    padding-left: 1.25rem;
  }

  .lg\:pl-8{
    padding-left: 2rem;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

  .lg\:pr-10{
    padding-right: 2.5rem;
  }

  .lg\:pr-2{
    padding-right: 0.5rem;
  }

  .lg\:pr-40{
    padding-right: 10rem;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

  .lg\:pr-\[220px\]{
    padding-right: 220px;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-4{
    padding-top: 1rem;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:pt-\[-20px\]{
    padding-top: -20px;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-start{
    text-align: start;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-\[48px\]{
    font-size: 48px;
  }

  .lg\:text-\[64px\]{
    font-size: 64px;
  }

  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:normal-case{
    text-transform: none;
  }

  .lg\:text-black{
    --tw-text-opacity: 1;
    color: rgb(54 53 53 / var(--tw-text-opacity));
  }

  .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgb(251 254 255 / var(--tw-text-opacity));
  }

  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px){

  .xl\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .xl\:-left-\[50\%\]{
    left: -50%;
  }

  .xl\:-top-\[1600px\]{
    top: -1600px;
  }

  .xl\:bottom-16{
    bottom: 4rem;
  }

  .xl\:bottom-\[-300px\]{
    bottom: -300px;
  }

  .xl\:bottom-auto{
    bottom: auto;
  }

  .xl\:left-80{
    left: 20rem;
  }

  .xl\:right-auto{
    right: auto;
  }

  .xl\:top-12{
    top: 3rem;
  }

  .xl\:top-20{
    top: 5rem;
  }

  .xl\:top-28{
    top: 7rem;
  }

  .xl\:top-60{
    top: 15rem;
  }

  .xl\:top-\[173px\]{
    top: 173px;
  }

  .xl\:top-\[66px\]{
    top: 66px;
  }

  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

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

  .xl\:col-start-1{
    grid-column-start: 1;
  }

  .xl\:col-start-2{
    grid-column-start: 2;
  }

  .xl\:col-start-3{
    grid-column-start: 3;
  }

  .xl\:col-start-4{
    grid-column-start: 4;
  }

  .xl\:col-start-5{
    grid-column-start: 5;
  }

  .xl\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .xl\:row-start-1{
    grid-row-start: 1;
  }

  .xl\:row-start-2{
    grid-row-start: 2;
  }

  .xl\:row-start-3{
    grid-row-start: 3;
  }

  .xl\:mb-1{
    margin-bottom: 0.25rem;
  }

  .xl\:ml-8{
    margin-left: 2rem;
  }

  .xl\:ml-\[-260px\]{
    margin-left: -260px;
  }

  .xl\:ml-\[100px\]{
    margin-left: 100px;
  }

  .xl\:mt-0{
    margin-top: 0px;
  }

  .xl\:mt-16{
    margin-top: 4rem;
  }

  .xl\:mt-6{
    margin-top: 1.5rem;
  }

  .xl\:mt-8{
    margin-top: 2rem;
  }

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:h-11{
    height: 2.75rem;
  }

  .xl\:h-2\/3{
    height: 66.666667%;
  }

  .xl\:h-20{
    height: 5rem;
  }

  .xl\:h-40{
    height: 10rem;
  }

  .xl\:h-60{
    height: 15rem;
  }

  .xl\:h-64{
    height: 16rem;
  }

  .xl\:h-72{
    height: 18rem;
  }

  .xl\:h-\[290px\]{
    height: 290px;
  }

  .xl\:h-\[340px\]{
    height: 340px;
  }

  .xl\:h-\[350px\]{
    height: 350px;
  }

  .xl\:h-\[400px\]{
    height: 400px;
  }

  .xl\:h-\[430px\]{
    height: 430px;
  }

  .xl\:h-\[519px\]{
    height: 519px;
  }

  .xl\:h-\[620px\]{
    height: 620px;
  }

  .xl\:h-\[90px\]{
    height: 90px;
  }

  .xl\:h-auto{
    height: auto;
  }

  .xl\:max-h-\[700px\]{
    max-height: 700px;
  }

  .xl\:min-h-\[164px\]{
    min-height: 164px;
  }

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

  .xl\:min-h-\[540px\]{
    min-height: 540px;
  }

  .xl\:min-h-\[562px\]{
    min-height: 562px;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-11{
    width: 2.75rem;
  }

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

  .xl\:w-3\/12{
    width: 25%;
  }

  .xl\:w-3\/4{
    width: 75%;
  }

  .xl\:w-4\/12{
    width: 33.333333%;
  }

  .xl\:w-4\/6{
    width: 66.666667%;
  }

  .xl\:w-5\/12{
    width: 41.666667%;
  }

  .xl\:w-52{
    width: 13rem;
  }

  .xl\:w-\[1166px\]{
    width: 1166px;
  }

  .xl\:w-\[1180px\]{
    width: 1180px;
  }

  .xl\:w-\[22\%\]{
    width: 22%;
  }

  .xl\:w-\[240px\]{
    width: 240px;
  }

  .xl\:w-\[250px\]{
    width: 250px;
  }

  .xl\:w-\[291px\]{
    width: 291px;
  }

  .xl\:w-\[350px\]{
    width: 350px;
  }

  .xl\:w-\[370px\]{
    width: 370px;
  }

  .xl\:w-\[400px\]{
    width: 400px;
  }

  .xl\:w-\[45\%\]{
    width: 45%;
  }

  .xl\:w-\[490px\]{
    width: 490px;
  }

  .xl\:w-\[500px\]{
    width: 500px;
  }

  .xl\:w-\[520px\]{
    width: 520px;
  }

  .xl\:w-\[55\%\]{
    width: 55%;
  }

  .xl\:w-\[640px\]{
    width: 640px;
  }

  .xl\:w-\[740px\]{
    width: 740px;
  }

  .xl\:w-\[75\%\]{
    width: 75%;
  }

  .xl\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .xl\:w-full{
    width: 100%;
  }

  .xl\:max-w-3xl{
    max-width: 48rem;
  }

  .xl\:max-w-6xl{
    max-width: 72rem;
  }

  .xl\:max-w-\[380px\]{
    max-width: 380px;
  }

  .xl\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:max-w-none{
    max-width: none;
  }

  .xl\:max-w-screen-3xl{
    max-width: 1440px;
  }

  .xl\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }

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

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

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

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

  .xl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

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

  .xl\:flex-col{
    flex-direction: column;
  }

  .xl\:items-start{
    align-items: flex-start;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:justify-center{
    justify-content: center;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }

  .xl\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:whitespace-normal{
    white-space: normal;
  }

  .xl\:from-15\%{
    --tw-gradient-from-position: 15%;
  }

  .xl\:to-15\%{
    --tw-gradient-to-position: 15%;
  }

  .xl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:p-0{
    padding: 0px;
  }

  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:pb-24{
    padding-bottom: 6rem;
  }

  .xl\:pb-8{
    padding-bottom: 2rem;
  }

  .xl\:pl-32{
    padding-left: 8rem;
  }

  .xl\:pl-48{
    padding-left: 12rem;
  }

  .xl\:pr-\[220px\]{
    padding-right: 220px;
  }

  .xl\:pt-14{
    padding-top: 3.5rem;
  }

  .xl\:pt-24{
    padding-top: 6rem;
  }

  .xl\:pt-\[20px\]{
    padding-top: 20px;
  }

  .xl\:text-left{
    text-align: left;
  }

  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .xl\:text-5xl\/tight{
    font-size: 3rem;
    line-height: 1.25;
  }

  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:text-\[48px\]{
    font-size: 48px;
  }

  .xl\:text-\[64px\]{
    font-size: 64px;
  }

  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

@media (min-width: 1366px){

  .\32xl\:bottom-auto{
    bottom: auto;
  }

  .\32xl\:left-80{
    left: 20rem;
  }

  .\32xl\:left-\[46\%\]{
    left: 46%;
  }

  .\32xl\:right-auto{
    right: auto;
  }

  .\32xl\:top-14{
    top: 3.5rem;
  }

  .\32xl\:top-36{
    top: 9rem;
  }

  .\32xl\:top-\[53px\]{
    top: 53px;
  }

  .\32xl\:mb-0{
    margin-bottom: 0px;
  }

  .\32xl\:mb-12{
    margin-bottom: 3rem;
  }

  .\32xl\:ml-\[180px\]{
    margin-left: 180px;
  }

  .\32xl\:mt-0{
    margin-top: 0px;
  }

  .\32xl\:h-52{
    height: 13rem;
  }

  .\32xl\:h-\[19rem\]{
    height: 19rem;
  }

  .\32xl\:h-\[360px\]{
    height: 360px;
  }

  .\32xl\:h-\[400px\]{
    height: 400px;
  }

  .\32xl\:h-\[435px\]{
    height: 435px;
  }

  .\32xl\:h-\[600px\]{
    height: 600px;
  }

  .\32xl\:min-h-\[177px\]{
    min-height: 177px;
  }

  .\32xl\:w-2\/12{
    width: 16.666667%;
  }

  .\32xl\:w-2\/6{
    width: 33.333333%;
  }

  .\32xl\:w-3\/12{
    width: 25%;
  }

  .\32xl\:w-4\/6{
    width: 66.666667%;
  }

  .\32xl\:w-7\/12{
    width: 58.333333%;
  }

  .\32xl\:w-80{
    width: 20rem;
  }

  .\32xl\:w-9\/12{
    width: 75%;
  }

  .\32xl\:w-\[380px\]{
    width: 380px;
  }

  .\32xl\:w-full{
    width: 100%;
  }

  .\32xl\:columns-4{
    -moz-columns: 4;
         columns: 4;
  }

  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:flex-row{
    flex-direction: row;
  }

  .\32xl\:flex-col{
    flex-direction: column;
  }

  .\32xl\:items-start{
    align-items: flex-start;
  }

  .\32xl\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\32xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:pr-\[400px\]{
    padding-right: 400px;
  }

  .\32xl\:text-left{
    text-align: left;
  }

  .\32xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .\32xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:text-\[2\.75rem\]{
    font-size: 2.75rem;
  }

  .\32xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .\32xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:uppercase{
    text-transform: uppercase;
  }
}

@media (min-width: 1440px){

  .\33xl\:-left-\[75\%\]{
    left: -75%;
  }

  .\33xl\:left-96{
    left: 24rem;
  }

  .\33xl\:left-\[44\%\]{
    left: 44%;
  }

  .\33xl\:top-16{
    top: 4rem;
  }

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

  .\33xl\:h-80{
    height: 20rem;
  }

  .\33xl\:h-\[424px\]{
    height: 424px;
  }

  .\33xl\:h-\[460px\]{
    height: 460px;
  }

  .\33xl\:w-1\/2{
    width: 50%;
  }

  .\33xl\:w-72{
    width: 18rem;
  }

  .\33xl\:w-\[316px\]{
    width: 316px;
  }

  .\33xl\:w-\[32\%\]{
    width: 32%;
  }

  .\33xl\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .\33xl\:max-w-\[400px\]{
    max-width: 400px;
  }

  .\33xl\:max-w-xl{
    max-width: 36rem;
  }

  .\33xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\33xl\:flex-row{
    flex-direction: row;
  }

  .\33xl\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\33xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .\33xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .\33xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1920px){

  .\34xl\:bottom-20{
    bottom: 5rem;
  }

  .\34xl\:left-80{
    left: 20rem;
  }

  .\34xl\:left-\[-25\%\]{
    left: -25%;
  }

  .\34xl\:left-\[30rem\]{
    left: 30rem;
  }

  .\34xl\:left-\[33\%\]{
    left: 33%;
  }

  .\34xl\:left-\[44\%\]{
    left: 44%;
  }

  .\34xl\:top-20{
    top: 5rem;
  }

  .\34xl\:top-24{
    top: 6rem;
  }

  .\34xl\:top-40{
    top: 10rem;
  }

  .\34xl\:top-48{
    top: 12rem;
  }

  .\34xl\:top-72{
    top: 18rem;
  }

  .\34xl\:h-96{
    height: 24rem;
  }

  .\34xl\:h-\[350px\]{
    height: 350px;
  }

  .\34xl\:h-\[435px\]{
    height: 435px;
  }

  .\34xl\:h-\[450px\]{
    height: 450px;
  }

  .\34xl\:w-1\/2{
    width: 50%;
  }

  .\34xl\:w-5\/12{
    width: 41.666667%;
  }

  .\34xl\:w-8\/12{
    width: 66.666667%;
  }

  .\34xl\:w-\[420px\]{
    width: 420px;
  }

  .\34xl\:max-w-7xl{
    max-width: 80rem;
  }

  .\34xl\:max-w-\[1550px\]{
    max-width: 1550px;
  }

  .\34xl\:max-w-\[1600px\]{
    max-width: 1600px;
  }

  .\34xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\34xl\:gap-8{
    gap: 2rem;
  }

  .\34xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\34xl\:pl-24{
    padding-left: 6rem;
  }

  .\34xl\:pt-24{
    padding-top: 6rem;
  }

  .\34xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .\34xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .\34xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .\34xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

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

.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){
  background-color: hsl(var(--accent));
}

.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){
  background-color: hsl(var(--accent) / 0.5);
}

.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){
  padding-right: 0px;
}

.\[\&\>button\]\:hidden>button{
  display: none;
}

.\[\&\>span\:last-child\]\:truncate>span:last-child{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.\[\&\>svg\]\:h-2\.5>svg{
  height: 0.625rem;
}

.\[\&\>svg\]\:h-3>svg{
  height: 0.75rem;
}

.\[\&\>svg\]\:w-2\.5>svg{
  width: 0.625rem;
}

.\[\&\>svg\]\:w-3>svg{
  width: 0.75rem;
}

.\[\&\>svg\]\:shrink-0>svg{
  flex-shrink: 0;
}

.\[\&\>svg\]\:text-muted-foreground>svg{
  color: hsl(var(--muted-foreground));
}

.\[\&\>svg\]\:text-sidebar-accent-foreground>svg{
  color: hsl(var(--sidebar-accent-foreground));
}

.\[\&\>tr\]\:last\:border-b-0:last-child>tr{
  border-bottom-width: 0px;
}

.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{
  fill: hsl(var(--muted-foreground));
}

.\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke='#ccc']{
  stroke: hsl(var(--border) / 0.5);
}

.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{
  stroke: hsl(var(--border));
}

.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke='#fff']{
  stroke: transparent;
}

.\[\&_\.recharts-layer\]\:outline-none .recharts-layer{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke='#ccc']{
  stroke: hsl(var(--border));
}

.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector{
  fill: hsl(var(--muted));
}

.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{
  fill: hsl(var(--muted));
}

.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke='#ccc']{
  stroke: hsl(var(--border));
}

.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke='#fff']{
  stroke: transparent;
}

.\[\&_\.recharts-sector\]\:outline-none .recharts-sector{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\.recharts-surface\]\:outline-none .recharts-surface{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{
  font-weight: 500;
}

.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{
  color: hsl(var(--muted-foreground));
}

.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden]) ~[cmdk-group]{
  padding-top: 0px;
}

.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{
  height: 1.25rem;
}

.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{
  width: 1.25rem;
}

.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{
  height: 3rem;
}

.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{
  height: 1.25rem;
}

.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{
  width: 1.25rem;
}

.\[\&_a\]\:text-\[\#3b82f6\] a{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.\[\&_a\]\:underline a{
  text-decoration-line: underline;
}

.\[\&_select\]\:min-w-\[300px\] select{
  min-width: 300px;
}

.\[\&_tr\:last-child\]\:border-0 tr:last-child{
  border-width: 0px;
}

.\[\&_tr\]\:border-b tr{
  border-bottom-width: 1px;
}

[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{
  right: -0.5rem;
}

[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{
  cursor: e-resize;
}

[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize{
  cursor: w-resize;
}

[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{
  left: -0.5rem;
}

[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{
  cursor: w-resize;
}

[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize{
  cursor: e-resize;
}
