body section nav {
    width: 100%;
    height: 50px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    line-height: 50px;
    background: #383838;
    border-bottom: 2px solid rgba(0,0,0,0.3);
}

body section nav #middle {
    width: 970px;
    margin: 0px auto;
    color: white;
}

body section nav #middle #right {
    float: right;
}

body section nav #middle #tab {
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    cursor: pointer;
}

body section nav #middle #tab:hover {
    background: #868686;
}

body section header #middle {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body section main #alert {
    width: calc(100% - 45px);
    padding: 10px;
    background: #6f01018f;
    color: #FFF;
    margin-top: 10px;
    margin-left: 10px;
}



body section header #right {
    float: right;
}

body section header #right #login {
    width: 200px;
    height: 95px;
    margin-top: 15px;
    margin-right: 15px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
}

body section header #right #login .input {
    height: 29px;
    width: calc(100% - 2px);
    padding-left: 35px;
    margin-bottom: 5px;
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 12px;
}

body section header #right #login .submit {
    height: 26px;
    width: calc(100% - 2px);
    background: #383838;
    color: #FFF;
    font-size: 12px;
    border: 0px;
    cursor: pointer;
    -webkit-appearance: none;
}

body section header #right #box {
    width: 230px;
    height: 60px;
    margin-top: 35px;
    margin-right: 35px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
}

body section header #right #box #username {
    float: left;
    width: 165px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    border-bottom: 2px solid #FFF;
    color: #FFF;
    margin-left: 5px;
}

section header #right #box #action {
    float: left;
    width: 105px;
    height: 30px;
    margin-top: 7px;
    margin-left: 15px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
}

body section header #right #box #action a {
    height: 23px;
    width: 23px;
    float: right;
}

a {
    color: white;
}

input[type=text],input[type=password],input[type=email] {
    background: #ebebeb;
    width: 100%;
    background-color: #fff;
    height: 40px;
    padding: 0 20px;
    color: #666;
    margin-bottom: 10px;
    border: none;
    border-radius: 6px 5px 5px 5px;
    font-family: questrial,sans-serif;
    position: relative;
    box-shadow: inset 0 -4px rgb(0 0 0/10%),0 0 0 1px rgb(0 0 0/25%),0 4px rgb(0 0 0/10%);
}

input[type=text],input[type=password],input[type=email]:focus {
    border: 2px solid #f0f0f0;
    outline: none;
}

.lavvos_h__fix {
    height: 180px;
}

.lavvos_bg__item {
    background: url("../imgs/floorhh.png");
    border: 1px solid #c0c0c0;
}

/*! tailwindcss v3.0.12 | MIT License | https://tailwindcss.com*/
:after,:before {
    --tw-content: ""
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    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,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: initial
}

::-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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,legend {
    padding: 0
}

menu,ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

img,video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

