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

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

.container {
  width: 100%;
}

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

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

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

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

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

.tailwind .visible {
  visibility: visible;
}

.tailwind .invisible {
  visibility: hidden;
}

.tailwind .collapse {
  visibility: collapse;
}

.tailwind .static {
  position: static;
}

.tailwind .fixed {
  position: fixed;
}

.tailwind .absolute {
  position: absolute;
}

.tailwind .relative {
  position: relative;
}

.tailwind .sticky {
  position: sticky;
}

.tailwind .-left-2 {
  left: -0.5rem;
}

.tailwind .-top-\[7px\] {
  top: -7px;
}

.tailwind .right-0 {
  right: 0px;
}

.tailwind .top-32 {
  top: 8rem;
}

.tailwind .z-\[999\] {
  z-index: 999;
}

.tailwind .order-2 {
  order: 2;
}

.tailwind .order-first {
  order: -9999;
}

.tailwind .order-last {
  order: 9999;
}

.tailwind .m-0 {
  margin: 0px;
}

.tailwind .m-2 {
  margin: 0.5rem;
}

.tailwind .\!mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.tailwind .\!my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

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

.tailwind .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.tailwind .my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.tailwind .my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.tailwind .my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

.tailwind .my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.tailwind .\!mt-12 {
  margin-top: 3rem !important;
}

.tailwind .mb-1 {
  margin-bottom: 0.25rem;
}

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

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

.tailwind .mb-24 {
  margin-bottom: 6rem;
}

.tailwind .mb-3 {
  margin-bottom: 0.75rem;
}

.tailwind .mb-4 {
  margin-bottom: 1rem;
}

.tailwind .mb-5 {
  margin-bottom: 1.25rem;
}

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

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

.tailwind .mt-0 {
  margin-top: 0px;
}

.tailwind .mt-12 {
  margin-top: 3rem;
}

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

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

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

.tailwind .mt-3 {
  margin-top: 0.75rem;
}

.tailwind .mt-4 {
  margin-top: 1rem;
}

.tailwind .mt-5 {
  margin-top: 1.25rem;
}

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

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

.tailwind .block {
  display: block;
}

.tailwind .inline-block {
  display: inline-block;
}

.tailwind .inline {
  display: inline;
}

.tailwind .flex {
  display: flex;
}

.tailwind .table {
  display: table;
}

.tailwind .grid {
  display: grid;
}

.tailwind .contents {
  display: contents;
}

.tailwind .hidden {
  display: none;
}

.tailwind .aspect-square {
  aspect-ratio: 1 / 1;
}

.tailwind .size-12 {
  width: 3rem;
  height: 3rem;
}

.tailwind .size-4 {
  width: 1rem;
  height: 1rem;
}

.tailwind .size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.tailwind .size-8 {
  width: 2rem;
  height: 2rem;
}

.tailwind .h-1 {
  height: 0.25rem;
}

.tailwind .h-12 {
  height: 3rem;
}

.tailwind .h-2 {
  height: 0.5rem;
}

.tailwind .h-24 {
  height: 6rem;
}

.tailwind .h-32 {
  height: 8rem;
}

.tailwind .h-48 {
  height: 12rem;
}

.tailwind .h-auto {
  height: auto;
}

.tailwind .h-full {
  height: 100%;
}

.tailwind .max-h-\[60px\] {
  max-height: 60px;
}

.tailwind .max-h-\[750px\] {
  max-height: 750px;
}

.tailwind .min-h-screen {
  min-height: 100vh;
}

.tailwind .w-1 {
  width: 0.25rem;
}

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

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

.tailwind .w-12 {
  width: 3rem;
}

.tailwind .w-20 {
  width: 5rem;
}

.tailwind .w-24 {
  width: 6rem;
}

.tailwind .w-40 {
  width: 10rem;
}

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

.tailwind .w-\[50px\] {
  width: 50px;
}

.tailwind .w-auto {
  width: auto;
}

.tailwind .w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.tailwind .w-full {
  width: 100%;
}

.tailwind .max-w-2xl {
  max-width: 42rem;
}

.tailwind .max-w-\[1100px\] {
  max-width: 1100px;
}

.tailwind .max-w-\[1200px\] {
  max-width: 1200px;
}

.tailwind .max-w-\[150px\] {
  max-width: 150px;
}

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

.tailwind .max-w-\[650px\] {
  max-width: 650px;
}

.tailwind .max-w-\[70\%\] {
  max-width: 70%;
}

.tailwind .max-w-\[90\%\] {
  max-width: 90%;
}

.tailwind .max-w-full {
  max-width: 100%;
}

