input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield
}

input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

html {
    scrollbar-width: thin;
    scrollbar-width: 6px
}

body {
    --tw-bg-opacity: 1;
    background-color: rgba(15,15,15,var(--tw-bg-opacity))
}

html::-webkit-scrollbar {
    width: 6px
}

html::-webkit-scrollbar-track {
    background: #f9fafb
}

html::-webkit-scrollbar-thumb {
    background: #d1d5db
}

.fade-enter-active,.fade-leave-active {
    transition: opacity .2s
}

.fade-enter,.fade-leave-to {
    opacity: 0;
    transition: opacity .2s
}

*,:before,:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

* {
    --tw-ring-inset: var(--tw-empty, );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000
}

:root {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

::moz-focus-inner {
    border-style: none;
    padding: 0
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

a {
    color: inherit;
    text-decoration: inherit
}

body {
    margin: 0;
    font-family: inherit;
    line-height: inherit
}

button {
    text-transform: none;
    background-color: transparent;
    background-image: none
}



button,[role=button] {
    cursor: pointer
}

html {
    -webkit-text-size-adjust: 100%;
    font-family: Inter,ui-sans-serif,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";
    line-height: 1.5
}

h1,h2,p {
    margin: 0
}

h1,h2 {
    font-size: inherit;
    font-weight: inherit
}

input,button {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    padding: 0;
    line-height: inherit;
    color: inherit
}

img {
    border-style: solid;
    display: block;
    max-width: 100%;
    height: auto
}

input::placeholder {
    opacity: 1;
    color: #9ca3af
}

input::webkit-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

.btn>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem * var(--tw-space-x-reverse));
    margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.btn {
    --tw-bg-opacity: .05;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
    border-radius: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .5rem 1rem;
    --tw-text-opacity: .3;
    color: rgba(255,255,255,var(--tw-text-opacity));
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform,filter,backdrop-filter;
    -o-transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-box-shadow,transform,-webkit-transform,filter,backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.btn:hover {
    --tw-bg-opacity: .1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
    --tw-text-opacity: .5;
    color: rgba(255,255,255,var(--tw-text-opacity))
}

.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-px>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse))
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem * var(--tw-space-x-reverse));
    margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text
}

.bg-white\/5 {
    --tw-bg-opacity: .05;
    background-color: rgba(255,255,255,var(--tw-bg-opacity))
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243,244,246,var(--tw-bg-opacity))
}

.bg-gray-200\/20 {
    --tw-bg-opacity: .2;
    background-color: rgba(229,231,235,var(--tw-bg-opacity))
}

