@charset "UTF-8";

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(/_next/static/media/slick.25572f22.eot);
    src: url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"), url(/_next/static/media/slick.653a4cbb.woff) format("woff"), url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"), url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

:root {
    --rt-color-white: #fff;
    --rt-color-dark: #222;
    --rt-color-success: #8dc572;
    --rt-color-error: #be6464;
    --rt-color-warning: #f0ad4e;
    --rt-color-info: #337ab7;
    --rt-opacity: 0.9;
    --rt-transition-show-delay: 0.15s;
    --rt-transition-closing-delay: 0.15s
}

.core-styles-module_tooltip__3vRRp {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    will-change: opacity
}

.core-styles-module_fixed__pcSol {
    position: fixed
}

.core-styles-module_arrow__cvMwQ {
    background: inherit;
    position: absolute
}

.core-styles-module_noArrow__xock6 {
    display: none
}

.core-styles-module_clickable__ZuTTB {
    pointer-events: auto
}

.core-styles-module_show__Nt9eE {
    opacity: var(--rt-opacity);
    transition: opacity var(--rt-transition-show-delay) ease-out
}

.core-styles-module_closing__sGnxF {
    opacity: 0;
    transition: opacity var(--rt-transition-closing-delay) ease-in
}

.styles-module_tooltip__mnnfp {
    border-radius: 3px;
    font-size: 90%;
    padding: 8px 16px;
    width: max-content
}

.styles-module_arrow__K0L3T {
    height: 8px;
    width: 8px
}

