@import url(https://fonts.googleapis.com/css?family=Nunito);

.bg-grey{
    background-color:#f4f3f3;
    font-weight:600;
}
:root{
    --ms-spinner-color: #ee6a00;
    --ms-caret-color: #999999;
    --ms-clear-color: #999999;
    --ms-clear-color-hover: #000000;

    --ms-option-font-size: 1rem;
    --ms-option-line-height: 1.375;
    --ms-option-bg-pointed: #FFFFFF;
    --ms-option-color-pointed: #1F2937;
    --ms-option-bg-selected: #ee6a00;
    --ms-option-color-selected: #FFFFFF;
    --ms-option-bg-disabled: #FFFFFF;
    --ms-option-color-disabled: #D1D5DB;
    --ms-option-bg-selected-pointed: rgba(238, 106, 0, 0.46);
    --ms-option-color-selected-pointed: #FFFFFF;
    --ms-option-bg-selected-disabled: #FFFFFF;
    --ms-option-color-selected-disabled: #D1FAE5;
    --ms-option-py: 0rem;
    --ms-option-px: 0.75rem;

    --ms-font-size: 1rem;
    --ms-line-height: 1.375;
    --ms-bg: #FFFFFF;
    --ms-bg-disabled: #F3F4F6;
    --ms-border-color: #D1D5DB;
    --ms-border-width: 1px;
    --ms-radius: 4px;
    --ms-py: 0.5rem;
    --ms-px: 0.875rem;
    --ms-ring-width: 3px;
    --ms-ring-color: rgba(238, 106, 0, 0.19);
    --ms-placeholder-color: #9CA3AF;
    --ms-max-height: 10rem;
}

.cursor-pointer{
    cursor: pointer;
}


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


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


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


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


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


html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}


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


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


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


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


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


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


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


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


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


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


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


b,
strong {
  font-weight: bolder;
}


/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/


code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}


/*
Add the correct font size in all browsers.
*/


small {
  font-size: 80%;
}


/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/


sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}


sub {
  bottom: -0.25em;
}


sup {
  top: -0.5em;
}


/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/


table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}


/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/


button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  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;
}


