/*
! tailwindcss v3.4.1 | 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 */
}

::selection {
    background: rgba(0, 116, 255, 0.3);
}

::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";*/
    font-family: Inter, sans-serif;
    /* 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;
}

p {
    font-size: inherit;
    font-weight: inherit;
    font-family: roboto-body, sans-serif;
}

/*
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;*/
    font-family: Inter, sans-serif;
    /* 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 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

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

button,
select {
    text-transform: none;
}

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

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

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

:-moz-focusring {
    outline: auto;
}

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

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
    display: list-item;
}

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

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
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] {
    display: none;
}

*, ::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: ;
}

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

.container {
    width: 100%;
}

nav,
footer {
	z-index: 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;
    }
}

.fixed {
    position: fixed !important;
}

.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

.sticky {
    position: sticky !important;
}

.align-items-start {
	align-items: start !important;
}

.hovered {
	display: flex !important;
}

.font-regular {
	font-family: inter-regular, sans-serif;
}

.left-0 {
    left: 0px;
}

.top-0 {
    top: 0px;
}

.top-5 {
    top: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.float-end {
    float: inline-end;
}

.m-3 {
    margin: 0.75rem;
}

.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px;
}

.me-\[25px\] {
    margin-right: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-\[3rem\] {
    margin-bottom: 3rem;
}

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

.ml-\[8px\] {
    margin-left: 8px;
}

.ml-\[20px\] {
    margin-left: 20px;
}

.ml-\[25px\] {
	margin-left: 25px;
}

.ml-\[30px\] {
    margin-left: 30px;
}

.ml-\[40px\] {
    margin-left: 40px;
}

.ml-\[115px\] {
    margin-left: 115px;
}

.mt-0 {
    margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.h-0 {
    height: 0px;
}

.h-24 {
    height: 6rem;
}

.h-3 {
    height: 0.75rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-56 {
    height: 14rem;
}

.h-6 {
    height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

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

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

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

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

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

.w-3 {
    width: 0.75rem;
}

.w-32 {
    width: 8rem;
}

.w-4 {
    width: 1rem;
}

.w-4\/5 {
    width: 80%;
}

.w-48 {
    width: 12rem;
}

.w-5 {
    width: 1.25rem;
}

.w-56 {
    width: 14rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
    width: auto;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.w-max {
    width: -moz-max-content;
    width: max-content;
}

.w-screen {
    width: 100vw;
}

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

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

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

.max-w-48 {
    max-width: 12rem;
}

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

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

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

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

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

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

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

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

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

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

.list-disc {
    list-style-type: disc;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
    gap: 0.25rem;
}

.gap-10 {
    gap: 2.5rem;
}

.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-\[8px\] {
	gap: 8px !important;
}

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

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

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

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

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

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

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

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


.gap-\[24px\] {
    gap: 24px !important;
}

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

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

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

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

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

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

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

.overflow-hidden {
    overflow: hidden;
}

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

.rounded {
    border-radius: 0.25rem;
}

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

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

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

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

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

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

.border {
    border-width: 1px;
}

.border-none {
    border: none !important;
}

.border-b {
    border-bottom-width: 1px;
    border-color: #ffffff !important;
}

.nowrap {
    white-space: nowrap;
}

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

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

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

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

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

.bg-\[\#e0ffc7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(224 255 199 / var(--tw-bg-opacity));
}

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

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

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

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

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

.bg-transparent {
    background-color: transparent;
}

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

.fill-white {
    fill: #fff;
}

.capitalize {
    text-transform: capitalize;
}

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

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

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

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-4 {
    padding: 1rem;
}

.p-\[10px\] {
    padding: 10px;
}

.p-\[15px\] {
    padding: 15px;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

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

.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-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-\[20px\] {
    padding-left: 20px;
}

.pl-\[22px\] {
    padding-left: 22px;
}

.pl-\[28px\] {
    padding-left: 28px;
}

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

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

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

.pt-\[14px\] {
	padding-top: 14px !important;
}

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

.pt-\[16px\] {
	padding-top: 16px !important;
}

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

.pt-\[24px\] {
    padding-top: 24px !important;
}

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

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

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

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

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

.pt-\[48px\] {
    padding-top: 48px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[2rem\] {
    font-size: 2rem;
}

.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-bold {
    font-weight: 700;
}

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

.font-black {
    font-weight: 900;
}

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

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

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-1 {
    line-height: 1;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-6 {
    line-height: 1.22rem;
}

.leading-\[16px\] {
    line-height: 16px;
}

.-tracking-\[1px\] {
    letter-spacing: -1px;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

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

.text-\[\#0074ff\] {
    --tw-text-opacity: 1;
    color: rgb(0 116 255 / var(--tw-text-opacity));
}

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

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

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

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

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

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

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

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

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

.placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.input-shadow {
    box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.06);
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.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-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
    -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-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

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



.flex-1 {
    flex: 1;
}

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

.Author-Hover {
    color: #000;
}

.Author-Hover:hover{
    color: #000;
    font-weight: normal;
}

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

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

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

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

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

.hover\:text-\[\#0074ff\]:hover {
    --tw-text-opacity: 1;
    color: rgb(0 116 255 / var(--tw-text-opacity));
}

.hover\:text-\[\#616161\]:hover {
    --tw-text-opacity: 1;
    color: rgb(97 97 97 / var(--tw-text-opacity));
}

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

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

.group:hover .group-hover\:block {
    display: block;
}

.filter-withe {
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(299%) hue-rotate(21deg) brightness(116%) contrast(100%);
}

.page-width {
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

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

.bb-1 {
    border-bottom: 1px solid #D9D9D9;
}

.b-0 {
    border: none !important;
}

.grid {
    display: grid !important;
}

/*=== footer ===*/