[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T {
    transform: rotate(45deg)
}

[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T {
    transform: rotate(135deg)
}

[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T {
    transform: rotate(225deg)
}

[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T {
    transform: rotate(315deg)
}

.styles-module_dark__xNqje {
    background: var(--rt-color-dark);
    color: var(--rt-color-white)
}

.styles-module_light__Z6W-X {
    background-color: var(--rt-color-white);
    color: var(--rt-color-dark)
}

.styles-module_success__A2AKt {
    background-color: var(--rt-color-success);
    color: var(--rt-color-white)
}

.styles-module_warning__SCK0X {
    background-color: var(--rt-color-warning);
    color: var(--rt-color-white)
}

.styles-module_error__JvumD {
    background-color: var(--rt-color-error);
    color: var(--rt-color-white)
}

.styles-module_info__BWdHW {
    background-color: var(--rt-color-info);
    color: var(--rt-color-white)
}

html {
    scroll-behavior: smooth
}

body,
html {
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    overflow-x: hidden
}

:root body {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    background: #000;
    color: #fff;
    font-family: var(--font-poppins), sans-serif
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px
}

.btn {
    padding: 0 20px
}

.themeClr {
    color: #1f8f3e
}

input.form-control {
    outline: 0 !important;
    box-shadow: unset
}

input.form-control:focus,
textarea:focus {
    box-shadow: unset;
    border-color: #26fa0f !important
}

.iconWithText .icn {
    top: 50%;
    transform: translateY(-50%)
}

.commonBtn {
    background-color: #1f8f3e
}

.commonBtn:hover {
    background-color: #001b1c;
    border-color: #001b1c;
    color: #26fa0f
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.cstmModal .modalDialog {
    max-height: calc(100% - 30px);
    scrollbar-width: none
}

.cstmModal .modalDialog::-webkit-scrollbar {
    display: none
}

.font-integral {
    font-family: var(--font-integral-cf-bold), sans-serif
}

ul.slick-dots button {
    padding: 0;
    border: 1px solid #26fa0f;
    border-radius: 50%;
    background: #191d2c;
    height: 10px;
    width: 10px
}

ul.slick-dots button:before {
    display: none
}

.slick-dots li {
    height: auto;
    width: auto
}

ul.slick-dots .slick-active button {
    background: #26fa0f
}

w3m-modal.open {
    z-index: 99999
}

@media (max-width: 360px) {
    .container {
        padding: 0 14px
    }
}

.hero {
    color: white;
    text-align: center;
    padding: 100px 20px
}

.hero h1 {
    font-size: 40px
}

.hero p {
    font-size: 20px
}

.cta {
    background: #28a745;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 22px
}

.section {
    padding: 40px 20px;
    max-width: 900px;
    margin: auto
}

.section h2 {
    color: #1f8f3e
}

.tokenomics,
.why-green {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px
}

.tokenomics div,
.why-green div {
    flex: 1 1 45%;
    background: #e0ffe0;
    padding: 15px;
    border-radius: 8px
}

footer {
    background: #145c2a;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 14px
}

.Toastify__toast-container {
    z-index: 99999999 !important
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246/0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246/0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

:after,
:before {
    --tw-content: ""
}

:host,
html {
    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, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    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,
pre,
samp {
    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: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    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,
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
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

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]:where(:not([hidden=until-found])) {
    display: none
}

:root:has(input.theme-controller[value=light]:checked),
:where(:root),
[data-theme=light] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(98% 0 0);
    --color-base-300: oklch(95% 0 0);
    --color-base-content: oklch(21% 0.006 285.885);
    --color-primary: oklch(45% 0.24 277.023);
    --color-primary-content: oklch(93% 0.034 272.788);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(14% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0
}

@media (prefers-color-scheme: dark) {
    :root {
        color-scheme: dark;
        --color-base-100: oklch(25.33% 0.016 252.42);
        --color-base-200: oklch(23.26% 0.014 253.1);
        --color-base-300: oklch(21.15% 0.012 254.09);
        --color-base-content: oklch(97.807% 0.029 256.847);
        --color-primary: oklch(58% 0.233 277.117);
        --color-primary-content: oklch(96% 0.018 272.314);
        --color-secondary: oklch(65% 0.241 354.308);
        --color-secondary-content: oklch(94% 0.028 342.258);
        --color-accent: oklch(77% 0.152 181.912);
        --color-accent-content: oklch(38% 0.063 188.416);
        --color-neutral: oklch(14% 0.005 285.823);
        --color-neutral-content: oklch(92% 0.004 286.32);
        --color-info: oklch(74% 0.16 232.661);
        --color-info-content: oklch(29% 0.066 243.157);
        --color-success: oklch(76% 0.177 163.223);
        --color-success-content: oklch(37% 0.077 168.94);
        --color-warning: oklch(82% 0.189 84.429);
        --color-warning-content: oklch(41% 0.112 45.904);
        --color-error: oklch(71% 0.194 13.428);
        --color-error-content: oklch(27% 0.105 12.094);
        --radius-selector: 0.5rem;
        --radius-field: 0.25rem;
        --radius-box: 0.5rem;
        --size-selector: 0.25rem;
        --size-field: 0.25rem;
        --border: 1px;
        --depth: 1;
        --noise: 0
    }
}

:root:has(input.theme-controller[value=light]:checked),
[data-theme=light] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(98% 0 0);
    --color-base-300: oklch(95% 0 0);
    --color-base-content: oklch(21% 0.006 285.885);
    --color-primary: oklch(45% 0.24 277.023);
    --color-primary-content: oklch(93% 0.034 272.788);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(14% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0
}

:root:has(input.theme-controller[value=dark]:checked),
[data-theme=dark] {
    color-scheme: dark;
    --color-base-100: oklch(25.33% 0.016 252.42);
    --color-base-200: oklch(23.26% 0.014 253.1);
    --color-base-300: oklch(21.15% 0.012 254.09);
    --color-base-content: oklch(97.807% 0.029 256.847);
    --color-primary: oklch(58% 0.233 277.117);
    --color-primary-content: oklch(96% 0.018 272.314);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(14% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0
}

:root,
[data-theme] {
    background-color: var(--root-bg, var(--color-base-100));
    color: var(--color-base-content)
}

:root {
    scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) #0000;
    --fx-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.34' numOctaves='4' stitchTiles='stitch'%3E%3C/feTurbulence%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='0.2'%3E%3C/rect%3E%3C/svg%3E")
}

@property --radialprogress {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0
}

.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: 1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px
    }
}

.link {
    cursor: pointer;
    text-decoration-line: underline
}

.link:focus {
    --tw-outline-style: none;
    outline-style: none
}

@media (forced-colors:active) {
    .link:focus {
        outline: 2px solid transparent;
        outline-offset: 2px
    }
}

.link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px
}

.dropdown {
    position: relative;
    display: inline-block;
    position-area: var(--anchor-v, bottom) var(--anchor-h, span-right)
}

.dropdown>:not(summary):focus {
    --tw-outline-style: none;
    outline-style: none
}

@media (forced-colors:active) {
    .dropdown>:not(summary):focus {
        outline: 2px solid transparent;
        outline-offset: 2px
    }
}

.dropdown .dropdown-content {
    position: absolute
}

.dropdown:not(details, .dropdown-open, .dropdown-hover:hover, :focus-within) .dropdown-content {
    display: none;
    transform-origin: top;
    opacity: 0;
    scale: 95%
}

.dropdown .dropdown-content,
.dropdown[popover] {
    z-index: 999;
    animation: dropdown .2s;
    transition-property: opacity, scale, display;
    transition-behavior: allow-discrete;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@starting-style {

    .dropdown .dropdown-content,
    .dropdown[popover] {
        scale: 95%;
        opacity: 0
    }
}

.dropdown.dropdown-open>[tabindex]:first-child,
.dropdown:focus-within>[tabindex]:first-child,
.dropdown:not(.dropdown-hover):focus>[tabindex]:first-child {
    pointer-events: none
}

.dropdown.dropdown-open .dropdown-content,
.dropdown:focus-within .dropdown-content,
.dropdown:not(.dropdown-hover):focus .dropdown-content {
    opacity: 100%
}

.dropdown.dropdown-hover:hover .dropdown-content {
    opacity: 100%;
    scale: 100%
}

.dropdown:is(details) summary::-webkit-details-marker {
    display: none
}

.dropdown.dropdown-open .dropdown-content,
.dropdown:focus .dropdown-content,
.dropdown:focus-within .dropdown-content {
    scale: 100%
}

.dropdown:where([popover]) {
    background: #0000
}

.dropdown[popover] {
    position: fixed;
    color: inherit
}

@supports not (position-area:bottom) {
    .dropdown[popover] {
        margin: auto
    }

    .dropdown[popover].dropdown-open:not(:popover-open) {
        display: none;
        transform-origin: top;
        opacity: 0;
        scale: 95%
    }

    .dropdown[popover]::backdrop {
        background-color: color-mix(in oklab, #000 30%, #0000)
    }
}

.dropdown[popover]:not(.dropdown-open, :popover-open) {
    display: none;
    transform-origin: top;
    opacity: 0;
    scale: 95%
}

.dropdown-start :where(.dropdown-content) {
    inset-inline-end: auto
}

.dropdown-start.dropdown-left .dropdown-content,
.dropdown-start.dropdown-right .dropdown-content {
    top: calc(.25rem * 0);
    bottom: auto
}

.dropdown-center :where(.dropdown-content) {
    inset-inline-end: calc(1/2 * 100%);
    translate: 50% 0
}

[dir=rtl] .dropdown-center :where(.dropdown-content) {
    translate: -50% 0
}

.dropdown-center.dropdown-left .dropdown-content,
.dropdown-center.dropdown-right .dropdown-content {
    top: auto;
    bottom: calc(1/2 * 100%);
    translate: 0 50%
}

.dropdown-end {
    --anchor-h: span-left
}

.dropdown-end :where(.dropdown-content) {
    inset-inline-end: calc(.25rem * 0);
    translate: 0 0
}

.dropdown-end.dropdown-left {
    --anchor-h: left;
    --anchor-v: span-top
}

.dropdown-end.dropdown-left .dropdown-content {
    top: auto;
    bottom: calc(.25rem * 0)
}

.dropdown-end.dropdown-right {
    --anchor-h: right;
    --anchor-v: span-top
}

.dropdown-end.dropdown-right .dropdown-content {
    top: auto;
    bottom: calc(.25rem * 0)
}

.dropdown-left .dropdown-content {
    inset-inline-end: 100%;
    top: calc(.25rem * 0);
    bottom: auto;
    transform-origin: right
}

.dropdown-right .dropdown-content {
    inset-inline-start: 100%;
    top: calc(.25rem * 0);
    bottom: auto;
    transform-origin: left
}

.dropdown-bottom .dropdown-content {
    top: 100%;
    bottom: auto;
    transform-origin: top
}

.dropdown-top {
    --anchor-v: top
}

.dropdown-top .dropdown-content {
    top: auto;
    bottom: 100%;
    transform-origin: bottom
}

@keyframes dropdown {
    0% {
        opacity: 0
    }
}

.steps {
    display: inline-grid;
    grid-auto-flow: column;
    overflow: hidden;
    overflow-x: auto;
    counter-reset: step;
    grid-auto-columns: 1fr
}

.steps .step {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-columns: auto;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-rows: 40px 1fr;
    place-items: center;
    text-align: center;
    min-width: 4rem;
    --step-bg: var(--color-base-300);
    --step-fg: var(--color-base-content)
}

.steps .step:before {
    top: calc(.25rem * 0);
    grid-column-start: 1;
    grid-row-start: 1;
    height: calc(.25rem * 2);
    width: 100%;
    border: 1px solid;
    color: var(--step-bg);
    background-color: var(--step-bg);
    --tw-content: "";
    content: var(--tw-content);
    margin-inline-start: -100%
}

.steps .step:not(:has(.step-icon)):after,
.steps .step>.step-icon {
    content: counter(step);
    counter-increment: step;
    z-index: 1;
    color: var(--step-fg);
    background-color: var(--step-bg);
    border: 1px solid var(--step-bg);
    position: relative;
    grid-column-start: 1;
    grid-row-start: 1;
    display: grid;
    height: calc(.25rem * 8);
    width: calc(.25rem * 8);
    place-items: center;
    place-self: center;
    border-radius: calc(infinity * 1px)
}

.steps .step:first-child:before {
    content: none
}

.steps .step[data-content]:after {
    content: attr(data-content)
}

.steps .step-neutral+.step-neutral:before,
.steps .step-neutral:after,
.steps .step-neutral>.step-icon {
    --step-bg: var(--color-neutral);
    --step-fg: var(--color-neutral-content)
}

.steps .step-primary+.step-primary:before,
.steps .step-primary:after,
.steps .step-primary>.step-icon {
    --step-bg: var(--color-primary);
    --step-fg: var(--color-primary-content)
}

.steps .step-secondary+.step-secondary:before,
.steps .step-secondary:after,
.steps .step-secondary>.step-icon {
    --step-bg: var(--color-secondary);
    --step-fg: var(--color-secondary-content)
}

.steps .step-accent+.step-accent:before,
.steps .step-accent:after,
.steps .step-accent>.step-icon {
    --step-bg: var(--color-accent);
    --step-fg: var(--color-accent-content)
}

.steps .step-info+.step-info:before,
.steps .step-info:after,
.steps .step-info>.step-icon {
    --step-bg: var(--color-info);
    --step-fg: var(--color-info-content)
}

.steps .step-success+.step-success:before,
.steps .step-success:after,
.steps .step-success>.step-icon {
    --step-bg: var(--color-success);
    --step-fg: var(--color-success-content)
}

.steps .step-warning+.step-warning:before,
.steps .step-warning:after,
.steps .step-warning>.step-icon {
    --step-bg: var(--color-warning);
    --step-fg: var(--color-warning-content)
}

.steps .step-error+.step-error:before,
.steps .step-error:after,
.steps .step-error>.step-icon {
    --step-bg: var(--color-error);
    --step-fg: var(--color-error-content)
}

.select {
    border: var(--border) solid #0000;
    position: relative;
    display: inline-flex;
    flex-shrink: 1;
    appearance: none;
    align-items: center;
    gap: calc(.25rem * 1.5);
    background-color: var(--color-base-100);
    padding-inline-start: calc(.25rem * 4);
    padding-inline-end: calc(.25rem * 7);
    vertical-align: middle;
    width: clamp(3rem, 20rem, 100%);
    height: var(--size);
    font-size: .875rem;
    border-start-start-radius: var(--join-ss, var(--radius-field));
    border-start-end-radius: var(--join-se, var(--radius-field));
    border-end-start-radius: var(--join-es, var(--radius-field));
    border-end-end-radius: var(--join-ee, var(--radius-field));
    background-image: linear-gradient(45deg, #0000 50%, currentColor 0), linear-gradient(135deg, currentColor 50%, #0000 0);
    background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16.1px) calc(1px + 50%);
    background-size: 4px 4px, 4px 4px;
    background-repeat: no-repeat;
    text-overflow: ellipsis;
    box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0/calc(var(--depth) * .1)) inset;
    border-color: var(--input-color);
    --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
    --size: calc(var(--size-field, 0.25rem) * 10)
}

[dir=rtl] .select {
    background-position: calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%)
}

.select select {
    margin-inline-start: calc(.25rem * -4);
    margin-inline-end: calc(.25rem * -7);
    width: calc(100% + 2.75rem);
    appearance: none;
    padding-inline-start: calc(.25rem * 4);
    padding-inline-end: calc(.25rem * 7);
    height: calc(100% - 2px);
    background: inherit;
    border-radius: inherit;
    border-style: none
}

.select select:focus,
.select select:focus-within {
    --tw-outline-style: none;
    outline-style: none
}

@media (forced-colors:active) {

    .select select:focus,
    .select select:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px
    }
}

.select select:not(:last-child) {
    margin-inline-end: calc(.25rem * -5.5);
    background-image: none
}

.select:focus,
.select:focus-within {
    --input-color: var(--color-base-content);
    box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000);
    outline: 2px solid var(--input-color);
    outline-offset: 2px;
    isolation: isolate;
    z-index: 1
}

.select:has(>select[disabled]),
.select:is(:disabled, [disabled]) {
    cursor: not-allowed;
    border-color: var(--color-base-200);
    background-color: var(--color-base-200);
    color: color-mix(in oklab, var(--color-base-content) 40%, transparent)
}

.select:has(>select[disabled])::placeholder,
.select:is(:disabled, [disabled])::placeholder {
    color: color-mix(in oklab, var(--color-base-content) 20%, transparent)
}

.select:has(>select[disabled])>select[disabled] {
    cursor: not-allowed
}

@keyframes progress {
    50% {
        background-position-x: -115%
    }
}

.footer {
    width: 100%;
    grid-auto-flow: row;
    column-gap: calc(.25rem * 4);
    row-gap: calc(.25rem * 10);
    font-size: .875rem;
    line-height: 1.25rem
}

.footer,
.footer>* {
    display: grid;
    place-items: start
}

.footer>* {
    gap: calc(.25rem * 2)
}

.footer.footer-center {
    grid-auto-flow: column dense;
    place-items: center;
    text-align: center
}

.footer.footer-center>* {
    place-items: center
}

.table {
    font-size: .875rem;
    position: relative;
    width: 100%;
    border-radius: var(--radius-box);
    text-align: left
}

.table:where(:dir(rtl), [dir=rtl], [dir=rtl] *) {
    text-align: right
}

@media (hover: hover) {

    .table tr.row-hover:hover,
    .table tr.row-hover:nth-child(2n):hover {
        background-color: var(--color-base-200)
    }
}

.table :where(th, td) {
    padding-inline: calc(.25rem * 4);
    padding-block: calc(.25rem * 3);
    vertical-align: middle
}

.table :where(thead, tfoot) {
    white-space: nowrap;
    color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
    font-size: .875rem;
    font-weight: 600
}

.table :where(tfoot) {
    border-top: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000)
}

.table :where(.table-pin-rows thead tr) {
    position: sticky;
    top: calc(.25rem * 0);
    z-index: 1;
    background-color: var(--color-base-100)
}

.table :where(.table-pin-rows tfoot tr) {
    position: sticky;
    bottom: calc(.25rem * 0);
    z-index: 1;
    background-color: var(--color-base-100)
}

.table :where(.table-pin-cols tr th) {
    position: sticky;
    right: calc(.25rem * 0);
    left: calc(.25rem * 0);
    background-color: var(--color-base-100)
}

.table :where(thead tr, tbody tr:not(:last-child)) {
    border-bottom: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000)
}

