@layer cw-base {
/*
! Tailwind CSS Preflight | MIT License | https://tailwindcss.com
*/

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: var(--border-color, currentColor);
}

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

html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: var(--border-color, inherit);
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

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

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: color-mix(in oklab, currentColor 50%, transparent);
}

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

:disabled {
  cursor: default;
}

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

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

[hidden] {
  display: none;
}
}

.sticky {
  position: sticky;
}

.z-30 {
  z-index: 30;
}

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

.flex {
  display: flex;
}

.gap-3 {
  gap: 0.75rem;
}

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

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

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

.gap-2\.5 {
  gap: 0.625rem;
}

.grid {
  display: grid;
}

.place-items-center {
  place-items: center;
}

.font-extrabold {
  font-weight: 800;
}

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

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

.hidden {
  display: none;
}

.gap-7 {
  gap: 1.75rem;
}

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

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

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.h-9 {
  height: 2.25rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

.h-5 {
  height: 1.25rem;
}

.min-w-\[20px\] {
  min-width: 20px;
}

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

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

.gap-10 {
  gap: 2.5rem;
}

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

.font-black {
  font-weight: 900;
}

.leading-\[1\.05\] {
  line-height: 1.05;
}

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.p-6 {
  padding: 1.5rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

.tracking-wide {
  letter-spacing: 0.025em;
}

.uppercase {
  text-transform: uppercase;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.gap-4 {
  gap: 1rem;
}

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

.min-w-0 {
  min-width: 0;
}

.leading-snug {
  line-height: 1.375;
}

.shrink-0 {
  flex-shrink: 0;
}

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --cw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--cw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--cw-divide-y-reverse));
}

.gap-1 {
  gap: 0.25rem;
}

.gap-5 {
  gap: 1.25rem;
}

.p-4 {
  padding: 1rem;
}

.inline-flex {
  display: inline-flex;
}

.p-1 {
  padding: 0.25rem;
}

.h-11 {
  height: 2.75rem;
}

.w-11 {
  width: 2.75rem;
}

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

.tracking-wider {
  letter-spacing: 0.05em;
}

.overflow-x-auto {
  overflow-x: auto;
}

.min-w-\[760px\] {
  min-width: 760px;
}

.w-full {
  width: 100%;
}

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

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

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

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

.items-baseline {
  align-items: baseline;
}

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

.min-w-\[92px\] {
  min-width: 92px;
}

.leading-none {
  line-height: 1;
}

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

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

.w-24 {
  width: 6rem;
}

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

.p-5 {
  padding: 1.25rem;
}

.fixed {
  position: fixed;
}

.shadow-lg {
  --cw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --cw-shadow-colored: 0 10px 15px -3px var(--cw-shadow-color), 0 4px 6px -4px var(--cw-shadow-color);
  box-shadow: var(--cw-ring-offset-shadow, 0 0 #0000), var(--cw-ring-shadow, 0 0 #0000), var(--cw-shadow);
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.h-full {
  height: 100%;
}

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h-7 {
  height: 1.75rem;
}

.w-7 {
  width: 1.75rem;
}

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

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

.w-20 {
  width: 5rem;
}

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

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

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

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

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-x-8 {
  column-gap: 2rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--cw-space-y-reverse));
}

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--cw-space-y-reverse));
}

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

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

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--cw-space-y-reverse));
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.top-0 {
  top: 0;
}

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

.mt-7 {
  margin-top: 1.75rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

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

.ml-2 {
  margin-left: 0.5rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

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

.ml-0\.5 {
  margin-left: 0.125rem;
}

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

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

.bottom-5 {
  bottom: 1.25rem;
}

.right-5 {
  right: 1.25rem;
}

.right-0 {
  right: 0;
}

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

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

@media (min-width: 640px) {
.sm\:inline {
  display: inline;
}

.sm\:hidden {
  display: none;
}

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

.sm\:p-7 {
  padding: 1.75rem;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
.md\:flex {
  display: flex;
}

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

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

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

.md\:grid-cols-\[14rem_1fr\] {
  grid-template-columns: 14rem 1fr;
}

.md\:gap-10 {
  gap: 2.5rem;
}

.md\:hidden {
  display: none;
}
}

@media (min-width: 1024px) {
.lg\:grid-cols-\[1\.05fr_0\.95fr\] {
  grid-template-columns: 1.05fr 0.95fr;
}

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

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

.lg\:items-center {
  align-items: center;
}

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

.lg\:py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
}