.tailwind .max-w-md {
  max-width: 28rem;
}

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

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

.tailwind .flex-1 {
  flex: 1 1 0%;
}

.tailwind .border-collapse {
  border-collapse: collapse;
}

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

.tailwind .cursor-pointer {
  cursor: pointer;
}

.tailwind .resize {
  resize: both;
}

.tailwind .list-none {
  list-style-type: none;
}

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

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

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

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

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

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

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

.tailwind .flex-col {
  flex-direction: column;
}

.tailwind .items-center {
  align-items: center;
}

.tailwind .justify-start {
  justify-content: flex-start;
}

.tailwind .justify-center {
  justify-content: center;
}

.tailwind .justify-between {
  justify-content: space-between;
}

.tailwind .gap-1 {
  gap: 0.25rem;
}

.tailwind .gap-12 {
  gap: 3rem;
}

.tailwind .gap-2 {
  gap: 0.5rem;
}

.tailwind .gap-24 {
  gap: 6rem;
}

.tailwind .gap-3 {
  gap: 0.75rem;
}

.tailwind .gap-4 {
  gap: 1rem;
}

.tailwind .gap-8 {
  gap: 2rem;
}

.tailwind .overflow-hidden {
  overflow: hidden;
}

.tailwind .overflow-x-scroll {
  overflow-x: scroll;
}

.tailwind .text-nowrap {
  text-wrap: nowrap;
}

.tailwind .rounded {
  border-radius: 0.25rem;
}

.tailwind .rounded-full {
  border-radius: 9999px;
}

.tailwind .rounded-lg {
  border-radius: 0.5rem;
}

.tailwind .rounded-xl {
  border-radius: 0.75rem;
}

.tailwind .rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.tailwind .rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.tailwind .rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.tailwind .rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.tailwind .rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.tailwind .rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.tailwind .border {
  border-width: 1px;
}

.tailwind .border-2 {
  border-width: 2px;
}

.tailwind .border-4 {
  border-width: 4px;
}

.tailwind .border-b {
  border-bottom-width: 1px;
}

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

.tailwind .border-t {
  border-top-width: 1px;
}

.tailwind .border-dashed {
  border-style: dashed;
}

.tailwind .border-none {
  border-style: none;
}

.tailwind .border-emerald-700 {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.tailwind .border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

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

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

.tailwind .border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.tailwind .border-jsgreen {
  --tw-border-opacity: 1;
  border-color: rgb(96 145 145 / var(--tw-border-opacity, 1));
}

.tailwind .border-jsgreen-600 {
  --tw-border-opacity: 1;
  border-color: rgb(77 115 115 / var(--tw-border-opacity, 1));
}

.tailwind .border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.tailwind .border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.tailwind .border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}

.tailwind .border-t-black\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
}

.tailwind .bg-\[\#ff0000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}

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

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

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

.tailwind .bg-jscream {
  --tw-bg-opacity: 1;
  background-color: rgb(235 227 215 / var(--tw-bg-opacity, 1));
}

.tailwind .bg-jsgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(96 145 145 / var(--tw-bg-opacity, 1));
}

.tailwind .bg-jsgreen-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(179 211 211 / var(--tw-bg-opacity, 1));
}

.tailwind .bg-jsgreen-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 145 145 / var(--tw-bg-opacity, 1));
}

.tailwind .bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.tailwind .bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.tailwind .bg-transparent {
  background-color: transparent;
}

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

.tailwind .bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.tailwind .bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.tailwind .bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.tailwind .bg-cover {
  background-size: cover;
}

.tailwind .bg-center {
  background-position: center;
}

.tailwind .p-0 {
  padding: 0px;
}

.tailwind .p-1 {
  padding: 0.25rem;
}

.tailwind .p-10 {
  padding: 2.5rem;
}

.tailwind .p-2 {
  padding: 0.5rem;
}

.tailwind .p-3 {
  padding: 0.75rem;
}

.tailwind .p-4 {
  padding: 1rem;
}

.tailwind .p-5 {
  padding: 1.25rem;
}

.tailwind .p-6 {
  padding: 1.5rem;
}

.tailwind .p-8 {
  padding: 2rem;
}

.tailwind .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.tailwind .px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.tailwind .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.tailwind .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.tailwind .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tailwind .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.tailwind .py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.tailwind .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tailwind .py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.tailwind .py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.tailwind .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.tailwind .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.tailwind .pl-0 {
  padding-left: 0px;
}

.tailwind .pl-4 {
  padding-left: 1rem;
}

.tailwind .pt-0 {
  padding-top: 0px;
}