.input {
    cursor: text;
    border: var(--border) solid #0000;
    position: relative;
    display: inline-flex;
    flex-shrink: 1;
    appearance: none;
    align-items: center;
    gap: calc(.25rem * 2);
    background-color: var(--color-base-100);
    padding-inline: calc(.25rem * 3);
    vertical-align: middle;
    white-space: nowrap;
    width: clamp(3rem, 20rem, 100%);
    height: var(--size);
    font-size: .875rem;
    border-start-start-radius: var(--join-ss, var(--radius-field));
    border-start-end-radius: var(--join-se, var(--radius-field));
    border-end-start-radius: var(--join-es, var(--radius-field));
    border-end-end-radius: var(--join-ee, var(--radius-field));
    border-color: var(--input-color);
    box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0/calc(var(--depth) * .1)) inset;
    --size: calc(var(--size-field, 0.25rem) * 10);
    --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000)
}

.input:where(input) {
    display: inline-flex
}

.input :where(input) {
    display: inline-flex;
    height: 100%;
    width: 100%;
    appearance: none;
    background-color: transparent;
    border: none
}

.input :where(input):focus,
.input :where(input):focus-within {
    --tw-outline-style: none;
    outline-style: none
}

@media (forced-colors:active) {

    .input :where(input):focus,
    .input :where(input):focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px
    }
}

.input :where(input[type=date]) {
    display: inline-block
}

.input:focus,
.input:focus-within {
    --input-color: var(--color-base-content);
    box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000);
    outline: 2px solid var(--input-color);
    outline-offset: 2px;
    isolation: isolate;
    z-index: 1
}

.input:has(>input[disabled]),
.input:is(:disabled, [disabled]) {
    cursor: not-allowed;
    border-color: var(--color-base-200);
    background-color: var(--color-base-200);
    color: color-mix(in oklab, var(--color-base-content) 40%, transparent)
}

.input:has(>input[disabled])::placeholder,
.input:is(:disabled, [disabled])::placeholder {
    color: color-mix(in oklab, var(--color-base-content) 20%, transparent)
}

.input:has(>input[disabled]),
.input:is(:disabled, [disabled]) {
    box-shadow: none
}

.input:has(>input[disabled])>input[disabled] {
    cursor: not-allowed
}

.input::-webkit-date-and-time-value {
    text-align: inherit
}

.input[type=number]::-webkit-inner-spin-button {
    margin-block: calc(.25rem * -3);
    margin-inline-end: calc(.25rem * -3)
}

.input::-webkit-calendar-picker-indicator {
    position: absolute;
    inset-inline-end: .75em
}

.checkbox {
    border: var(--border) solid var(--input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000));
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
    appearance: none;
    border-radius: var(--radius-selector);
    padding: calc(.25rem * 1);
    vertical-align: middle;
    color: var(--color-base-content);
    box-shadow: 0 1px oklch(0 0 0/calc(var(--depth) * .1)) inset, 0 0 #0000 inset, 0 0 #0000;
    transition: background-color .2s, box-shadow .2s;
    --size: calc(var(--size-selector, 0.25rem) * 6);
    width: var(--size);
    height: var(--size);
    background-size: auto, calc(var(--noise) * 100%);
    background-image: none, var(--fx-noise)
}

.checkbox:before {
    --tw-content: "";
    content: var(--tw-content);
    display: block;
    width: 100%;
    height: 100%;
    rotate: 45deg;
    background-color: currentColor;
    opacity: 0;
    transition: clip-path .3s, opacity .1s, rotate .3s, translate .3s;
    transition-delay: .1s;
    clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 70% 80%, 70% 100%);
    box-shadow: 0 3px 0 0 oklch(100% 0 0/calc(var(--depth) * .1)) inset;
    font-size: 1rem;
    line-height: .75
}

.checkbox:focus-visible {
    outline: 2px solid var(--input-color, currentColor);
    outline-offset: 2px
}

.checkbox:checked,
.checkbox[aria-checked=true] {
    background-color: var(--input-color, #0000);
    box-shadow: 0 0 #0000 inset, 0 8px 0 -4px oklch(100% 0 0/calc(var(--depth) * .1)) inset, 0 1px oklch(0 0 0/calc(var(--depth) * .1))
}

.checkbox:checked:before,
.checkbox[aria-checked=true]:before {
    clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 0, 70% 0, 70% 100%);
    opacity: 100%
}

@media (forced-colors:active) {

    .checkbox:checked:before,
    .checkbox[aria-checked=true]:before {
        rotate: 0deg;
        background-color: transparent;
        --tw-content: "✔︎";
        clip-path: none
    }
}

@media print {

    .checkbox:checked:before,
    .checkbox[aria-checked=true]:before {
        rotate: 0deg;
        background-color: transparent;
        --tw-content: "✔︎";
        clip-path: none
    }
}

.checkbox:indeterminate:before {
    rotate: 0deg;
    opacity: 100%;
    translate: 0 -35%;
    clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 80% 80%, 80% 100%)
}

.checkbox:disabled {
    cursor: not-allowed;
    opacity: 20%
}