.bg-white\/75 {
    --tw-bg-opacity: .75;
    background-color: rgba(255,255,255,var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-gradient-to-tl {
    background-image: -o-linear-gradient(bottom right,var(--tw-gradient-stops));
    background-image: -webkit-gradient(linear,right bottom,left top,from(var(--tw-gradient-stops)));
    background-image: linear-gradient(to top left,var(--tw-gradient-stops))
}

.from-gray-50 {
    --tw-gradient-from: rgba(249, 250, 251, var(--tw-from-opacity, 1));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(243, 244, 246, var(--tw-via-opacity, 1)), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.to-gray-200 {
    --tw-gradient-to: rgba(229, 231, 235, var(--tw-to-opacity, 1))
}

.bg-opacity-20 {
    --tw-bg-opacity: .2
}

.border-white\/10 {
    --tw-border-opacity: .1;
    border-color: rgba(255,255,255,var(--tw-border-opacity))
}

.hover\:border-white\/20:hover {
    --tw-border-opacity: .2;
    border-color: rgba(255,255,255,var(--tw-border-opacity))
}

.focus\:border-white\/30:focus {
    --tw-border-opacity: .3;
    border-color: rgba(255,255,255,var(--tw-border-opacity))
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-full {
    border-radius: 9999px
}

.border-\[1\.5px\] {
    border-width: 1.5px
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.grid {
    display: -ms-grid;
    display: grid
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.place-items-center {
    place-items: center
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.flex-shrink-0 {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.h-28 {
    height: 7rem
}

.h-6 {
    height: 1.5rem
}

.h-2 {
    height: .5rem
}

.h-screen {
    height: 100vh
}

.h-full {
    height: 100%
}

.h-14 {
    height: 3.5rem
}

.h-24 {
    height: 6rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.leading-tight {
    line-height: 1.25
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.max-h-screen {
    max-height: 100vh
}

.max-w-screen {
    max-width: 100vw
}

.min-h-screen {
    min-height: 100vh
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.opacity-90 {
    opacity: .9
}

.opacity-10 {
    opacity: .1
}

.opacity-50 {
    opacity: .5
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-hidden {
    overflow-x: hidden
}

.p-4 {
    padding: 1rem
}

.p-8 {
    padding: 2rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.pl-3 {
    padding-left: .75rem
}

.pr-20 {
    padding-right: 5rem
}

.pr-4 {
    padding-right: 1rem
}

.placeholder-white\/20::-webkit-input-placeholder {
    --tw-placeholder-opacity: .2;
    color: rgba(255,255,255,var(--tw-placeholder-opacity))
}

.placeholder-white\/20::-moz-placeholder {
    --tw-placeholder-opacity: .2;
    color: rgba(255,255,255,var(--tw-placeholder-opacity))
}

.placeholder-white\/20:-ms-input-placeholder {
    --tw-placeholder-opacity: .2;
    color: rgba(255,255,255,var(--tw-placeholder-opacity))
}

.placeholder-white\/20::-ms-input-placeholder {
    --tw-placeholder-opacity: .2;
    color: rgba(255,255,255,var(--tw-placeholder-opacity))
}

.placeholder-white\/20::placeholder {
    --tw-placeholder-opacity: .2;
    color: rgba(255,255,255,var(--tw-placeholder-opacity))
}

.pointer-events-none {
    pointer-events: none
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px
}

.inset-y-0 {
    top: 0px;
    bottom: 0px
}

.right-0 {
    right: 0px
}

.bottom-0 {
    bottom: 0px
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.ring-4 {
    --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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)
}

.ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity))
}

.ring-opacity-20 {
    --tw-ring-opacity: .2
}

.text-center {
    text-align: center
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity))
}

.text-white\/50 {
    --tw-text-opacity: .5;
    color: rgba(255,255,255,var(--tw-text-opacity))
}

.text-white\/30 {
    --tw-text-opacity: .3;
    color: rgba(255,255,255,var(--tw-text-opacity))
}

.text-transparent {
    color: transparent
}

.text-white\/20 {
    --tw-text-opacity: .2;
    color: rgba(255,255,255,var(--tw-text-opacity))
}

.hover\:text-white\/40:hover,.text-white\/40 {
    --tw-text-opacity: .4;
    color: rgba(255,255,255,var(--tw-text-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity))
}

.truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-shadow-md {
    text-shadow: 0px 1px 2px rgb(30 29 39 / 19%),1px 2px 4px rgb(54 64 147 / 18%)
}

.uppercase {
    text-transform: uppercase
}

.underline-dashed {
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed
}

.underline-white\/20 {
    --tw-line-opacity: .2;
    -webkit-text-decoration-color: rgba(255,255,255,var(--tw-line-opacity));
    text-decoration-color: rgba(255,255,255,var(--tw-line-opacity))
}

.hover\:underline:hover,.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w-28 {
    width: 7rem
}

.w-6 {
    width: 1.5rem
}

.w-3\/4 {
    width: 75%
}

.w-full {
    width: 100%
}

.w-14 {
    width: 3.5rem
}

.w-24 {
    width: 6rem
}

.w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.-z-1 {
    z-index: -1
}

.gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem
}

.\<transition {
    -webkit-transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform,filter,backdrop-filter;
    -o-transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-box-shadow,transform,-webkit-transform,filter,backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.transition-all {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.transition-colors {
    -webkit-transition-property: background-color,border-color,color,fill,stroke;
    -o-transition-property: background-color,border-color,color,fill,stroke;
    transition-property: background-color,border-color,color,fill,stroke;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

@keyframes pulse {
    0%,to {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

@-webkit-keyframes pulse {
    0%,to {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

.animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite;
    animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite
}

.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px)
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
    .md\:text-7xl {
        font-size:4.5rem;
        line-height: 1
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .md\:p-16 {
        padding: 4rem
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:w-2\/4 {
        width: 50%
    }

    .md\:w-4\/12 {
        width: 33.333333%
    }

    .md\:w-2\/3 {
        width: 66.666667%
    }

    .md\:w-1\/2 {
        width: 50%
    }
}

@media (min-width: 1536px) {
    .\32xl\:w-3\/12 {
        width:25%
    }
}
