*, ::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-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
*/

/*
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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
    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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
}

/*
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-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
    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::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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
    display: none;
}

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

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

.invisible {
    visibility: hidden;
}

.collapse {
    visibility: collapse;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    inset: 0px;
}

.inset-x-0 {
    left: 0px;
    right: 0px;
}

.-left-\[10\%\] {
    left: -10%;
}

.-left-\[35px\] {
    left: -35px;
}

.-right-2 {
    right: -0.5rem;
}

.-right-\[10\%\] {
    right: -10%;
}

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

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

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

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

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

.-top-\[6px\] {
    top: -6px;
}

.bottom-0 {
    bottom: 0px;
}

.bottom-3 {
    bottom: 0.75rem;
}

.bottom-5 {
    bottom: 1.25rem;
}

.bottom-6 {
    bottom: 1.5rem;
}

.bottom-7 {
    bottom: 1.75rem;
}

.bottom-8 {
    bottom: 2rem;
}

.bottom-\[18\%\] {
    bottom: 18%;
}

.bottom-\[28\%\] {
    bottom: 28%;
}

.bottom-full {
    bottom: 100%;
}

.left-0 {
    left: 0px;
}

.left-1\/2 {
    left: 50%;
}

.left-2 {
    left: 0.5rem;
}

.left-3 {
    left: 0.75rem;
}

.left-4 {
    left: 1rem;
}

.left-5 {
    left: 1.25rem;
}

.right-0 {
    right: 0px;
}

.right-4 {
    right: 1rem;
}

.right-6 {
    right: 1.5rem;
}

.right-\[10px\] {
    right: 10px;
}

.right-\[5\%\] {
    right: 5%;
}

.right-\[6px\] {
    right: 6px;
}

.top-0 {
    top: 0px;
}

.top-1 {
    top: 0.25rem;
}

.top-1\/2 {
    top: 50%;
}

.top-16 {
    top: 4rem;
}

.top-2 {
    top: 0.5rem;
}

.top-28 {
    top: 7rem;
}

.top-4 {
    top: 1rem;
}

.top-5 {
    top: 1.25rem;
}

.top-6 {
    top: 1.5rem;
}

.top-8 {
    top: 2rem;
}

.top-9 {
    top: 2.25rem;
}

.top-\[100\%\] {
    top: 100%;
}

.top-\[10px\] {
    top: 10px;
}

.top-\[20\%\] {
    top: 20%;
}

.top-\[35\%\] {
    top: 35%;
}

.top-\[45px\] {
    top: 45px;
}

.top-\[50\%\] {
    top: 50%;
}

.top-\[6px\] {
    top: 6px;
}

.top-full {
    top: 100%;
}

.\!z-\[1000\] {
    z-index: 1000 !important;
}

.-z-\[1\] {
    z-index: -1;
}

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

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

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

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

.z-\[-1\] {
    z-index: -1;
}

.z-\[100\] {
    z-index: 100;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.col-span-12 {
    grid-column: span 12 / span 12;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.col-span-4 {
    grid-column: span 4 / span 4;
}

.col-span-6 {
    grid-column: span 6 / span 6;
}

.col-span-8 {
    grid-column: span 8 / span 8;
}

.col-span-9 {
    grid-column: span 9 / span 9;
}

.col-span-full {
    grid-column: 1 / -1;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

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

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-\[-20px\] {
    margin-top: -20px;
    margin-bottom: -20px;
}

.\!me-1 {
    margin-inline-end: 0.25rem !important;
}

.\!me-1\.5 {
    margin-inline-end: 0.375rem !important;
}

.\!ms-auto {
    margin-inline-start: auto !important;
}

.-mb-3 {
    margin-bottom: -0.75rem;
}

.-mb-4 {
    margin-bottom: -1rem;
}

.-mb-\[115px\] {
    margin-bottom: -115px;
}

.-mt-10 {
    margin-top: -2.5rem;
}

.-mt-11 {
    margin-top: -2.75rem;
}

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

.-mt-14 {
    margin-top: -3.5rem;
}

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

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

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

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

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

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

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

.-mt-9 {
    margin-top: -2.25rem;
}

.-mt-\[200px\] {
    margin-top: -200px;
}

.-mt-\[38px\] {
    margin-top: -38px;
}

.-mt-\[60px\] {
    margin-top: -60px;
}

.-mt-\[77px\] {
    margin-top: -77px;
}

.-mt-\[80px\] {
    margin-top: -80px;
}

.-mt-\[95px\] {
    margin-top: -95px;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-11 {
    margin-bottom: 2.75rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-14 {
    margin-bottom: 3.5rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

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

.mb-20 {
    margin-bottom: 5rem;
}

.mb-24 {
    margin-bottom: 6rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

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

.mb-9 {
    margin-bottom: 2.25rem;
}

.mb-\[95px\] {
    margin-bottom: 95px;
}

.ms-0\.5 {
    margin-inline-start: 0.125rem;
}

.ms-2 {
    margin-inline-start: 0.5rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-11 {
    margin-top: 2.75rem;
}

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

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

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

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

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

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

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

.mt-9 {
    margin-top: 2.25rem;
}

.mt-\[-34px\] {
    margin-top: -34px;
}

.mt-\[100px\] {
    margin-top: 100px;
}

.mt-\[130px\] {
    margin-top: 130px;
}

.mt-\[135px\] {
    margin-top: 135px;
}

.mt-\[150px\] {
    margin-top: 150px;
}

.mt-\[17px\] {
    margin-top: 17px;
}

.mt-\[200px\] {
    margin-top: 200px;
}

.mt-\[40px\] {
    margin-top: 40px;
}

.mt-\[50px\] {
    margin-top: 50px;
}

.mt-\[90px\] {
    margin-top: 90px;
}

.mt-\[95px\] {
    margin-top: 95px;
}

.block {
    display: block;
}

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

.\!flex {
    display: flex !important;
}

.flex {
    display: flex;
}

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

.table {
    display: table;
}

.grid {
    display: grid;
}

.\!hidden {
    display: none !important;
}

.hidden {
    display: none;
}

.size-3\.5 {
    width: 0.875rem;
    height: 0.875rem;
}

.size-4 {
    width: 1rem;
    height: 1rem;
}

.size-5 {
    width: 1.25rem;
    height: 1.25rem;
}

.size-6 {
    width: 1.5rem;
    height: 1.5rem;
}

.size-8 {
    width: 2rem;
    height: 2rem;
}

.size-full {
    width: 100%;
    height: 100%;
}

.\!h-2\.5 {
    height: 0.625rem !important;
}

.\!h-\[155px\] {
    height: 155px !important;
}

.\!h-\[220px\] {
    height: 220px !important;
}

.\!h-\[29px\] {
    height: 29px !important;
}

.\!h-\[47px\] {
    height: 47px !important;
}

.\!h-\[90px\] {
    height: 90px !important;
}

.\!h-full {
    height: 100% !important;
}

.h-1 {
    height: 0.25rem;
}

.h-1\/3 {
    height: 33.333333%;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-14 {
    height: 3.5rem;
}

.h-2 {
    height: 0.5rem;
}

.h-2\/3 {
    height: 66.666667%;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-8 {
    height: 2rem;
}

.h-9 {
    height: 2.25rem;
}

.h-\[100px\] {
    height: 100px;
}

.h-\[107px\] {
    height: 107px;
}

.h-\[109px\] {
    height: 109px;
}

.h-\[110px\] {
    height: 110px;
}

.h-\[136px\] {
    height: 136px;
}

.h-\[140px\] {
    height: 140px;
}

.h-\[145px\] {
    height: 145px;
}

.h-\[150px\] {
    height: 150px;
}

.h-\[17px\] {
    height: 17px;
}

.h-\[180px\] {
    height: 180px;
}

.h-\[187px\] {
    height: 187px;
}

.h-\[18px\] {
    height: 18px;
}

.h-\[200px\] {
    height: 200px;
}

.h-\[205px\] {
    height: 205px;
}

.h-\[215px\] {
    height: 215px;
}

.h-\[21px\] {
    height: 21px;
}

.h-\[225px\] {
    height: 225px;
}

.h-\[22px\] {
    height: 22px;
}

.h-\[24px\] {
    height: 24px;
}

.h-\[30px\] {
    height: 30px;
}

.h-\[327px\] {
    height: 327px;
}

.h-\[336px\] {
    height: 336px;
}

.h-\[353px\] {
    height: 353px;
}

.h-\[35px\] {
    height: 35px;
}

.h-\[37px\] {
    height: 37px;
}

.h-\[38px\] {
    height: 38px;
}

.h-\[400px\] {
    height: 400px;
}

.h-\[412px\] {
    height: 412px;
}

.h-\[422px\] {
    height: 422px;
}

.h-\[42px\] {
    height: 42px;
}

.h-\[430px\] {
    height: 430px;
}

.h-\[43px\] {
    height: 43px;
}

.h-\[45px\] {
    height: 45px;
}

.h-\[46px\] {
    height: 46px;
}

.h-\[48px\] {
    height: 48px;
}

.h-\[491px\] {
    height: 491px;
}

.h-\[50px\] {
    height: 50px;
}

.h-\[528px\] {
    height: 528px;
}

.h-\[52px\] {
    height: 52px;
}

.h-\[53px\] {
    height: 53px;
}

.h-\[54px\] {
    height: 54px;
}

.h-\[55px\] {
    height: 55px;
}

.h-\[57px\] {
    height: 57px;
}

.h-\[58px\] {
    height: 58px;
}

.h-\[60px\] {
    height: 60px;
}

.h-\[70px\] {
    height: 70px;
}

.h-\[75px\] {
    height: 75px;
}

.h-\[76px\] {
    height: 76px;
}

.h-\[79px\] {
    height: 79px;
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.max-h-\[400px\] {
    max-height: 400px;
}

.max-h-\[570px\] {
    max-height: 570px;
}

.max-h-\[750px\] {
    max-height: 750px;
}

.min-h-12 {
    min-height: 3rem;
}

.\!w-2\.5 {
    width: 0.625rem !important;
}

.\!w-3 {
    width: 0.75rem !important;
}

.\!w-6 {
    width: 1.5rem !important;
}

.\!w-\[47px\] {
    width: 47px !important;
}

.\!w-\[65px\] {
    width: 65px !important;
}

.\!w-\[70\%\] {
    width: 70% !important;
}

.\!w-full {
    width: 100% !important;
}

.w-1 {
    width: 0.25rem;
}

.w-1\/2 {
    width: 50%;
}

.w-1\/3 {
    width: 33.333333%;
}

.w-1\/6 {
    width: 16.666667%;
}

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 3rem;
}

.w-14 {
    width: 3.5rem;
}

.w-2\/3 {
    width: 66.666667%;
}

.w-4\/6 {
    width: 66.666667%;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-8 {
    width: 2rem;
}

.w-9 {
    width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[38\%\] {
    width: 38%;
}

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

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

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

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

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

.w-\[60\%\] {
    width: 60%;
}

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

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

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

.w-\[70\%\] {
    width: 70%;
}

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

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

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

.w-\[80\%\] {
    width: 80%;
}

.w-\[85\%\] {
    width: 85%;
}

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

.w-\[87\%\] {
    width: 87%;
}

.w-\[90\%\] {
    width: 90%;
}

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

.w-\[93\%\] {
    width: 93%;
}

.w-\[95\%\] {
    width: 95%;
}

.w-\[calc\(100\%-2rem\)\] {
    width: calc(100% - 2rem);
}

.w-full {
    width: 100%;
}

.max-w-\[1300px\] {
    max-width: 1300px;
}

.max-w-\[300px\] {
    max-width: 300px;
}

.max-w-\[400px\] {
    max-width: 400px;
}

.max-w-\[514px\] {
    max-width: 514px;
}

.max-w-\[750px\] {
    max-width: 750px;
}

.max-w-\[800px\] {
    max-width: 800px;
}

.max-w-\[840px\] {
    max-width: 840px;
}

.max-w-\[850px\] {
    max-width: 850px;
}

.max-w-\[950px\] {
    max-width: 950px;
}

.max-w-full {
    max-width: 100%;
}

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

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

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

.-translate-x-1\/2 {
    --tw-translate-x: -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-1\/2 {
    --tw-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-6 {
    --tw-translate-y: -1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
    --tw-translate-x: 100%;
    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-\[14px\] {
    --tw-translate-y: 14px;
    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-\[56px\] {
    --tw-translate-y: 56px;
    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-full {
    --tw-translate-y: 100%;
    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));
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
}

.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
}

.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 spin {
    to {
        transform: rotate(360deg);
    }
}

.animate-spin {
    animation: spin 1s linear infinite;
}

.cursor-pointer {
    cursor: pointer;
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.resize-none {
    resize: none;
}

.resize {
    resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.\!justify-between {
    justify-content: space-between !important;
}

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

.gap-0 {
    gap: 0px;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-14 {
    gap: 3.5rem;
}

.gap-16 {
    gap: 4rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-7 {
    gap: 1.75rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-9 {
    gap: 2.25rem;
}

.gap-\[10px\] {
    gap: 10px;
}

.gap-\[6px\] {
    gap: 6px;
}

.gap-x-1 {
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
}

.gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

.gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

.gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.gap-x-\[6px\] {
    -moz-column-gap: 6px;
    column-gap: 6px;
}

.gap-y-10 {
    row-gap: 2.5rem;
}

.gap-y-12 {
    row-gap: 3rem;
}

.gap-y-2 {
    row-gap: 0.5rem;
}

.gap-y-3 {
    row-gap: 0.75rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

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

.gap-y-7 {
    row-gap: 1.75rem;
}

.gap-y-8 {
    row-gap: 2rem;
}

.gap-y-\[66px\] {
    row-gap: 66px;
}

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

.overflow-hidden {
    overflow: hidden;
}

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

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

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

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

.whitespace-nowrap {
    white-space: nowrap;
}

.\!rounded-sm {
    border-radius: 0.125rem !important;
}

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

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-\[10px\] {
    border-radius: 10px;
}

.rounded-\[20px\] {
    border-radius: 20px;
}

.rounded-\[50px\] {
    border-radius: 50px;
}

.rounded-\[5px\] {
    border-radius: 5px;
}

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

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

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

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

.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

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

.rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
}

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

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

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

.rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
}

.rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-\[3px\] {
    border-width: 3px;
}

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

.border-l {
    border-left-width: 1px;
}

.border-r-4 {
    border-right-width: 4px;
}

.border-solid {
    border-style: solid;
}

.\!border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#233351\] {
    --tw-border-opacity: 1;
    border-color: rgb(35 51 81 / var(--tw-border-opacity, 1));
}

.border-\[\#2B76DE\] {
    --tw-border-opacity: 1;
    border-color: rgb(43 118 222 / var(--tw-border-opacity, 1));
}

.border-\[\#2D3850\] {
    --tw-border-opacity: 1;
    border-color: rgb(45 56 80 / var(--tw-border-opacity, 1));
}

.border-\[\#2E3B4D\] {
    --tw-border-opacity: 1;
    border-color: rgb(46 59 77 / var(--tw-border-opacity, 1));
}

.border-\[\#3571C5\] {
    --tw-border-opacity: 1;
    border-color: rgb(53 113 197 / var(--tw-border-opacity, 1));
}

.border-\[\#3A3F4B\] {
    --tw-border-opacity: 1;
    border-color: rgb(58 63 75 / var(--tw-border-opacity, 1));
}

.border-\[\#47494d\] {
    --tw-border-opacity: 1;
    border-color: rgb(71 73 77 / var(--tw-border-opacity, 1));
}

.border-\[\#6D7C9C\] {
    --tw-border-opacity: 1;
    border-color: rgb(109 124 156 / var(--tw-border-opacity, 1));
}

.border-\[\#7490B7\] {
    --tw-border-opacity: 1;
    border-color: rgb(116 144 183 / var(--tw-border-opacity, 1));
}

.border-\[\#EDEDED\] {
    --tw-border-opacity: 1;
    border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
}

.border-current {
    border-color: currentColor;
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-transparent {
    border-color: transparent;
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-t-transparent {
    border-top-color: transparent;
}

.\!bg-\[\#232D3B\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(35 45 59 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-\[\#3a46565c\] {
    background-color: #3a46565c !important;
}

.\!bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#00000054\] {
    background-color: #00000054;
}

.bg-\[\#00000063\] {
    background-color: #00000063;
}

.bg-\[\#00000080\] {
    background-color: #00000080;
}

.bg-\[\#000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0066ff33\] {
    background-color: #0066ff33;
}

.bg-\[\#0066ff40\] {
    background-color: #0066ff40;
}

.bg-\[\#15202B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(21 32 43 / var(--tw-bg-opacity, 1));
}

.bg-\[\#15202b\] {
    --tw-bg-opacity: 1;
    background-color: rgb(21 32 43 / var(--tw-bg-opacity, 1));
}

.bg-\[\#192840\] {
    --tw-bg-opacity: 1;
    background-color: rgb(25 40 64 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1A2433\] {
    --tw-bg-opacity: 1;
    background-color: rgb(26 36 51 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1D2F4B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(29 47 75 / var(--tw-bg-opacity, 1));
}

.bg-\[\#222E3B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(34 46 59 / var(--tw-bg-opacity, 1));
}

.bg-\[\#22303C\] {
    --tw-bg-opacity: 1;
    background-color: rgb(34 48 60 / var(--tw-bg-opacity, 1));
}

.bg-\[\#232D3B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(35 45 59 / var(--tw-bg-opacity, 1));
}

.bg-\[\#232E3B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(35 46 59 / var(--tw-bg-opacity, 1));
}

.bg-\[\#294367\] {
    --tw-bg-opacity: 1;
    background-color: rgb(41 67 103 / var(--tw-bg-opacity, 1));
}

.bg-\[\#303D52\] {
    --tw-bg-opacity: 1;
    background-color: rgb(48 61 82 / var(--tw-bg-opacity, 1));
}

.bg-\[\#373E49\] {
    --tw-bg-opacity: 1;
    background-color: rgb(55 62 73 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3E3440\] {
    --tw-bg-opacity: 1;
    background-color: rgb(62 52 64 / var(--tw-bg-opacity, 1));
}

.bg-\[\#6D7C9C\] {
    --tw-bg-opacity: 1;
    background-color: rgb(109 124 156 / var(--tw-bg-opacity, 1));
}

.bg-\[\#BA0F0F\] {
    --tw-bg-opacity: 1;
    background-color: rgb(186 15 15 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F00\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FC7805\] {
    --tw-bg-opacity: 1;
    background-color: rgb(252 120 5 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF003C\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 60 / var(--tw-bg-opacity, 1));
}

.bg-\[\#abb7ca40\] {
    background-color: #abb7ca40;
}

.bg-\[\#ff3e411f\] {
    background-color: #ff3e411f;
}

.bg-\[\#ffbb003d\] {
    background-color: #ffbb003d;
}

.bg-\[\#ffbb0063\] {
    background-color: #ffbb0063;
}

.bg-\[\#ffffff1a\] {
    background-color: #ffffff1a;
}

.bg-\[\#ffffff33\] {
    background-color: #ffffff33;
}

.bg-\[\#ffffff36\] {
    background-color: #ffffff36;
}

.bg-\[\#ffffff40\] {
    background-color: #ffffff40;
}

.bg-\[\#ffffff42\] {
    background-color: #ffffff42;
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/40 {
    background-color: rgb(0 0 0 / 0.4);
}

.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / 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));
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}

.fill-black {
    fill: #000;
}

.\!object-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.p-1 {
    padding: 0.25rem;
}

.p-10 {
    padding: 2.5rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-7 {
    padding: 1.75rem;
}

.p-8 {
    padding: 2rem;
}

.\!py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

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

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

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

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

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

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

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

.px-\[10\%\] {
    padding-left: 10%;
    padding-right: 10%;
}

.px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-\[17px\] {
    padding-top: 17px;
    padding-bottom: 17px;
}

.py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
}

.py-\[6px\] {
    padding-top: 6px;
    padding-bottom: 6px;
}

.py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
}

.\!pb-0 {
    padding-bottom: 0px !important;
}

.\!pb-3 {
    padding-bottom: 0.75rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

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

.pb-16 {
    padding-bottom: 4rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-7 {
    padding-bottom: 1.75rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pb-\[162px\] {
    padding-bottom: 162px;
}

.pb-\[27px\] {
    padding-bottom: 27px;
}

.pb-\[35px\] {
    padding-bottom: 35px;
}

.pb-\[50\%\] {
    padding-bottom: 50%;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pl-3 {
    padding-left: 0.75rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pl-6 {
    padding-left: 1.5rem;
}

.pl-7 {
    padding-left: 1.75rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pr-6 {
    padding-right: 1.5rem;
}

.pr-9 {
    padding-right: 2.25rem;
}

.pr-\[25px\] {
    padding-right: 25px;
}

.pr-\[6px\] {
    padding-right: 6px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pt-14 {
    padding-top: 3.5rem;
}

.pt-28 {
    padding-top: 7rem;
}

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

.pt-4 {
    padding-top: 1rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

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

.pt-7 {
    padding-top: 1.75rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pt-9 {
    padding-top: 2.25rem;
}

.pt-\[12\%\] {
    padding-top: 12%;
}

.pt-\[6px\] {
    padding-top: 6px;
}

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

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

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

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

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

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

.indent-2 {
    text-indent: 0.5rem;
}

.indent-3 {
    text-indent: 0.75rem;
}

.align-bottom {
    vertical-align: bottom;
}

.font-sans {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!font-medium {
    font-weight: 500 !important;
}

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

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

.font-light {
    font-weight: 300;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

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

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.leading-loose {
    line-height: 2;
}

.text-\[\#0066FF\] {
    --tw-text-opacity: 1;
    color: rgb(0 102 255 / var(--tw-text-opacity, 1));
}

.text-\[\#0068C9\] {
    --tw-text-opacity: 1;
    color: rgb(0 104 201 / var(--tw-text-opacity, 1));
}

.text-\[\#0084FF\] {
    --tw-text-opacity: 1;
    color: rgb(0 132 255 / var(--tw-text-opacity, 1));
}

.text-\[\#0095EE\] {
    --tw-text-opacity: 1;
    color: rgb(0 149 238 / var(--tw-text-opacity, 1));
}

.text-\[\#00A2FF\] {
    --tw-text-opacity: 1;
    color: rgb(0 162 255 / var(--tw-text-opacity, 1));
}

.text-\[\#06F\] {
    --tw-text-opacity: 1;
    color: rgb(0 102 255 / var(--tw-text-opacity, 1));
}

.text-\[\#086BFF\] {
    --tw-text-opacity: 1;
    color: rgb(8 107 255 / var(--tw-text-opacity, 1));
}

.text-\[\#0F73FF\] {
    --tw-text-opacity: 1;
    color: rgb(15 115 255 / var(--tw-text-opacity, 1));
}

.text-\[\#1673FF\] {
    --tw-text-opacity: 1;
    color: rgb(22 115 255 / var(--tw-text-opacity, 1));
}

.text-\[\#242424\] {
    --tw-text-opacity: 1;
    color: rgb(36 36 36 / var(--tw-text-opacity, 1));
}

.text-\[\#287EFF\] {
    --tw-text-opacity: 1;
    color: rgb(40 126 255 / var(--tw-text-opacity, 1));
}

.text-\[\#2B80FF\] {
    --tw-text-opacity: 1;
    color: rgb(43 128 255 / var(--tw-text-opacity, 1));
}

.text-\[\#2E81FF\] {
    --tw-text-opacity: 1;
    color: rgb(46 129 255 / var(--tw-text-opacity, 1));
}

.text-\[\#3A89FF\] {
    --tw-text-opacity: 1;
    color: rgb(58 137 255 / var(--tw-text-opacity, 1));
}

.text-\[\#3E8BFF\] {
    --tw-text-opacity: 1;
    color: rgb(62 139 255 / var(--tw-text-opacity, 1));
}

.text-\[\#42ADFF\] {
    --tw-text-opacity: 1;
    color: rgb(66 173 255 / var(--tw-text-opacity, 1));
}

.text-\[\#4B93FF\] {
    --tw-text-opacity: 1;
    color: rgb(75 147 255 / var(--tw-text-opacity, 1));
}

.text-\[\#4F2A05\] {
    --tw-text-opacity: 1;
    color: rgb(79 42 5 / var(--tw-text-opacity, 1));
}

.text-\[\#677696\] {
    --tw-text-opacity: 1;
    color: rgb(103 118 150 / var(--tw-text-opacity, 1));
}

.text-\[\#68CC58\] {
    --tw-text-opacity: 1;
    color: rgb(104 204 88 / var(--tw-text-opacity, 1));
}

.text-\[\#6C85AD\] {
    --tw-text-opacity: 1;
    color: rgb(108 133 173 / var(--tw-text-opacity, 1));
}

.text-\[\#6D7C9C\] {
    --tw-text-opacity: 1;
    color: rgb(109 124 156 / var(--tw-text-opacity, 1));
}

.text-\[\#7490B7\] {
    --tw-text-opacity: 1;
    color: rgb(116 144 183 / var(--tw-text-opacity, 1));
}

.text-\[\#789CE4\] {
    --tw-text-opacity: 1;
    color: rgb(120 156 228 / var(--tw-text-opacity, 1));
}

.text-\[\#797979\] {
    --tw-text-opacity: 1;
    color: rgb(121 121 121 / var(--tw-text-opacity, 1));
}

.text-\[\#7AAFFF\] {
    --tw-text-opacity: 1;
    color: rgb(122 175 255 / var(--tw-text-opacity, 1));
}

.text-\[\#8491A6\] {
    --tw-text-opacity: 1;
    color: rgb(132 145 166 / var(--tw-text-opacity, 1));
}

.text-\[\#8C9199\] {
    --tw-text-opacity: 1;
    color: rgb(140 145 153 / var(--tw-text-opacity, 1));
}

.text-\[\#8C9DBB\] {
    --tw-text-opacity: 1;
    color: rgb(140 157 187 / var(--tw-text-opacity, 1));
}

.text-\[\#90ABDF\] {
    --tw-text-opacity: 1;
    color: rgb(144 171 223 / var(--tw-text-opacity, 1));
}

.text-\[\#979797\] {
    --tw-text-opacity: 1;
    color: rgb(151 151 151 / var(--tw-text-opacity, 1));
}

.text-\[\#A0A0A0\] {
    --tw-text-opacity: 1;
    color: rgb(160 160 160 / var(--tw-text-opacity, 1));
}

.text-\[\#A5C7F4\] {
    --tw-text-opacity: 1;
    color: rgb(165 199 244 / var(--tw-text-opacity, 1));
}

.text-\[\#A6CAFF\] {
    --tw-text-opacity: 1;
    color: rgb(166 202 255 / var(--tw-text-opacity, 1));
}

.text-\[\#ACACAC\] {
    --tw-text-opacity: 1;
    color: rgb(172 172 172 / var(--tw-text-opacity, 1));
}

.text-\[\#B18545\] {
    --tw-text-opacity: 1;
    color: rgb(177 133 69 / var(--tw-text-opacity, 1));
}

.text-\[\#C43134\] {
    --tw-text-opacity: 1;
    color: rgb(196 49 52 / var(--tw-text-opacity, 1));
}

.text-\[\#C5BBBB\] {
    --tw-text-opacity: 1;
    color: rgb(197 187 187 / var(--tw-text-opacity, 1));
}

.text-\[\#C6D5EF\] {
    --tw-text-opacity: 1;
    color: rgb(198 213 239 / var(--tw-text-opacity, 1));
}

.text-\[\#CD8D52\] {
    --tw-text-opacity: 1;
    color: rgb(205 141 82 / var(--tw-text-opacity, 1));
}

.text-\[\#DAAB5B\] {
    --tw-text-opacity: 1;
    color: rgb(218 171 91 / var(--tw-text-opacity, 1));
}

.text-\[\#E1E9FF\] {
    --tw-text-opacity: 1;
    color: rgb(225 233 255 / var(--tw-text-opacity, 1));
}

.text-\[\#F5BD4F\] {
    --tw-text-opacity: 1;
    color: rgb(245 189 79 / var(--tw-text-opacity, 1));
}

.text-\[\#FB0\] {
    --tw-text-opacity: 1;
    color: rgb(255 187 0 / var(--tw-text-opacity, 1));
}

.text-\[\#FCB800\] {
    --tw-text-opacity: 1;
    color: rgb(252 184 0 / var(--tw-text-opacity, 1));
}

.text-\[\#FCCF5C\] {
    --tw-text-opacity: 1;
    color: rgb(252 207 92 / var(--tw-text-opacity, 1));
}

.text-\[\#FF0004\] {
    --tw-text-opacity: 1;
    color: rgb(255 0 4 / var(--tw-text-opacity, 1));
}

.text-\[\#FF2529\] {
    --tw-text-opacity: 1;
    color: rgb(255 37 41 / var(--tw-text-opacity, 1));
}

.text-\[\#FF3E41\] {
    --tw-text-opacity: 1;
    color: rgb(255 62 65 / var(--tw-text-opacity, 1));
}

.text-\[\#FF3E71\] {
    --tw-text-opacity: 1;
    color: rgb(255 62 113 / var(--tw-text-opacity, 1));
}

.text-\[\#FF8587\] {
    --tw-text-opacity: 1;
    color: rgb(255 133 135 / var(--tw-text-opacity, 1));
}

.text-\[\#FFA800\] {
    --tw-text-opacity: 1;
    color: rgb(255 168 0 / var(--tw-text-opacity, 1));
}

.text-\[\#ffffff99\] {
    color: #ffffff99;
}

.text-\[\#ffffffb5\] {
    color: #ffffffb5;
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
    text-decoration-line: underline;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.opacity-50 {
    opacity: 0.5;
}

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

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.outline {
    outline-style: solid;
}

.blur {
    --tw-blur: blur(8px);
    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);
}

.blur-\[99px\] {
    --tw-blur: blur(99px);
    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);
}

.grayscale {
    --tw-grayscale: grayscale(100%);
    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);
}

.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-lg {
    --tw-backdrop-blur: blur(16px);
    -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);
}

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    -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, -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-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-\[height\] {
    transition-property: height;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-150 {
    transition-duration: 150ms;
}

.duration-200 {
    transition-duration: 200ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-500 {
    transition-duration: 500ms;
}

@font-face {
    font-family: PeydaWebFaNum;

    font-style: normal;

    font-weight: 100;

    src: url("../fonts/woff2/PeydaWebFaNum-Thin.woff2") format("woff2"),
    url("../fonts/woff/PeydaWebFaNum-Thin.woff") format("woff");
}

@font-face {
    font-family: PeydaWebFaNum;

    font-style: normal;

    font-weight: 200;

    src: url("../fonts/woff2/PeydaWebFaNum-ExtraLight.woff2")
    format("woff2"),
    url("../fonts/woff/PeydaWebFaNum-ExtraLight.woff") format("woff");
}

@font-face {
    font-family: PeydaWebFaNum;

    font-style: normal;

    font-weight: 300;

    src: url("../fonts/woff2/PeydaWebFaNum-Light.woff2") format("woff2"),
    url("../fonts/woff/PeydaWebFaNum-Light.woff") format("woff");
}

@font-face {
    font-family: PeydaWebFaNum;

    font-style: normal;

    font-weight: 500;

    src: url("../fonts/woff2/PeydaWebFaNum-Medium.woff2") format("woff2"),
    url("../fonts/woff/PeydaWebFaNum-Medium.woff") format("woff");
}

@font-face {
    font-family: PeydaWebFaNum;

    font-style: normal;

    font-weight: 600;

    src: url("../fonts/woff2/PeydaWebFaNum-SemiBold.woff2") format("woff2"),
    url("../fonts/woff/PeydaWebFaNum-SemiBold.woff") format("woff");
}

@font-face {
    font-family: PeydaWebFaNum;

    font-style: normal;

    font-weight: 800;

    src: url("../fonts/woff2/PeydaWebFaNum-ExtraBold.woff2")
    format("woff2"),
    url("../fonts/woff/PeydaWebFaNum-ExtraBold.woff") format("woff");
}

@font-face {
    font-family: PeydaWebFaNum;

    font-style: normal;

    font-weight: 900;

    src: url("../fonts/woff2/PeydaWebFaNum-Black.woff2") format("woff2"),
    url("../fonts/woff/PeydaWebFaNum-Black.woff") format("woff");
}

@font-face {
    font-family: PeydaWebFaNum;

    font-style: normal;

    font-weight: bold;

    src: url("../fonts/woff2/PeydaWebFaNum-Bold.woff2") format("woff2"),
    url("../fonts/woff/PeydaWebFaNum-Bold.woff") format("woff");
}

@font-face {
    font-family: PeydaWebFaNum;

    font-style: normal;

    font-weight: normal;

    src: url("../fonts/woff2/PeydaWebFaNum-Regular.woff2") format("woff2"),
    url("../fonts/woff/PeydaWebFaNum-Regular.woff") format("woff");
}

html {
    font-family: PeydaWebFaNum, sans-serif !important;
    font-feature-settings: "ss01" 1;
    background-color: #15202b;
    box-sizing: border-box;
    color: #fff;
    scroll-behavior: smooth !important;
    scroll-padding-top: 7rem !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider-btn {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 5px 23px;
    border-radius: 8px;
}

.custom_Image {
    width: auto !important;
    height: auto !important;
}

.slider-btn.red {
    background: linear-gradient(90deg, #620307 0%, #c8060e 100%);
}

.slider-btn.green {
    background: linear-gradient(90deg, #062d32 0%, #408f93 100%);
}

.slider-btn.blue {
    background: linear-gradient(90deg, #1f3b7c 0%, #4988ce 100%);
}

.swiper-navigate {
    margin: 0 auto !important;
    width: 105% !important;
    position: absolute !important;
    top: 40% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-width: 1312px !important;
    z-index: 30 !important;
}

.swiper-navigate .swiper-button-next {
    left: -50px !important;
}

.swiper-navigate .swiper-button-prev {
    right: -50px !important;
}

.x-swiper .swiper-button-next,
.x-swiper .swiper-button-prev {
    width: 70px;
}

.x-swiper .swiper-button-next:after,
.x-swiper .swiper-button-prev:after {
    display: none;
}

.boxes .slide-navigate .swiper-pagination {
    position: absolute;
    /* bottom: -15px; */
    left: 50%;
    transform: translate(-50%, 26px);
    background-color: #15202b;
    padding: 10px 15px;
    border-radius: 63px;
    display: flex;
    gap: 5px;
    width: auto;
}