*, ::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;
}
.container{
    width:100%;
}
@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: 1536px){
    .\!container{
        max-width:1536px !important;
    }
    .container{
        max-width:1536px;
    }
}
.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;
}
.\!visible{
    visibility:visible !important;
}
.visible{
    visibility:visible;
}
.invisible{
    visibility:hidden;
}
.collapse{
    visibility:collapse;
}
.static{
    position:static;
}
.fixed{
    position:fixed;
}
.absolute{
    position:absolute;
}
.\!relative{
    position:relative !important;
}
.relative{
    position:relative;
}
.sticky{
    position:sticky;
}
.inset-y-0{
    top:0px;
    bottom:0px;
}
.bottom-0{
    bottom:0px;
}
.bottom-16{
    bottom:4rem;
}
.left-0{
    left:0px;
}
.right-0{
    right:0px;
}
.right-2{
    right:0.5rem;
}
.right-5{
    right:1.25rem;
}
.start-1{
    inset-inline-start:0.25rem;
}
.top-0{
    top:0px;
}
.top-1\/2{
    top:50%;
}
.top-2{
    top:0.5rem;
}
.top-full{
    top:100%;
}
.isolate{
    isolation:isolate;
}
.z-10{
    z-index:10;
}
.z-50{
    z-index:50;
}
.col-auto{
    grid-column:auto;
}
.col-span-10{
    grid-column:span 10 / span 10;
}
.col-span-12{
    grid-column:span 12 / span 12;
}
.col-span-2{
    grid-column:span 2 / span 2;
}
.col-span-3{
    grid-column:span 3 / span 3;
}
.col-span-4{
    grid-column:span 4 / span 4;
}
.col-span-5{
    grid-column:span 5 / span 5;
}
.col-span-6{
    grid-column:span 6 / span 6;
}
.col-span-7{
    grid-column:span 7 / span 7;
}
.col-span-8{
    grid-column:span 8 / span 8;
}
.float-end{
    float:inline-end;
}
.float-right{
    float:right;
}
.-m-2{
    margin:-0.5rem;
}
.-m-2\.5{
    margin:-0.625rem;
}
.m-0{
    margin:0px;
}
.m-1{
    margin:0.25rem;
}
.m-2{
    margin:0.5rem;
}
.mx-0{
    margin-left:0px;
    margin-right:0px;
}
.mx-1{
    margin-left:0.25rem;
    margin-right:0.25rem;
}
.mx-2{
    margin-left:0.5rem;
    margin-right:0.5rem;
}
.mx-auto{
    margin-left:auto;
    margin-right:auto;
}
.my-0{
    margin-top:0px;
    margin-bottom:0px;
}
.my-1{
    margin-top:0.25rem;
    margin-bottom:0.25rem;
}
.my-2{
    margin-top:0.5rem;
    margin-bottom:0.5rem;
}
.my-5{
    margin-top:1.25rem;
    margin-bottom:1.25rem;
}
.-mt-2{
    margin-top:-0.5rem;
}
.-mt-28{
    margin-top:-7rem;
}
.mb-0{
    margin-bottom:0px;
}
.mb-1{
    margin-bottom:0.25rem;
}
.mb-10{
    margin-bottom:2.5rem;
}
.mb-2{
    margin-bottom:0.5rem;
}
.mb-3{
    margin-bottom:0.75rem;
}
.mb-5{
    margin-bottom:1.25rem;
}
.me-0{
    margin-inline-end:0px;
}
.me-1{
    margin-inline-end:0.25rem;
}
.me-2{
    margin-inline-end:0.5rem;
}
.me-auto{
    margin-inline-end:auto;
}
.ml-3{
    margin-left:0.75rem;
}
.ml-4{
    margin-left:1rem;
}
.ml-6{
    margin-left:1.5rem;
}
.mr-4{
    margin-right:1rem;
}
.ms-1{
    margin-inline-start:0.25rem;
}
.ms-2{
    margin-inline-start:0.5rem;
}
.ms-auto{
    margin-inline-start:auto;
}
.mt-0{
    margin-top:0px;
}
.mt-1{
    margin-top:0.25rem;
}
.mt-10{
    margin-top:2.5rem;
}
.mt-2{
    margin-top:0.5rem;
}
.mt-20{
    margin-top:5rem;
}
.mt-3{
    margin-top:0.75rem;
}
.mt-4{
    margin-top:1rem;
}
.mt-5{
    margin-top:1.25rem;
}
.mt-6{
    margin-top:1.5rem;
}
.mt-8{
    margin-top:2rem;
}
.\!block{
    display:block !important;
}
.block{
    display:block;
}
.inline-block{
    display:inline-block;
}
.\!inline{
    display:inline !important;
}
.inline{
    display:inline;
}
.flex{
    display:flex;
}
.inline-flex{
    display:inline-flex;
}
.\!table{
    display:table !important;
}
.table{
    display:table;
}
.table-caption{
    display:table-caption;
}
.table-cell{
    display:table-cell;
}
.flow-root{
    display:flow-root;
}
.\!grid{
    display:grid !important;
}
.grid{
    display:grid;
}
.contents{
    display:contents;
}
.list-item{
    display:list-item;
}
.\!hidden{
    display:none !important;
}
.hidden{
    display:none;
}
.h-1{
    height:0.25rem;
}
.h-1\/2{
    height:50%;
}
.h-10{
    height:2.5rem;
}
.h-12{
    height:3rem;
}
.h-24{
    height:6rem;
}
.h-32{
    height:8rem;
}
.h-4{
    height:1rem;
}
.h-5{
    height:1.25rem;
}
.h-6{
    height:1.5rem;
}
.h-auto{
    height:auto;
}
.h-full{
    height:100%;
}
.w-1{
    width:0.25rem;
}
.w-1\/2{
    width:50%;
}
.w-10{
    width:2.5rem;
}
.w-11\/12{
    width:91.666667%;
}
.w-12{
    width:3rem;
}
.w-16{
    width:4rem;
}
.w-24{
    width:6rem;
}
.w-32{
    width:8rem;
}
.w-4{
    width:1rem;
}
.w-5{
    width:1.25rem;
}
.w-auto{
    width:auto;
}
.w-full{
    width:100%;
}
.min-w-0{
    min-width:0px;
}
.min-w-20{
    min-width:5rem;
}
.max-w-2xl{
    max-width:42rem;
}
.max-w-7xl{
    max-width:80rem;
}
.max-w-md{
    max-width:28rem;
}
.flex-1{
    flex:1 1 0%;
}
.flex-none{
    flex:none;
}
.flex-shrink-0{
    flex-shrink:0;
}
.shrink{
    flex-shrink:1;
}
.grow{
    flex-grow:1;
}
.border-collapse{
    border-collapse:collapse;
}
.-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-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));
}
.\!transform{
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.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 infinite-scroll-x{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-100%);
    }
}
.animate-infinite-scroll-x{
    animation:infinite-scroll-x 25s linear infinite;
}
.cursor-not-allowed{
    cursor:not-allowed;
}
.cursor-pointer{
    cursor:pointer;
}
.cursor-text{
    cursor:text;
}
.select-all{
    -webkit-user-select:all;
       -moz-user-select:all;
            user-select:all;
}
.resize{
    resize:both;
}
.grid-cols-1{
    grid-template-columns:repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
    grid-template-columns:repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr));
}
.grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr));
}
.flex-row{
    flex-direction:row;
}
.flex-row-reverse{
    flex-direction:row-reverse;
}
.flex-col{
    flex-direction:column;
}
.flex-wrap{
    flex-wrap:wrap;
}
.flex-nowrap{
    flex-wrap:nowrap;
}
.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-start{
    justify-content:flex-start;
}
.justify-end{
    justify-content:flex-end;
}
.justify-center{
    justify-content:center;
}
.justify-between{
    justify-content:space-between;
}
.justify-around{
    justify-content:space-around;
}
.gap-1{
    gap:0.25rem;
}
.gap-10{
    gap:2.5rem;
}
.gap-16{
    gap:4rem;
}
.gap-2{
    gap:0.5rem;
}
.gap-3{
    gap:0.75rem;
}
.gap-5{
    gap:1.25rem;
}
.gap-x-1{
    -moz-column-gap:0.25rem;
         column-gap:0.25rem;
}
.gap-x-3{
    -moz-column-gap:0.75rem;
         column-gap:0.75rem;
}
.gap-x-4{
    -moz-column-gap:1rem;
         column-gap:1rem;
}
.gap-y-5{
    row-gap:1.25rem;
}
.gap-y-6{
    row-gap:1.5rem;
}
.gap-y-8{
    row-gap:2rem;
}
.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-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));
}
.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-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgb(229 231 235 / var(--tw-divide-opacity));
}
.overflow-auto{
    overflow:auto;
}
.overflow-hidden{
    overflow:hidden;
}
.overflow-x-scroll{
    overflow-x:scroll;
}
.overflow-y-scroll{
    overflow-y:scroll;
}
.truncate{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.whitespace-nowrap{
    white-space:nowrap;
}
.text-nowrap{
    text-wrap:nowrap;
}
.break-all{
    word-break:break-all;
}
.rounded{
    border-radius:0.25rem;
}
.rounded-full{
    border-radius:9999px;
}
.rounded-lg{
    border-radius:0.5rem;
}
.rounded-md{
    border-radius:0.375rem;
}
.rounded-l{
    border-top-left-radius:0.25rem;
    border-bottom-left-radius:0.25rem;
}
.rounded-r{
    border-top-right-radius:0.25rem;
    border-bottom-right-radius:0.25rem;
}
.border{
    border-width:1px;
}
.border-0{
    border-width:0px;
}
.border-2{
    border-width:2px;
}
.border-y{
    border-top-width:1px;
    border-bottom-width:1px;
}
.border-b{
    border-bottom-width:1px;
}
.border-b-2{
    border-bottom-width:2px;
}
.border-l{
    border-left-width:1px;
}
.border-l-4{
    border-left-width:4px;
}
.border-r{
    border-right-width:1px;
}
.border-t{
    border-top-width:1px;
}
.border-t-2{
    border-top-width:2px;
}
.border-dotted{
    border-style:dotted;
}
.border-none{
    border-style:none;
}
.border-blue-500{
    --tw-border-opacity:1;
    border-color:rgb(59 130 246 / var(--tw-border-opacity));
}
.border-blue-600{
    --tw-border-opacity:1;
    border-color:rgb(37 99 235 / var(--tw-border-opacity));
}
.border-blue-900{
    --tw-border-opacity:1;
    border-color:rgb(30 58 138 / var(--tw-border-opacity));
}
.border-gray-200{
    --tw-border-opacity:1;
    border-color:rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
    --tw-border-opacity:1;
    border-color:rgb(209 213 219 / var(--tw-border-opacity));
}
.border-green-400{
    --tw-border-opacity:1;
    border-color:rgb(74 222 128 / var(--tw-border-opacity));
}
.border-green-600{
    --tw-border-opacity:1;
    border-color:rgb(22 163 74 / var(--tw-border-opacity));
}
.border-orange-500{
    --tw-border-opacity:1;
    border-color:rgb(249 115 22 / var(--tw-border-opacity));
}
.border-red-500{
    --tw-border-opacity:1;
    border-color:rgb(239 68 68 / var(--tw-border-opacity));
}
.border-red-600{
    --tw-border-opacity:1;
    border-color:rgb(220 38 38 / var(--tw-border-opacity));
}
.border-transparent{
    border-color:transparent;
}
.bg-amber-500{
    --tw-bg-opacity:1;
    background-color:rgb(245 158 11 / var(--tw-bg-opacity));
}
.bg-black{
    --tw-bg-opacity:1;
    background-color:rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-300{
    --tw-bg-opacity:1;
    background-color:rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-blue-50{
    --tw-bg-opacity:1;
    background-color:rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-blue-500{
    --tw-bg-opacity:1;
    background-color:rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-blue-600{
    --tw-bg-opacity:1;
    background-color:rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-blue-800{
    --tw-bg-opacity:1;
    background-color:rgb(30 64 175 / var(--tw-bg-opacity));
}
.bg-cyan-500{
    --tw-bg-opacity:1;
    background-color:rgb(6 182 212 / var(--tw-bg-opacity));
}
.bg-emerald-500{
    --tw-bg-opacity:1;
    background-color:rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-fuchsia-500{
    --tw-bg-opacity:1;
    background-color:rgb(217 70 239 / var(--tw-bg-opacity));
}
.bg-gray-100{
    --tw-bg-opacity:1;
    background-color:rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
    --tw-bg-opacity:1;
    background-color:rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300{
    --tw-bg-opacity:1;
    background-color:rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-50{
    --tw-bg-opacity:1;
    background-color:rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-500{
    --tw-bg-opacity:1;
    background-color:rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-green-400{
    --tw-bg-opacity:1;
    background-color:rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-green-500{
    --tw-bg-opacity:1;
    background-color:rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-green-600{
    --tw-bg-opacity:1;
    background-color:rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-indigo-500{
    --tw-bg-opacity:1;
    background-color:rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-indigo-600{
    --tw-bg-opacity:1;
    background-color:rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-indigo-600\/10{
    background-color:rgb(79 70 229 / 0.1);
}
.bg-lime-500{
    --tw-bg-opacity:1;
    background-color:rgb(132 204 22 / var(--tw-bg-opacity));
}
.bg-neutral-500{
    --tw-bg-opacity:1;
    background-color:rgb(115 115 115 / var(--tw-bg-opacity));
}
.bg-orange-500{
    --tw-bg-opacity:1;
    background-color:rgb(249 115 22 / var(--tw-bg-opacity));
}
.bg-pink-500{
    --tw-bg-opacity:1;
    background-color:rgb(236 72 153 / var(--tw-bg-opacity));
}
.bg-purple-500{
    --tw-bg-opacity:1;
    background-color:rgb(168 85 247 / var(--tw-bg-opacity));
}
.bg-purple-600{
    --tw-bg-opacity:1;
    background-color:rgb(147 51 234 / var(--tw-bg-opacity));
}
.bg-red-500{
    --tw-bg-opacity:1;
    background-color:rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-rose-500{
    --tw-bg-opacity:1;
    background-color:rgb(244 63 94 / var(--tw-bg-opacity));
}
.bg-sky-500{
    --tw-bg-opacity:1;
    background-color:rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-slate-500{
    --tw-bg-opacity:1;
    background-color:rgb(100 116 139 / var(--tw-bg-opacity));
}
.bg-stone-500{
    --tw-bg-opacity:1;
    background-color:rgb(120 113 108 / var(--tw-bg-opacity));
}
.bg-teal-500{
    --tw-bg-opacity:1;
    background-color:rgb(20 184 166 / var(--tw-bg-opacity));
}
.bg-transparent{
    background-color:transparent;
}
.bg-violet-500{
    --tw-bg-opacity:1;
    background-color:rgb(139 92 246 / var(--tw-bg-opacity));
}
.bg-white{
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-500{
    --tw-bg-opacity:1;
    background-color:rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-zinc-500{
    --tw-bg-opacity:1;
    background-color:rgb(113 113 122 / var(--tw-bg-opacity));
}
.bg-opacity-20{
    --tw-bg-opacity:0.2;
}
.bg-gradient-to-tr{
    background-image:linear-gradient(to top right, var(--tw-gradient-stops));
}
.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);
}
.to-white{
    --tw-gradient-to:#fff var(--tw-gradient-to-position);
}
.object-cover{
    -o-object-fit:cover;
       object-fit:cover;
}
.p-0{
    padding:0px;
}
.p-1{
    padding:0.25rem;
}
.p-10{
    padding:2.5rem;
}
.p-2{
    padding:0.5rem;
}
.p-2\.5{
    padding:0.625rem;
}
.p-3{
    padding:0.75rem;
}
.p-4{
    padding:1rem;
}
.p-5{
    padding:1.25rem;
}
.p-8{
    padding:2rem;
}
.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-2{
    padding-left:0.5rem;
    padding-right:0.5rem;
}
.px-2\.5{
    padding-left:0.625rem;
    padding-right:0.625rem;
}
.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;
}
.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-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-3{
    padding-top:0.75rem;
    padding-bottom:0.75rem;
}
.py-4{
    padding-top:1rem;
    padding-bottom:1rem;
}
.py-40{
    padding-top:10rem;
    padding-bottom:10rem;
}
.py-5{
    padding-top:1.25rem;
    padding-bottom:1.25rem;
}
.py-6{
    padding-top:1.5rem;
    padding-bottom:1.5rem;
}
.pb-0{
    padding-bottom:0px;
}
.pb-1{
    padding-bottom:0.25rem;
}
.pb-10{
    padding-bottom:2.5rem;
}
.pb-2{
    padding-bottom:0.5rem;
}
.pb-24{
    padding-bottom:6rem;
}
.pb-3{
    padding-bottom:0.75rem;
}
.pb-5{
    padding-bottom:1.25rem;
}
.pe-0{
    padding-inline-end:0px;
}
.pe-1{
    padding-inline-end:0.25rem;
}
.pe-2{
    padding-inline-end:0.5rem;
}
.pe-3{
    padding-inline-end:0.75rem;
}
.pl-1{
    padding-left:0.25rem;
}
.pl-16{
    padding-left:4rem;
}
.pl-2{
    padding-left:0.5rem;
}
.pl-5{
    padding-left:1.25rem;
}
.pr-1{
    padding-right:0.25rem;
}
.pr-16{
    padding-right:4rem;
}
.pr-2{
    padding-right:0.5rem;
}
.pr-3{
    padding-right:0.75rem;
}
.pr-4{
    padding-right:1rem;
}
.ps-1{
    padding-inline-start:0.25rem;
}
.ps-2{
    padding-inline-start:0.5rem;
}
.ps-3{
    padding-inline-start:0.75rem;
}
.pt-0{
    padding-top:0px;
}
.pt-1{
    padding-top:0.25rem;
}
.pt-16{
    padding-top:4rem;
}
.pt-2{
    padding-top:0.5rem;
}
.pt-20{
    padding-top:5rem;
}
.pt-28{
    padding-top:7rem;
}
.pt-3{
    padding-top:0.75rem;
}
.pt-32{
    padding-top:8rem;
}
.pt-4{
    padding-top:1rem;
}
.pt-5{
    padding-top:1.25rem;
}
.pt-6{
    padding-top:1.5rem;
}
.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-baseline{
    vertical-align:baseline;
}
.align-middle{
    vertical-align:middle;
}
.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-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-medium{
    font-weight:500;
}
.font-semibold{
    font-weight:600;
}
.uppercase{
    text-transform:uppercase;
}
.lowercase{
    text-transform:lowercase;
}
.capitalize{
    text-transform:capitalize;
}
.italic{
    font-style:italic;
}
.ordinal{
    --tw-ordinal:ordinal;
    font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-5{
    line-height:1.25rem;
}
.leading-6{
    line-height:1.5rem;
}
.leading-7{
    line-height:1.75rem;
}
.leading-8{
    line-height:2rem;
}
.tracking-tight{
    letter-spacing:-0.025em;
}
.text-blue-500{
    --tw-text-opacity:1;
    color:rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-600{
    --tw-text-opacity:1;
    color:rgb(37 99 235 / var(--tw-text-opacity));
}
.text-blue-900{
    --tw-text-opacity:1;
    color:rgb(30 58 138 / var(--tw-text-opacity));
}
.text-gray-500{
    --tw-text-opacity:1;
    color:rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
    --tw-text-opacity:1;
    color:rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
    --tw-text-opacity:1;
    color:rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
    --tw-text-opacity:1;
    color:rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
    --tw-text-opacity:1;
    color:rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-400{
    --tw-text-opacity:1;
    color:rgb(74 222 128 / var(--tw-text-opacity));
}
.text-green-600{
    --tw-text-opacity:1;
    color:rgb(22 163 74 / var(--tw-text-opacity));
}
.text-indigo-600{
    --tw-text-opacity:1;
    color:rgb(79 70 229 / var(--tw-text-opacity));
}
.text-orange-500{
    --tw-text-opacity:1;
    color:rgb(249 115 22 / var(--tw-text-opacity));
}
.text-red-400{
    --tw-text-opacity:1;
    color:rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-500{
    --tw-text-opacity:1;
    color:rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600{
    --tw-text-opacity:1;
    color:rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-700{
    --tw-text-opacity:1;
    color:rgb(185 28 28 / var(--tw-text-opacity));
}
.text-red-900{
    --tw-text-opacity:1;
    color:rgb(127 29 29 / var(--tw-text-opacity));
}
.text-slate-900{
    --tw-text-opacity:1;
    color:rgb(15 23 42 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity:1;
    color:rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-400{
    --tw-text-opacity:1;
    color:rgb(250 204 21 / var(--tw-text-opacity));
}
.underline{
    text-decoration-line:underline;
}
.overline{
    text-decoration-line:overline;
}
.line-through{
    text-decoration-line:line-through;
}
.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-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-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);
}
.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-1{
    --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);
}
.ring-inset{
    --tw-ring-inset:inset;
}
.ring-gray-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgb(229 231 235 / var(--tw-ring-opacity));
}
.ring-indigo-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgb(199 210 254 / var(--tw-ring-opacity));
}
.ring-red-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgb(252 165 165 / var(--tw-ring-opacity));
}
.ring-red-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgb(239 68 68 / var(--tw-ring-opacity));
}
.ring-slate-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgb(203 213 225 / var(--tw-ring-opacity));
}
.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);
}
.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);
}
.invert{
    --tw-invert:invert(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) !important;
}
.filter{
    filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!transition{
    transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration:150ms !important;
}
.transition{
    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-all{
    transition-property:all;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms;
}
.delay-150{
    transition-delay:150ms;
}
.duration-200{
    transition-duration:200ms;
}
.duration-500{
    transition-duration:500ms;
}
.ease-in{
    transition-timing-function:cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
    transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
}
.\[a-zA-Z0-9\:_\\-\.\]{
    a-z-a--z0-9:\-.;
}
.\[a-zA-Z\:_\]{
    a-z-a--z:;
}


/* @layer components { */

  .flexible-container, .flex-container, .container-flexible, .container-flex{
    margin-left:auto;
    margin-right:auto;
}

  @media (min-width: 768px){
    .flexible-container, .flex-container, .container-flexible, .container-flex{
        width:91.666667%;
    }
}

  @media (min-width: 1024px){
    .flexible-container, .flex-container, .container-flexible, .container-flex{
        width:91.666667%;
    }
}

  @media (min-width: 1280px){
    .flexible-container, .flex-container, .container-flexible, .container-flex{
        width:83.333333%;
    }
}

  @media (min-width: 1536px){
    .flexible-container, .flex-container, .container-flexible, .container-flex{
        width:83.333333%;
    }
}

  a{
    cursor: pointer;
}
  .btn{
    display:flex;
    align-items:center;
    gap:0.25rem;
    border-radius:0.25rem;
    border-width:1px;
    padding-left:0.5rem;
    padding-right:0.5rem;
    padding-top:0.25rem;
    padding-bottom:0.25rem;
    cursor: pointer;
}
  .btn-sm{
    display:flex;
    border-radius:0.25rem;
    border-width:1px;
    padding-left:0.25rem;
    padding-right:0.25rem;
    padding-top:0.125rem;
    padding-bottom:0.125rem;
    cursor: pointer;
}
  .btn-white{
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255 / var(--tw-bg-opacity));
    display:flex;
    align-items:center;
    gap:0.25rem;
    border-radius:0.25rem;
    border-width:1px;
    padding-left:0.5rem;
    padding-right:0.5rem;
    padding-top:0.25rem;
    padding-bottom:0.25rem;
    cursor: pointer;
}

  .btn-outline-blue{
    --tw-border-opacity:1;
    border-color:rgb(59 130 246 / var(--tw-border-opacity));
    --tw-text-opacity:1;
    color:rgb(59 130 246 / var(--tw-text-opacity));
}

  .btn-outline-blue:hover{
    --tw-border-opacity:1;
    border-color:rgb(29 78 216 / var(--tw-border-opacity));
    --tw-text-opacity:1;
    color:rgb(29 78 216 / var(--tw-text-opacity));
}
  .btn-outline-green{
    --tw-border-opacity:1;
    border-color:rgb(34 197 94 / var(--tw-border-opacity));
    --tw-text-opacity:1;
    color:rgb(34 197 94 / var(--tw-text-opacity));
}
  .btn-outline-green:hover{
    --tw-border-opacity:1;
    border-color:rgb(21 128 61 / var(--tw-border-opacity));
    --tw-text-opacity:1;
    color:rgb(21 128 61 / var(--tw-text-opacity));
}

  .btn-outline-red{
    --tw-border-opacity:1;
    border-color:rgb(239 68 68 / var(--tw-border-opacity));
    --tw-text-opacity:1;
    color:rgb(239 68 68 / var(--tw-text-opacity));
}

  .btn-outline-red:hover{
    --tw-border-opacity:1;
    border-color:rgb(185 28 28 / var(--tw-border-opacity));
    --tw-text-opacity:1;
    color:rgb(185 28 28 / var(--tw-text-opacity));
}

  .btn-blue{
    --tw-bg-opacity:1;
    background-color:rgb(59 130 246 / var(--tw-bg-opacity));
    --tw-text-opacity:1;
    color:rgb(255 255 255 / var(--tw-text-opacity));
}

  .btn-blue:hover{
    --tw-bg-opacity:1;
    background-color:rgb(29 78 216 / var(--tw-bg-opacity));
}

  .btn-green{
    --tw-bg-opacity:1;
    background-color:rgb(34 197 94 / var(--tw-bg-opacity));
    --tw-text-opacity:1;
    color:rgb(255 255 255 / var(--tw-text-opacity));
}

  .btn-green:hover{
    --tw-bg-opacity:1;
    background-color:rgb(21 128 61 / var(--tw-bg-opacity));
}

  .btn-red{
    --tw-bg-opacity:1;
    background-color:rgb(239 68 68 / var(--tw-bg-opacity));
    --tw-text-opacity:1;
    color:rgb(255 255 255 / var(--tw-text-opacity));
}

  .btn-red:hover{
    --tw-bg-opacity:1;
    background-color:rgb(185 28 28 / var(--tw-bg-opacity));
}

  .flex-col-center{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
  .flex-center{
    display:flex;
    align-items:center;
    justify-content:center;
}
  .flex-end{
    display:flex;
    justify-content:flex-end;
}
  .flex-between{
    display:flex;
    justify-content:space-between;
}
  .flex-between-center{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
  .table{
    width:100%;
}
  /* Inputs and stuff */
  .input-group{
    display:flex;
    width:100%;
    flex-direction:column;
}
  
  .form-control{
    border-radius:0.25rem;
    border-width:1px;
    padding:0.5rem;
}

  .text-danger{
    --tw-text-opacity:1;
    color:rgb(185 28 28 / var(--tw-text-opacity));
}

  .card{
    border-radius:0.25rem;
    border-width:1px;
}

  .transition{
    transition-property:all;
    transition-duration:200ms;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
}

  .selected-card{
    --tw-border-opacity:1;
    border-color:rgb(249 115 22 / var(--tw-border-opacity));
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255 / var(--tw-bg-opacity));
    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-property:all;
    transition-duration:200ms;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
}

  .selected-pill-card{
    --tw-border-opacity:1;
    border-color:rgb(249 115 22 / var(--tw-border-opacity));
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity:1;
    color:rgb(249 115 22 / var(--tw-text-opacity));
    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-property:all;
    transition-duration:200ms;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
}


  /* TItles and stuff */
  .title-h4{
    margin-bottom:0.75rem;
    font-size:1.125rem;
    line-height:1.75rem;
    font-weight:500;
}


/* } */


.placeholder\:text-red-300::-moz-placeholder{
    --tw-text-opacity:1;
    color:rgb(252 165 165 / var(--tw-text-opacity));
}


.placeholder\:text-red-300::placeholder{
    --tw-text-opacity:1;
    color:rgb(252 165 165 / var(--tw-text-opacity));
}


.placeholder\:text-slate-400::-moz-placeholder{
    --tw-text-opacity:1;
    color:rgb(148 163 184 / var(--tw-text-opacity));
}


.placeholder\:text-slate-400::placeholder{
    --tw-text-opacity:1;
    color:rgb(148 163 184 / var(--tw-text-opacity));
}


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


.hover\:transform:hover{
    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\:border-green-500:hover{
    --tw-border-opacity:1;
    border-color:rgb(34 197 94 / var(--tw-border-opacity));
}


.hover\:border-green-700:hover{
    --tw-border-opacity:1;
    border-color:rgb(21 128 61 / var(--tw-border-opacity));
}


.hover\:bg-blue-300:hover{
    --tw-bg-opacity:1;
    background-color:rgb(147 197 253 / var(--tw-bg-opacity));
}


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


.hover\:bg-blue-700:hover{
    --tw-bg-opacity:1;
    background-color:rgb(29 78 216 / var(--tw-bg-opacity));
}


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


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


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


.hover\:bg-green-600:hover{
    --tw-bg-opacity:1;
    background-color:rgb(22 163 74 / var(--tw-bg-opacity));
}


.hover\:bg-green-700:hover{
    --tw-bg-opacity:1;
    background-color:rgb(21 128 61 / var(--tw-bg-opacity));
}


.hover\:bg-indigo-500:hover{
    --tw-bg-opacity:1;
    background-color:rgb(99 102 241 / var(--tw-bg-opacity));
}


.hover\:bg-indigo-700:hover{
    --tw-bg-opacity:1;
    background-color:rgb(67 56 202 / var(--tw-bg-opacity));
}


.hover\:bg-purple-500:hover{
    --tw-bg-opacity:1;
    background-color:rgb(168 85 247 / var(--tw-bg-opacity));
}


.hover\:bg-red-700:hover{
    --tw-bg-opacity:1;
    background-color:rgb(185 28 28 / var(--tw-bg-opacity));
}


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


.hover\:text-blue-700:hover{
    --tw-text-opacity:1;
    color:rgb(29 78 216 / var(--tw-text-opacity));
}


.hover\:text-blue-800:hover{
    --tw-text-opacity:1;
    color:rgb(30 64 175 / var(--tw-text-opacity));
}


.hover\:text-gray-800:hover{
    --tw-text-opacity:1;
    color:rgb(31 41 55 / var(--tw-text-opacity));
}


.hover\:text-green-500:hover{
    --tw-text-opacity:1;
    color:rgb(34 197 94 / var(--tw-text-opacity));
}


.hover\:text-red-500:hover{
    --tw-text-opacity:1;
    color:rgb(239 68 68 / var(--tw-text-opacity));
}


.hover\:text-red-700:hover{
    --tw-text-opacity:1;
    color:rgb(185 28 28 / var(--tw-text-opacity));
}


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


.hover\:ring-indigo-300:hover{
    --tw-ring-opacity:1;
    --tw-ring-color:rgb(165 180 252 / var(--tw-ring-opacity));
}


.focus\:border-indigo-500:focus{
    --tw-border-opacity:1;
    border-color:rgb(99 102 241 / var(--tw-border-opacity));
}


.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-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-inset:focus{
    --tw-ring-inset:inset;
}


.focus\:ring-indigo-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgb(99 102 241 / var(--tw-ring-opacity));
}


.focus\:ring-red-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgb(239 68 68 / var(--tw-ring-opacity));
}


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


.focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color:#f9fafb;
}


.focus-visible\:outline:focus-visible{
    outline-style:solid;
}


.focus-visible\:outline-2:focus-visible{
    outline-width:2px;
}


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


.focus-visible\:outline-indigo-600:focus-visible{
    outline-color:#4f46e5;
}


.group\/item:hover .group-hover\/item\:inline-block{
    display:inline-block;
}


.group\/row:hover .group-hover\/row\:inline-block{
    display:inline-block;
}


@media (min-width: 640px){
    .sm\:mt-10{
        margin-top:2.5rem;
    }
    .sm\:inline{
        display:inline;
    }
    .sm\:flex{
        display:flex;
    }
    .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\:items-center{
        align-items:center;
    }
    .sm\:gap-x-4{
        -moz-column-gap:1rem;
             column-gap:1rem;
    }
    .sm\: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)));
    }
    .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\:px-6{
        padding-left:1.5rem;
        padding-right:1.5rem;
    }
    .sm\:py-10{
        padding-top:2.5rem;
        padding-bottom:2.5rem;
    }
    .sm\:text-sm{
        font-size:0.875rem;
        line-height:1.25rem;
    }
    .sm\:leading-6{
        line-height:1.5rem;
    }
}


@media (min-width: 768px){
    .md\:col-span-2{
        grid-column:span 2 / span 2;
    }
    .md\:col-span-4{
        grid-column:span 4 / span 4;
    }
    .md\:col-span-5{
        grid-column:span 5 / span 5;
    }
    .md\:col-span-7{
        grid-column:span 7 / span 7;
    }
    .md\:col-span-8{
        grid-column:span 8 / span 8;
    }
    .md\:mx-5{
        margin-left:1.25rem;
        margin-right:1.25rem;
    }
    .md\:mb-0{
        margin-bottom:0px;
    }
    .md\:mb-10{
        margin-bottom:2.5rem;
    }
    .md\:mb-3{
        margin-bottom:0.75rem;
    }
    .md\:mb-7{
        margin-bottom:1.75rem;
    }
    .md\:mt-0{
        margin-top:0px;
    }
    .md\:mt-20{
        margin-top:5rem;
    }
    .md\:block{
        display:block;
    }
    .md\:flex{
        display:flex;
    }
    .md\:grid{
        display:grid;
    }
    .md\:hidden{
        display:none;
    }
    .md\:h-9{
        height:2.25rem;
    }
    .md\:h-auto{
        height:auto;
    }
    .md\:w-1\/2{
        width:50%;
    }
    .md\:w-10\/12{
        width:83.333333%;
    }
    .md\:w-11\/12{
        width:91.666667%;
    }
    .md\:w-9{
        width:2.25rem;
    }
    .md\:w-auto{
        width:auto;
    }
    .md\:max-w-lg{
        max-width:32rem;
    }
    .md\:grid-cols-12{
        grid-template-columns:repeat(12, 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\:flex-row{
        flex-direction:row;
    }
    .md\:items-center{
        align-items:center;
    }
    .md\:items-stretch{
        align-items:stretch;
    }
    .md\:justify-start{
        justify-content:flex-start;
    }
    .md\:justify-end{
        justify-content:flex-end;
    }
    .md\:gap-3{
        gap:0.75rem;
    }
    .md\:gap-5{
        gap:1.25rem;
    }
    .md\:gap-8{
        gap:2rem;
    }
    .md\:gap-y-3{
        row-gap:0.75rem;
    }
    .md\:rounded{
        border-radius:0.25rem;
    }
    .md\:p-10{
        padding:2.5rem;
    }
    .md\:p-3{
        padding:0.75rem;
    }
    .md\:p-5{
        padding:1.25rem;
    }
    .md\:px-0{
        padding-left:0px;
        padding-right:0px;
    }
    .md\:px-10{
        padding-left:2.5rem;
        padding-right:2.5rem;
    }
    .md\:px-20{
        padding-left:5rem;
        padding-right:5rem;
    }
    .md\:px-5{
        padding-left:1.25rem;
        padding-right:1.25rem;
    }
    .md\:py-10{
        padding-top:2.5rem;
        padding-bottom:2.5rem;
    }
    .md\:py-20{
        padding-top:5rem;
        padding-bottom:5rem;
    }
    .md\:py-24{
        padding-top:6rem;
        padding-bottom:6rem;
    }
    .md\:py-3{
        padding-top:0.75rem;
        padding-bottom:0.75rem;
    }
    .md\:py-32{
        padding-top:8rem;
        padding-bottom:8rem;
    }
    .md\:pl-4{
        padding-left:1rem;
    }
    .md\:text-left{
        text-align:left;
    }
    .md\:text-start{
        text-align:start;
    }
    .md\:text-2xl{
        font-size:1.5rem;
        line-height:2rem;
    }
    .md\:text-3xl{
        font-size:1.875rem;
        line-height:2.25rem;
    }
    .md\:text-5xl{
        font-size:3rem;
        line-height:1;
    }
    .md\:text-6xl{
        font-size:3.75rem;
        line-height:1;
    }
    .md\:text-sm{
        font-size:0.875rem;
        line-height:1.25rem;
    }
    .md\:text-xl{
        font-size:1.25rem;
        line-height:1.75rem;
    }
    .md\:no-underline{
        text-decoration-line:none;
    }
}


@media (min-width: 1024px){
    .lg\:z-10{
        z-index:10;
    }
    .lg\:col-span-4{
        grid-column:span 4 / span 4;
    }
    .lg\:col-span-8{
        grid-column:span 8 / span 8;
    }
    .lg\:mx-0{
        margin-left:0px;
        margin-right:0px;
    }
    .lg\:mt-0{
        margin-top:0px;
    }
    .lg\:mt-8{
        margin-top:2rem;
    }
    .lg\:grid{
        display:grid;
    }
    .lg\:w-10\/12{
        width:83.333333%;
    }
    .lg\:w-5\/12{
        width:41.666667%;
    }
    .lg\:w-9\/12{
        width:75%;
    }
    .lg\:max-w-7xl{
        max-width:80rem;
    }
    .lg\:max-w-none{
        max-width:none;
    }
    .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-5{
        grid-template-columns:repeat(5, minmax(0, 1fr));
    }
    .lg\:gap-5{
        gap:1.25rem;
    }
    .lg\:gap-x-12{
        -moz-column-gap:3rem;
             column-gap:3rem;
    }
    .lg\:rounded-b-none{
        border-bottom-right-radius:0px;
        border-bottom-left-radius:0px;
    }
    .lg\:rounded-l-none{
        border-top-left-radius:0px;
        border-bottom-left-radius:0px;
    }
    .lg\:rounded-r-none{
        border-top-right-radius:0px;
        border-bottom-right-radius:0px;
    }
    .lg\:px-8{
        padding-left:2rem;
        padding-right:2rem;
    }
    .lg\:py-32{
        padding-top:8rem;
        padding-bottom:8rem;
    }
}


@media (min-width: 1280px){
    .xl\:grid{
        display:grid;
    }
    .xl\:h-10{
        height:2.5rem;
    }
    .xl\:w-10{
        width:2.5rem;
    }
    .xl\:w-8\/12{
        width:66.666667%;
    }
    .xl\:w-9\/12{
        width:75%;
    }
    .xl\:grid-cols-5{
        grid-template-columns:repeat(5, minmax(0, 1fr));
    }
    .xl\:gap-x-16{
        -moz-column-gap:4rem;
             column-gap:4rem;
    }
    .xl\:p-10{
        padding:2.5rem;
    }
}


@media (min-width: 1536px){
    .\32xl\:w-8\/12{
        width:66.666667%;
    }
}


.\[\&_img\]\:max-w-none img{
    max-width:none;
}


.\[\&_li\]\:mx-8 li{
    margin-left:2rem;
    margin-right:2rem;
}