.status {
    display: inline-block;
    aspect-ratio: 1/1;
    width: calc(.25rem * 2);
    height: calc(.25rem * 2);
    border-radius: var(--radius-selector);
    background-color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
    background-position: 50%;
    background-repeat: no-repeat;
    vertical-align: middle;
    color: color-mix(in srgb, #000 30%, transparent)
}

@supports (color: color-mix(in lab, red, red)) {
    .status {
        color: color-mix(in oklab, var(--color-black) 30%, transparent)
    }
}

.status {
    background-image: radial-gradient(circle at 35% 30%, oklch(1 0 0/calc(var(--depth) * .5)), #0000);
    box-shadow: 0 2px 3px -1px color-mix(in oklab, currentColor calc(var(--depth) * 100%), #0000)
}

.hero {
    display: grid;
    width: 100%;
    place-items: center;
    background-size: cover;
    background-position: 50%
}

.hero>* {
    grid-column-start: 1;
    grid-row-start: 1
}

.label {
    display: inline-flex;
    align-items: center;
    gap: calc(.25rem * 1.5);
    white-space: nowrap;
    color: color-mix(in oklab, currentColor 60%, transparent)
}

.label:has(input) {
    cursor: pointer
}

.label:is(.input>*, .select>*) {
    display: flex;
    height: calc(100% - .5rem);
    align-items: center;
    padding-inline: calc(.25rem * 3);
    white-space: nowrap;
    font-size: inherit
}

.label:is(.input>*, .select>*):first-child {
    margin-inline-start: calc(.25rem * -3);
    margin-inline-end: calc(.25rem * 3);
    border-inline-end: var(--border) solid color-mix(in oklab, currentColor 10%, #0000)
}

.label: is(.input>*, .select>*):last-child {
    margin-inline-start: calc(.25rem * 3);
    margin-inline-end: calc(.25rem * -3);
    border-inline-start: var(--border) solid color-mix(in oklab, currentColor 10%, #0000)
}

.\!menu {
    display: flex !important;
    width: fit-content !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    padding: calc(.25rem * 2) !important;
    --menu-active-fg: var(--color-neutral-content) !important;
    --menu-active-bg: var(--color-neutral) !important;
    font-size: .875rem !important
}

.menu {
    display: flex;
    width: fit-content;
    flex-direction: column;
    flex-wrap: wrap;
    padding: calc(.25rem * 2);
    --menu-active-fg: var(--color-neutral-content);
    --menu-active-bg: var(--color-neutral);
    font-size: .875rem
}

.\!menu :where(li ul) {
    position: relative !important;
    margin-inline-start: calc(.25rem * 4) !important;
    padding-inline-start: calc(.25rem * 2) !important;
    white-space: nowrap !important
}

.menu :where(li ul) {
    position: relative;
    margin-inline-start: calc(.25rem * 4);
    padding-inline-start: calc(.25rem * 2);
    white-space: nowrap
}

.\!menu :where(li ul):before {
    position: absolute !important;
    inset-inline-start: calc(.25rem * 0) !important;
    top: calc(.25rem * 3) !important;
    bottom: calc(.25rem * 3) !important;
    background-color: var(--color-base-content) !important;
    opacity: 10% !important;
    width: var(--border) !important;
    content: "" !important
}

.menu :where(li ul):before {
    position: absolute;
    inset-inline-start: calc(.25rem * 0);
    top: calc(.25rem * 3);
    bottom: calc(.25rem * 3);
    background-color: var(--color-base-content);
    opacity: 10%;
    width: var(--border);
    content: ""
}

.\!menu :where(li>.menu-dropdown:not(.menu-dropdown-show)) {
    display: none !important
}

.menu :where(li>.menu-dropdown:not(.menu-dropdown-show)) {
    display: none
}

.menu :where(li:not(.menu-title)>:not(ul, details, .menu-title, .btn)),
.menu :where(li:not(.menu-title)>details>summary:not(.menu-title)) {
    display: grid;
    grid-auto-flow: column;
    align-content: flex-start;
    align-items: center;
    gap: calc(.25rem * 2);
    border-radius: var(--radius-field);
    padding-inline: calc(.25rem * 3);
    padding-block: calc(.25rem * 1.5);
    text-align: start;
    transition-property: color, background-color, box-shadow;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    grid-auto-columns: minmax(auto, max-content) auto max-content;
    text-wrap: balance;
    user-select: none
}

.\!menu :where(li:not(.menu-title)>:not(ul, details, .menu-title, .btn)),
.\!menu :where(li:not(.menu-title)>details>summary:not(.menu-title)) {
    display: grid !important;
    grid-auto-flow: column !important;
    align-content: flex-start !important;
    align-items: center !important;
    gap: calc(.25rem * 2) !important;
    border-radius: var(--radius-field) !important;
    padding-inline: calc(.25rem * 3) !important;
    padding-block: calc(.25rem * 1.5) !important;
    text-align: start !important;
    transition-property: color, background-color, box-shadow !important;
    transition-duration: .2s !important;
    transition-timing-function: cubic-bezier(0, 0, .2, 1) !important;
    grid-auto-columns: minmax(auto, max-content) auto max-content !important;
    text-wrap: balance !important;
    user-select: none !important
}

.\!menu :where(li>details>summary) {
    --tw-outline-style: none !important;
    outline-style: none !important
}

.menu :where(li>details>summary) {
    --tw-outline-style: none;
    outline-style: none
}

@media (forced-colors:active) {
    .\!menu :where(li>details>summary) {
        outline: 2px solid transparent !important;
        outline-offset: 2px !important
    }

    .menu :where(li>details>summary) {
        outline: 2px solid transparent;
        outline-offset: 2px
    }
}

.\!menu :where(li>details>summary)::-webkit-details-marker {
    display: none !important
}

.menu :where(li>details>summary)::-webkit-details-marker {
    display: none
}

.menu :where(li>.menu-dropdown-toggle):after,
.menu :where(li>details>summary):after {
    justify-self: flex-end;
    display: block;
    height: .375rem;
    width: .375rem;
    rotate: -135deg;
    translate: 0 -1px;
    transition-property: rotate, translate;
    transition-duration: .2s;
    content: "";
    transform-origin: 50% 50%;
    box-shadow: inset 2px 2px;
    pointer-events: none
}

.\!menu :where(li>.menu-dropdown-toggle):after,
.\!menu :where(li>details>summary):after {
    justify-self: flex-end !important;
    display: block !important;
    height: .375rem !important;
    width: .375rem !important;
    rotate: -135deg !important;
    translate: 0 -1px !important;
    transition-property: rotate, translate !important;
    transition-duration: .2s !important;
    content: "" !important;
    transform-origin: 50% 50% !important;
    box-shadow: inset 2px 2px !important;
    pointer-events: none !important
}

.menu :where(li>.menu-dropdown-toggle.menu-dropdown-show):after,
.menu :where(li>details[open]>summary):after {
    rotate: 45deg;
    translate: 0 1px
}

.\!menu :where(li>.menu-dropdown-toggle.menu-dropdown-show):after,
.\!menu :where(li>details[open]>summary):after {
    rotate: 45deg !important;
    translate: 0 1px !important
}

.menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title), li:not(.menu-title, .disabled)>details>summary:not(.menu-title)):not(.menu-active, :active, .btn).menu-focus,
.menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title), li:not(.menu-title, .disabled)>details>summary:not(.menu-title)):not(.menu-active, :active, .btn):focus-visible {
    cursor: pointer;
    background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
    color: var(--color-base-content);
    --tw-outline-style: none;
    outline-style: none
}

.\!menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title), li:not(.menu-title, .disabled)>details>summary:not(.menu-title)):not(.menu-active, :active, .btn).menu-focus,
.\!menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title), li:not(.menu-title, .disabled)>details>summary:not(.menu-title)):not(.menu-active, :active, .btn):focus-visible {
    cursor: pointer !important;
    background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent) !important;
    color: var(--color-base-content) !important;
    --tw-outline-style: none !important;
    outline-style: none !important
}

@media (forced-colors:active) {

    .menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title), li:not(.menu-title, .disabled)>details>summary:not(.menu-title)):not(.menu-active, :active, .btn).menu-focus,
    .menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title), li:not(.menu-title, .disabled)>details>summary:not(.menu-title)):not(.menu-active, :active, .btn):focus-visible {
        outline: 2px solid transparent;
        outline-offset: 2px
    }

    .\!menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title), li:not(.menu-title, .disabled)>details>summary:not(.menu-title)):not(.menu-active, :active, .btn).menu-focus,
    .\!menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title), li:not(.menu-title, .disabled)>details>summary:not(.menu-title)):not(.menu-active, :active, .btn):focus-visible {
        outline: 2px solid transparent !important;
        outline-offset: 2px !important
    }
}

.\!menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled)>details>summary:not(.menu-title):not(.menu-active, :active, .btn):hover) {
    cursor: pointer !important;
    background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent) !important;
    --tw-outline-style: none !important;
    outline-style: none !important
}

.menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled)>details>summary:not(.menu-title):not(.menu-active, :active, .btn):hover) {
    cursor: pointer;
    background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
    --tw-outline-style: none;
    outline-style: none
}

@media (forced-colors:active) {
    .\!menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled)>details>summary:not(.menu-title):not(.menu-active, :active, .btn):hover) {
        outline: 2px solid transparent !important;
        outline-offset: 2px !important
    }

    .menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled)>details>summary:not(.menu-title):not(.menu-active, :active, .btn):hover) {
        outline: 2px solid transparent;
        outline-offset: 2px
    }
}

.\!menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled)>details>summary:not(.menu-title):not(.menu-active, :active, .btn):hover) {
    box-shadow: inset 0 1px oklch(0 0 0/.01), inset 0 -1px oklch(100% 0 0/.01) !important
}

.menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled)>details>summary:not(.menu-title):not(.menu-active, :active, .btn):hover) {
    box-shadow: inset 0 1px oklch(0 0 0/.01), inset 0 -1px oklch(100% 0 0/.01)
}

.\!menu :where(li:empty) {
    background-color: var(--color-base-content) !important;
    opacity: 10% !important;
    margin: .5rem 1rem !important;
    height: 1px !important
}

.menu :where(li:empty) {
    background-color: var(--color-base-content);
    opacity: 10%;
    margin: .5rem 1rem;
    height: 1px
}

.\!menu :where(li) {
    position: relative !important;
    display: flex !important;
    flex-shrink: 0 !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    align-items: stretch !important
}

.menu :where(li) {
    position: relative;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch
}

.\!menu :where(li) .badge {
    justify-self: flex-end !important
}

.menu :where(li) .badge {
    justify-self: flex-end
}

.menu :where(li)>:not(ul, .menu-title, details, .btn).menu-active,
.menu :where(li)>:not(ul, .menu-title, details, .btn):active,
.menu :where(li)>details>summary:active {
    --tw-outline-style: none;
    outline-style: none
}

.\!menu :where(li)>:not(ul, .menu-title, details, .btn).menu-active,
.\!menu :where(li)>:not(ul, .menu-title, details, .btn):active,
.\!menu :where(li)>details>summary:active {
    --tw-outline-style: none !important;
    outline-style: none !important
}

@media (forced-colors:active) {

    .menu :where(li)>:not(ul, .menu-title, details, .btn).menu-active,
    .menu :where(li)>:not(ul, .menu-title, details, .btn):active,
    .menu :where(li)>details>summary:active {
        outline: 2px solid transparent;
        outline-offset: 2px
    }

    .\!menu :where(li)>:not(ul, .menu-title, details, .btn).menu-active,
    .\!menu :where(li)>:not(ul, .menu-title, details, .btn):active,
    .\!menu :where(li)>details>summary:active {
        outline: 2px solid transparent !important;
        outline-offset: 2px !important
    }
}

.menu :where(li)>:not(ul, .menu-title, details, .btn).menu-active,
.menu :where(li)>:not(ul, .menu-title, details, .btn):active,
.menu :where(li)>details>summary:active {
    color: var(--menu-active-fg);
    background-color: var(--menu-active-bg);
    background-size: auto, calc(var(--noise) * 100%);
    background-image: none, var(--fx-noise)
}

.\!menu :where(li)>:not(ul, .menu-title, details, .btn).menu-active,
.\!menu :where(li)>:not(ul, .menu-title, details, .btn):active,
.\!menu :where(li)>details>summary:active {
    color: var(--menu-active-fg) !important;
    background-color: var(--menu-active-bg) !important;
    background-size: auto, calc(var(--noise) * 100%) !important;
    background-image: none, var(--fx-noise) !important
}

.menu :where(li)>:not(ul, .menu-title, details, .btn).menu-active:not(.menu :where(li)>:not(ul, .menu-title, details, .btn).menu-active:active),
.menu :where(li)>:not(ul, .menu-title, details, .btn):active:not(.menu :where(li)>:not(ul, .menu-title, details, .btn):active:active),
.menu :where(li)>details>summary:active:not(.menu :where(li)>details>summary:active:active) {
    box-shadow: 0 2px calc(var(--depth) * 3px) -2px var(--menu-active-bg)
}

.\!menu :where(li)>:not(ul, .menu-title, details, .btn).menu-active:not(.\!menu :where(li)>:not(ul, .menu-title, details, .btn).menu-active:active),
.\!menu :where(li)>:not(ul, .menu-title, details, .btn):active:not(.\!menu :where(li)>:not(ul, .menu-title, details, .btn):active:active),
.\!menu :where(li)>details>summary:active:not(.\!menu :where(li)>details>summary:active:active) {
    box-shadow: 0 2px calc(var(--depth) * 3px) -2px var(--menu-active-bg) !important
}

.\!menu :where(li).menu-disabled {
    pointer-events: none !important;
    color: color-mix(in oklab, var(--color-base-content) 20%, transparent) !important
}

.menu :where(li).menu-disabled {
    pointer-events: none;
    color: color-mix(in oklab, var(--color-base-content) 20%, transparent)
}

.\!menu .dropdown:focus-within .menu-dropdown-toggle:after {
    rotate: 45deg !important;
    translate: 0 1px !important
}

.menu .dropdown:focus-within .menu-dropdown-toggle:after {
    rotate: 45deg;
    translate: 0 1px
}

.\!menu .dropdown-content {
    margin-top: calc(.25rem * 2) !important;
    padding: calc(.25rem * 2) !important
}

.menu .dropdown-content {
    margin-top: calc(.25rem * 2);
    padding: calc(.25rem * 2)
}

.\!menu .dropdown-content:before {
    display: none !important
}

.menu .dropdown-content:before {
    display: none
}

.toast {
    position: fixed;
    inset-inline-start: auto;
    inset-inline-end: calc(.25rem * 4);
    top: auto;
    bottom: calc(.25rem * 4);
    display: flex;
    flex-direction: column;
    gap: calc(.25rem * 2);
    background-color: transparent;
    translate: var(--toast-x, 0) var(--toast-y, 0);
    width: max-content;
    max-width: calc(100vw - 2rem)
}

.toast>* {
    animation: toast .25s ease-out
}

.toast:where(.toast-start) {
    inset-inline-start: calc(.25rem * 4);
    inset-inline-end: auto;
    --toast-x: 0
}

.toast:where(.toast-center) {
    inset-inline-start: calc(1/2 * 100%);
    inset-inline-end: calc(1/2 * 100%);
    --toast-x: -50%
}

.toast:where(.toast-end) {
    inset-inline-start: auto;
    inset-inline-end: calc(.25rem * 4);
    --toast-x: 0
}

.toast:where(.toast-bottom) {
    top: auto;
    bottom: calc(.25rem * 4);
    --toast-y: 0
}

.toast:where(.toast-middle) {
    top: calc(1/2 * 100%);
    bottom: auto;
    --toast-y: -50%
}

.toast:where(.toast-top) {
    top: calc(.25rem * 4);
    bottom: auto;
    --toast-y: 0
}

@keyframes toast {
    0% {
        scale: .9;
        opacity: 0
    }

    to {
        scale: 1;
        opacity: 1
    }
}

.mockup-browser .mockup-browser-toolbar .input {
    margin-inline: auto;
    display: flex;
    height: 100%;
    align-items: center;
    gap: calc(.25rem * 2);
    overflow: hidden;
    background-color: var(--color-base-200);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .75rem;
    direction: ltr
}

.mockup-browser .mockup-browser-toolbar .input:before {
    content: "";
    width: calc(.25rem * 4);
    height: calc(.25rem * 4);
    opacity: 30%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor' class='size-4'%3E%3Cpath fill-rule='evenodd' d='M9.965 11.026a5 5 0 1 1 1.06-1.06l2.755 2.754a.75.75 0 1 1-1.06 1.06l-2.755-2.754ZM10.5 7a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z' clip-rule='evenodd' /%3E%3C/svg%3E%0A")
}

@keyframes rating {

    0%,
    40% {
        scale: 1.1;
        filter: brightness(1.05) contrast(1.05)
    }
}

.filter {
    display: flex;
    flex-wrap: wrap
}

.filter input[type=radio] {
    width: auto
}

.filter input {
    overflow: hidden;
    opacity: 100%;
    scale: 1;
    transition: margin .1s, opacity .3s, padding .3s, border-width .1s
}

.filter input:not(:last-child) {
    margin-inline-end: calc(.25rem * 1)
}

.filter input.filter-reset {
    aspect-ratio: 1/1
}

.filter input.filter-reset:after {
    content: "×"
}

.filter:not(:has(input:checked:not(.filter-reset))) .filter-reset,
.filter:not(:has(input:checked:not(.filter-reset))) input[type=reset] {
    scale: 0;
    border-width: 0;
    margin-inline: calc(.25rem * 0);
    width: calc(.25rem * 0);
    padding-inline: calc(.25rem * 0);
    opacity: 0
}

.filter:has(input:checked:not(.filter-reset)) input:not(:checked, .filter-reset, input[type=reset]) {
    scale: 0;
    border-width: 0;
    margin-inline: calc(.25rem * 0);
    width: calc(.25rem * 0);
    padding-inline: calc(.25rem * 0);
    opacity: 0
}

.tooltip {
    position: relative;
    display: inline-block;
    --tt-bg: var(--color-neutral);
    --tt-off: calc(100% + 0.5rem);
    --tt-tail: calc(100% + 1px + 0.25rem)
}

