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

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

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

.flex {
  display: flex
}

.h-full {
  height: 100%
}

.max-w-screen-lg {
  max-width: 1024px
}

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

.flex-col {
  flex-direction: column
}

.items-center {
  align-items: center
}

.justify-center {
  justify-content: center
}

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

.gap-2 {
  gap: 0.5rem
}

.rounded-md {
  border-radius: 0.375rem
}

.p-4 {
  padding: 1rem
}

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

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

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

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

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

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

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

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

.font-medium {
  font-weight: 500
}

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

.text-\[\#3451b2\] {
  --tw-text-opacity: 1;
  color: rgb(52 81 178 / var(--tw-text-opacity, 1))
}

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

.hover\:bg-\[\#88888828\]:hover {
  background-color: #88888828
}

.active\:bg-\[\#88888850\]:active {
  background-color: #88888850
}

@media (prefers-color-scheme: dark) {
  .dark\:text-\[\#5777e2\] {
    --tw-text-opacity: 1;
    color: rgb(87 119 226 / var(--tw-text-opacity, 1))
  }
}