.tailwind .pt-12 {
  padding-top: 3rem;
}

.tailwind .pt-2 {
  padding-top: 0.5rem;
}

.tailwind .pt-3 {
  padding-top: 0.75rem;
}

.tailwind .pt-4 {
  padding-top: 1rem;
}

.tailwind .text-left {
  text-align: left;
}

.tailwind .text-center {
  text-align: center;
}

.tailwind .text-right {
  text-align: right;
}

.tailwind .text-end {
  text-align: end;
}

.tailwind .align-middle {
  vertical-align: middle;
}

.tailwind .font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

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

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

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

.tailwind .text-\[0\.65rem\] {
  font-size: 0.65rem;
}

.tailwind .text-\[0\.6rem\] {
  font-size: 0.6rem;
}

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

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

.tailwind .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.tailwind .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.tailwind .font-bold {
  font-weight: 700;
}

.tailwind .font-light {
  font-weight: 300;
}

.tailwind .font-normal {
  font-weight: 400;
}

.tailwind .font-semibold {
  font-weight: 600;
}

.tailwind .uppercase {
  text-transform: uppercase;
}

.tailwind .italic {
  font-style: italic;
}

.tailwind .leading-relaxed {
  line-height: 1.625;
}

.tailwind .leading-tight {
  line-height: 1.25;
}

.tailwind .tracking-tight {
  letter-spacing: -0.025em;
}

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

.tailwind .text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.tailwind .text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

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

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

.tailwind .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.tailwind .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

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

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

.tailwind .text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.tailwind .text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.tailwind .text-inherit {
  color: inherit;
}

.tailwind .text-jsgreen {
  --tw-text-opacity: 1;
  color: rgb(96 145 145 / var(--tw-text-opacity, 1));
}

.tailwind .text-jsgreen-500 {
  --tw-text-opacity: 1;
  color: rgb(96 145 145 / var(--tw-text-opacity, 1));
}

.tailwind .text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

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

.tailwind .text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.tailwind .text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.tailwind .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tailwind .text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.tailwind .text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.tailwind .underline {
  text-decoration-line: underline;
}

.tailwind .line-through {
  text-decoration-line: line-through;
}

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

.tailwind .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tailwind .opacity-50 {
  opacity: 0.5;
}

.tailwind .opacity-60 {
  opacity: 0.6;
}

.tailwind .opacity-70 {
  opacity: 0.7;
}

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

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

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

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

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

.tailwind .outline {
  outline-style: solid;
}

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

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

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

.tailwind .ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.tailwind .\[appearance\:textfield\] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/* Fighting against the global styles */

.tailwind {
  font-size: 16px;
  * {
    box-sizing: border-box;
  }
  * {
    border-style: solid;
    border-width: 0;
  }
  .grid {
    margin: auto;
  }
  /* Rules because were not using the full tailwindcss inc preflight */
  .text-xs {
    font-size: 0.75em;
  }
  .text-sm {
    font-size: 0.875em;
  }
  .text-lg {
    font-size: 1.125em;
  }
  .text-xl {
    font-size: 1.25em;
  }
  .text-2xl {
    font-size: 1.5em;
  }
  .text-3xl {
    font-size: 1.875em;
  }
  .text-4xl {
    font-size: 2.25em;
  }
  .text-5xl {
    font-size: 3em;
  }
  input:focus,
   select:focus,
   textarea:focus,
   button:focus {
    outline: none;
    outline-width: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
}

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

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

.tailwind .hover\:border-jsgreen-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(77 115 115 / var(--tw-border-opacity, 1));
}

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

.tailwind .hover\:bg-jsgreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 145 145 / var(--tw-bg-opacity, 1));
}

.tailwind .hover\:bg-jsgreen-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(77 115 115 / var(--tw-bg-opacity, 1));
}

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

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

.tailwind .hover\:text-jsgreen:hover {
  --tw-text-opacity: 1;
  color: rgb(96 145 145 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 768px) {
  .tailwind .md\:order-last {
    order: 9999;
  }

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

  .tailwind .md\:max-w-4xl {
    max-width: 56rem;
  }

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

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

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

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

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

@media (min-width: 1024px) {
  .tailwind .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .tailwind .lg\:hidden {
    display: none;
  }

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

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

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

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

  .tailwind .lg\:flex-row {
    flex-direction: row;
  }

  .tailwind .lg\:gap-3 {
    gap: 0.75rem;
  }

  .tailwind .lg\:gap-8 {
    gap: 2rem;
  }

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

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

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

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

.tailwind .\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.tailwind .\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}