.boxes .slide-two-navigate .swiper-pagination,
.boxes .articles-navigate .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 97%;
    transform: translateX(-50%);
    background-color: #15202b;
    padding: 10px 15px;
    border-radius: 63px;
    display: flex;
    gap: 5px;
    width: auto;
}

.boxes .slide-navigate .swiper-pagination .swiper-pagination-bullet,
.boxes .slide-two-navigate .swiper-pagination .swiper-pagination-bullet,
.boxes .articles-navigate .swiper-pagination .swiper-pagination-bullet {
    background-color: #bcbcbc !important;
    opacity: 1 !important;
    transition: background 0.2s ease-in;
}

.boxes .slide-navigate .swiper-pagination .swiper-pagination-bullet-active,
.boxes .slide-two-navigate .swiper-pagination .swiper-pagination-bullet-active,
.boxes .articles-navigate .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #3266e3 !important;
}

.winner-game {
    border-radius: 15px;
    background: linear-gradient(104deg, #4da6aa -10.02%, #04292e 94.47%);
    padding: 25px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.plus {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 8px;
}

.neweset-navigate {
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    width: 110px;
}

.neweset-navigate .swiper-button-next,
.neweset-navigate .swiper-button-prev {
    width: 35px;
}

.neweset-navigate .swiper-button-next:after,
.neweset-navigate .swiper-button-prev:after {
    display: none;
}

.plus-wrap {
    padding: 10px 24px 20px 24px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}

.plus-wrap.plus-one {
    background: linear-gradient(103deg, #658ae3 -1.58%, #051d4c 93.83%);
}

.plus-wrap.plus-two {
    background: linear-gradient(74deg, #ffcb3f 1.74%, #cd9600 100.88%);
}

.plus-wrap.plus-three {
    background: linear-gradient(106deg, #212121 4.2%, #464646 82.14%);
}

.plus-one .deactive span {
    color: #789ce4;
}

.plus-two span {
    color: black;
}

.plus-two .wrap {
    background-color: #24242440;
}

.plus-two .active svg path {
    stroke: #242424;
}

.plus-two .deactive svg path {
    stroke: #8c6c16;
}

.plus-two .deactive span {
    color: #8c6c16;
}

.transition-height {
    transition: height 0.4s ease;
    overflow: hidden;
}

.header {
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 4%;
    z-index: 40;
    flex-direction: column;
}

.header-wrap {
    position: relative;
    width: 934px !important;
    padding: 0 4px;
    margin: 0 auto;
    height: 47px;
    border-radius: 58px;
    background: rgba(0, 0, 0, 0.44);
    -webkit-backdrop-filter: blur(19.049999237060547px);
    backdrop-filter: blur(19.049999237060547px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2000 !important;
}

.header-wrap .item {
    height: 100%;
}

.header-wrapper {
    width: 62%;
    padding: 4px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 58px;
    background: #232d3b;
    -webkit-backdrop-filter: blur(19.049999237060547px);
    backdrop-filter: blur(19.049999237060547px);
}

.header-search {
    width: 428px;
    padding: 15px;
    margin: 0 auto;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 0.5px solid transparent;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

.header-search.active {
    border-color: rgba(77, 74, 74, 0.71);
    background: rgba(0, 0, 0, 0.54);
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
    height: 477px;
}

.header-search .search-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
    width: 100%;
    padding: 4px;
    height: 44px;
    transition: all 0.3s ease-in-out;
}

.header-search.active .search-wrap {
    border-color: rgba(0, 102, 255, 0.71);
    background: rgba(0, 0, 0, 0.35);
}

.header-search.active .search-wrap button {
    background: #0066ff1a;
}

.header-search.active .search-wrap button svg path {
    fill: #0066ff;
}

.header-search.active .search-logo {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
}

.header-search.typing .search-items {
    display: flex !important;
}

.header-search.typing .search-logo {
    display: none !important;
}

.search-items {
    /* اندازه اسکرول در Firefox */
    scrollbar-width: thin;
    /* thin | auto | none */
    scrollbar-color: rgb(101, 101, 102) rgb(51, 50, 50);
    /* thumb | track */
}

/* اسکرول برای Chrome, Edge, Safari */

.search-items::-webkit-scrollbar {
    width: 3px;
    /* عرض اسکرول */
}

.search-items::-webkit-scrollbar-track {
    background: red;
    /* رنگ پس‌زمینه مسیر اسکرول */
    border-radius: 4px;
}

.search-items::-webkit-scrollbar-thumb {
    background: red;
    /* رنگ اسکرول */
    border-radius: 4px;
}

.modal {
    z-index: 20;
}

.body.opened-menu .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.capacity-label {
    border: 2px solid transparent;
    transition: all 0.1s ease-in;
}

.capacity-active {
    border: 2px solid #1170ff;
    background: #1a2433;
    box-shadow: 0px 0px 19.8px 3px rgba(0, 102, 255, 0.39);
}

.comment-input {
    border-radius: 10px;
    background-color: #202e3c;
    height: 47px;
    text-indent: 15px;
    outline: none;
}

.comment-textarea {
    border-radius: 10px;
    background-color: #202e3c;
    padding: 15px;
    outline: none;
    resize: none;
}

.comment-btn {
    border-radius: 10px;
    background: linear-gradient(92deg, #1d2f4b 0.31%, #06f 100%);
    padding: 15px 0;
}

label {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.archive input[type="checkbox"] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border: 1px solid #677696;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.archive label {
    transition: all 0.2s ease-in-out;
}

.archive input[type="checkbox"]:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

.archive input[type="checkbox"]:checked {
    border-radius: 100%;
    background: rgba(0, 102, 255, 0.25);
    border-color: transparent;
}

.archive input[type="checkbox"]:checked::after {
    opacity: 1;
    visibility: visible;
}

.archive input[type="checkbox"]:checked + label {
    color: #2b80ff;
}

.archive-slider .slide-wrapper {
    position: relative;
    border-radius: 15px;
    background: linear-gradient(264deg, #c0547c 0.61%, #27062d 99.6%);
}

.navigate-blog .swiper-button-next,
.navigate-blog .swiper-button-prev {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #15202b;
}

.navigate-blog .swiper-button-next {
    left: -17px !important;
    opacity: 1 !important;
}

.navigate-blog .swiper-button-prev {
    right: -17px !important;
    opacity: 1 !important;
}

.navigate-blog .swiper-button-next:after,
.navigate-blog .swiper-button-prev:after {
    display: none;
}

.paginate {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #afc1d1;
    font-size: 14px;
    font-weight: bold;
}

.paginate.active {
    background-color: #afc1d1;
    color: black;
}

.otp-inp {
    width: 50px;
    height: 53px;
    border-radius: 7px;
    background: #373e49;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    outline: none;
    border: 1px solid transparent;
}

.wrong-otp .send-otp {
    display: none;
}

.wrong-otp .worng {
    display: flex;
}

.wrong-otp .otp-inp {
    border-color: #ff3e71;
}

.wrong-otp .wrong-code {
    display: block;
    margin-bottom: 5px;
}

.wrong-otp .edit-number {
    display: none;
}

.pay-active {
    text-shadow: 0px 0px 6.5px #0047fb;
    -webkit-text-stroke-width: 0.2px;
    -webkit-text-stroke-color: #06f;
}

.checkout {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    background-color: #1a2433;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.checkout:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../public/images/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

.checkout:checked {
    border-radius: 100%;
    background: rgba(0, 102, 255, 0.25);
    border-color: transparent;
}

.checkout:checked::after {
    opacity: 1;
    visibility: visible;
}

.empty .error {
    display: flex;
}

.last-step {
    text-shadow: 0px 0px 6.5px #00ff48;
    -webkit-text-stroke-width: 0.2px;
    -webkit-text-stroke-color: #00ff48;
}

.sidebar-link {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.sidebar-link.active {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
}

.sidebar-link.passed {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.arrow-faq {
    border-radius: 10000px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: radial-gradient(
            66.67% 103.95% at 50% -42.76%,
            #fff 0%,
            #a56d00 100%
    ),
    rgba(255, 255, 255, 0.05);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hs-accordion.active .ques-wrap {
    background-color: #b7b7b73d;
}

.hs-accordion.active .ques-wrap svg path {
    fill: white;
}

.hs-accordion.active .arrow-faq {
    border-radius: 10000px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: radial-gradient(
            66.67% 103.95% at 50% -42.76%,
            #fff 0%,
            #727272 100%
    ),
    rgba(255, 255, 255, 0.05);
}

.arrow-faq img {
    transition: all 0.2s ease-in;
}

.hs-accordion.active .arrow-faq img {
    transform: rotate(180deg);
}

.social {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.social:before {
    position: absolute;
    content: "";
    width: 23px;
    height: 13px;
    border-radius: 100%;
    filter: blur(9px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 1px;
}

.insta {
    border: 0.8px solid rgba(216, 216, 216, 0.05);
    background: linear-gradient(
            135deg,
            rgba(248, 251, 255, 0.04) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    box-shadow: 0px 0px 8px 0px rgba(190, 13, 252, 0.32) inset,
    8px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.insta:before {
    background: #d4467e;
}

.telegram {
    border: 0.8px solid rgba(216, 216, 216, 0.05);
    background: linear-gradient(
            135deg,
            rgba(248, 251, 255, 0.04) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    box-shadow: 0px 0px 8px 0px rgba(13, 180, 252, 0.32) inset,
    8px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.telegram:before {
    background: #1893d1;
}

.gmail {
    border: 0.8px solid rgba(216, 216, 216, 0.05);
    background: linear-gradient(
            135deg,
            rgba(248, 251, 255, 0.04) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    box-shadow: 0px 0px 8px 0px rgba(235, 74, 60, 0.32) inset,
    8px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.gmail:before {
    background: #eb4a3c;
}

.youtube {
    border: 0.8px solid rgba(216, 216, 216, 0.05);
    background: linear-gradient(
            135deg,
            rgba(248, 251, 255, 0.04) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    box-shadow: 0px 0px 8px 0px rgba(252, 13, 27, 0.32) inset,
    8px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.youtube:before {
    background-color: #fc0d1b;
}

.aparat {
    border: 0.8px solid rgba(216, 216, 216, 0.05);
    background: linear-gradient(
            135deg,
            rgba(248, 251, 255, 0.04) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    box-shadow: 0px 0px 8px 0px rgba(232, 76, 136, 0.32) inset,
    8px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.aparat:before {
    background-color: #e84e89;
}

.linkedin {
    border: 0.8px solid rgba(216, 216, 216, 0.05);
    background: linear-gradient(
            135deg,
            rgba(248, 251, 255, 0.04) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    box-shadow: 0px 0px 8px 0px rgba(13, 137, 252, 0.32) inset,
    8px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.linkedin::before {
    background-color: #1a75b0;
}

.whatsapp {
    border: 0.8px solid rgba(216, 216, 216, 0.05);
    background: linear-gradient(
            135deg,
            rgba(248, 251, 255, 0.04) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    box-shadow: 0 0 8px 0 rgba(13, 252, 37, 0.32) inset,
    8px 4px 16px 0 rgba(0, 0, 0, 0.08);
}

.whatsapp:before {
    background-color: #28dd43;
}

.twitter {
    border: 0.8px solid rgba(216, 216, 216, 0.05);
    background: linear-gradient(
            135deg,
            rgba(248, 251, 255, 0.04) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    box-shadow: 0 0 8px 0 rgba(13, 238, 252, 0.32) inset,
    8px 4px 16px 0 rgba(0, 0, 0, 0.08);
}

.twitter::before {
    background-color: #11b0ff;
}

.eita {
    border: 0.8px solid rgba(216, 216, 216, 0.05);
    background: linear-gradient(
            135deg,
            rgba(248, 251, 255, 0.04) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    box-shadow: 0 0 8px 0 rgba(252, 56, 13, 0.32) inset,
    8px 4px 16px 0 rgba(0, 0, 0, 0.08);
}

.eita:before {
    background-color: #ff4115;
}

.bale {
    border: 0.8px solid rgba(216, 216, 216, 0.05);
    background: linear-gradient(
            135deg,
            rgba(248, 251, 255, 0.04) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    box-shadow: 0 0 8px 0 rgba(13, 238, 252, 0.32) inset,
    8px 4px 16px 0 rgba(0, 0, 0, 0.08);
}

.bale:before {
    background-color: #11b0ff;
}

.title {
    background: linear-gradient(90deg, #fb0 0%, #cb7021 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: 36px;
}

.land-important:before {
    position: absolute;
    content: "";
    background-color: #fb0;
    filter: blur(85.44999694824219px);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dash-items li.active {
    background-color: rgba(86, 131, 255, 0.58);
    border-radius: 12px;
}

.dash-items li.active svg path {
    stroke: white;
}

.money-bag {
    border-radius: 15px;
    background: linear-gradient(108deg, #001838 2.2%, #0547b3 103.42%);
    padding-left: 30px;
    display: flex;
    justify-content: end;
}

.mega-menu-modal {
    z-index: 35;
}

body.menu-opened .mega-menu-modal {
    opacity: 1;
    visibility: visible;
}

body.menu-opened .mega-menu-content {
    opacity: 1 !important;
    visibility: visible !important;
}

.mega-menu-wrapper {
    border-radius: 20px;
    border: 1px solid #2e3b4d;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
}

.mega-menu-wrapper .mega-menu-sidebar {
    border-radius: 0px 20px 20px 0px;
    border: 1px solid #2e3b4d;
    background: rgba(26, 36, 51, 0.6);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    padding: 24px 12px;
}

.menu-item.active {
    background: #232d3b;
}

.mega-menu-wrapper .menu-content {
    width: 100%;
    height: 100%;
    padding: 0 25px;
}

.selected-wrap {
    border-radius: 12px;
    background: linear-gradient(88deg, #392b53 1.74%, #14071b 99.56%);
    padding: 5px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.subscription-wrap {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
}

.subscription-wrap.essential {
    background: linear-gradient(103deg, #658ae3 -1.58%, #051d4c 93.83%);
}

.subscription-wrap.extra {
    background: linear-gradient(74deg, #ffcb3f 1.74%, #cd9600 100.88%);
}

.subscription-wrap.premium {
    background: linear-gradient(106deg, #212121 4.2%, #464646 82.14%);
}

.profile-pic.selected {
    border-color: white;
}

.submit-send-ticket {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: radial-gradient(66.67% 103.95% at 50% -42.76%, #fff 0%, #06f 100%),
    rgba(255, 255, 255, 0.05);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px -2px rgba(0, 0, 0, 0.05);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.time-wrap {
    width: 57px;
    height: 57px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: rgba(26, 36, 51, 0.54);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bookmarked.add-bookmark {
    background: linear-gradient(316deg, #0363f3 0%, #01193e 100%) !important;
}

.bookmarked.add-bookmark svg path {
    fill: white !important;
}

.capacity-label.capacity-active .off-product {
    background-color: #1d2f4b;
}

.waranty-content {
    scrollbar-gutter: stable both-edges;
    direction: ltr;
}

/*** FireFox Scrollbar Style ***/

.waranty-content {
    scrollbar-width: thin;
    scrollbar-color: #304f6a #15202b;
}

/*** Chrome Scrollbar Style ***/

.waranty-content::-webkit-scrollbar {
    width: 8px;
}

.waranty-content::-webkit-scrollbar-track {
    background: #15202b;
    border-radius: 10px;
}

.waranty-content::-webkit-scrollbar-thumb {
    background-color: #304f6a;
    border-radius: 10px;
    border: 2px solid #15202b;
}

.waranty-content::-webkit-scrollbar-thumb:hover {
    background-color: #1e6ed8;
}

.trailer .plyr__controls {
    background: #ffffff1a !important;
    padding: 10px !important;
    margin: 10px !important;
    border-radius: 13px !important;
}

.trailer .plyr__video-wrapper {
    border-radius: 16px !important;
}

/*** Header Mobile ***/

.header-mobile {
    border-radius: 15px;
    background: rgba(21, 32, 43, 0.41);
    -webkit-backdrop-filter: blur(4.5px);
    backdrop-filter: blur(4.5px);
    padding: 10px 13px;
    position: fixed;
    width: 90%;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-mobile.header-mobile-others {
    background: rgba(58, 70, 86, 0.36);
}

.header-mob {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: fixed;
    width: 90%;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.header-mob .header-mob-menu {
    border-radius: 15px;
    background: rgba(58, 70, 86, 0.36);
    -webkit-backdrop-filter: blur(4.5px);
    backdrop-filter: blur(4.5px);
    padding: 10px 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-wrapper {
    position: relative;
    transition: all 0.2s ease-in-out;
}

.text-wrapper:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: linear-gradient(
            180deg,
            rgba(21, 32, 43, 0) 7.21%,
            #15202b 86.03%
    );
    width: 100%;
    height: 100%;
}

.text-wrapper.active:before {
    background: none;
}

.footer-label {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #15202b;
    border-radius: 45px 45px 0 0;
    padding: 20px 35px;
}

.footer-label:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 112px;
    background-color: #15202b;
    bottom: -60px;
    right: -9px;
    border-radius: 100%;
    z-index: -1;
}

.footer-label:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 112px;
    background-color: #15202b;
    bottom: -60px;
    left: -9px;
    border-radius: 100%;
    z-index: -1;
}

.capacity-offcanvas {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 16px 32px;
    -webkit-backdrop-filter: blur(9.8px);
    backdrop-filter: blur(9.8px);
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    border-radius: 24px 24px 0 0;
    z-index: 10;
}

.mobile-navigation {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #00000080;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 50;
    border-radius: 30px 30px 0 0;
    padding: 10px 40px;
}

.mobile-menu-wrapper button.active {
    background: #232d3b;
}

.offcanvas-panel {
    z-index: 100;
}

.mx-price-input,
.mx-year-input {
    border-radius: 7px;
    background: #232d3b;
    padding: 12px 8px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* برای Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

.mx-range-wrapper .mx-price-slider {
    height: 4px;
    margin: 20px 0 0 0;
    border-radius: 5px;
    background-color: #677696;
    position: relative;
}

.mx-price-slider .mx-price-progress,
.mx-year-progress {
    position: absolute;
    height: 4px;
    right: 25%;
    left: 25%;
    border-radius: 5px;
    background-color: #0066ff;
}

.mx-price-range-input .range-min,
.mx-year-range-input .range-min-year {
    position: absolute;
    top: -21px;
    right: -2px;
    height: 5px;
    width: 100%;
    -webkit-appearance: none;
    background: none;
    pointer-events: none;
}

.mx-price-range-input .range-max,
.mx-year-range-input .range-max-year {
    position: absolute;
    top: -21px;
    left: -2px;
    height: 5px;
    width: 100%;
    -webkit-appearance: none;
    background: none;
    pointer-events: none;
}

.mx-range-wrapper .mx-price-range-input,
.mx-year-range-input {
    position: relative;
}

.mx-price-range-input input[type="range"]::-webkit-slider-thumb,
.mx-year-range-input input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #0066ff;
    pointer-events: auto;
    border: none;
    outline: none;
    box-shadow: none;
}

.mx-price-range-input input[type="range"]::-moz-range-thumb,
.mx-year-range-input input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #0066ff;
    pointer-events: auto;
    border: none;
    outline: none;
    box-shadow: none;
}

.sorts.active {
    border-radius: 100px;
    border-color: #1170ff;
    background: #1a2433;
    box-shadow: 0 0 19.8px 3px rgba(0, 102, 255, 0.39);
}

.has-dis {
    font-size: 16px !important;
}

.sort-btn.active {
    border-color: #1170ff;
    background: #1a2433;
    box-shadow: 0 0 19.8px 3px rgba(0, 102, 255, 0.39);
}

.apply-filter {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    border-radius: 24px 24px 0 0;
    border: 1px solid #2a3448;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    padding: 24px 40px;
}

.pre-sale-layout {
    width: 100%;
    border-radius: 15px;
    background: linear-gradient(264deg, #c0547c 0.61%, #27062d 99.6%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.basket-drop.active {
    opacity: 1;
    visibility: visible;
    top: 31px;
}

.sort-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 12px;
}

.sort-blog {
    flex-shrink: 0;
    width: 130px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #232d3b;
    border-radius: 9999px;
    color: white;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
}

.search-mobile {
    border-radius: 50px;
    border: 0.5px solid rgba(255, 255, 255, 0.71);
    background: rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
    height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-wrap {
    transition: all 0.2s ease-in;
}

.search-modal-wrapper.focused .search-mobile {
    border-color: rgba(0, 102, 255, 0.71);
}

.search-modal-wrapper.focused .search-mobile button {
    background: #0066ff1a;
}

.search-modal-wrapper.focused .search-mobile button svg path {
    fill: #0066ff;
}

.search-wrap.active {
    background: linear-gradient(203deg, #06f 10.57%, #1d2f4b 90.28%);
}

.humber-menu-content {
    position: fixed;
    inset: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
}

@keyframes glowEffect {
    0% {
        filter: saturate(0%);
    }

    50% {
        filter: saturate(100%);
    }

    100% {
        filter: saturate(0%);
    }
}

.next {
    animation: 756ms infinite ease-in glowEffect;
}

.table-of-contents-overly {
    z-index: 100;
}

.contents-wrap {
}

.contents-wrap li {
    position: relative;
}

.contents-wrap li:before {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
    transition: all 0.2s ease-in;
}

.contents-wrap li a {
    padding-right: 12px;
    transition: all 0.2s ease-in;
}

.contents-wrap li:hover:before {
    background-color: #06f;
}

.contents-wrap li:hover a {
    color: #06f !important;
}

/**** Offcanvas ****/

.table-of-contents {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(175, 185, 255, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 20px 20px 0 0;
    z-index: 40;
}

.table-of-contents button {
    color: white;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.table-of-contents-overly {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #15202b;
    z-index: 80;
    max-height: 550px;
    padding: 40px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    transition: transform 0.3s ease;
    transform: translateY(100%);
}

.table-of-contents-overly.show {
    transform: translateY(0);
}

.table-of-contents-overly.hidden {
    transform: translateY(100%);
    display: none;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 70;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.backdrop.show {
    opacity: 1;
    visibility: visible;
}

.contents-wrap a {
    padding-right: 13px;
}

.contents-wrap a:hover {
    color: #4caf50;
}

.close-btn {
    background: #333;
    border: none;
    color: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-x {
    transform: translate(-43%, -49%);
}

.sidebar-link,
.article-item {
    transition: color 0.3s ease;
    text-decoration: none !important;
}

.rules-items li.passed a,
.article-items li.passed a {
    color: #6b7280;
}

.rules-items li,
.article-items li {
    position: relative;
}

.rules-items li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: white;
    right: 0;
    top: 8px;
    transition: color 0.3s ease;
}

.article-items li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: white;
    right: 0;
    top: 14px;
    transition: color 0.3s ease;
}

.rules-items li:after {
    position: absolute;
    content: "";
    width: 1px;
    top: 12px;
    height: 36px;
    background-color: white;
    right: 3px;
    transition: color 0.3s ease;
}

.article-items li::after {
    position: absolute;
    content: "";
    width: 1px;
    top: 20px;
    height: 53px;
    background-color: white;
    right: 3px;
    transition: color 0.3s ease;
}

.rules-items li:last-child::after,
.article-items li:last-child::after {
    display: none;
}

.rules-items li a,
.article-items li a {
    padding-right: 15px;
}

.rules-items li.passed::before,
.rules-items li.passed::after,
.article-items li.passed::before,
.article-items li.passed::after {
    background-color: #06f;
}

.flip-container {
    perspective: 1000px;
}

.flip-inner {
    transition: transform 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.flip-inner.flipped {
    transform: rotateY(180deg);
}

.front,
.back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.back {
    transform: rotateY(180deg);
    height: 205px !important;
    top: -37px;
}

.left {
    animation: moveUp 2s ease-in-out infinite alternate;
}

.right {
    animation: moveUp 2.5s ease-in-out infinite alternate;
}

@keyframes moveUp {
    0% {
        transform: translateY(20px);
        transform: scale(1.3);
    }

    100% {
        transform: translateY(-20px);
        transform: scale(1);
    }
}

.not-found-btn {
    border-radius: 8px;
    border-right: 2px solid #2b2682;
    border-bottom: 4px solid #2b2682;
    border-left: 2px solid #2b2682;
    background: linear-gradient(92deg, #06f 1.03%, #0a3375 94.06%);
    box-shadow: 0 6px 4px 0 #1e1b52;
    padding: 12px 41px;
}

.zhanrs a img,
.banners a img,
.subscription-item a {
    transition: filter 0.2s ease;
}

/* .customer-swiper {
  padding: 50px 0;
}

.customer-swiper .swiper-slide {
  width: 200px;
  transition: all 0.3s;
}

.customer-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.customer-swiper .swiper-slide:not(.swiper-slide-active) {
  filter: blur(10px);
  opacity: 0.5;
} */

.customer-swiper {
    padding: 50px 0;
}

.customer-swiper .swiper-slide {
    width: 200px;
    transition: all 0.3s;
}

.customer-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.customer-swiper .swiper-slide-active {
    filter: blur(0px) !important;
    opacity: 1 !important;
}

.customer-swiper .swiper-slide-next,
.customer-swiper .swiper-slide-prev {
    filter: blur(6px) !important;
    opacity: 0.8 !important;
}

.customer-swiper .swiper-slide-next + .swiper-slide,
.customer-swiper .swiper-slide-prev.swiper-slide:nth-child(n) {
    filter: blur(8px) !important;
    opacity: 0.6 !important;
}

.customer-swiper .swiper-slide {
    filter: blur(15px);
    opacity: 0.4;
}

.text-swiper {
    width: 100% !important;
    max-width: 300px !important;
    /* عرض واقعی تو */
    overflow: hidden !important;
}

.text-swiper .swiper-wrapper {
    width: 100% !important;
}

.text-swiper .swiper-slide {
    width: 100% !important;
    flex-shrink: 0 !important;
}

/*** Responsive ***/

@media (min-width: 1280px) {
    .subscription .swiper-wrapper {
        gap: 20px;
    }

    .subscription .swiper-slide {
        flex: 1;
    }
}

@media (min-width: 1024px) {
    .last-news .swiper-wrapper {
        flex-direction: column;
        justify-content: space-between;
    }

    .last-news .swiper-slide {
        flex: 1;
    }

    .download-close {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .news-item {
        background-color: #232d3b;
        flex-direction: column;
        border-radius: 15px;
        padding: 0 15px;
    }

    .news-item img {
        margin-top: -35px;
    }

    .footer-label {
        width: 85%;
    }

    .slide-two-navigate.slide-navigation .swiper-pagination {
        bottom: 98% !important;
    }

    .money-bag {
        justify-content: center;
        align-items: center;
        padding-left: 0;
    }

    .navigate-blog .swiper-button-next {
        left: -10px !important;
    }

    .navigate-blog .swiper-button-prev {
        right: -10px !important;
    }

    .footer-label {
        padding: 20px 25px;
    }

    .footer-label::after,
    .footer-label::before {
        bottom: -42px;
    }

    .x-swiper-2 {
        position: absolute;
        top: 82px;
    }

    .x-swiper-2 .swiper-slide div {
        height: 47px;
    }

    .sort-wrapper {
        padding-bottom: 12px;
    }

    .landing-x {
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 600px) {
    .boxes .slide-navigate .swiper-pagination {
        bottom: 15px;
    }

    .boxes .slide-two-navigate .swiper-pagination {
        bottom: 91%;
    }

    .slide-two-navigate.layout-two .swiper-pagination {
        bottom: 96%;
    }

    .slide-navigate .swiper-pagination {
        display: none;
    }

    .winner-game {
        padding: 16px 25px;
    }
}

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

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

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

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

.placeholder\:font-medium::-moz-placeholder {
    font-weight: 500;
}

.placeholder\:font-medium::placeholder {
    font-weight: 500;
}

.placeholder\:text-\[\#677696\]::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(103 118 150 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#677696\]::placeholder {
    --tw-text-opacity: 1;
    color: rgb(103 118 150 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#7490B7\]::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(116 144 183 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#7490B7\]::placeholder {
    --tw-text-opacity: 1;
    color: rgb(116 144 183 / var(--tw-text-opacity, 1));
}

.placeholder\:text-white::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.placeholder\:text-white::placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
}

.hover\:bg-\[\#101825\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(16 24 37 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#1A2631\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(26 38 49 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#FF3E71\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 62 113 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#004a91\]:hover {
    --tw-text-opacity: 1;
    color: rgb(0 74 145 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
    text-decoration-line: underline;
}

.focus\:border:focus {
    border-width: 1px;
}

.focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.disabled\:pointer-events-none:disabled {
    pointer-events: none;
}

.disabled\:opacity-50:disabled {
    opacity: 0.5;
}

.hs-accordion.active.hs-accordion-active\:block {
    display: block;
}

.hs-accordion.active.hs-accordion-active\:hidden {
    display: none;
}

.hs-accordion.active.hs-accordion-active\:text-\[\#0066FF\] {
    --tw-text-opacity: 1;
    color: rgb(0 102 255 / var(--tw-text-opacity, 1));
}

.hs-accordion.active > .hs-accordion-active\:block {
    display: block;
}

.hs-accordion.active > .hs-accordion-active\:hidden {
    display: none;
}

.hs-accordion.active > .hs-accordion-active\:text-\[\#0066FF\] {
    --tw-text-opacity: 1;
    color: rgb(0 102 255 / var(--tw-text-opacity, 1));
}

.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:block {
    display: block;
}

.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:hidden {
    display: none;
}

.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:text-\[\#0066FF\] {
    --tw-text-opacity: 1;
    color: rgb(0 102 255 / var(--tw-text-opacity, 1));
}

.hs-accordion.active > .hs-accordion-heading > .hs-accordion-toggle .hs-accordion-active\:block {
    display: block;
}

.hs-accordion.active > .hs-accordion-heading > .hs-accordion-toggle .hs-accordion-active\:hidden {
    display: none;
}

.hs-accordion.active > .hs-accordion-heading > .hs-accordion-toggle .hs-accordion-active\:text-\[\#0066FF\] {
    --tw-text-opacity: 1;
    color: rgb(0 102 255 / var(--tw-text-opacity, 1));
}

.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:block {
    display: block;
}

.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:hidden {
    display: none;
}

.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:text-\[\#0066FF\] {
    --tw-text-opacity: 1;
    color: rgb(0 102 255 / var(--tw-text-opacity, 1));
}

.hs-accordion.active > .hs-accordion-heading > .hs-accordion-toggle.hs-accordion-active\:block {
    display: block;
}

.hs-accordion.active > .hs-accordion-heading > .hs-accordion-toggle.hs-accordion-active\:hidden {
    display: none;
}

.hs-accordion.active > .hs-accordion-heading > .hs-accordion-toggle.hs-accordion-active\:text-\[\#0066FF\] {
    --tw-text-opacity: 1;
    color: rgb(0 102 255 / var(--tw-text-opacity, 1));
}

.hs-accordion.active .hs-accordion-force-active.hs-accordion-active\:block {
    display: block;
}

.hs-accordion.active .hs-accordion-force-active.hs-accordion-active\:hidden {
    display: none;
}

.hs-accordion.active .hs-accordion-force-active.hs-accordion-active\:text-\[\#0066FF\] {
    --tw-text-opacity: 1;
    color: rgb(0 102 255 / var(--tw-text-opacity, 1));
}

.open.hs-overlay-open\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
}

.open .hs-overlay-open\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
}

.selected .hs-combo-box-selected\:block {
    display: block;
}

.selected.hs-combo-box-selected\:block {
    display: block;
}

.complete .hs-file-upload-complete\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.complete.hs-file-upload-complete\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
    .sm\:-mt-4 {
        margin-top: -1rem;
    }

    .sm\:w-auto {
        width: auto;
    }

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

    .sm\:gap-5 {
        gap: 1.25rem;
    }

    .sm\:gap-8 {
        gap: 2rem;
    }

    .sm\:p-0 {
        padding: 0px;
    }

    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

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

    .sm\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .sm\:px-\[22px\] {
        padding-left: 22px;
        padding-right: 22px;
    }

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

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

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

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

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

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

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

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

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

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

    .md\:order-2 {
        order: 2;
    }

    .md\:mb-14 {
        margin-bottom: 3.5rem;
    }

    .md\:mt-10 {
        margin-top: 2.5rem;
    }

    .md\:mt-\[130px\] {
        margin-top: 130px;
    }

    .md\:block {
        display: block;
    }

    .md\:flex {
        display: flex;
    }

    .md\:hidden {
        display: none;
    }

    .md\:\!h-auto {
        height: auto !important;
    }

    .md\:h-\[336px\] {
        height: 336px;
    }

    .md\:h-auto {
        height: auto;
    }

    .md\:h-full {
        height: 100%;
    }

    .md\:\!w-auto {
        width: auto !important;
    }

    .md\:w-\[60\%\] {
        width: 60%;
    }

    .md\:w-\[65\%\] {
        width: 65%;
    }

    .md\:w-\[80\%\] {
        width: 80%;
    }

    .md\:w-auto {
        width: auto;
    }

    .md\:max-w-\[400px\] {
        max-width: 400px;
    }

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

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

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

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

    .md\:justify-normal {
        justify-content: normal;
    }

    .md\:gap-0 {
        gap: 0px;
    }

    .md\:gap-2 {
        gap: 0.5rem;
    }

    .md\:gap-4 {
        gap: 1rem;
    }

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

    .md\:gap-7 {
        gap: 1.75rem;
    }

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

    .md\:bg-\[\#22303C\] {
        --tw-bg-opacity: 1;
        background-color: rgb(34 48 60 / var(--tw-bg-opacity, 1));
    }

    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

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

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

    .md\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .md\:pr-0 {
        padding-right: 0px;
    }

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

    .md\:text-justify {
        text-align: justify;
    }

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

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

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

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

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

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

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

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

    .md\:\!font-bold {
        font-weight: 700 !important;
    }
}

@media (min-width: 1024px) {
    .lg\:left-5 {
        left: 1.25rem;
    }

    .lg\:order-1 {
        order: 1;
    }

    .lg\:order-2 {
        order: 2;
    }

    .lg\:order-3 {
        order: 3;
    }

    .lg\:order-5 {
        order: 5;
    }

    .lg\:order-6 {
        order: 6;
    }

    .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-7 {
        grid-column: span 7 / span 7;
    }

    .lg\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .lg\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .lg\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .lg\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .lg\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .lg\:-mb-\[47px\] {
        margin-bottom: -47px;
    }

    .lg\:-mt-0 {
        margin-top: -0px;
    }

    .lg\:-mt-10 {
        margin-top: -2.5rem;
    }

    .lg\:-mt-16 {
        margin-top: -4rem;
    }

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

    .lg\:mb-0 {
        margin-bottom: 0px;
    }

    .lg\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .lg\:mb-12 {
        margin-bottom: 3rem;
    }

    .lg\:mb-16 {
        margin-bottom: 4rem;
    }

    .lg\:mt-0 {
        margin-top: 0px;
    }

    .lg\:mt-\[130px\] {
        margin-top: 130px;
    }

    .lg\:mt-\[200px\] {
        margin-top: 200px;
    }

    .lg\:mt-\[70px\] {
        margin-top: 70px;
    }

    .lg\:\!block {
        display: block !important;
    }

    .lg\:block {
        display: block;
    }

    .lg\:\!flex {
        display: flex !important;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:grid {
        display: grid;
    }

    .lg\:\!hidden {
        display: none !important;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:\!h-\[136px\] {
        height: 136px !important;
    }

    .lg\:h-1\/2 {
        height: 50%;
    }

    .lg\:h-14 {
        height: 3.5rem;
    }

    .lg\:h-\[336px\] {
        height: 336px;
    }

    .lg\:h-\[450px\] {
        height: 450px;
    }

    .lg\:h-\[70px\] {
        height: 70px;
    }

    .lg\:h-\[82px\] {
        height: 82px;
    }

    .lg\:h-auto {
        height: auto;
    }

    .lg\:h-full {
        height: 100%;
    }

    .lg\:max-h-\[570px\] {
        max-height: 570px;
    }

    .lg\:\!w-\[240px\] {
        width: 240px !important;
    }

    .lg\:w-1\/3 {
        width: 33.333333%;
    }

    .lg\:w-2\/3 {
        width: 66.666667%;
    }

    .lg\:w-4\/6 {
        width: 66.666667%;
    }

    .lg\:w-\[60\%\] {
        width: 60%;
    }

    .lg\:w-\[70\%\] {
        width: 70%;
    }

    .lg\:w-\[75\%\] {
        width: 75%;
    }

    .lg\:w-\[80\%\] {
        width: 80%;
    }

    .lg\:w-\[82px\] {
        width: 82px;
    }

    .lg\:w-\[90\%\] {
        width: 90%;
    }

    .lg\:w-auto {
        width: auto;
    }

    .lg\:w-full {
        width: 100%;
    }

    .lg\:max-w-\[200px\] {
        max-width: 200px;
    }

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

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

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

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

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

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

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

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

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

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

    .lg\:justify-normal {
        justify-content: normal;
    }

    .lg\:justify-start {
        justify-content: flex-start;
    }

    .lg\:justify-end {
        justify-content: flex-end;
    }

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

    .lg\:gap-0 {
        gap: 0px;
    }

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

    .lg\:gap-11 {
        gap: 2.75rem;
    }

    .lg\:gap-14 {
        gap: 3.5rem;
    }

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

    .lg\:gap-2 {
        gap: 0.5rem;
    }

    .lg\:gap-3 {
        gap: 0.75rem;
    }

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

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

    .lg\:gap-7 {
        gap: 1.75rem;
    }

    .lg\:gap-8 {
        gap: 2rem;
    }

    .lg\:gap-x-0 {
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .lg\:gap-y-0 {
        row-gap: 0px;
    }

    .lg\:gap-y-5 {
        row-gap: 1.25rem;
    }

    .lg\:rounded-none {
        border-radius: 0px;
    }

    .lg\:border-transparent {
        border-color: transparent;
    }

    .lg\:bg-\[\#1A2433\] {
        --tw-bg-opacity: 1;
        background-color: rgb(26 36 51 / var(--tw-bg-opacity, 1));
    }

    .lg\:bg-\[\#232D3B\] {
        --tw-bg-opacity: 1;
        background-color: rgb(35 45 59 / var(--tw-bg-opacity, 1));
    }

    .lg\:bg-transparent {
        background-color: transparent;
    }

    .lg\:\!object-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }

    .lg\:p-0 {
        padding: 0px;
    }

    .lg\:p-10 {
        padding: 2.5rem;
    }

    .lg\:p-5 {
        padding: 1.25rem;
    }

    .lg\:p-6 {
        padding: 1.5rem;
    }

    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

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

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

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .lg\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px;
    }

    .lg\:px-\[48px\] {
        padding-left: 48px;
        padding-right: 48px;
    }

    .lg\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

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

    .lg\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .lg\:pb-0 {
        padding-bottom: 0px;
    }

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

    .lg\:pl-0 {
        padding-left: 0px;
    }

    .lg\:pr-\[10\%\] {
        padding-right: 10%;
    }

    .lg\:pt-0 {
        padding-top: 0px;
    }

    .lg\:pt-\[40px\] {
        padding-top: 40px;
    }

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

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

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

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

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

    .lg\:font-normal {
        font-weight: 400;
    }

    .lg\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
}

@media (min-width: 1280px) {
    .xl\:hidden {
        display: none;
    }

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

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

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

@media (prefers-color-scheme: dark) {
    .dark\:\!border-neutral-700 {
        --tw-border-opacity: 1 !important;
        border-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
    }

    .dark\:border-neutral-600 {
        --tw-border-opacity: 1;
        border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
    }

    .dark\:border-neutral-700 {
        --tw-border-opacity: 1;
        border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
    }

    .dark\:\!bg-neutral-800 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1)) !important;
    }

    .dark\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
    }

    .dark\:bg-neutral-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
    }

    .dark\:bg-neutral-800 {
        --tw-bg-opacity: 1;
        background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
    }

    .dark\:bg-neutral-900 {
        --tw-bg-opacity: 1;
        background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
    }

    .dark\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .dark\:fill-neutral-200 {
        fill: #e5e5e5;
    }

    .dark\:text-blue-500 {
        --tw-text-opacity: 1;
        color: rgb(59 130 246 / var(--tw-text-opacity, 1));
    }

    .dark\:text-neutral-200 {
        --tw-text-opacity: 1;
        color: rgb(229 229 229 / var(--tw-text-opacity, 1));
    }

    .dark\:text-neutral-400 {
        --tw-text-opacity: 1;
        color: rgb(163 163 163 / var(--tw-text-opacity, 1));
    }

    .dark\:text-neutral-500 {
        --tw-text-opacity: 1;
        color: rgb(115 115 115 / var(--tw-text-opacity, 1));
    }

    .dark\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

    .dark\:hover\:bg-neutral-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
    }

    .dark\:hover\:text-neutral-200:hover {
        --tw-text-opacity: 1;
        color: rgb(229 229 229 / var(--tw-text-opacity, 1));
    }

    .dark\:focus\:bg-neutral-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
    }
}