.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: 1140px) {
    .container {
        max-width:1140px
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    top: 0;
    bottom: 0
}

.inset-0,.inset-x-0 {
    right: 0;
    left: 0
}

.inset-y-0 {
    top: 0;
    bottom: 0
}

.top-0 {
    top: 0
}

.bottom-0 {
    bottom: 0
}

.right-0 {
    right: 0
}

.top-1\/2 {
    top: 50%
}

.left-1\/2 {
    left: 50%
}

.left-0 {
    left: 0
}

.z-50 {
    z-index: 50
}

.z-10 {
    z-index: 10
}

.col-span-1 {
    grid-column: span 1/span 1
}

.m-0 {
    margin: 0
}

.m-2 {
    margin: .5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.-my-2 {
    margin-top: -.5rem;
    margin-bottom: -.5rem
}

.-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
}

.-mx-3 {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem
}

.-my-1\.5 {
    margin-top: -.375rem;
    margin-bottom: -.375rem
}

.-my-1 {
    margin-top: -.25rem;
    margin-bottom: -.25rem
}

.-mx-1\.5 {
    margin-left: -.375rem;
    margin-right: -.375rem
}

.-mx-1 {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.mt-3 {
    margin-top: .75rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mr-4 {
    margin-right: 1rem
}

.mr-for-radius {
    margin-right: 5.4rem
}

.ml-for-radius {
    margin-left: 5.4rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mr-1 {
    margin-right: .25rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-2 {
    margin-bottom: .5rem
}

.-mb-4 {
    margin-bottom: -1rem
}

.ml-4 {
    margin-left: 1rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-6 {
    margin-top: 1.5rem
}

.ml-3 {
    margin-left: .75rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mr-2 {
    margin-right: .5rem
}

.mt-16 {
    margin-top: 4rem
}

.ml-2 {
    margin-left: .5rem
}

.-ml-1 {
    margin-left: -.25rem
}

.mr-0\.5 {
    margin-right: .125rem
}

.mr-0 {
    margin-right: 0
}

.mb-20 {
    margin-bottom: 5rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mr-8 {
    margin-right: 2rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-4 {
    margin-top: 1rem
}

.ml-1 {
    margin-left: .25rem
}

.ml-auto {
    margin-left: auto
}

.mb-14 {
    margin-bottom: 3.5rem
}

.-mt-20 {
    margin-top: -5rem
}

.-mr-20 {
    margin-right: -5rem
}

.mr-auto {
    margin-right: auto
}

.mt-auto {
    margin-top: auto
}

.mt-128 {
    margin-top: 32rem
}

.-mb-px {
    margin-bottom: -1px
}

.-ml-10 {
    margin-left: -2.5rem
}

.mt-32 {
    margin-top: 8rem
}

.-mr-40 {
    margin-right: -10rem
}

.-mt-32 {
    margin-top: -8rem
}

.-mt-2 {
    margin-top: -.5rem
}

.mb-24 {
    margin-bottom: 6rem
}

.-mr-80 {
    margin-right: -20rem
}

.-mt-16 {
    margin-top: -4rem
}

.-mt-12 {
    margin-top: -3rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-8 {
    height: 2rem
}

.h-6 {
    height: 1.5rem
}

.h-64 {
    height: 16rem
}

.h-12 {
    height: 3rem
}

.h-48 {
    height: 12rem
}

.h-10 {
    height: 2.5rem
}

.h-40 {
    height: 10rem
}

.h-full {
    height: 100%
}

.h-5 {
    height: 1.25rem
}

.h-14 {
    height: 3.5rem
}

.h-px {
    height: 1px
}

.h-screen {
    height: 100vh
}

.h-4 {
    height: 1rem
}

.h-80 {
    height: 20rem
}

.h-32 {
    height: 8rem
}

.h-24 {
    height: 6rem
}

.w-full {
    width: 100%
}

.w-2\/3 {
    width: 66.666667%
}

.w-12 {
    width: 3rem
}

.w-10 {
    width: 2.5rem
}

.w-16 {
    width: 4rem
}

.w-1\/3 {
    width: 33.333333%
}

.w-auto {
    width: auto
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-14 {
    width: 3.5rem
}

.w-1\/4 {
    width: 25%
}

.w-1\/2 {
    width: 50%
}

.w-screen {
    width: 100vw
}

.w-4 {
    width: 1rem
}

.w-5\/6 {
    width: 83.333333%
}

.w-24 {
    width: 6rem
}

.min-w-full {
    min-width: 100%
}

.min-w-0 {
    min-width: 0
}

.max-w-6xl {
    max-width: 72rem
}

.max-w-lg {
    max-width: 32rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-xl {
    max-width: 36rem
}

.max-w-7xl {
    max-width: 80rem
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-sm {
    max-width: 24rem
}

.max-w-xs {
    max-width: 20rem
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-5xl {
    max-width: 64rem
}

.max-w-prose {
    max-width: 65ch
}

.max-w-full {
    max-width: 100%
}

.flex-1 {
    flex: 1 1 0%
}

.flex-none {
    flex: none
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-grow {
    flex-grow: 1
}

.table-fixed {
    table-layout: fixed
}

.border-collapse {
    border-collapse: collapse
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.-translate-x-1\/2,.-translate-y-1\/2 {
    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))
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.translate-x-4 {
    --tw-translate-x: 1rem
}

.skew-y-3,.translate-x-4 {
    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))
}

.skew-y-3 {
    --tw-skew-y: 3deg
}

.scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
}

.scale-75,.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))
}

.cursor-pointer {
    cursor: pointer
}

.cursor {
    cursor: default
}

.list-disc {
    list-style-type: disc
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
}

.grid-cols-6 {
    grid-template-columns: repeat(6,minmax(0,1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-items-center {
    justify-items: center
}

.gap-5 {
    gap: 1.25rem
}

.gap-2 {
    gap: .5rem
}

.gap-y-10 {
    row-gap: 2.5rem
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.space-x-1>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.25rem*var(--tw-space-x-reverse));
    margin-left: calc(.25rem*(1 - var(--tw-space-x-reverse)))
}

.space-x-3>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.75rem*var(--tw-space-x-reverse));
    margin-left: calc(.75rem*(1 - var(--tw-space-x-reverse)))
}

.space-y-1>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.25rem*var(--tw-space-y-reverse))
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse))
}

.space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse))
}

.space-y-6>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse))
}

