/*
! tailwindcss v3.1.7 | MIT License | https://tailwindcss.com
*/


/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}
::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}
fieldset {
    margin: 0;
    padding: 0;
}
legend {
    padding: 0;
}
ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}
input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}
*,
::before,
::after {
    --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-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: ;
}
::-webkit-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-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: ;
}
::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-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: ;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.top-0 {
    top: 0px;
}
.left-0 {
    left: 0px;
}
.bottom-12 {
    bottom: 3rem;
}
.left-full {
    left: 100%;
}
.-top-1\/2 {
    top: -50%;
}
.right-14 {
    right: 3.5rem;
}
.right-full {
    right: 100%;
}
.right-40 {
    right: 10rem;
}
.-right-4 {
    right: -1rem;
}
.top-16 {
    top: 4rem;
}
.bottom-28 {
    bottom: 7rem;
}
.bottom-0 {
    bottom: 0px;
}
.top-2 {
    top: 0.5rem;
}
.right-4 {
    right: 1rem;
}
.z-10 {
    z-index: 10;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.ml-auto {
    margin-left: auto;
}
.mr-0 {
    margin-right: 0px;
}
.ml-28 {
    margin-left: 7rem;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.ml-20 {
    margin-left: 5rem;
}
.-ml-20 {
    margin-left: -5rem;
}
.ml-0 {
    margin-left: 0px;
}
.mr-auto {
    margin-right: auto;
}
.-ml-14 {
    margin-left: -3.5rem;
}
.-mb-32 {
    margin-bottom: -8rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.ml-3 {
    margin-left: 0.75rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.-ml-16 {
    margin-left: -4rem;
}
.-ml-10 {
    margin-left: -2.5rem;
}
.ml-10 {
    margin-left: 2.5rem;
}
.-ml-8 {
    margin-left: -2rem;
}
.ml-4 {
    margin-left: 1rem;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-20 {
    height: 5rem;
}
.h-12 {
    height: 3rem;
}
.h-full {
    height: 100%;
}
.h-0 {
    height: 0px;
}
.h-10 {
    height: 2.5rem;
}
.h-6 {
    height: 1.5rem;
}
.w-full {
    width: 100%;
}
.w-auto {
    width: auto;
}
.w-64 {
    width: 16rem;
}
.w-4\/12 {
    width: 33.333333%;
}
.w-8\/12 {
    width: 66.666667%;
}
.w-44 {
    width: 11rem;
}
.w-20 {
    width: 5rem;
}
.w-12 {
    width: 3rem;
}
.w-56 {
    width: 14rem;
}
.w-9\/12 {
    width: 75%;
}
.w-3\/12 {
    width: 25%;
}
.w-10 {
    width: 2.5rem;
}
.w-24 {
    width: 6rem;
}
.w-80 {
    width: 20rem;
}
.w-6 {
    width: 1.5rem;
}
.max-w-7xl {
    max-width: 80rem;
}
.max-w-4xl {
    max-width: 56rem;
}
.max-w-sm {
    max-width: 24rem;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.items-baseline {
    align-items: baseline;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-4 {
    gap: 1rem;
}
.space-y-10 >:not([hidden]) ~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-8 >:not([hidden]) ~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-x-2 >:not([hidden]) ~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 >:not([hidden]) ~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-2 >:not([hidden]) ~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-3xl {
    border-radius: 1.5rem;
}
.border {
    border-width: 1px;
}
.border-t {
    border-top-width: 1px;
}
.border-r {
    border-right-width: 1px;
}
.border-green-neon {
    --tw-border-opacity: 1;
    border-color: rgb(41 236 171 / var(--tw-border-opacity));
}
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-transparent {
    border-color: transparent;
}
.border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.bg-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(4 31 37 / var(--tw-bg-opacity));
}
.bg-gray-light {
    --tw-bg-opacity: 1;
    background-color: rgb(242 245 244 / var(--tw-bg-opacity));
}
.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-cover {
    background-size: cover;
}
.p-3 {
    padding: 0.75rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.pt-20 {
    padding-top: 5rem;
}
.pb-12 {
    padding-bottom: 3rem;
}
.pt-44 {
    padding-top: 11rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pt-12 {
    padding-top: 1.5rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}
.font-medium {
    font-weight: 500;
}
.uppercase {
    text-transform: uppercase;
}
.tracking-wide {
    letter-spacing: 0.025em;
}
.tracking-wider {
    letter-spacing: 0.05em;
}
.text-gray-light {
    --tw-text-opacity: 1;
    color: rgb(242 245 244 / var(--tw-text-opacity));
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-red-dark {
    --tw-text-opacity: 1;
    color: rgb(249 13 55 / var(--tw-text-opacity));
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-green-neon {
    --tw-text-opacity: 1;
    color: rgb(41 236 171 / var(--tw-text-opacity));
}
.opacity-0 {
    opacity: 0;
}
.bg-blend-luminosity {
    background-blend-mode: luminosity;
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    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);
    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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-100 {
    transition-duration: 100ms;
}

/* Css fro hero carousel */
#hero .owl-stage-outer,
#hero .owl-stage-outer > div.owl-stage,
#hero .owl-stage-outer .owl-item,
#hero .owl-stage-outer .bg-cover,
#hero .owl-stage-outer .item
/*,
#e-scooter .owl-stage-outer,
#e-scooter .owl-stage-outer div*/

{
    height: 100%;
}
.bg-cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.scooter-media img {
    width: 100vh;
}
.scooter-media:hover .on-light {
    opacity: 1;
}
.scooter-media:hover .off-light {
    opacity: 0;
}
.key-box {
    background-clip: padding-box;
    border: solid 1px transparent;
    border-radius: 9999px;
    position: relative;
    display: flex;
}
.key-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
}
.hero-carousel .owl-dots {
    display: flex !important;flex-wrap:wrap;
    align-items: center;
    width: auto;
    justify-content: start;
    position: relative;
    left: 80px;
    bottom: 70px;
    opacity: 0;
}
.hero-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #454F59;
    margin: 0 7px;
}
.hero-carousel .owl-dots .owl-dot.active {
    background: #2CFFB9;
}
.fbox-1:before {
    background: linear-gradient(to right, #041f25, #09323B, #29ecab);
}
.fbox-2:before,
.fbox-3:before {
    background: linear-gradient(to left, #041f25, #09323B, #29ecab);
}
.fbox-1 {
    top: 66%;
    left: 100px;
}
.fbox-2 {
    top: 46%;
}
.fbox-3 {
    top: 53%;
}

/* For e-scooter section */

#e-scooter .owl-nav {
    text-align: center;
    bottom: 7.5rem;
    position: relative;
    width: 570px;
    display: block;
    margin: 0 auto;
    height: 50px;
}
.owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    background: #C1F8E5 !important;
    color: #12A273 !important;
    font-size: 40px !important;
}
.owl-nav button span {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    position: relative;
    top: 0;
    font-size: 20px;
}
.owl-nav button.owl-next {
    right: 0;
}
.owl-nav button.owl-prev {
    left: 0;
}
.model-name {
    margin-top: 4rem;
    text-align: center;
    height: 15px;
}
.arc {
    bottom: 12rem;
}
/* For footer */

footer {
    background-image: url(../images/footer-bg.png);
}
.ft-menu ul li a {
    color: #D5D5D5;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}
.ft-menu ul li a:before {
    content: "";
    background-image: url(../images/icons/flash-bw.svg);
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    top: 1px;
    background-size: cover;
}
.ft-menu ul li a:hover:before {
    background-image: url(../images/icons/flash-color.svg);
}
.ft-menu ul li a:hover {
    color: #29ECAB;
}
.ft-bottom {
    bottom: -48px;
}
.ft-menu {
    margin-bottom: 3rem;
}
@media(min-width:1800px) {
    .fbox-1 {
        left: 320px;
    }
    .fbox-2 {
        top: 48%;
    }
    .fbox-3 {
        top: 58%;
    }
}
@media(max-width:1800px) {
    .hero-carousel .owl-dots {
        left: 70px !important;
        bottom: 55px !important;
    }
}
@media(max-width:1366px){
    .arc {
    bottom: 14rem;
}
}
@media(max-width:1280px) {
    .text-3xl {
        font-size: 1.575rem;
        line-height: 1.25rem;
    }
    .items-end{width:500px;} .thunderbolt-text.top-16{top: 0;}
}
@media(max-width:767px) {
    .ft-menu ul li a:before {
        width: 15px;
        height: 15px;
    }
    .ft-menu ul li a {
        padding-left: 20px;
    }
    #e-scooter .owl-nav {
        width: 320px;
    }
    .owl-nav button {
        width: 32px;
        height: 32px;
    }
    .owl-nav button span {
        width: 32px;
        height: 32px;
        font-size: 20px;
    }
    #newsletter .pt-44 {
        padding-top: 1rem;
    }
    /*#newsletter,
.-mb-32 {
    margin-bottom: 0;
}*/
}
@media(max-width:380px) {}
@media(min-width:1024px) {
    .left-aside,
    .right-aside {
        width: 336px;
    }
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:border-green-neon:focus {
    --tw-border-opacity: 1;
    border-color: rgb(41 236 171 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring-0: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(0px + 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-green-neon:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(41 236 171 / var(--tw-ring-opacity));
}
.focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
}
@media (min-width: 640px) {
    .sm\:mt-0 {
        margin-top: 0px;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:max-w-xs {
        max-width: 20rem;
    }
    .sm\:items-center {
        align-items: center;
    }
    .sm\:p-6 {
        padding: 1.5rem;
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
@media (min-width: 768px) {
    .md\:top-1\.5 {
        top: 0.375rem;
    }
    .md\:right-2 {
        right: 0.5rem;
    }
    .md\:top-1 {
        top: 0.25rem;
    }
    .md\:mt-0 {
        margin-top: 0px;
    }
    .md\:grid {
        display: grid;
    }
    .md\:w-16 {
        width: 4rem;
    }
    .md\:w-40 {
        width: 10rem;
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .md\:gap-14 {
        gap: 3.5rem;
    }
    .md\:gap-8 {
        gap: 2rem;
    }
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
@media (min-width: 1024px) {
    .lg\:block {
        display: block;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:h-screen {
        height: 100vh;
    }
    .lg\:w-auto {
        width: auto;
    }
    .lg\:justify-between {
        justify-content: space-between;
    }
    .lg\:space-y-0 >:not([hidden]) ~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (min-width: 1280px) {
    .xl\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .xl\:mt-0 {
        margin-top: 0px;
    }
    .xl\:block {
        display: block;
    }
    .xl\:grid {
        display: grid;
    }
    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xl\:gap-10 {
        gap: 2.5rem;
    }
}
@media (min-width: 1536px) {
    .\32xl\:ml-0 {
        margin-left: 0px;
    }
    .\32xl\:-ml-8 {
        margin-left: -2rem;
    }
    .\32xl\:-ml-4 {
        margin-left: -1rem;
    }
    .\32xl\:ml-4 {
        margin-left: 1rem;
    }
    .\32xl\:w-80 {
        width: 20rem;
    }
    .\32xl\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .\32xl\:text-2xl {
        font-size: 0.875rem;
        line-height: 2rem;
    }
    .\32xl\:text-5xl {
        font-size: 2.325rem;
        line-height: 1;
    }
}
@media (min-width: 1800px) {
    .\33xl\:right-72 {
        right: 18rem;
    }
    .\33xl\:right-96 {
        right: 24rem;
    }
}

.key-points .bg-green-dark.rounded-full,
.key-points.absolute .fbox-1.key-box,
.fbox-2.key-box,
.fbox-3.key-box {
    height: auto;
}
.scooter-media {
    height: 100%;
}