/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
  font-family: 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;
}
body {
  margin: 0;
  line-height: 1.5;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: inherit;
}
*,
::after,
::before {
  box-sizing: border-box;
  border: 0 solid #e2e8f0;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
svg {
  display: block;
}
.bg-white {
  background-color: #fff;
}
.bg-gray-100 {
  background-color: #f7fafc;
}
.border-gray-200 {
  border-color: #edf2f7;
}
.border-t {
  border-top-width: 1px;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.font-semibold {
  font-weight: 600;
}
.text-sm {
  font-size: 0.875rem;
}
.text-lg {
  font-size: 1.125rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.ml-12 {
  margin-left: 3rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.min-h-screen {
  min-height: 100vh;
}
.overflow-hidden {
  overflow: hidden;
}
.p-6 {
  padding: 1.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.relative {
  position: relative;
}
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.text-center {
  text-align: center;
}
.text-gray-500 {
  color: #a0aec0;
}
.text-gray-600 {
  color: #718096;
}
.text-gray-900 {
  color: #1a202c;
}
.underline {
  text-decoration: underline;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .sm-rounded-lg {
    border-radius: 0.5rem;
  }
  .sm-items-center {
    align-items: center;
  }
  .sm-justify-start {
    justify-content: flex-start;
  }
  .sm-justify-between {
    justify-content: space-between;
  }
  .sm-ml-0 {
    margin-left: 0;
  }
  .sm-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm-pt-0 {
    padding-top: 0;
  }
  .sm-text-left {
    text-align: left;
  }
  .sm-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .md-border-t-0 {
    border-top-width: 0;
  }
  .md-border-l {
    border-left-width: 1px;
  }
  .md-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .lg-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (prefers-color-scheme: dark) {
  .dark-bg-gray-800 {
    background-color: #2d3748;
  }
  .dark-bg-gray-900 {
    background-color: #1a202c;
  }
  .dark-border-gray-700 {
    border-color: #4a5568;
  }
  .dark-text-white {
    color: #fff;
  }
  .dark-text-gray-400 {
    color: #cbd5e0;
  }
}