.space-y-16>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse))
}

.space-x-8>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)))
}

.space-y-8>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse))
}

.space-y-3>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem*var(--tw-space-y-reverse))
}

.divide-y>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse))
}

.divide-gray-200>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(229 231 235/var(--tw-divide-opacity))
}

.divide-gray-100>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(243 244 246/var(--tw-divide-opacity))
}

.self-center {
    align-self: center
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis
}

.truncate,.whitespace-nowrap {
    white-space: nowrap
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded {
    border-radius: 6px
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-none {
    border-radius: 0
}

.rounded-l-xl {
    border-bottom-left-radius: .75rem
}

.rounded-l-xl,.rounded-t-xl {
    border-top-left-radius: .75rem
}

.rounded-r-xl,.rounded-t-xl {
    border-top-right-radius: .75rem
}

.rounded-r-xl {
    border-bottom-right-radius: .75rem
}

.rounded-t {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.rounded-b {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
}

.border-2 {
    border-width: 2px
}

.border {
    border-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-r-0 {
    border-right-width: 0
}

.border-l-4 {
    border-left-width: 4px
}

.border-solid {
    border-style: solid
}

.border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgb(124 58 237/var(--tw-border-opacity))
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175/var(--tw-border-opacity))
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235/var(--tw-border-opacity))
}

.border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgb(142 218 85/var(--tw-border-opacity))
}

.border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55/var(--tw-border-opacity))
}

.border-transparent {
    border-color: #0000
}

.border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgb(249 250 251/var(--tw-border-opacity))
}

.border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgb(99 102 241/var(--tw-border-opacity))
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity))
}

.border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgb(251 191 36/var(--tw-border-opacity))
}

.bg-body {
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55/var(--tw-bg-opacity))
}

.bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237/var(--tw-bg-opacity))
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251/var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235/var(--tw-bg-opacity))
}

.bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 149 71/var(--tw-bg-opacity))
}

.bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216/var(--tw-bg-opacity))
}

.bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 129 62/var(--tw-bg-opacity))
}

.bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 188 90/var(--tw-bg-opacity))
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 168 81/var(--tw-bg-opacity))
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39/var(--tw-bg-opacity))
}

.bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199/var(--tw-bg-opacity))
}

.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226/var(--tw-bg-opacity))
}

.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 247 119/var(--tw-bg-opacity))
}

.bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 255/var(--tw-bg-opacity))
}

.bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77/var(--tw-bg-opacity))
}

.bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(237 233 254/var(--tw-bg-opacity))
}

.bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 243/var(--tw-bg-opacity))
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity))
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246/var(--tw-bg-opacity))
}