.tooltip:where([data-tip]):before,
.tooltip>:where(.tooltip-content) {
    position: absolute;
    max-width: 20rem;
    border-radius: var(--radius-field);
    padding-inline: calc(.25rem * 2);
    padding-block: calc(.25rem * 1);
    text-align: center;
    white-space: normal;
    color: var(--color-neutral-content);
    opacity: 0;
    font-size: .875rem;
    line-height: 1.25;
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1) 75ms, transform .2s cubic-bezier(.4, 0, .2, 1) 75ms;
    background-color: var(--tt-bg);
    width: max-content;
    pointer-events: none;
    z-index: 1;
    --tw-content: attr(data-tip);
    content: var(--tw-content)
}

.tooltip:after {
    position: absolute;
    opacity: 0;
    background-color: var(--tt-bg);
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1) 75ms, transform .2s cubic-bezier(.4, 0, .2, 1) 75ms;
    content: "";
    pointer-events: none;
    width: .625rem;
    height: .25rem;
    display: block;
    mask-repeat: no-repeat;
    mask-position: -1px 0;
    --mask-tooltip: url("data:image/svg+xml,%3Csvg width='10' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500009 1C3.5 1 3.00001 4 5.00001 4C7 4 6.5 1 9.5 1C10 1 10 0.499897 10 0H0C-1.99338e-08 0.5 0 1 0.500009 1Z' fill='black'/%3E%3C/svg%3E%0A");
    mask-image: var(--mask-tooltip)
}

.tooltip.tooltip-open:after,
.tooltip.tooltip-open>.tooltip-content,
.tooltip.tooltip-open[data-tip]:before,
.tooltip:has(:focus-visible):after,
.tooltip:has(:focus-visible)>.tooltip-content,
.tooltip:has(:focus-visible)[data-tip]:before,
.tooltip:not(:has(.tooltip-content:empty)):has(.tooltip-content):hover:after,
.tooltip:not(:has(.tooltip-content:empty)):has(.tooltip-content):hover>.tooltip-content,
.tooltip:not(:has(.tooltip-content:empty)):has(.tooltip-content):hover[data-tip]:before,
.tooltip[data-tip]:not([data-tip=""]):hover:after,
.tooltip[data-tip]:not([data-tip=""]):hover>.tooltip-content,
.tooltip[data-tip]:not([data-tip=""]):hover[data-tip]:before {
    opacity: 100%;
    --tt-pos: 0rem;
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1) 0s, transform .2s cubic-bezier(.4, 0, .2, 1) 0s
}

.tooltip-top>.tooltip-content,
.tooltip-top[data-tip]:before,
.tooltip>.tooltip-content,
.tooltip[data-tip]:before {
    transform: translateX(-50%) translateY(var(--tt-pos, .25rem));
    inset: auto auto var(--tt-off) 50%
}

.tooltip-top:after,
.tooltip:after {
    transform: translateX(-50%) translateY(var(--tt-pos, .25rem));
    inset: auto auto var(--tt-tail) 50%
}