.number-box {
	position: absolute;
	padding: 10px;
	font-size: 30px;
	font-weight: 900;
	background-color: #0074ff;
	color: #fff;
	border-top-left-radius: 10px;
}

.home-post-container-semi-white {
	background: #FAFAFA;
}

.card {
	height: 186px;
	background-blend-mode: multiply;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-content {
	position: relative;
	z-index: 1; /* Ensures the text appears above the gradient and background */
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #fff; /* Text color */
	text-align: center;
}

.card-content h1 {
	margin: 0;
	font-family: "Inter", Sans-serif;
	font-size: 35px;
	font-weight: 800;
	text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}

.number-box {
	position: absolute;
	padding: 10px;
	font-size: 30px;
	font-weight: 900;
	background-color: #0074ff;
	color: #fff;
	border-top-left-radius: 10px;
}

@media (max-width: 767.98px) {
    .sm\:mb-\[6rem\] {
        margin-bottom: 6rem;
    }
}

@media (min-width: 576px) {
	.sm\:px-\[24px\] {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
}

@media (min-width: 640px) {
    .sm\:w-full {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .md\:gap-\[30px\] {
        gap: 30px;
    }

    .md\:gap-\[36px\] {
        gap: 36px;
    }

    .md\:top-\[75px\] {
        top: 75px;
    }

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

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

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

	.md\:ml-\[25px\] {
		margin-left: 25px;
	}

    .md\:ml-\[120px\] {
        margin-left: 120px;
    }

    .md\:ml-\[167px\] {
        margin-left: 167px;
    }

    .md\:ml-\[172px\] {
        margin-left: 172px;
    }

	.md\:mt-0 {
		margin-top: 0;
	}

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

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

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

    .md\:h-1\/2 {
        height: 50%;
    }

    .md\:h-40 {
        height: 10rem;
    }

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

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

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

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

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

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

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

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

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

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

    .md\:min-h-\[250px\] {
        min-height: 250px;
    }

    .md\:min-h-\[300px\] {
        min-height: 300px;
    }

    .md\:min-h-\[600px\] {
        min-height: 600px;
    }

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

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

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

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

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

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

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

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

    .md\:min-w-\[30\%\] {
        min-width: 30%;
    }

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

    .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\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

    .md\:justify-start {
        justify-content: flex-start;
    }

    .md\:gap-8 {
        gap: 2rem;
    }

    .md\:gap-\[15px\] {
        gap: 15px;
    }

    .md\:gap-\[20px\] {
        gap: 20px;
    }

    .md\:gap-\[25px\] {
        gap: 25px;
    }

    .md\:gap-\[45px\] {
        gap: 45px;
    }

    .md\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

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

    .md\:px-\[16px\] {
        padding-left: var(--px-16);
        padding-right: var(--px-16);
    }

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

    .md\:px-\[24px\] {
        padding-left: var(--px-24);
        padding-right: var(--px-24);
    }


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

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

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

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

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

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

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

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

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

    .md\:pt-\[24px\] {
        padding-top: 24px !important;
    }

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

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

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

}

@media (min-width: 1024px) {
    .lg\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .lg\:mx-\[10px\] {
        margin-left: 10px;
        margin-right: 10px;
    }

	.lg\:mt-0 {
		margin-top: 0px;
	}

    .lg\:mb-0 {
        margin-bottom: 0px;
    }

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

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

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

	.lg\:pt-\[16px\] {
		padding-top: 16px !important;
	}

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

	.lg\:pt-\[48px\] {
		padding-top: 48px !important;
	}

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

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

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-40 {
        height: 10rem;
    }

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

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

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

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

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

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

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

    .lg\:min-h-\[170px\] {
        min-height: 170px;
    }

    .lg\:min-h-\[175px\] {
        min-height: 175px;
    }

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

    .lg\:min-h-\[230px\] {
        min-height: 230px;
    }

    .lg\:min-h-\[350px\] {
        min-height: 350px;
    }

    .lg\:min-h-\[480px\] {
        min-height: 480px;
    }

    .lg\:min-h-\[73px\] {
        min-height: 73px;
    }

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

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

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

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

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

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

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

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

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

    .lg\:min-w-\[1140px\] {
        min-width: 1140px;
    }

    .lg\:min-w-\[768px\] {
        min-width: 768px;
    }

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

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

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

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

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

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

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

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

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

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

    .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-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

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

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

    .lg\:gap-2 {
        gap: 0.25rem;
    }

    .lg\:gap-3 {
        gap: 0.75rem;
    }

	.lg\:gap-\[36px\] {
		gap: 36px;
	}

    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

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

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

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

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

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

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

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


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

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

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

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

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

    .lg\:pl-\[40px\] {
        padding-left: 40px;
    }

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
    .xl\:px-\[0px\] {
        padding-left: 0px;
        padding-right: 0px;
    }
}