.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255/var(--tw-bg-opacity))
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128/var(--tw-bg-opacity))
}

.bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254/var(--tw-bg-opacity))
}

.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235/var(--tw-bg-opacity))
}

.bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229/var(--tw-bg-opacity))
}

.bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99/var(--tw-bg-opacity))
}

.bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235/var(--tw-bg-opacity))
}

.bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(142 218 85/var(--tw-bg-opacity))
}

.bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242/var(--tw-bg-opacity))
}

.bg-cover {
    background-size: cover
}

.bg-center {
    background-position: 50%
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.fill-current {
    fill: currentColor
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-none {
    -o-object-fit: none;
    object-fit: none
}

.object-top {
    -o-object-position: top;
    object-position: top
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.p-6 {
    padding: 1.5rem
}

.p-1 {
    padding: .25rem
}

.p-4 {
    padding: 1rem
}

.p-3 {
    padding: .75rem
}

.p-2 {
    padding: .5rem
}

.p-1\.5 {
    padding: .375rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.px-2\.5 {
    padding-left: .625rem;
    padding-right: .625rem
}

.py-0\.5 {
    padding-top: .125rem;
    padding-bottom: .125rem
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-16 {
    padding-top: 4rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pt-12 {
    padding-top: 3rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pr-4 {
    padding-right: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pl-6 {
    padding-left: 1.5rem
}

.pt-20 {
    padding-top: 5rem
}

.pl-2 {
    padding-left: .5rem
}

.pt-48 {
    padding-top: 12rem
}

.pr-3 {
    padding-right: .75rem
}

.pl-4 {
    padding-left: 1rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pl-3 {
    padding-left: .75rem
}

.pl-5 {
    padding-left: 1.25rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.align-top {
    vertical-align: top
}

.align-middle {
    vertical-align: middle
}

.font-body,.font-heading {
    font-family: DM Sans,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
}

.text-sm {
    font-size: .875rem
}

.text-2xl {
    font-size: 1.5rem
}

.text-4xl {
    font-size: 2.25rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xs {
    font-size: .75rem
}

.text-3xl {
    font-size: 1.875rem
}

.text-xl {
    font-size: 1.25rem
}

.text-base {
    font-size: 1rem
}

.text-6xl {
    font-size: 3.75rem
}

.text-5xl {
    font-size: 3rem
}

.text-7xl {
    font-size: 4.5rem
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-normal {
    font-weight: 400
}

.uppercase {
    text-transform: uppercase
}

.leading-loose {
    line-height: 2
}

.leading-relaxed {
    line-height: 1.625
}

.leading-none {
    line-height: 1
}

.tracking-tight {
    letter-spacing: -.025em
}

.tracking-wide {
    letter-spacing: .025em
}

.tracking-wider {
    letter-spacing: .05em
}

.text-body {
    --tw-text-opacity: 1;
    color: rgb(17 24 39/var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity))
}

.text-gray-50 {
    --tw-text-opacity: 1;
    color: rgb(249 250 251/var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity))
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(0 149 71/var(--tw-text-opacity))
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235/var(--tw-text-opacity))
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity))
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity))
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39/var(--tw-text-opacity))
}

.text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgb(79 70 229/var(--tw-text-opacity))
}

.text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(146 64 14/var(--tw-text-opacity))
}

.text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(245 158 11/var(--tw-text-opacity))
}

.text-red-800 {
    --tw-text-opacity: 1;
    color: rgb(153 27 27/var(--tw-text-opacity))
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68/var(--tw-text-opacity))
}

.text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(0 109 53/var(--tw-text-opacity))
}

.text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgb(55 48 163/var(--tw-text-opacity))
}

.text-purple-800 {
    --tw-text-opacity: 1;
    color: rgb(91 33 182/var(--tw-text-opacity))
}

.text-pink-800 {
    --tw-text-opacity: 1;
    color: rgb(157 23 77/var(--tw-text-opacity))
}

.text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(251 191 36/var(--tw-text-opacity))
}