.radio {
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
    appearance: none;
    border-radius: calc(infinity * 1px);
    padding: calc(.25rem * 1);
    vertical-align: middle;
    border: var(--border) solid var(--input-color, color-mix(in srgb, currentcolor 20%, #0000));
    box-shadow: 0 1px oklch(0 0 0/calc(var(--depth) * .1)) inset;
    --size: calc(var(--size-selector, 0.25rem) * 6);
    width: var(--size);
    height: var(--size);
    color: var(--input-color, currentColor)
}

.radio:before {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: calc(infinity * 1px);
    --tw-content: "";
    content: var(--tw-content);
    background-size: auto, calc(var(--noise) * 100%);
    background-image: none, var(--fx-noise)
}

.radio:focus-visible {
    outline: 2px solid currentColor
}

.radio:checked,
.radio[aria-checked=true] {
    animation: radio .2s ease-out;
    border-color: currentColor;
    background-color: var(--color-base-100)
}

.radio:checked:before,
.radio[aria-checked=true]:before {
    background-color: currentColor;
    box-shadow: 0 -1px oklch(0 0 0/calc(var(--depth) * .1)) inset, 0 8px 0 -4px oklch(100% 0 0/calc(var(--depth) * .1)) inset, 0 1px oklch(0 0 0/calc(var(--depth) * .1))
}

@media (forced-colors:active) {

    .radio:checked:before,
    .radio[aria-checked=true]:before {
        outline-style: var(--tw-outline-style);
        outline-width: 1px;
        outline-offset: calc(1px * -1)
    }
}

@media print {

    .radio:checked:before,
    .radio[aria-checked=true]:before {
        outline: .25rem solid;
        outline-offset: -1rem
    }
}

.radio:disabled {
    cursor: not-allowed;
    opacity: 20%
}

@keyframes radio {
    0% {
        padding: 5px
    }

    50% {
        padding: 3px
    }
}

@keyframes skeleton {
    0% {
        background-position: 150%
    }

    to {
        background-position: -50%
    }
}

.loading {
    pointer-events: none;
    display: inline-block;
    aspect-ratio: 1/1;
    background-color: currentColor;
    vertical-align: middle;
    width: calc(var(--size-selector, .25rem) * 6);
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.loading-bars {
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='9' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3C/rect%3E%3Crect x='17' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3C/rect%3E%3C/svg%3E")
}

.swap {
    position: relative;
    display: inline-grid;
    cursor: pointer;
    place-content: center;
    vertical-align: middle;
    webkit-user-select: none;
    user-select: none
}

.swap input {
    appearance: none;
    border: none
}

.swap>* {
    grid-column-start: 1;
    grid-row-start: 1;
    transition-property: transform, rotate, opacity;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.swap .swap-indeterminate,
.swap .swap-on,
.swap input:indeterminate~.swap-on {
    opacity: 0
}

.swap input:is(:checked, :indeterminate)~.swap-off {
    opacity: 0
}

.swap input:checked~.swap-on,
.swap input:indeterminate~.swap-indeterminate {
    opacity: 100%;
    backface-visibility: visible
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    inset: 0
}

.bottom-0 {
    bottom: 0
}

.bottom-\[10px\] {
    bottom: 10px
}

.left-0 {
    left: 0
}

.left-1 {
    left: .25rem
}

.left-2 {
    left: .5rem
}

.left-\[16\%\] {
    left: 16%
}

.right-0 {
    right: 0
}

.right-2 {
    right: .5rem
}

.right-\[10px\] {
    right: 10px
}

.right-\[16\%\] {
    right: 16%
}

.top-0 {
    top: 0
}

.top-1 {
    top: .25rem
}

.top-2 {
    top: .5rem
}

.top-\[0\] {
    top: 0
}

.top-\[50\%\] {
    top: 50%
}

.z-10 {
    z-index: 10
}

.z-\[-1\] {
    z-index: -1
}

.z-\[999999\] {
    z-index: 999999
}

.z-\[9999\] {
    z-index: 9999
}

.z-\[999\] {
    z-index: 999
}

.z-\[9\] {
    z-index: 9
}

.order-\[-1\] {
    order: -1
}

.col-span-12 {
    grid-column: span 12/span 12
}

.col-span-6 {
    grid-column: span 6/span 6
}

.m-0 {
    margin: 0
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-3 {
    margin-left: .75rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-\[-10px\] {
    margin-top: -10px
}

.mt-\[10px\] {
    margin-top: 10px
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-0 {
    height: 0
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-\[14px\] {
    height: 14px
}

.h-\[150px\] {
    height: 150px
}

.h-\[20px\] {
    height: 20px
}

.h-\[220px\] {
    height: 220px
}

.h-\[24px\] {
    height: 24px
}

.h-\[25px\] {
    height: 25px
}

.h-\[35px\] {
    height: 35px
}

.h-\[40px\] {
    height: 40px
}

.h-\[45px\] {
    height: 45px
}

.h-\[50px\] {
    height: 50px
}

.h-\[55px\] {
    height: 55px
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.max-h-\[100px\] {
    max-height: 100px
}

.max-h-\[500px\] {
    max-height: 500px
}

.max-h-full {
    max-height: 100%
}

.min-h-\[calc\(100vh-402px\)\] {
    min-height: calc(100vh - 402px)
}

.min-h-screen {
    min-height: 100vh
}

.w-0 {
    width: 0
}

.w-12 {
    width: 3rem
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-52 {
    width: 13rem
}

.w-8 {
    width: 2rem
}

.w-\[14px\] {
    width: 14px
}

.w-\[20px\] {
    width: 20px
}

.w-\[24px\] {
    width: 24px
}

.w-\[25px\] {
    width: 25px
}

.w-\[30px\] {
    width: 30px
}

.w-\[50px\] {
    width: 50px
}

.w-\[60px\] {
    width: 60px
}

.w-\[90px\] {
    width: 90px
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.max-w-\[150px\] {
    max-width: 150px
}

.max-w-\[250px\] {
    max-width: 250px
}

.max-w-\[350px\] {
    max-width: 350px
}

.max-w-\[373px\] {
    max-width: 373px
}

.max-w-\[400px\] {
    max-width: 400px
}

.max-w-\[420px\] {
    max-width: 420px
}

.max-w-\[430px\] {
    max-width: 430px
}

.max-w-\[450px\] {
    max-width: 450px
}

.max-w-\[500px\] {
    max-width: 500px
}

.max-w-\[600px\] {
    max-width: 600px
}

.max-w-\[656px\] {
    max-width: 656px
}

.max-w-\[800px\] {
    max-width: 800px
}

.max-w-\[900px\] {
    max-width: 900px
}

.max-w-\[calc\(100\%-60px\)\] {
    max-width: calc(100% - 60px)
}

.max-w-\[max-content\] {
    max-width: max-content
}

.max-w-full {
    max-width: 100%
}

.max-w-lg {
    max-width: 32rem
}

.flex-shrink-0 {
    flex-shrink: 0
}

.border-collapse {
    border-collapse: collapse
}

.translate-x-6 {
    --tw-translate-x: 1.5rem
}

.translate-x-6,
.translate-y-\[-50\%\] {
    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-y-\[-50\%\] {
    --tw-translate-y: -50%
}

.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))
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.animate-bounce {
    animation: bounce 1s infinite
}

.cursor-default {
    cursor: default
}

.cursor-not-allowed {
    cursor: not-allowed
}

.cursor-pointer {
    cursor: pointer
}

.list-disc {
    list-style-type: disc
}

.list-none {
    list-style-type: none
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.gap-1 {
    gap: .25rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-\[10px\] {
    gap: 10px
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis
}

.truncate,
.whitespace-nowrap {
    white-space: nowrap
}

.whitespace-pre-line {
    white-space: pre-line
}

.rounded {
    border-radius: .25rem
}

.rounded-\[10px\] {
    border-radius: 10px
}

.rounded-\[15px\] {
    border-radius: 15px
}

.rounded-\[20px\] {
    border-radius: 20px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-xl {
    border-radius: .75rem
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0
}

.border-2,
.border-\[2px\] {
    border-width: 2px
}

.border-\[3px\] {
    border-width: 3px
}

.border-b {
    border-bottom-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-dashed {
    border-style: dashed
}

.border-\[\#0a3c1e\] {
    --tw-border-opacity: 1;
    border-color: rgb(10 60 30/var(--tw-border-opacity, 1))
}

.border-\[\#1F8F3E\] {
    --tw-border-opacity: 1;
    border-color: rgb(31 143 62/var(--tw-border-opacity, 1))
}

.border-\[\#1c1f29\] {
    --tw-border-opacity: 1;
    border-color: rgb(28 31 41/var(--tw-border-opacity, 1))
}

.border-\[\#1f8f3e\] {
    --tw-border-opacity: 1;
    border-color: rgb(31 143 62/var(--tw-border-opacity, 1))
}

.border-\[\#23262F\] {
    --tw-border-opacity: 1;
    border-color: rgb(35 38 47/var(--tw-border-opacity, 1))
}

.border-\[\#26fa0f\]\/50 {
    border-color: rgb(38 250 15/.5)
}

.border-\[\#2c2c2c\] {
    --tw-border-opacity: 1;
    border-color: rgb(44 44 44/var(--tw-border-opacity, 1))
}

.border-\[\#353945\] {
    --tw-border-opacity: 1;
    border-color: rgb(53 57 69/var(--tw-border-opacity, 1))
}

.border-\[\#4c4c4c\] {
    --tw-border-opacity: 1;
    border-color: rgb(76 76 76/var(--tw-border-opacity, 1))
}

.border-\[\#ddd\]\/30 {
    border-color: rgb(221 221 221/.3)
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0/var(--tw-border-opacity, 1))
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity, 1))
}

.border-white\/20 {
    border-color: rgb(255 255 255/.2)
}

.bg-\[\#000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity, 1))
}

.bg-\[\#010101\] {
    --tw-bg-opacity: 1;
    background-color: rgb(1 1 1/var(--tw-bg-opacity, 1))
}

.bg-\[\#072902e3\] {
    background-color: #072902e3
}

.bg-\[\#103517\] {
    --tw-bg-opacity: 1;
    background-color: rgb(16 53 23/var(--tw-bg-opacity, 1))
}

.bg-\[\#103518\] {
    --tw-bg-opacity: 1;
    background-color: rgb(16 53 24/var(--tw-bg-opacity, 1))
}

.bg-\[\#113420\] {
    --tw-bg-opacity: 1;
    background-color: rgb(17 52 32/var(--tw-bg-opacity, 1))
}

.bg-\[\#131313\] {
    --tw-bg-opacity: 1;
    background-color: rgb(19 19 19/var(--tw-bg-opacity, 1))
}

.bg-\[\#141614\] {
    --tw-bg-opacity: 1;
    background-color: rgb(20 22 20/var(--tw-bg-opacity, 1))
}

.bg-\[\#145c2a\] {
    --tw-bg-opacity: 1;
    background-color: rgb(20 92 42/var(--tw-bg-opacity, 1))
}

.bg-\[\#16381D\] {
    --tw-bg-opacity: 1;
    background-color: rgb(22 56 29/var(--tw-bg-opacity, 1))
}

.bg-\[\#1C5727\] {
    --tw-bg-opacity: 1;
    background-color: rgb(28 87 39/var(--tw-bg-opacity, 1))
}

.bg-\[\#1F8F3E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(31 143 62/var(--tw-bg-opacity, 1))
}

.bg-\[\#1d1d1d\] {
    --tw-bg-opacity: 1;
    background-color: rgb(29 29 29/var(--tw-bg-opacity, 1))
}

.bg-\[\#1f8f3e\] {
    --tw-bg-opacity: 1;
    background-color: rgb(31 143 62/var(--tw-bg-opacity, 1))
}

.bg-\[\#26fa0f\] {
    --tw-bg-opacity: 1;
    background-color: rgb(38 250 15/var(--tw-bg-opacity, 1))
}

.bg-\[\#45454580\] {
    background-color: #45454580
}

.bg-\[\#79F4E4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(121 244 228/var(--tw-bg-opacity, 1))
}

.bg-\[\#EFC139\] {
    --tw-bg-opacity: 1;
    background-color: rgb(239 193 57/var(--tw-bg-opacity, 1))
}

.bg-\[\#EFC139\]\/50 {
    background-color: rgb(239 193 57/.5)
}

.bg-\[\#cbcbcbb8\] {
    background-color: #cbcbcbb8
}

.bg-\[var\(--backgroundColor2\)\] {
    background-color: var(--backgroundColor2)
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity, 1))
}

.bg-black\/70 {
    background-color: rgb(0 0 0/.7)
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246/var(--tw-bg-opacity, 1))
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity, 1))
}

.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128/var(--tw-bg-opacity, 1))
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94/var(--tw-bg-opacity, 1))
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68/var(--tw-bg-opacity, 1))
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity, 1))
}

.object-contain {
    object-fit: contain
}

.object-cover {
    object-fit: cover
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-\[40px\] {
    padding: 40px
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pb-\[1px\] {
    padding-bottom: 1px
}

.pl-0 {
    padding-left: 0
}

.pl-3 {
    padding-left: .75rem
}

.pl-5 {
    padding-left: 1.25rem
}

.pr-4 {
    padding-right: 1rem
}

.ps-2 {
    padding-inline-start: .5rem
}

.pt-12 {
    padding-top: 3rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pt-6 {
    padding-top: 1.5rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.font-\[Zupraxu\] {
    font-family: Zupraxu
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-\[12px\] {
    font-size: 12px
}

.text-\[14px\] {
    font-size: 14px
}

.text-\[16px\] {
    font-size: 16px
}

.text-\[18px\] {
    font-size: 18px
}

.text-\[20px\] {
    font-size: 20px
}

.text-\[23px\] {
    font-size: 23px
}

.text-\[24px\] {
    font-size: 24px
}

.text-\[25px\] {
    font-size: 25px
}

.text-\[26px\] {
    font-size: 26px
}

.text-\[28px\] {
    font-size: 28px
}

.text-\[30px\] {
    font-size: 30px
}

.text-\[35px\] {
    font-size: 35px
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-\[800\] {
    font-weight: 800
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.leading-\[30px\] {
    line-height: 30px
}

.leading-\[35px\] {
    line-height: 35px
}

.leading-\[48px\] {
    line-height: 48px
}

.leading-relaxed {
    line-height: 1.625
}

.leading-tight {
    line-height: 1.25
}

.text-\[\#000\] {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity, 1))
}

.text-\[\#0a3c1e\] {
    --tw-text-opacity: 1;
    color: rgb(10 60 30/var(--tw-text-opacity, 1))
}

.text-\[\#26fa0f\] {
    --tw-text-opacity: 1;
    color: rgb(38 250 15/var(--tw-text-opacity, 1))
}

.text-\[\#58BD7D\] {
    --tw-text-opacity: 1;
    color: rgb(88 189 125/var(--tw-text-opacity, 1))
}

.text-\[\#777E90\] {
    --tw-text-opacity: 1;
    color: rgb(119 126 144/var(--tw-text-opacity, 1))
}

.text-\[\#A7A6B8\] {
    --tw-text-opacity: 1;
    color: rgb(167 166 184/var(--tw-text-opacity, 1))
}

.text-\[\#CCCCCC\] {
    --tw-text-opacity: 1;
    color: rgb(204 204 204/var(--tw-text-opacity, 1))
}

.text-\[\#EFC139\] {
    --tw-text-opacity: 1;
    color: rgb(239 193 57/var(--tw-text-opacity, 1))
}

.text-\[\#ccc\] {
    --tw-text-opacity: 1;
    color: rgb(204 204 204/var(--tw-text-opacity, 1))
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity, 1))
}

.text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250/var(--tw-text-opacity, 1))
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity, 1))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity, 1))
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity, 1))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity, 1))
}