.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246/var(--tw-text-opacity))
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219/var(--tw-text-opacity))
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(0 168 81/var(--tw-text-opacity))
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55/var(--tw-text-opacity))
}

.text-blue-800 {
    --tw-text-opacity: 1;
    color: rgb(30 64 175/var(--tw-text-opacity))
}

.text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(252 211 77/var(--tw-text-opacity))
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235/var(--tw-text-opacity))
}

.text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250/var(--tw-text-opacity))
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246/var(--tw-text-opacity))
}

.text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgb(180 83 9/var(--tw-text-opacity))
}

.text-green-400 {
    --tw-text-opacity: 1;
    color: rgb(0 188 90/var(--tw-text-opacity))
}

.text-green-700 {
    --tw-text-opacity: 1;
    color: rgb(0 129 62/var(--tw-text-opacity))
}

.text-blue-700 {
    --tw-text-opacity: 1;
    color: rgb(29 78 216/var(--tw-text-opacity))
}

.text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113/var(--tw-text-opacity))
}

.text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28/var(--tw-text-opacity))
}

.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(17 24 39/var(--tw-placeholder-opacity))
}

.placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(17 24 39/var(--tw-placeholder-opacity))
}

.placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(17 24 39/var(--tw-placeholder-opacity))
}

.opacity-75 {
    opacity: .75
}

.opacity-95 {
    opacity: .95
}

.opacity-80,.opacity-90 {
    opacity: .8
}

.opacity-25 {
    opacity: .25
}

.shadow {
    --tw-shadow: 0px 1px 2px #94a3b859,0px 6px 6px #cbd5e126;
    --tw-shadow-colored: 0px 1px 2px var(--tw-shadow-color),0px 6px 6px var(--tw-shadow-color)
}

.shadow,.shadow-lg {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -2px var(--tw-shadow-color)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 #0000000d;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.shadow-md,.shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -1px var(--tw-shadow-color)
}

.outline-none {
    outline: 2px solid #0000;
    outline-offset: 2px
}

.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);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
}

.ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255/var(--tw-ring-opacity))
}

.grayscale {
    --tw-grayscale: grayscale(100%)
}

.filter,.grayscale {
    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)
}

.transition {
    transition-property: color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-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-text-decoration-color,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.duration-200 {
    transition-duration: .2s
}

.skew {
    display: none
}

.skewed-bottom-left .skew-bottom.ml-for-radius,.skewed-bottom-right .skew-bottom.mr-for-radius,.skewed-top-left .skew-top.ml-for-radius,.skewed-top-right .skew-top.mr-for-radius {
    display: block
}

.skewed-top-right .radius-for-skewed {
    border-top-right-radius: 6rem
}

.skewed-top-left .radius-for-skewed {
    border-top-left-radius: 6rem
}

.skewed-bottom-right .radius-for-skewed {
    border-bottom-right-radius: 6rem
}

.skewed-bottom-left .radius-for-skewed {
    border-bottom-left-radius: 6rem
}

.hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(109 40 217/var(--tw-border-opacity))
}

.hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity))
}

.hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(109 40 217/var(--tw-bg-opacity))
}

.hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81/var(--tw-bg-opacity))
}

.hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 188 90/var(--tw-bg-opacity))
}

.hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39/var(--tw-bg-opacity))
}

.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251/var(--tw-bg-opacity))
}

.hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235/var(--tw-bg-opacity))
}

.hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(142 218 85/var(--tw-bg-opacity))
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity))
}

.hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 129 62/var(--tw-bg-opacity))
}

.hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202/var(--tw-bg-opacity))
}

.hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 149 71/var(--tw-bg-opacity))
}

.hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 247 119/var(--tw-bg-opacity))
}

.hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgb(0 129 62/var(--tw-text-opacity))
}

.hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgb(209 213 219/var(--tw-text-opacity))
}

.hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity))
}

.hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgb(0 149 71/var(--tw-text-opacity))
}

.hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity))
}

.hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgb(49 46 129/var(--tw-text-opacity))
}

.hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity))
}

.hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgb(217 119 6/var(--tw-text-opacity))
}

.hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgb(37 99 235/var(--tw-text-opacity))
}

.hover\:underline:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(99 102 241/var(--tw-border-opacity))
}

.focus\:outline-none:focus {
    outline: 2px solid #0000;
    outline-offset: 2px
}

.focus\:ring-2:focus {
    --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
}

.focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(99 102 241/var(--tw-ring-opacity))
}

.focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(236 72 153/var(--tw-ring-opacity))
}

.focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 149 71/var(--tw-ring-opacity))
}

.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px
}

.focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #8eda55
}

.group:hover .group-hover\:opacity-75 {
    opacity: .75
}

@media (min-width: 640px) {
    .sm\:col-span-2 {
        grid-column:span 2/span 2
    }

    .sm\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .sm\:mt-4 {
        margin-top: 1rem
    }

    .sm\:mt-12 {
        margin-top: 3rem
    }

    .sm\:mt-64 {
        margin-top: 16rem
    }

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:ml-10 {
        margin-left: 2.5rem
    }

    .sm\:mt-5 {
        margin-top: 1.25rem
    }

    .sm\:mt-px {
        margin-top: 1px
    }

    .sm\:-mt-16 {
        margin-top: -4rem
    }

    .sm\:block {
        display: block
    }

    .sm\:flex {
        display: flex
    }

    .sm\:grid {
        display: grid
    }

    .sm\:hidden {
        display: none
    }

    .sm\:h-32 {
        height: 8rem
    }

    .sm\:w-32 {
        width: 8rem
    }

    .sm\:min-w-0 {
        min-width: 0
    }

    .sm\:flex-1 {
        flex: 1 1 0%
    }

    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1,minmax(0,1fr))
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:items-start {
        align-items: flex-start
    }

    .sm\:items-end {
        align-items: flex-end
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:items-baseline {
        align-items: baseline
    }

    .sm\:justify-end {
        justify-content: flex-end
    }

    .sm\:gap-6 {
        gap: 1.5rem
    }

    .sm\:gap-4 {
        gap: 1rem
    }

    .sm\:space-y-5>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem*var(--tw-space-y-reverse))
    }

    .sm\:space-x-5>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem*var(--tw-space-x-reverse));
        margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)))
    }

    .sm\:space-x-6>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem*var(--tw-space-x-reverse));
        margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)))
    }

    .sm\:space-y-0>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px*var(--tw-space-y-reverse))
    }

    .sm\: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*(1 - var(--tw-space-x-reverse)))
    }

    .sm\:space-x-10>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem*var(--tw-space-x-reverse));
        margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)))
    }

    .sm\:rounded-lg {
        border-radius: .5rem
    }

    .sm\:border-t {
        border-top-width: 1px
    }

    .sm\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgb(229 231 235/var(--tw-border-opacity))
    }

    .sm\:p-6 {
        padding: 1.5rem
    }

    .sm\:p-10 {
        padding: 2.5rem
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .sm\:pt-16 {
        padding-top: 4rem
    }

    .sm\:pb-16 {
        padding-bottom: 4rem
    }

    .sm\:pb-6 {
        padding-bottom: 1.5rem
    }

    .sm\:pt-6 {
        padding-top: 1.5rem
    }

    .sm\:pt-5 {
        padding-top: 1.25rem
    }

    .sm\:pt-2 {
        padding-top: .5rem
    }

    .sm\:pb-1 {
        padding-bottom: .25rem
    }

    .sm\:text-4xl {
        font-size: 2.25rem
    }

    .sm\:text-sm {
        font-size: .875rem
    }
}

@media (min-width: 768px) {
    .md\:mb-0 {
        margin-bottom:0
    }

    .md\:mt-2 {
        margin-top: .5rem
    }

    .md\:mb-20 {
        margin-bottom: 5rem
    }

    .md\:-mr-96 {
        margin-right: -24rem
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:ml-6 {
        margin-left: 1.5rem
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:h-12 {
        height: 3rem
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-2\/3 {
        width: 66.666667%
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-3\/4 {
        width: 75%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:transform-none {
        transform: none
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:divide-y-0>:not([hidden])~:not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px*var(--tw-divide-y-reverse))
    }

    .md\:divide-x>:not([hidden])~:not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px*var(--tw-divide-x-reverse));
        border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)))
    }
}

@media (min-width: 1024px) {
    .lg\:absolute {
        position:absolute
    }

    .lg\:col-start-2 {
        grid-column-start: 2
    }

    .lg\:col-start-1 {
        grid-column-start: 1
    }

    .lg\:row-start-1 {
        grid-row-start: 1
    }

    .lg\:m-0 {
        margin: 0
    }

    .lg\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mb-6 {
        margin-bottom: 1.5rem
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mt-16 {
        margin-top: 4rem
    }

    .lg\:mt-5 {
        margin-top: 1.25rem
    }

    .lg\:ml-10 {
        margin-left: 2.5rem
    }

    .lg\:mb-32 {
        margin-bottom: 8rem
    }

    .lg\:-mt-72 {
        margin-top: -18rem
    }

    .lg\:mr-8 {
        margin-right: 2rem
    }

    .lg\:ml-auto {
        margin-left: auto
    }

    .lg\:mr-3 {
        margin-right: .75rem
    }

    .lg\:mr-64 {
        margin-right: 16rem
    }

    .lg\:mt-24 {
        margin-top: 6rem
    }

    .lg\:mb-40 {
        margin-bottom: 10rem
    }

    .lg\:block {
        display: block
    }

    .lg\:inline-block {
        display: inline-block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:grid {
        display: grid
    }

    .lg\:hidden {
        display: none
    }

    .lg\:h-20 {
        height: 5rem
    }

    .lg\:h-screen {
        height: 100vh
    }

    .lg\:h-full {
        height: 100%
    }

    .lg\:h-48 {
        height: 12rem
    }

    .lg\:h-80 {
        height: 20rem
    }

    .lg\:w-3\/4 {
        width: 75%
    }

    .lg\:w-1\/4 {
        width: 25%
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-2\/3 {
        width: 66.666667%
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/6 {
        width: 16.666667%
    }

    .lg\:w-4\/6 {
        width: 66.666667%
    }

    .lg\:w-5\/6 {
        width: 83.333333%
    }

    .lg\:w-2\/5 {
        width: 40%
    }

    .lg\:w-3\/5 {
        width: 60%
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:max-w-none {
        max-width: none
    }

    .lg\:max-w-5xl {
        max-width: 64rem
    }

    .lg\:flex-shrink-0 {
        flex-shrink: 0
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:gap-5 {
        gap: 1.25rem
    }

    .lg\:gap-8 {
        gap: 2rem
    }

    .lg\:space-y-0>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px*var(--tw-space-y-reverse))
    }

    .lg\:space-x-6>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem*var(--tw-space-x-reverse));
        margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)))
    }

    .lg\:bg-transparent {
        background-color: initial
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .lg\:pt-24 {
        padding-top: 6rem
    }

    .lg\:pl-16 {
        padding-left: 4rem
    }

    .lg\:pb-24 {
        padding-bottom: 6rem
    }

    .lg\:pb-32 {
        padding-bottom: 8rem
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:pt-20 {
        padding-top: 5rem
    }

    .lg\:pr-0 {
        padding-right: 0
    }

    .lg\:pl-12 {
        padding-left: 3rem
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-center {
        text-align: center
    }

    .lg\:text-right {
        text-align: right
    }

    .lg\:text-5xl {
        font-size: 3rem
    }

    .lg\:text-6xl {
        font-size: 3.75rem
    }
}

@media (min-width: 1140px) {
    .xl\:gap-x-8 {
        -moz-column-gap:2rem;
        column-gap: 2rem
    }
}