.text-white\/40 {
    color: rgb(255 255 255/.4)
}

.text-white\/60 {
    color: rgb(255 255 255/.6)
}

.text-white\/70 {
    color: rgb(255 255 255/.7)
}

.underline {
    text-decoration-line: underline
}

.opacity-0 {
    opacity: 0
}

.opacity-50 {
    opacity: .5
}

.opacity-90 {
    opacity: .9
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0/0.1), 0 1px 2px -1px rgb(0 0 0/0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)
}

.shadow,
.shadow-md {
    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 rgb(0 0 0/0.1), 0 2px 4px -2px rgb(0 0 0/0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)
}

.shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

.shadow-none,
.shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0/0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.outline-0 {
    outline-width: 0
}

.blur {
    --tw-blur: blur(8px)
}

.blur,
.filter {
    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)
}

.backdrop-blur-\[6px\] {
    --tw-backdrop-blur: blur(6px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.duration-300 {
    transition-duration: .3s
}

.duration-\[10ms\] {
    transition-duration: 10ms
}

.duration-\[400ms\] {
    transition-duration: .4s
}

.duration-\[500ms\] {
    transition-duration: .5s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.rounded-box {
    border-radius: var(--radius-box)
}

.placeholder\:text-white\/40::placeholder {
    color: rgb(255 255 255/.4)
}

.hover\:bg-\[\#00ff4e\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 255 78/var(--tw-bg-opacity, 1))
}

.hover\:bg-\[\#1F8F3E\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 143 62/var(--tw-bg-opacity, 1))
}

.hover\:bg-\[\#EFC139\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 193 57/var(--tw-bg-opacity, 1))
}

.hover\:bg-\[\#edc050\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(237 192 80/var(--tw-bg-opacity, 1))
}

.hover\:bg-\[\#eec150\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(238 193 80/var(--tw-bg-opacity, 1))
}

.hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235/var(--tw-bg-opacity, 1))
}

.hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235/var(--tw-bg-opacity, 1))
}

.hover\:text-\[\#1F8F3E\]:hover {
    --tw-text-opacity: 1;
    color: rgb(31 143 62/var(--tw-text-opacity, 1))
}

.hover\:text-\[\#68dfd0\]:hover {
    --tw-text-opacity: 1;
    color: rgb(104 223 208/var(--tw-text-opacity, 1))
}

.hover\:text-\[\#edc050\]:hover {
    --tw-text-opacity: 1;
    color: rgb(237 192 80/var(--tw-text-opacity, 1))
}

.hover\:underline:hover {
    text-decoration-line: underline
}

.focus\:border-\[\#113420\]:focus {
    --tw-border-opacity: 1;
    border-color: rgb(17 52 32/var(--tw-border-opacity, 1))
}

.focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(99 102 241/var(--tw-border-opacity, 1))
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus\:ring: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(3px + 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-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(199 210 254/var(--tw-ring-opacity, 1))
}

.active\:bg-blue-500:active {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246/var(--tw-bg-opacity, 1))
}

.active\:text-white:active {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity, 1))
}

.disabled\:opacity-50:disabled {
    opacity: .5
}

.peer:checked~.peer-checked\:bg-\[\#EFC139\] {
    --tw-bg-opacity: 1;
    background-color: rgb(239 193 57/var(--tw-bg-opacity, 1))
}

@media (min-width: 640px) {
    .sm\:col-span-6 {
        grid-column: span 6/span 6
    }

    .sm\:h-\[45px\] {
        height: 45px
    }

    .sm\:h-\[50px\] {
        height: 50px
    }

    .sm\:h-\[80px\] {
        height: 80px
    }

    .sm\:w-\[80px\] {
        width: 80px
    }

    .sm\:flex-nowrap {
        flex-wrap: nowrap
    }

    .sm\:justify-between {
        justify-content: space-between
    }

    .sm\:gap-4 {
        gap: 1rem
    }

    .sm\:gap-\[14px\] {
        gap: 14px
    }

    .sm\:rounded-\[20px\] {
        border-radius: 20px
    }

    .sm\:border-\[3px\] {
        border-width: 3px
    }

    .sm\:p-5 {
        padding: 1.25rem
    }

    .sm\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px
    }

    .sm\:text-\[14px\] {
        font-size: 14px
    }

    .sm\:text-\[16px\] {
        font-size: 16px
    }

    .sm\:text-\[26px\] {
        font-size: 26px
    }

    .sm\:text-\[40px\] {
        font-size: 40px
    }
}

@media (min-width: 768px) {
    .md\:absolute {
        position: absolute
    }

    .md\:order-\[1\] {
        order: 1
    }

    .md\:col-span-4 {
        grid-column: span 4/span 4
    }

    .md\:col-span-6 {
        grid-column: span 6/span 6
    }

    .md\:col-span-8 {
        grid-column: span 8/span 8
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .md\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .md\:my-3 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }

    .md\:mr-5 {
        margin-right: 1.25rem
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:h-\[64px\] {
        height: 64px
    }

    .md\:w-\[80px\] {
        width: 80px
    }

    .md\:w-\[calc\(50\%-20px\)\] {
        width: calc(50% - 20px)
    }

    .md\:max-w-\[256px\] {
        max-width: 256px
    }

    .md\:max-w-\[max-content\] {
        max-width: max-content
    }

    .md\:bg-transparent {
        background-color: transparent
    }

    .md\:p-0 {
        padding: 0
    }

    .md\:p-\[20px\] {
        padding: 20px
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .md\:py-\[160px\] {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .md\:py-\[70px\] {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .md\:pb-4 {
        padding-bottom: 1rem
    }

    .md\:pl-5 {
        padding-left: 1.25rem
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .md\:text-\[16px\] {
        font-size: 16px
    }

    .md\:text-\[24px\] {
        font-size: 24px
    }

    .md\:text-\[30px\] {
        font-size: 30px
    }

    .md\:text-\[35px\] {
        font-size: 35px
    }

    .md\:text-\[48px\] {
        font-size: 48px
    }
}

@media (min-width: 1024px) {
    .lg\:col-span-3 {
        grid-column: span 3/span 3
    }

    .lg\:col-span-4 {
        grid-column: span 4/span 4
    }

    .lg\:col-span-5 {
        grid-column: span 5/span 5
    }

    .lg\:col-span-8 {
        grid-column: span 8/span 8
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:w-\[calc\(33\.333\%-20px\)\] {
        width: calc(33.333% - 20px)
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:gap-\[50px\] {
        gap: 50px
    }

    .lg\:border-0 {
        border-width: 0
    }

    .lg\:border-l {
        border-left-width: 1px
    }

    .lg\:border-r {
        border-right-width: 1px
    }

    .lg\:px-3 {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .lg\:pb-6 {
        padding-bottom: 1.5rem
    }

    .lg\:pl-10 {
        padding-left: 2.5rem
    }
}

@font-face {
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/_next/static/media/8c0f877bd1202585-s.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/_next/static/media/9c18eba18d4baf22-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/_next/static/media/8c0f877bd1202585-s.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/_next/static/media/9c18eba18d4baf22-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: DM Sans;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/_next/static/media/8c0f877bd1202585-s.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: DM Sans;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/_next/static/media/9c18eba18d4baf22-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: DM Sans Fallback;
    src: local("Arial");
    ascent-override: 94.90%;
    descent-override: 29.66%;
    line-gap-override: 0.00%;
    size-adjust: 104.53%
}

.__className_ab4043 {
    font-family: DM Sans, DM Sans Fallback;
    font-style: normal
}