/* /theme_blank/static/tailwind/tailwind.css defined in bundle 'website.assets_frontend' */
*,
::before,
::after {
    box-sizing: border-box;
}

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

body {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
}

hr {
    height: 0;
    color: inherit;
}

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

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0;
    border-color: inherit;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
select {
    text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

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

legend {
    padding: 0;
}

progress {
    vertical-align: baseline;
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

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

button {
    background-color: transparent;
    background-image: none;
}

fieldset {
    margin: 0;
    padding: 0;
}

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

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5;
}

body {
    font-family: inherit;
    line-height: inherit;
}

*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
}

hr {
    border-top-width: 1px;
}

img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

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

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

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}

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

:-moz-focusring {
    outline: auto;
}

table {
    border-collapse: collapse;
}

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

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

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

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

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

img,
video {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

*,
::before,
::after {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

html {
    font-size: 14px;
}

@media (max-width: 1280px) {
    html {
        font-size: calc((14 / 1280) * 100vw);
    }
}

.container {
    width: 100%;
}

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

.form-block {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.7;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
}

@media (min-width: 10px) {
    .form-block {
        max-width: 28rem;
        padding: 4rem;
    }
}

.input {
    display: block;
    width: 100%;
    border-radius: 0.25rem;
    border-width: 1px;
    border-style: solid;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 10px) {
    .input {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

@media (min-width: 10px) {
    .input {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
}

.not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}

.focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
}

.focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}

.focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
}

.focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}

.pointer-events-none {
    pointer-events: none !important;
}

.pointer-events-auto {
    pointer-events: auto !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.static {
    position: static !important;
}

.fixed {
    position: fixed !important;
}

.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.top-0 {
    top: 0px !important;
}

.top-1 {
    top: 0.25rem !important;
}

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

.top-3 {
    top: 0.75rem !important;
}

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

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

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

.top-7 {
    top: 1.75rem !important;
}

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

.top-9 {
    top: 2.25rem !important;
}

.top-10 {
    top: 2.5rem !important;
}

.top-11 {
    top: 2.75rem !important;
}

.top-12 {
    top: 3rem !important;
}

.top-14 {
    top: 3.5rem !important;
}

.top-16 {
    top: 4rem !important;
}

.top-20 {
    top: 5rem !important;
}

.top-24 {
    top: 6rem !important;
}

.top-28 {
    top: 7rem !important;
}

.top-32 {
    top: 8rem !important;
}

.top-36 {
    top: 9rem !important;
}

.top-40 {
    top: 10rem !important;
}

.top-44 {
    top: 11rem !important;
}

.top-48 {
    top: 12rem !important;
}

.top-52 {
    top: 13rem !important;
}

.top-56 {
    top: 14rem !important;
}

.top-60 {
    top: 15rem !important;
}

.top-64 {
    top: 16rem !important;
}

.top-72 {
    top: 18rem !important;
}

.top-80 {
    top: 20rem !important;
}

.top-96 {
    top: 24rem !important;
}

.top-auto {
    top: auto !important;
}

.top-px {
    top: 1px !important;
}

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

.top-1\.5 {
    top: 0.375rem !important;
}

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

.top-3\.5 {
    top: 0.875rem !important;
}

.-top-0 {
    top: 0px !important;
}

.-top-1 {
    top: -0.25rem !important;
}

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

.-top-3 {
    top: -0.75rem !important;
}

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

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

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

.-top-7 {
    top: -1.75rem !important;
}

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

.-top-9 {
    top: -2.25rem !important;
}

.-top-10 {
    top: -2.5rem !important;
}

.-top-11 {
    top: -2.75rem !important;
}

.-top-12 {
    top: -3rem !important;
}

.-top-14 {
    top: -3.5rem !important;
}

.-top-16 {
    top: -4rem !important;
}

.-top-20 {
    top: -5rem !important;
}

.-top-24 {
    top: -6rem !important;
}

.-top-28 {
    top: -7rem !important;
}

.-top-32 {
    top: -8rem !important;
}

.-top-36 {
    top: -9rem !important;
}

.-top-40 {
    top: -10rem !important;
}

.-top-44 {
    top: -11rem !important;
}

.-top-48 {
    top: -12rem !important;
}

.-top-52 {
    top: -13rem !important;
}

.-top-56 {
    top: -14rem !important;
}

.-top-60 {
    top: -15rem !important;
}

.-top-64 {
    top: -16rem !important;
}

.-top-72 {
    top: -18rem !important;
}

.-top-80 {
    top: -20rem !important;
}

.-top-96 {
    top: -24rem !important;
}

.-top-px {
    top: -1px !important;
}

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

.-top-1\.5 {
    top: -0.375rem !important;
}

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

.-top-3\.5 {
    top: -0.875rem !important;
}

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

.top-1\/3 {
    top: 33.333333% !important;
}

.top-2\/3 {
    top: 66.666667% !important;
}

.top-1\/4 {
    top: 25% !important;
}

.top-2\/4 {
    top: 50% !important;
}

.top-3\/4 {
    top: 75% !important;
}

.top-full {
    top: 100% !important;
}

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

.-top-1\/3 {
    top: -33.333333% !important;
}

.-top-2\/3 {
    top: -66.666667% !important;
}

.-top-1\/4 {
    top: -25% !important;
}

.-top-2\/4 {
    top: -50% !important;
}

.-top-3\/4 {
    top: -75% !important;
}

.-top-full {
    top: -100% !important;
}

.right-0 {
    right: 0px !important;
}

.right-1 {
    right: 0.25rem !important;
}

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

.right-3 {
    right: 0.75rem !important;
}

.right-4 {
    right: 1rem !important;
}

.right-5 {
    right: 1.25rem !important;
}

.right-6 {
    right: 1.5rem !important;
}

.right-7 {
    right: 1.75rem !important;
}

.right-8 {
    right: 2rem !important;
}

.right-9 {
    right: 2.25rem !important;
}

.right-10 {
    right: 2.5rem !important;
}

.right-11 {
    right: 2.75rem !important;
}

.right-12 {
    right: 3rem !important;
}

.right-14 {
    right: 3.5rem !important;
}

.right-16 {
    right: 4rem !important;
}

.right-20 {
    right: 5rem !important;
}

.right-24 {
    right: 6rem !important;
}

.right-28 {
    right: 7rem !important;
}

.right-32 {
    right: 8rem !important;
}

.right-36 {
    right: 9rem !important;
}

.right-40 {
    right: 10rem !important;
}

.right-44 {
    right: 11rem !important;
}

.right-48 {
    right: 12rem !important;
}

.right-52 {
    right: 13rem !important;
}

.right-56 {
    right: 14rem !important;
}

.right-60 {
    right: 15rem !important;
}

.right-64 {
    right: 16rem !important;
}

.right-72 {
    right: 18rem !important;
}

.right-80 {
    right: 20rem !important;
}

.right-96 {
    right: 24rem !important;
}

.right-auto {
    right: auto !important;
}

.right-px {
    right: 1px !important;
}

.right-0\.5 {
    right: 0.125rem !important;
}

.right-1\.5 {
    right: 0.375rem !important;
}

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

.right-3\.5 {
    right: 0.875rem !important;
}

.-right-0 {
    right: 0px !important;
}

.-right-1 {
    right: -0.25rem !important;
}

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

.-right-3 {
    right: -0.75rem !important;
}

.-right-4 {
    right: -1rem !important;
}

.-right-5 {
    right: -1.25rem !important;
}

.-right-6 {
    right: -1.5rem !important;
}

.-right-7 {
    right: -1.75rem !important;
}

.-right-8 {
    right: -2rem !important;
}

.-right-9 {
    right: -2.25rem !important;
}

.-right-10 {
    right: -2.5rem !important;
}

.-right-11 {
    right: -2.75rem !important;
}

.-right-12 {
    right: -3rem !important;
}

.-right-14 {
    right: -3.5rem !important;
}

.-right-16 {
    right: -4rem !important;
}

.-right-20 {
    right: -5rem !important;
}

.-right-24 {
    right: -6rem !important;
}

.-right-28 {
    right: -7rem !important;
}

.-right-32 {
    right: -8rem !important;
}

.-right-36 {
    right: -9rem !important;
}

.-right-40 {
    right: -10rem !important;
}

.-right-44 {
    right: -11rem !important;
}

.-right-48 {
    right: -12rem !important;
}

.-right-52 {
    right: -13rem !important;
}

.-right-56 {
    right: -14rem !important;
}

.-right-60 {
    right: -15rem !important;
}

.-right-64 {
    right: -16rem !important;
}

.-right-72 {
    right: -18rem !important;
}

.-right-80 {
    right: -20rem !important;
}

.-right-96 {
    right: -24rem !important;
}

.-right-px {
    right: -1px !important;
}

.-right-0\.5 {
    right: -0.125rem !important;
}

.-right-1\.5 {
    right: -0.375rem !important;
}

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

.-right-3\.5 {
    right: -0.875rem !important;
}

.right-1\/2 {
    right: 50% !important;
}

.right-1\/3 {
    right: 33.333333% !important;
}

.right-2\/3 {
    right: 66.666667% !important;
}

.right-1\/4 {
    right: 25% !important;
}

.right-2\/4 {
    right: 50% !important;
}

.right-3\/4 {
    right: 75% !important;
}

.right-full {
    right: 100% !important;
}

.-right-1\/2 {
    right: -50% !important;
}

.-right-1\/3 {
    right: -33.333333% !important;
}

.-right-2\/3 {
    right: -66.666667% !important;
}

.-right-1\/4 {
    right: -25% !important;
}

.-right-2\/4 {
    right: -50% !important;
}

.-right-3\/4 {
    right: -75% !important;
}

.-right-full {
    right: -100% !important;
}

.bottom-0 {
    bottom: 0px !important;
}

.bottom-1 {
    bottom: 0.25rem !important;
}

.bottom-2 {
    bottom: 0.5rem !important;
}

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

.bottom-4 {
    bottom: 1rem !important;
}

.bottom-5 {
    bottom: 1.25rem !important;
}

.bottom-6 {
    bottom: 1.5rem !important;
}

.bottom-7 {
    bottom: 1.75rem !important;
}

.bottom-8 {
    bottom: 2rem !important;
}

.bottom-9 {
    bottom: 2.25rem !important;
}

.bottom-10 {
    bottom: 2.5rem !important;
}

.bottom-11 {
    bottom: 2.75rem !important;
}

.bottom-12 {
    bottom: 3rem !important;
}

.bottom-14 {
    bottom: 3.5rem !important;
}

.bottom-16 {
    bottom: 4rem !important;
}

.bottom-20 {
    bottom: 5rem !important;
}

.bottom-24 {
    bottom: 6rem !important;
}

.bottom-28 {
    bottom: 7rem !important;
}

.bottom-32 {
    bottom: 8rem !important;
}

.bottom-36 {
    bottom: 9rem !important;
}

.bottom-40 {
    bottom: 10rem !important;
}

.bottom-44 {
    bottom: 11rem !important;
}

.bottom-48 {
    bottom: 12rem !important;
}

.bottom-52 {
    bottom: 13rem !important;
}

.bottom-56 {
    bottom: 14rem !important;
}

.bottom-60 {
    bottom: 15rem !important;
}

.bottom-64 {
    bottom: 16rem !important;
}

.bottom-72 {
    bottom: 18rem !important;
}

.bottom-80 {
    bottom: 20rem !important;
}

.bottom-96 {
    bottom: 24rem !important;
}

.bottom-auto {
    bottom: auto !important;
}

.bottom-px {
    bottom: 1px !important;
}

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

.bottom-1\.5 {
    bottom: 0.375rem !important;
}

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

.bottom-3\.5 {
    bottom: 0.875rem !important;
}

.-bottom-0 {
    bottom: 0px !important;
}

.-bottom-1 {
    bottom: -0.25rem !important;
}

.-bottom-2 {
    bottom: -0.5rem !important;
}

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

.-bottom-4 {
    bottom: -1rem !important;
}

.-bottom-5 {
    bottom: -1.25rem !important;
}

.-bottom-6 {
    bottom: -1.5rem !important;
}

.-bottom-7 {
    bottom: -1.75rem !important;
}

.-bottom-8 {
    bottom: -2rem !important;
}

.-bottom-9 {
    bottom: -2.25rem !important;
}

.-bottom-10 {
    bottom: -2.5rem !important;
}

.-bottom-11 {
    bottom: -2.75rem !important;
}

.-bottom-12 {
    bottom: -3rem !important;
}

.-bottom-14 {
    bottom: -3.5rem !important;
}

.-bottom-16 {
    bottom: -4rem !important;
}

.-bottom-20 {
    bottom: -5rem !important;
}

.-bottom-24 {
    bottom: -6rem !important;
}

.-bottom-28 {
    bottom: -7rem !important;
}

.-bottom-32 {
    bottom: -8rem !important;
}

.-bottom-36 {
    bottom: -9rem !important;
}

.-bottom-40 {
    bottom: -10rem !important;
}

.-bottom-44 {
    bottom: -11rem !important;
}

.-bottom-48 {
    bottom: -12rem !important;
}

.-bottom-52 {
    bottom: -13rem !important;
}

.-bottom-56 {
    bottom: -14rem !important;
}

.-bottom-60 {
    bottom: -15rem !important;
}

.-bottom-64 {
    bottom: -16rem !important;
}

.-bottom-72 {
    bottom: -18rem !important;
}

.-bottom-80 {
    bottom: -20rem !important;
}

.-bottom-96 {
    bottom: -24rem !important;
}

.-bottom-px {
    bottom: -1px !important;
}

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

.-bottom-1\.5 {
    bottom: -0.375rem !important;
}

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

.-bottom-3\.5 {
    bottom: -0.875rem !important;
}

.bottom-1\/2 {
    bottom: 50% !important;
}

.bottom-1\/3 {
    bottom: 33.333333% !important;
}

.bottom-2\/3 {
    bottom: 66.666667% !important;
}

.bottom-1\/4 {
    bottom: 25% !important;
}

.bottom-2\/4 {
    bottom: 50% !important;
}

.bottom-3\/4 {
    bottom: 75% !important;
}

.bottom-full {
    bottom: 100% !important;
}

.-bottom-1\/2 {
    bottom: -50% !important;
}

.-bottom-1\/3 {
    bottom: -33.333333% !important;
}

.-bottom-2\/3 {
    bottom: -66.666667% !important;
}

.-bottom-1\/4 {
    bottom: -25% !important;
}

.-bottom-2\/4 {
    bottom: -50% !important;
}

.-bottom-3\/4 {
    bottom: -75% !important;
}

.-bottom-full {
    bottom: -100% !important;
}

.left-0 {
    left: 0px !important;
}

.left-1 {
    left: 0.25rem !important;
}

.left-2 {
    left: 0.5rem !important;
}

.left-3 {
    left: 0.75rem !important;
}

.left-4 {
    left: 1rem !important;
}

.left-5 {
    left: 1.25rem !important;
}

.left-6 {
    left: 1.5rem !important;
}

.left-7 {
    left: 1.75rem !important;
}

.left-8 {
    left: 2rem !important;
}

.left-9 {
    left: 2.25rem !important;
}

.left-10 {
    left: 2.5rem !important;
}

.left-11 {
    left: 2.75rem !important;
}

.left-12 {
    left: 3rem !important;
}

.left-14 {
    left: 3.5rem !important;
}

.left-16 {
    left: 4rem !important;
}

.left-20 {
    left: 5rem !important;
}

.left-24 {
    left: 6rem !important;
}

.left-28 {
    left: 7rem !important;
}

.left-32 {
    left: 8rem !important;
}

.left-36 {
    left: 9rem !important;
}

.left-40 {
    left: 10rem !important;
}

.left-44 {
    left: 11rem !important;
}

.left-48 {
    left: 12rem !important;
}

.left-52 {
    left: 13rem !important;
}

.left-56 {
    left: 14rem !important;
}

.left-60 {
    left: 15rem !important;
}

.left-64 {
    left: 16rem !important;
}

.left-72 {
    left: 18rem !important;
}

.left-80 {
    left: 20rem !important;
}

.left-96 {
    left: 24rem !important;
}

.left-auto {
    left: auto !important;
}

.left-px {
    left: 1px !important;
}

.left-0\.5 {
    left: 0.125rem !important;
}

.left-1\.5 {
    left: 0.375rem !important;
}

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

.left-3\.5 {
    left: 0.875rem !important;
}

.-left-0 {
    left: 0px !important;
}

.-left-1 {
    left: -0.25rem !important;
}

.-left-2 {
    left: -0.5rem !important;
}

.-left-3 {
    left: -0.75rem !important;
}

.-left-4 {
    left: -1rem !important;
}

.-left-5 {
    left: -1.25rem !important;
}

.-left-6 {
    left: -1.5rem !important;
}

.-left-7 {
    left: -1.75rem !important;
}

.-left-8 {
    left: -2rem !important;
}

.-left-9 {
    left: -2.25rem !important;
}

.-left-10 {
    left: -2.5rem !important;
}

.-left-11 {
    left: -2.75rem !important;
}

.-left-12 {
    left: -3rem !important;
}

.-left-14 {
    left: -3.5rem !important;
}

.-left-16 {
    left: -4rem !important;
}

.-left-20 {
    left: -5rem !important;
}

.-left-24 {
    left: -6rem !important;
}

.-left-28 {
    left: -7rem !important;
}

.-left-32 {
    left: -8rem !important;
}

.-left-36 {
    left: -9rem !important;
}

.-left-40 {
    left: -10rem !important;
}

.-left-44 {
    left: -11rem !important;
}

.-left-48 {
    left: -12rem !important;
}

.-left-52 {
    left: -13rem !important;
}

.-left-56 {
    left: -14rem !important;
}

.-left-60 {
    left: -15rem !important;
}

.-left-64 {
    left: -16rem !important;
}

.-left-72 {
    left: -18rem !important;
}

.-left-80 {
    left: -20rem !important;
}

.-left-96 {
    left: -24rem !important;
}

.-left-px {
    left: -1px !important;
}

.-left-0\.5 {
    left: -0.125rem !important;
}

.-left-1\.5 {
    left: -0.375rem !important;
}

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

.-left-3\.5 {
    left: -0.875rem !important;
}

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

.left-1\/3 {
    left: 33.333333% !important;
}

.left-2\/3 {
    left: 66.666667% !important;
}

.left-1\/4 {
    left: 25% !important;
}

.left-2\/4 {
    left: 50% !important;
}

.left-3\/4 {
    left: 75% !important;
}

.left-full {
    left: 100% !important;
}

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

.-left-1\/3 {
    left: -33.333333% !important;
}

.-left-2\/3 {
    left: -66.666667% !important;
}

.-left-1\/4 {
    left: -25% !important;
}

.-left-2\/4 {
    left: -50% !important;
}

.-left-3\/4 {
    left: -75% !important;
}

.-left-full {
    left: -100% !important;
}

.isolate {
    isolation: isolate !important;
}

.isolation-auto {
    isolation: auto !important;
}

.z-0 {
    z-index: 0 !important;
}

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

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

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

.z-40 {
    z-index: 40 !important;
}

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

.z-auto {
    z-index: auto !important;
}

.focus-within\:z-0:focus-within {
    z-index: 0 !important;
}

.focus-within\:z-10:focus-within {
    z-index: 10 !important;
}

.focus-within\:z-20:focus-within {
    z-index: 20 !important;
}

.focus-within\:z-30:focus-within {
    z-index: 30 !important;
}

.focus-within\:z-40:focus-within {
    z-index: 40 !important;
}

.focus-within\:z-50:focus-within {
    z-index: 50 !important;
}

.focus-within\:z-auto:focus-within {
    z-index: auto !important;
}

.focus\:z-0:focus {
    z-index: 0 !important;
}

.focus\:z-10:focus {
    z-index: 10 !important;
}

.focus\:z-20:focus {
    z-index: 20 !important;
}

.focus\:z-30:focus {
    z-index: 30 !important;
}

.focus\:z-40:focus {
    z-index: 40 !important;
}

.focus\:z-50:focus {
    z-index: 50 !important;
}

.focus\:z-auto:focus {
    z-index: auto !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-6 {
    order: 6 !important;
}

.order-7 {
    order: 7 !important;
}

.order-8 {
    order: 8 !important;
}

.order-9 {
    order: 9 !important;
}

.order-10 {
    order: 10 !important;
}

.order-11 {
    order: 11 !important;
}

.order-12 {
    order: 12 !important;
}

.order-first {
    order: -9999 !important;
}

.order-last {
    order: 9999 !important;
}

.order-none {
    order: 0 !important;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

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

.m-0 {
    margin: 0px !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 0.75rem !important;
}

.m-4 {
    margin: 1rem !important;
}

.m-5 {
    margin: 1.25rem !important;
}

.m-6 {
    margin: 1.5rem !important;
}

.m-7 {
    margin: 1.75rem !important;
}

.m-8 {
    margin: 2rem !important;
}

.m-9 {
    margin: 2.25rem !important;
}

.m-10 {
    margin: 2.5rem !important;
}

.m-11 {
    margin: 2.75rem !important;
}

.m-12 {
    margin: 3rem !important;
}

.m-14 {
    margin: 3.5rem !important;
}

.m-16 {
    margin: 4rem !important;
}

.m-20 {
    margin: 5rem !important;
}

.m-24 {
    margin: 6rem !important;
}

.m-28 {
    margin: 7rem !important;
}

.m-32 {
    margin: 8rem !important;
}

.m-36 {
    margin: 9rem !important;
}

.m-40 {
    margin: 10rem !important;
}

.m-44 {
    margin: 11rem !important;
}

.m-48 {
    margin: 12rem !important;
}

.m-52 {
    margin: 13rem !important;
}

.m-56 {
    margin: 14rem !important;
}

.m-60 {
    margin: 15rem !important;
}

.m-64 {
    margin: 16rem !important;
}

.m-72 {
    margin: 18rem !important;
}

.m-80 {
    margin: 20rem !important;
}

.m-96 {
    margin: 24rem !important;
}

.m-auto {
    margin: auto !important;
}

.m-px {
    margin: 1px !important;
}

.m-0\.5 {
    margin: 0.125rem !important;
}

.m-1\.5 {
    margin: 0.375rem !important;
}

.m-2\.5 {
    margin: 0.625rem !important;
}

.m-3\.5 {
    margin: 0.875rem !important;
}

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

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}

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

.mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
}

.mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
}

.mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
}

.mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}

.mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
}

.mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
}

.mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}

.mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}

.mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}

.mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
}

.mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
}

.mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
}

.mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
}

.mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
}

.mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
}

.mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
}

.mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
}

.mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
}

.mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
}

.mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
}

.mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
}

.mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
}

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

.mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
}

.mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
}

.mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
}

.mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
}

.mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
}

.my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

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

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

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

.my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}

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

.my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
}

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

.my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
}

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

.my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
}

.my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}

.my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}

.my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}

.my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}

.my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}

.my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
}

.my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
}

.my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
}

.my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
}

.my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
}

.my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
}

.my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
}

.my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
}

.my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
}

.my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
}

.my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
}

.my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
}

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

.mt-1 {
    margin-top: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-20 {
    margin-top: 5rem !important;
}

.mt-24 {
    margin-top: 6rem !important;
}

.mt-28 {
    margin-top: 7rem !important;
}

.mt-32 {
    margin-top: 8rem !important;
}

.mt-36 {
    margin-top: 9rem !important;
}

.mt-40 {
    margin-top: 10rem !important;
}

.mt-44 {
    margin-top: 11rem !important;
}

.mt-48 {
    margin-top: 12rem !important;
}

.mt-52 {
    margin-top: 13rem !important;
}

.mt-56 {
    margin-top: 14rem !important;
}

.mt-60 {
    margin-top: 15rem !important;
}

.mt-64 {
    margin-top: 16rem !important;
}

.mt-72 {
    margin-top: 18rem !important;
}

.mt-80 {
    margin-top: 20rem !important;
}

.mt-96 {
    margin-top: 24rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mt-px {
    margin-top: 1px !important;
}

.mt-0\.5 {
    margin-top: 0.125rem !important;
}

.mt-1\.5 {
    margin-top: 0.375rem !important;
}

.mt-2\.5 {
    margin-top: 0.625rem !important;
}

.mt-3\.5 {
    margin-top: 0.875rem !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 0.75rem !important;
}

.mr-4 {
    margin-right: 1rem !important;
}

.mr-5 {
    margin-right: 1.25rem !important;
}

.mr-6 {
    margin-right: 1.5rem !important;
}

.mr-7 {
    margin-right: 1.75rem !important;
}

.mr-8 {
    margin-right: 2rem !important;
}

.mr-9 {
    margin-right: 2.25rem !important;
}

.mr-10 {
    margin-right: 2.5rem !important;
}

.mr-11 {
    margin-right: 2.75rem !important;
}

.mr-12 {
    margin-right: 3rem !important;
}

.mr-14 {
    margin-right: 3.5rem !important;
}

.mr-16 {
    margin-right: 4rem !important;
}

.mr-20 {
    margin-right: 5rem !important;
}

.mr-24 {
    margin-right: 6rem !important;
}

.mr-28 {
    margin-right: 7rem !important;
}

.mr-32 {
    margin-right: 8rem !important;
}

.mr-36 {
    margin-right: 9rem !important;
}

.mr-40 {
    margin-right: 10rem !important;
}

.mr-44 {
    margin-right: 11rem !important;
}

.mr-48 {
    margin-right: 12rem !important;
}

.mr-52 {
    margin-right: 13rem !important;
}

.mr-56 {
    margin-right: 14rem !important;
}

.mr-60 {
    margin-right: 15rem !important;
}

.mr-64 {
    margin-right: 16rem !important;
}

.mr-72 {
    margin-right: 18rem !important;
}

.mr-80 {
    margin-right: 20rem !important;
}

.mr-96 {
    margin-right: 24rem !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mr-px {
    margin-right: 1px !important;
}

.mr-0\.5 {
    margin-right: 0.125rem !important;
}

.mr-1\.5 {
    margin-right: 0.375rem !important;
}

.mr-2\.5 {
    margin-right: 0.625rem !important;
}

.mr-3\.5 {
    margin-right: 0.875rem !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-28 {
    margin-bottom: 7rem !important;
}

.mb-32 {
    margin-bottom: 8rem !important;
}

.mb-36 {
    margin-bottom: 9rem !important;
}

.mb-40 {
    margin-bottom: 10rem !important;
}

.mb-44 {
    margin-bottom: 11rem !important;
}

.mb-48 {
    margin-bottom: 12rem !important;
}

.mb-52 {
    margin-bottom: 13rem !important;
}

.mb-56 {
    margin-bottom: 14rem !important;
}

.mb-60 {
    margin-bottom: 15rem !important;
}

.mb-64 {
    margin-bottom: 16rem !important;
}

.mb-72 {
    margin-bottom: 18rem !important;
}

.mb-80 {
    margin-bottom: 20rem !important;
}

.mb-96 {
    margin-bottom: 24rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.mb-px {
    margin-bottom: 1px !important;
}

.mb-0\.5 {
    margin-bottom: 0.125rem !important;
}

.mb-1\.5 {
    margin-bottom: 0.375rem !important;
}

.mb-2\.5 {
    margin-bottom: 0.625rem !important;
}

.mb-3\.5 {
    margin-bottom: 0.875rem !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 0.75rem !important;
}

.ml-4 {
    margin-left: 1rem !important;
}

.ml-5 {
    margin-left: 1.25rem !important;
}

.ml-6 {
    margin-left: 1.5rem !important;
}

.ml-7 {
    margin-left: 1.75rem !important;
}

.ml-8 {
    margin-left: 2rem !important;
}

.ml-9 {
    margin-left: 2.25rem !important;
}

.ml-10 {
    margin-left: 2.5rem !important;
}

.ml-11 {
    margin-left: 2.75rem !important;
}

.ml-12 {
    margin-left: 3rem !important;
}

.ml-14 {
    margin-left: 3.5rem !important;
}

.ml-16 {
    margin-left: 4rem !important;
}

.ml-20 {
    margin-left: 5rem !important;
}

.ml-24 {
    margin-left: 6rem !important;
}

.ml-28 {
    margin-left: 7rem !important;
}

.ml-32 {
    margin-left: 8rem !important;
}

.ml-36 {
    margin-left: 9rem !important;
}

.ml-40 {
    margin-left: 10rem !important;
}

.ml-44 {
    margin-left: 11rem !important;
}

.ml-48 {
    margin-left: 12rem !important;
}

.ml-52 {
    margin-left: 13rem !important;
}

.ml-56 {
    margin-left: 14rem !important;
}

.ml-60 {
    margin-left: 15rem !important;
}

.ml-64 {
    margin-left: 16rem !important;
}

.ml-72 {
    margin-left: 18rem !important;
}

.ml-80 {
    margin-left: 20rem !important;
}

.ml-96 {
    margin-left: 24rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

.ml-px {
    margin-left: 1px !important;
}

.ml-0\.5 {
    margin-left: 0.125rem !important;
}

.ml-1\.5 {
    margin-left: 0.375rem !important;
}

.ml-2\.5 {
    margin-left: 0.625rem !important;
}

.ml-3\.5 {
    margin-left: 0.875rem !important;
}

.box-border {
    box-sizing: border-box !important;
}

.box-content {
    box-sizing: content-box !important;
}

.block {
    display: block !important;
}

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

.inline {
    display: inline !important;
}

.flex {
    display: flex !important;
}

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

.flow-root {
    display: flow-root !important;
}

.contents {
    display: contents !important;
}

.list-item {
    display: list-item !important;
}

.hidden {
    display: none !important;
}

.h-0 {
    height: 0px !important;
}

.h-1 {
    height: 0.25rem !important;
}

.h-2 {
    height: 0.5rem !important;
}

.h-3 {
    height: 0.75rem !important;
}

.h-4 {
    height: 1rem !important;
}

.h-5 {
    height: 1.25rem !important;
}

.h-6 {
    height: 1.5rem !important;
}

.h-7 {
    height: 1.75rem !important;
}

.h-8 {
    height: 2rem !important;
}

.h-9 {
    height: 2.25rem !important;
}

.h-10 {
    height: 2.5rem !important;
}

.h-11 {
    height: 2.75rem !important;
}

.h-12 {
    height: 3rem !important;
}

.h-14 {
    height: 3.5rem !important;
}

.h-16 {
    height: 4rem !important;
}

.h-20 {
    height: 5rem !important;
}

.h-24 {
    height: 6rem !important;
}

.h-28 {
    height: 7rem !important;
}

.h-32 {
    height: 8rem !important;
}

.h-36 {
    height: 9rem !important;
}

.h-40 {
    height: 10rem !important;
}

.h-44 {
    height: 11rem !important;
}

.h-48 {
    height: 12rem !important;
}

.h-52 {
    height: 13rem !important;
}

.h-56 {
    height: 14rem !important;
}

.h-60 {
    height: 15rem !important;
}

.h-64 {
    height: 16rem !important;
}

.h-72 {
    height: 18rem !important;
}

.h-80 {
    height: 20rem !important;
}

.h-96 {
    height: 24rem !important;
}

.h-auto {
    height: auto !important;
}

.h-px {
    height: 1px !important;
}

.h-0\.5 {
    height: 0.125rem !important;
}

.h-1\.5 {
    height: 0.375rem !important;
}

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

.h-3\.5 {
    height: 0.875rem !important;
}

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

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

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

.h-1\/4 {
    height: 25% !important;
}

.h-2\/4 {
    height: 50% !important;
}

.h-3\/4 {
    height: 75% !important;
}

.h-1\/5 {
    height: 20% !important;
}

.h-2\/5 {
    height: 40% !important;
}

.h-3\/5 {
    height: 60% !important;
}

.h-4\/5 {
    height: 80% !important;
}

.h-1\/6 {
    height: 16.666667% !important;
}

.h-2\/6 {
    height: 33.333333% !important;
}

.h-3\/6 {
    height: 50% !important;
}

.h-4\/6 {
    height: 66.666667% !important;
}

.h-5\/6 {
    height: 83.333333% !important;
}

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

.h-screen {
    height: 100vh !important;
}

.max-h-0 {
    max-height: 0px !important;
}

.max-h-1 {
    max-height: 0.25rem !important;
}

.max-h-2 {
    max-height: 0.5rem !important;
}

.max-h-3 {
    max-height: 0.75rem !important;
}

.max-h-4 {
    max-height: 1rem !important;
}

.max-h-5 {
    max-height: 1.25rem !important;
}

.max-h-6 {
    max-height: 1.5rem !important;
}

.max-h-7 {
    max-height: 1.75rem !important;
}

.max-h-8 {
    max-height: 2rem !important;
}

.max-h-9 {
    max-height: 2.25rem !important;
}

.max-h-10 {
    max-height: 2.5rem !important;
}

.max-h-11 {
    max-height: 2.75rem !important;
}

.max-h-12 {
    max-height: 3rem !important;
}

.max-h-14 {
    max-height: 3.5rem !important;
}

.max-h-16 {
    max-height: 4rem !important;
}

.max-h-20 {
    max-height: 5rem !important;
}

.max-h-24 {
    max-height: 6rem !important;
}

.max-h-28 {
    max-height: 7rem !important;
}

.max-h-32 {
    max-height: 8rem !important;
}

.max-h-36 {
    max-height: 9rem !important;
}

.max-h-40 {
    max-height: 10rem !important;
}

.max-h-44 {
    max-height: 11rem !important;
}

.max-h-48 {
    max-height: 12rem !important;
}

.max-h-52 {
    max-height: 13rem !important;
}

.max-h-56 {
    max-height: 14rem !important;
}

.max-h-60 {
    max-height: 15rem !important;
}

.max-h-64 {
    max-height: 16rem !important;
}

.max-h-72 {
    max-height: 18rem !important;
}

.max-h-80 {
    max-height: 20rem !important;
}

.max-h-96 {
    max-height: 24rem !important;
}

.max-h-px {
    max-height: 1px !important;
}

.max-h-0\.5 {
    max-height: 0.125rem !important;
}

.max-h-1\.5 {
    max-height: 0.375rem !important;
}

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

.max-h-3\.5 {
    max-height: 0.875rem !important;
}

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

.max-h-screen {
    max-height: 100vh !important;
}

.min-h-0 {
    min-height: 0px !important;
}

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

.min-h-screen {
    min-height: 100vh !important;
}

.w-0 {
    width: 0px !important;
}

.w-1 {
    width: 0.25rem !important;
}

.w-2 {
    width: 0.5rem !important;
}

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

.w-4 {
    width: 1rem !important;
}

.w-5 {
    width: 1.25rem !important;
}

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

.w-7 {
    width: 1.75rem !important;
}

.w-8 {
    width: 2rem !important;
}

.w-9 {
    width: 2.25rem !important;
}

.w-10 {
    width: 2.5rem !important;
}

.w-11 {
    width: 2.75rem !important;
}

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

.w-14 {
    width: 3.5rem !important;
}

.w-16 {
    width: 4rem !important;
}

.w-20 {
    width: 5rem !important;
}

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

.w-28 {
    width: 7rem !important;
}

.w-32 {
    width: 8rem !important;
}

.w-36 {
    width: 9rem !important;
}

.w-40 {
    width: 10rem !important;
}

.w-44 {
    width: 11rem !important;
}

.w-48 {
    width: 12rem !important;
}

.w-52 {
    width: 13rem !important;
}

.w-56 {
    width: 14rem !important;
}

.w-60 {
    width: 15rem !important;
}

.w-64 {
    width: 16rem !important;
}

.w-72 {
    width: 18rem !important;
}

.w-80 {
    width: 20rem !important;
}

.w-96 {
    width: 24rem !important;
}

.w-auto {
    width: auto !important;
}

.w-px {
    width: 1px !important;
}

.w-0\.5 {
    width: 0.125rem !important;
}

.w-1\.5 {
    width: 0.375rem !important;
}

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

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

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

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

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

.w-1\/4 {
    width: 25% !important;
}

.w-2\/4 {
    width: 50% !important;
}

.w-3\/4 {
    width: 75% !important;
}

.w-1\/5 {
    width: 20% !important;
}

.w-2\/5 {
    width: 40% !important;
}

.w-3\/5 {
    width: 60% !important;
}

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

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

.w-2\/6 {
    width: 33.333333% !important;
}

.w-3\/6 {
    width: 50% !important;
}

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

.w-5\/6 {
    width: 83.333333% !important;
}

.w-1\/12 {
    width: 8.333333% !important;
}

.w-2\/12 {
    width: 16.666667% !important;
}

.w-3\/12 {
    width: 25% !important;
}

.w-4\/12 {
    width: 33.333333% !important;
}

.w-5\/12 {
    width: 41.666667% !important;
}

.w-6\/12 {
    width: 50% !important;
}

.w-7\/12 {
    width: 58.333333% !important;
}

.w-8\/12 {
    width: 66.666667% !important;
}

.w-9\/12 {
    width: 75% !important;
}

.w-10\/12 {
    width: 83.333333% !important;
}

.w-11\/12 {
    width: 91.666667% !important;
}

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

.w-screen {
    width: 100vw !important;
}

.w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
}

.w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
}

.min-w-0 {
    min-width: 0px !important;
}

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

.min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
}

.min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
}

.max-w-0 {
    max-width: 0rem !important;
}

.max-w-none {
    max-width: none !important;
}

.max-w-xs {
    max-width: 20rem !important;
}

.max-w-sm {
    max-width: 24rem !important;
}

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

.max-w-lg {
    max-width: 32rem !important;
}

.max-w-xl {
    max-width: 36rem !important;
}

.max-w-2xl {
    max-width: 42rem !important;
}

.max-w-3xl {
    max-width: 48rem !important;
}

.max-w-4xl {
    max-width: 56rem !important;
}

.max-w-5xl {
    max-width: 64rem !important;
}

.max-w-6xl {
    max-width: 72rem !important;
}

.max-w-7xl {
    max-width: 80rem !important;
}

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

.max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
}

.max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
}

.max-w-prose {
    max-width: 65ch !important;
}

.max-w-screen-t {
    max-width: 10px !important;
}

.max-w-screen-xxs {
    max-width: 390px !important;
}

.max-w-screen-xs {
    max-width: 414px !important;
}

.max-w-screen-sm {
    max-width: 768px !important;
}

.max-w-screen-md {
    max-width: 810px !important;
}

.max-w-screen-lg {
    max-width: 1024px !important;
}

.max-w-screen-xl {
    max-width: 1280px !important;
}

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

.flex-auto {
    flex: 1 1 auto !important;
}

.flex-initial {
    flex: 0 1 auto !important;
}

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

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

.flex-shrink {
    flex-shrink: 1 !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow {
    flex-grow: 1 !important;
}

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

.border-separate {
    border-collapse: separate !important;
}

.transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(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)) !important;
}

.transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

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

.translate-x-0 {
    --tw-translate-x: 0px !important;
}

.translate-y-0 {
    --tw-translate-y: 0px !important;
}

.rotate-0 {
    --tw-rotate: 0deg !important;
}

.rotate-1 {
    --tw-rotate: 1deg !important;
}

.rotate-2 {
    --tw-rotate: 2deg !important;
}

.rotate-3 {
    --tw-rotate: 3deg !important;
}

.rotate-6 {
    --tw-rotate: 6deg !important;
}

.rotate-12 {
    --tw-rotate: 12deg !important;
}

.rotate-45 {
    --tw-rotate: 45deg !important;
}

.rotate-90 {
    --tw-rotate: 90deg !important;
}

.rotate-180 {
    --tw-rotate: 180deg !important;
}

.-rotate-180 {
    --tw-rotate: -180deg !important;
}

.-rotate-90 {
    --tw-rotate: -90deg !important;
}

.-rotate-45 {
    --tw-rotate: -45deg !important;
}

.-rotate-12 {
    --tw-rotate: -12deg !important;
}

.-rotate-6 {
    --tw-rotate: -6deg !important;
}

.-rotate-3 {
    --tw-rotate: -3deg !important;
}

.-rotate-2 {
    --tw-rotate: -2deg !important;
}

.-rotate-1 {
    --tw-rotate: -1deg !important;
}

.cursor-auto {
    cursor: auto !important;
}

.cursor-default {
    cursor: default !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-wait {
    cursor: wait !important;
}

.cursor-text {
    cursor: text !important;
}

.cursor-move {
    cursor: move !important;
}

.cursor-help {
    cursor: help !important;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.select-text {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

.select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}

.select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

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

.resize-y {
    resize: vertical !important;
}

.resize-x {
    resize: horizontal !important;
}

.resize {
    resize: both !important;
}

.list-inside {
    list-style-position: inside !important;
}

.list-outside {
    list-style-position: outside !important;
}

.list-none {
    list-style-type: none !important;
}

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

.list-decimal {
    list-style-type: decimal !important;
}

.appearance-none {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

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

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

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

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

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

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

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

.content-center {
    align-content: center !important;
}

.content-start {
    align-content: flex-start !important;
}

.content-end {
    align-content: flex-end !important;
}

.content-between {
    align-content: space-between !important;
}

.content-around {
    align-content: space-around !important;
}

.content-evenly {
    align-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

.justify-evenly {
    justify-content: space-evenly !important;
}

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

.justify-items-end {
    justify-items: end !important;
}

.justify-items-center {
    justify-items: center !important;
}

.justify-items-stretch {
    justify-items: stretch !important;
}

.self-auto {
    align-self: auto !important;
}

.self-start {
    align-self: flex-start !important;
}

.self-end {
    align-self: flex-end !important;
}

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

.self-stretch {
    align-self: stretch !important;
}

.self-baseline {
    align-self: baseline !important;
}

.justify-self-auto {
    justify-self: auto !important;
}

.justify-self-start {
    justify-self: start !important;
}

.justify-self-end {
    justify-self: end !important;
}

.justify-self-center {
    justify-self: center !important;
}

.justify-self-stretch {
    justify-self: stretch !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

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

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

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

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.overflow-x-visible {
    overflow-x: visible !important;
}

.overflow-y-visible {
    overflow-y: visible !important;
}

.overflow-x-scroll {
    overflow-x: scroll !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.overscroll-auto {
    -ms-scroll-chaining: chained !important;
    overscroll-behavior: auto !important;
}

.overscroll-contain {
    -ms-scroll-chaining: none !important;
    overscroll-behavior: contain !important;
}

.overscroll-none {
    -ms-scroll-chaining: none !important;
    overscroll-behavior: none !important;
}

.overscroll-y-auto {
    overscroll-behavior-y: auto !important;
}

.overscroll-y-contain {
    overscroll-behavior-y: contain !important;
}

.overscroll-y-none {
    overscroll-behavior-y: none !important;
}

.overscroll-x-auto {
    overscroll-behavior-x: auto !important;
}

.overscroll-x-contain {
    overscroll-behavior-x: contain !important;
}

.overscroll-x-none {
    overscroll-behavior-x: none !important;
}

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

.overflow-ellipsis {
    text-overflow: ellipsis !important;
}

.overflow-clip {
    text-overflow: clip !important;
}

.whitespace-normal {
    white-space: normal !important;
}

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

.whitespace-pre {
    white-space: pre !important;
}

.whitespace-pre-line {
    white-space: pre-line !important;
}

.whitespace-pre-wrap {
    white-space: pre-wrap !important;
}

.break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.break-words {
    overflow-wrap: break-word !important;
}

.break-all {
    word-break: break-all !important;
}

.rounded-none {
    border-radius: 0px !important;
}

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

.rounded {
    border-radius: 0.25rem !important;
}

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

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

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

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

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

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

.rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

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

.border-dashed {
    border-style: dashed !important;
}

.border-dotted {
    border-style: dotted !important;
}

.border-double {
    border-style: double !important;
}

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

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

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

.border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

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

.bg-current {
    background-color: currentColor !important;
}

.bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

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

.bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
}

.bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}

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

.bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
}

.bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
}

.bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
}

.bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
}

.bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
}

.bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
}

.bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
}

.bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.bg-none {
    background-image: none !important;
}

.bg-auto {
    background-size: auto !important;
}

.bg-cover {
    background-size: cover !important;
}

.bg-contain {
    background-size: contain !important;
}

.bg-fixed {
    background-attachment: fixed !important;
}

.bg-local {
    background-attachment: local !important;
}

.bg-scroll {
    background-attachment: scroll !important;
}

.bg-clip-border {
    background-clip: border-box !important;
}

.bg-clip-padding {
    background-clip: padding-box !important;
}

.bg-clip-content {
    background-clip: content-box !important;
}

.bg-clip-text {
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

.bg-bottom {
    background-position: bottom !important;
}

.bg-center {
    background-position: center !important;
}

.bg-left {
    background-position: left !important;
}

.bg-left-bottom {
    background-position: left bottom !important;
}

.bg-left-top {
    background-position: left top !important;
}

.bg-right {
    background-position: right !important;
}

.bg-right-bottom {
    background-position: right bottom !important;
}

.bg-right-top {
    background-position: right top !important;
}

.bg-top {
    background-position: top !important;
}

.bg-repeat {
    background-repeat: repeat !important;
}

.bg-no-repeat {
    background-repeat: no-repeat !important;
}

.bg-repeat-x {
    background-repeat: repeat-x !important;
}

.bg-repeat-y {
    background-repeat: repeat-y !important;
}

.bg-repeat-round {
    background-repeat: round !important;
}

.bg-repeat-space {
    background-repeat: space !important;
}

.bg-origin-border {
    background-origin: border-box !important;
}

.bg-origin-padding {
    background-origin: padding-box !important;
}

.bg-origin-content {
    background-origin: content-box !important;
}

.fill-current {
    fill: currentColor !important;
}

.stroke-current {
    stroke: currentColor !important;
}

.stroke-0 {
    stroke-width: 0 !important;
}

.stroke-1 {
    stroke-width: 1 !important;
}

.stroke-2 {
    stroke-width: 2 !important;
}

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

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

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

.object-none {
    -o-object-fit: none !important;
    object-fit: none !important;
}

.object-scale-down {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
}

.p-0 {
    padding: 0px !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 0.75rem !important;
}

.p-4 {
    padding: 1rem !important;
}

.p-5 {
    padding: 1.25rem !important;
}

.p-6 {
    padding: 1.5rem !important;
}

.p-7 {
    padding: 1.75rem !important;
}

.p-8 {
    padding: 2rem !important;
}

.p-9 {
    padding: 2.25rem !important;
}

.p-10 {
    padding: 2.5rem !important;
}

.p-11 {
    padding: 2.75rem !important;
}

.p-12 {
    padding: 3rem !important;
}

.p-14 {
    padding: 3.5rem !important;
}

.p-16 {
    padding: 4rem !important;
}

.p-20 {
    padding: 5rem !important;
}

.p-24 {
    padding: 6rem !important;
}

.p-28 {
    padding: 7rem !important;
}

.p-32 {
    padding: 8rem !important;
}

.p-36 {
    padding: 9rem !important;
}

.p-40 {
    padding: 10rem !important;
}

.p-44 {
    padding: 11rem !important;
}

.p-48 {
    padding: 12rem !important;
}

.p-52 {
    padding: 13rem !important;
}

.p-56 {
    padding: 14rem !important;
}

.p-60 {
    padding: 15rem !important;
}

.p-64 {
    padding: 16rem !important;
}

.p-72 {
    padding: 18rem !important;
}

.p-80 {
    padding: 20rem !important;
}

.p-96 {
    padding: 24rem !important;
}

.p-px {
    padding: 1px !important;
}

.p-0\.5 {
    padding: 0.125rem !important;
}

.p-1\.5 {
    padding: 0.375rem !important;
}

.p-2\.5 {
    padding: 0.625rem !important;
}

.p-3\.5 {
    padding: 0.875rem !important;
}

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

.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

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

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

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

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

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

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

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

.px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
}

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

.px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
}

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

.px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
}

.px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}

.px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}

.px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
}

.px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
}

.px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
}

.px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
}

.px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
}

.px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
}

.px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
}

.px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
}

.px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
}

.px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
}

.px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
}

.px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
}

.px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
}

.px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
}

.px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
}

.px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
}

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

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

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

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

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

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

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

.py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
}

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

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

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

.py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
}

.py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

.py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}

.py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

.py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
}

.py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
}

.py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
}

.py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
}

.py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
}

.py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
}

.py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
}

.py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
}

.py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
}

.py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

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

.py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
}

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

.py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
}

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

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

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

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

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

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

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

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

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

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

.pt-11 {
    padding-top: 2.75rem !important;
}

.pt-12 {
    padding-top: 3rem !important;
}

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

.pt-16 {
    padding-top: 4rem !important;
}

.pt-20 {
    padding-top: 5rem !important;
}

.pt-24 {
    padding-top: 6rem !important;
}

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

.pt-32 {
    padding-top: 8rem !important;
}

.pt-36 {
    padding-top: 9rem !important;
}

.pt-40 {
    padding-top: 10rem !important;
}

.pt-44 {
    padding-top: 11rem !important;
}

.pt-48 {
    padding-top: 12rem !important;
}

.pt-52 {
    padding-top: 13rem !important;
}

.pt-56 {
    padding-top: 14rem !important;
}

.pt-60 {
    padding-top: 15rem !important;
}

.pt-64 {
    padding-top: 16rem !important;
}

.pt-72 {
    padding-top: 18rem !important;
}

.pt-80 {
    padding-top: 20rem !important;
}

.pt-96 {
    padding-top: 24rem !important;
}

.pt-px {
    padding-top: 1px !important;
}

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

.pt-1\.5 {
    padding-top: 0.375rem !important;
}

.pt-2\.5 {
    padding-top: 0.625rem !important;
}

.pt-3\.5 {
    padding-top: 0.875rem !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

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

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

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

.pr-5 {
    padding-right: 1.25rem !important;
}

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

.pr-7 {
    padding-right: 1.75rem !important;
}

.pr-8 {
    padding-right: 2rem !important;
}

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

.pr-10 {
    padding-right: 2.5rem !important;
}

.pr-11 {
    padding-right: 2.75rem !important;
}

.pr-12 {
    padding-right: 3rem !important;
}

.pr-14 {
    padding-right: 3.5rem !important;
}

.pr-16 {
    padding-right: 4rem !important;
}

.pr-20 {
    padding-right: 5rem !important;
}

.pr-24 {
    padding-right: 6rem !important;
}

.pr-28 {
    padding-right: 7rem !important;
}

.pr-32 {
    padding-right: 8rem !important;
}

.pr-36 {
    padding-right: 9rem !important;
}

.pr-40 {
    padding-right: 10rem !important;
}

.pr-44 {
    padding-right: 11rem !important;
}

.pr-48 {
    padding-right: 12rem !important;
}

.pr-52 {
    padding-right: 13rem !important;
}

.pr-56 {
    padding-right: 14rem !important;
}

.pr-60 {
    padding-right: 15rem !important;
}

.pr-64 {
    padding-right: 16rem !important;
}

.pr-72 {
    padding-right: 18rem !important;
}

.pr-80 {
    padding-right: 20rem !important;
}

.pr-96 {
    padding-right: 24rem !important;
}

.pr-px {
    padding-right: 1px !important;
}

.pr-0\.5 {
    padding-right: 0.125rem !important;
}

.pr-1\.5 {
    padding-right: 0.375rem !important;
}

.pr-2\.5 {
    padding-right: 0.625rem !important;
}

.pr-3\.5 {
    padding-right: 0.875rem !important;
}

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

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

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

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

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

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

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

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

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

.pb-9 {
    padding-bottom: 2.25rem !important;
}

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

.pb-11 {
    padding-bottom: 2.75rem !important;
}

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

.pb-14 {
    padding-bottom: 3.5rem !important;
}

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

.pb-20 {
    padding-bottom: 5rem !important;
}

.pb-24 {
    padding-bottom: 6rem !important;
}

.pb-28 {
    padding-bottom: 7rem !important;
}

.pb-32 {
    padding-bottom: 8rem !important;
}

.pb-36 {
    padding-bottom: 9rem !important;
}

.pb-40 {
    padding-bottom: 10rem !important;
}

.pb-44 {
    padding-bottom: 11rem !important;
}

.pb-48 {
    padding-bottom: 12rem !important;
}

.pb-52 {
    padding-bottom: 13rem !important;
}

.pb-56 {
    padding-bottom: 14rem !important;
}

.pb-60 {
    padding-bottom: 15rem !important;
}

.pb-64 {
    padding-bottom: 16rem !important;
}

.pb-72 {
    padding-bottom: 18rem !important;
}

.pb-80 {
    padding-bottom: 20rem !important;
}

.pb-96 {
    padding-bottom: 24rem !important;
}

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

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

.pb-1\.5 {
    padding-bottom: 0.375rem !important;
}

.pb-2\.5 {
    padding-bottom: 0.625rem !important;
}

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

.pl-0 {
    padding-left: 0px !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

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

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

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

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

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

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

.pl-8 {
    padding-left: 2rem !important;
}

.pl-9 {
    padding-left: 2.25rem !important;
}

.pl-10 {
    padding-left: 2.5rem !important;
}

.pl-11 {
    padding-left: 2.75rem !important;
}

.pl-12 {
    padding-left: 3rem !important;
}

.pl-14 {
    padding-left: 3.5rem !important;
}

.pl-16 {
    padding-left: 4rem !important;
}

.pl-20 {
    padding-left: 5rem !important;
}

.pl-24 {
    padding-left: 6rem !important;
}

.pl-28 {
    padding-left: 7rem !important;
}

.pl-32 {
    padding-left: 8rem !important;
}

.pl-36 {
    padding-left: 9rem !important;
}

.pl-40 {
    padding-left: 10rem !important;
}

.pl-44 {
    padding-left: 11rem !important;
}

.pl-48 {
    padding-left: 12rem !important;
}

.pl-52 {
    padding-left: 13rem !important;
}

.pl-56 {
    padding-left: 14rem !important;
}

.pl-60 {
    padding-left: 15rem !important;
}

.pl-64 {
    padding-left: 16rem !important;
}

.pl-72 {
    padding-left: 18rem !important;
}

.pl-80 {
    padding-left: 20rem !important;
}

.pl-96 {
    padding-left: 24rem !important;
}

.pl-px {
    padding-left: 1px !important;
}

.pl-0\.5 {
    padding-left: 0.125rem !important;
}

.pl-1\.5 {
    padding-left: 0.375rem !important;
}

.pl-2\.5 {
    padding-left: 0.625rem !important;
}

.pl-3\.5 {
    padding-left: 0.875rem !important;
}

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

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

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

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

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

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

.align-text-top {
    vertical-align: text-top !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

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

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

.text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
}

.text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
}

.text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
}

.text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
}

.font-thin {
    font-weight: 100 !important;
}

.font-extralight {
    font-weight: 200 !important;
}

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

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

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

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

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

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

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

.uppercase {
    text-transform: uppercase !important;
}

.lowercase {
    text-transform: lowercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.normal-case {
    text-transform: none !important;
}

.italic {
    font-style: italic !important;
}

.not-italic {
    font-style: normal !important;
}

.ordinal,
.slashed-zero,
.lining-nums,
.oldstyle-nums,
.proportional-nums,
.tabular-nums,
.diagonal-fractions,
.stacked-fractions {
    --tw-ordinal: var(--tw-empty, ) !important;
    --tw-slashed-zero: var(--tw-empty, ) !important;
    --tw-numeric-figure: var(--tw-empty, ) !important;
    --tw-numeric-spacing: var(--tw-empty, ) !important;
    --tw-numeric-fraction: var(--tw-empty, ) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.normal-nums {
    font-variant-numeric: normal !important;
}

.ordinal {
    --tw-ordinal: ordinal !important;
}

.slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
}

.lining-nums {
    --tw-numeric-figure: lining-nums !important;
}

.oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
}

.proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
}

.tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
}

.diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
}

.stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
}

.leading-3 {
    line-height: .75rem !important;
}

.leading-4 {
    line-height: 1rem !important;
}

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

.leading-6 {
    line-height: 1.5rem !important;
}

.leading-7 {
    line-height: 1.75rem !important;
}

.leading-8 {
    line-height: 2rem !important;
}

.leading-9 {
    line-height: 2.25rem !important;
}

.leading-10 {
    line-height: 2.5rem !important;
}

.leading-none {
    line-height: 1 !important;
}

.leading-tight {
    line-height: 1.25 !important;
}

.leading-snug {
    line-height: 1.375 !important;
}

.leading-normal {
    line-height: 1.5 !important;
}

.leading-relaxed {
    line-height: 1.625 !important;
}

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

.text-transparent {
    color: transparent !important;
}

.text-current {
    color: currentColor !important;
}

.text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
}

.text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
}

.text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
}

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

.text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

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

.text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

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

.text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

.text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

.text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
}

.text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
}

.text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
}

.text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
}

.text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
}

.text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
}

.text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
}

.text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
}

.text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
}

.text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
}

.text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

.text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

.text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

.text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

.text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

.text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

.text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

.text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

.text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

.text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

.text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

.text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

.text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

.text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

.text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

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

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

.text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

.text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

.text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

.underline {
    text-decoration: underline !important;
}

.line-through {
    text-decoration: line-through !important;
}

.no-underline {
    text-decoration: none !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-5 {
    opacity: 0.05 !important;
}

.opacity-10 {
    opacity: 0.1 !important;
}

.opacity-20 {
    opacity: 0.2 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-30 {
    opacity: 0.3 !important;
}

.opacity-40 {
    opacity: 0.4 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-60 {
    opacity: 0.6 !important;
}

.opacity-70 {
    opacity: 0.7 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-80 {
    opacity: 0.8 !important;
}

.opacity-90 {
    opacity: 0.9 !important;
}

.opacity-95 {
    opacity: 0.95 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

*,
::before,
::after {
    --tw-shadow: 0 0 #0000;
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.filter {
    --tw-blur: var(--tw-empty, ) !important;
    --tw-brightness: var(--tw-empty, ) !important;
    --tw-contrast: var(--tw-empty, ) !important;
    --tw-grayscale: var(--tw-empty, ) !important;
    --tw-hue-rotate: var(--tw-empty, ) !important;
    --tw-invert: var(--tw-empty, ) !important;
    --tw-saturate: var(--tw-empty, ) !important;
    --tw-sepia: var(--tw-empty, ) !important;
    --tw-drop-shadow: var(--tw-empty, ) !important;
    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) !important;
}

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

.drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05)) !important;
}

.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
}

.drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
}

.drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
}

.drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
}

.drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
}

.drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
}

.transition-none {
    transition-property: none !important;
}

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

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}

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

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

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

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

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

@media (min-width: 10px) {
    .t\:container {
        width: 100%;
    }

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

    .t\:sr-only {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border-width: 0 !important;
    }

    .t\:not-sr-only {
        position: static !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important;
    }

    .t\:focus-within\:sr-only:focus-within {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border-width: 0 !important;
    }

    .t\:focus-within\:not-sr-only:focus-within {
        position: static !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important;
    }

    .t\:focus\:sr-only:focus {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border-width: 0 !important;
    }

    .t\:focus\:not-sr-only:focus {
        position: static !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important;
    }

    .t\:pointer-events-none {
        pointer-events: none !important;
    }

    .t\:pointer-events-auto {
        pointer-events: auto !important;
    }

    .t\:visible {
        visibility: visible !important;
    }

    .t\:invisible {
        visibility: hidden !important;
    }

    .t\:static {
        position: static !important;
    }

    .t\:fixed {
        position: fixed !important;
    }

    .t\:absolute {
        position: absolute !important;
    }

    .t\:relative {
        position: relative !important;
    }

    .t\:sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }

    .t\:top-0 {
        top: 0px !important;
    }

    .t\:top-1 {
        top: 0.25rem !important;
    }

    .t\:top-2 {
        top: 0.5rem !important;
    }

    .t\:top-3 {
        top: 0.75rem !important;
    }

    .t\:top-4 {
        top: 1rem !important;
    }

    .t\:top-5 {
        top: 1.25rem !important;
    }

    .t\:top-6 {
        top: 1.5rem !important;
    }

    .t\:top-7 {
        top: 1.75rem !important;
    }

    .t\:top-8 {
        top: 2rem !important;
    }

    .t\:top-9 {
        top: 2.25rem !important;
    }

    .t\:top-10 {
        top: 2.5rem !important;
    }

    .t\:top-11 {
        top: 2.75rem !important;
    }

    .t\:top-12 {
        top: 3rem !important;
    }

    .t\:top-14 {
        top: 3.5rem !important;
    }

    .t\:top-16 {
        top: 4rem !important;
    }

    .t\:top-20 {
        top: 5rem !important;
    }

    .t\:top-24 {
        top: 6rem !important;
    }

    .t\:top-28 {
        top: 7rem !important;
    }

    .t\:top-32 {
        top: 8rem !important;
    }

    .t\:top-36 {
        top: 9rem !important;
    }

    .t\:top-40 {
        top: 10rem !important;
    }

    .t\:top-44 {
        top: 11rem !important;
    }

    .t\:top-48 {
        top: 12rem !important;
    }

    .t\:top-52 {
        top: 13rem !important;
    }

    .t\:top-56 {
        top: 14rem !important;
    }

    .t\:top-60 {
        top: 15rem !important;
    }

    .t\:top-64 {
        top: 16rem !important;
    }

    .t\:top-72 {
        top: 18rem !important;
    }

    .t\:top-80 {
        top: 20rem !important;
    }

    .t\:top-96 {
        top: 24rem !important;
    }

    .t\:top-auto {
        top: auto !important;
    }

    .t\:top-px {
        top: 1px !important;
    }

    .t\:top-0\.5 {
        top: 0.125rem !important;
    }

    .t\:top-1\.5 {
        top: 0.375rem !important;
    }

    .t\:top-2\.5 {
        top: 0.625rem !important;
    }

    .t\:top-3\.5 {
        top: 0.875rem !important;
    }

    .t\:-top-0 {
        top: 0px !important;
    }

    .t\:-top-1 {
        top: -0.25rem !important;
    }

    .t\:-top-2 {
        top: -0.5rem !important;
    }

    .t\:-top-3 {
        top: -0.75rem !important;
    }

    .t\:-top-4 {
        top: -1rem !important;
    }

    .t\:-top-5 {
        top: -1.25rem !important;
    }

    .t\:-top-6 {
        top: -1.5rem !important;
    }

    .t\:-top-7 {
        top: -1.75rem !important;
    }

    .t\:-top-8 {
        top: -2rem !important;
    }

    .t\:-top-9 {
        top: -2.25rem !important;
    }

    .t\:-top-10 {
        top: -2.5rem !important;
    }

    .t\:-top-11 {
        top: -2.75rem !important;
    }

    .t\:-top-12 {
        top: -3rem !important;
    }

    .t\:-top-14 {
        top: -3.5rem !important;
    }

    .t\:-top-16 {
        top: -4rem !important;
    }

    .t\:-top-20 {
        top: -5rem !important;
    }

    .t\:-top-24 {
        top: -6rem !important;
    }

    .t\:-top-28 {
        top: -7rem !important;
    }

    .t\:-top-32 {
        top: -8rem !important;
    }

    .t\:-top-36 {
        top: -9rem !important;
    }

    .t\:-top-40 {
        top: -10rem !important;
    }

    .t\:-top-44 {
        top: -11rem !important;
    }

    .t\:-top-48 {
        top: -12rem !important;
    }

    .t\:-top-52 {
        top: -13rem !important;
    }

    .t\:-top-56 {
        top: -14rem !important;
    }

    .t\:-top-60 {
        top: -15rem !important;
    }

    .t\:-top-64 {
        top: -16rem !important;
    }

    .t\:-top-72 {
        top: -18rem !important;
    }

    .t\:-top-80 {
        top: -20rem !important;
    }

    .t\:-top-96 {
        top: -24rem !important;
    }

    .t\:-top-px {
        top: -1px !important;
    }

    .t\:-top-0\.5 {
        top: -0.125rem !important;
    }

    .t\:-top-1\.5 {
        top: -0.375rem !important;
    }

    .t\:-top-2\.5 {
        top: -0.625rem !important;
    }

    .t\:-top-3\.5 {
        top: -0.875rem !important;
    }

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

    .t\:top-1\/3 {
        top: 33.333333% !important;
    }

    .t\:top-2\/3 {
        top: 66.666667% !important;
    }

    .t\:top-1\/4 {
        top: 25% !important;
    }

    .t\:top-2\/4 {
        top: 50% !important;
    }

    .t\:top-3\/4 {
        top: 75% !important;
    }

    .t\:top-full {
        top: 100% !important;
    }

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

    .t\:-top-1\/3 {
        top: -33.333333% !important;
    }

    .t\:-top-2\/3 {
        top: -66.666667% !important;
    }

    .t\:-top-1\/4 {
        top: -25% !important;
    }

    .t\:-top-2\/4 {
        top: -50% !important;
    }

    .t\:-top-3\/4 {
        top: -75% !important;
    }

    .t\:-top-full {
        top: -100% !important;
    }

    .t\:right-0 {
        right: 0px !important;
    }

    .t\:right-1 {
        right: 0.25rem !important;
    }

    .t\:right-2 {
        right: 0.5rem !important;
    }

    .t\:right-3 {
        right: 0.75rem !important;
    }

    .t\:right-4 {
        right: 1rem !important;
    }

    .t\:right-5 {
        right: 1.25rem !important;
    }

    .t\:right-6 {
        right: 1.5rem !important;
    }

    .t\:right-7 {
        right: 1.75rem !important;
    }

    .t\:right-8 {
        right: 2rem !important;
    }

    .t\:right-9 {
        right: 2.25rem !important;
    }

    .t\:right-10 {
        right: 2.5rem !important;
    }

    .t\:right-11 {
        right: 2.75rem !important;
    }

    .t\:right-12 {
        right: 3rem !important;
    }

    .t\:right-14 {
        right: 3.5rem !important;
    }

    .t\:right-16 {
        right: 4rem !important;
    }

    .t\:right-20 {
        right: 5rem !important;
    }

    .t\:right-24 {
        right: 6rem !important;
    }

    .t\:right-28 {
        right: 7rem !important;
    }

    .t\:right-32 {
        right: 8rem !important;
    }

    .t\:right-36 {
        right: 9rem !important;
    }

    .t\:right-40 {
        right: 10rem !important;
    }

    .t\:right-44 {
        right: 11rem !important;
    }

    .t\:right-48 {
        right: 12rem !important;
    }

    .t\:right-52 {
        right: 13rem !important;
    }

    .t\:right-56 {
        right: 14rem !important;
    }

    .t\:right-60 {
        right: 15rem !important;
    }

    .t\:right-64 {
        right: 16rem !important;
    }

    .t\:right-72 {
        right: 18rem !important;
    }

    .t\:right-80 {
        right: 20rem !important;
    }

    .t\:right-96 {
        right: 24rem !important;
    }

    .t\:right-auto {
        right: auto !important;
    }

    .t\:right-px {
        right: 1px !important;
    }

    .t\:right-0\.5 {
        right: 0.125rem !important;
    }

    .t\:right-1\.5 {
        right: 0.375rem !important;
    }

    .t\:right-2\.5 {
        right: 0.625rem !important;
    }

    .t\:right-3\.5 {
        right: 0.875rem !important;
    }

    .t\:-right-0 {
        right: 0px !important;
    }

    .t\:-right-1 {
        right: -0.25rem !important;
    }

    .t\:-right-2 {
        right: -0.5rem !important;
    }

    .t\:-right-3 {
        right: -0.75rem !important;
    }

    .t\:-right-4 {
        right: -1rem !important;
    }

    .t\:-right-5 {
        right: -1.25rem !important;
    }

    .t\:-right-6 {
        right: -1.5rem !important;
    }

    .t\:-right-7 {
        right: -1.75rem !important;
    }

    .t\:-right-8 {
        right: -2rem !important;
    }

    .t\:-right-9 {
        right: -2.25rem !important;
    }

    .t\:-right-10 {
        right: -2.5rem !important;
    }

    .t\:-right-11 {
        right: -2.75rem !important;
    }

    .t\:-right-12 {
        right: -3rem !important;
    }

    .t\:-right-14 {
        right: -3.5rem !important;
    }

    .t\:-right-16 {
        right: -4rem !important;
    }

    .t\:-right-20 {
        right: -5rem !important;
    }

    .t\:-right-24 {
        right: -6rem !important;
    }

    .t\:-right-28 {
        right: -7rem !important;
    }

    .t\:-right-32 {
        right: -8rem !important;
    }

    .t\:-right-36 {
        right: -9rem !important;
    }

    .t\:-right-40 {
        right: -10rem !important;
    }

    .t\:-right-44 {
        right: -11rem !important;
    }

    .t\:-right-48 {
        right: -12rem !important;
    }

    .t\:-right-52 {
        right: -13rem !important;
    }

    .t\:-right-56 {
        right: -14rem !important;
    }

    .t\:-right-60 {
        right: -15rem !important;
    }

    .t\:-right-64 {
        right: -16rem !important;
    }

    .t\:-right-72 {
        right: -18rem !important;
    }

    .t\:-right-80 {
        right: -20rem !important;
    }

    .t\:-right-96 {
        right: -24rem !important;
    }

    .t\:-right-px {
        right: -1px !important;
    }

    .t\:-right-0\.5 {
        right: -0.125rem !important;
    }

    .t\:-right-1\.5 {
        right: -0.375rem !important;
    }

    .t\:-right-2\.5 {
        right: -0.625rem !important;
    }

    .t\:-right-3\.5 {
        right: -0.875rem !important;
    }

    .t\:right-1\/2 {
        right: 50% !important;
    }

    .t\:right-1\/3 {
        right: 33.333333% !important;
    }

    .t\:right-2\/3 {
        right: 66.666667% !important;
    }

    .t\:right-1\/4 {
        right: 25% !important;
    }

    .t\:right-2\/4 {
        right: 50% !important;
    }

    .t\:right-3\/4 {
        right: 75% !important;
    }

    .t\:right-full {
        right: 100% !important;
    }

    .t\:-right-1\/2 {
        right: -50% !important;
    }

    .t\:-right-1\/3 {
        right: -33.333333% !important;
    }

    .t\:-right-2\/3 {
        right: -66.666667% !important;
    }

    .t\:-right-1\/4 {
        right: -25% !important;
    }

    .t\:-right-2\/4 {
        right: -50% !important;
    }

    .t\:-right-3\/4 {
        right: -75% !important;
    }

    .t\:-right-full {
        right: -100% !important;
    }

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

    .t\:bottom-1 {
        bottom: 0.25rem !important;
    }

    .t\:bottom-2 {
        bottom: 0.5rem !important;
    }

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

    .t\:bottom-4 {
        bottom: 1rem !important;
    }

    .t\:bottom-5 {
        bottom: 1.25rem !important;
    }

    .t\:bottom-6 {
        bottom: 1.5rem !important;
    }

    .t\:bottom-7 {
        bottom: 1.75rem !important;
    }

    .t\:bottom-8 {
        bottom: 2rem !important;
    }

    .t\:bottom-9 {
        bottom: 2.25rem !important;
    }

    .t\:bottom-10 {
        bottom: 2.5rem !important;
    }

    .t\:bottom-11 {
        bottom: 2.75rem !important;
    }

    .t\:bottom-12 {
        bottom: 3rem !important;
    }

    .t\:bottom-14 {
        bottom: 3.5rem !important;
    }

    .t\:bottom-16 {
        bottom: 4rem !important;
    }

    .t\:bottom-20 {
        bottom: 5rem !important;
    }

    .t\:bottom-24 {
        bottom: 6rem !important;
    }

    .t\:bottom-28 {
        bottom: 7rem !important;
    }

    .t\:bottom-32 {
        bottom: 8rem !important;
    }

    .t\:bottom-36 {
        bottom: 9rem !important;
    }

    .t\:bottom-40 {
        bottom: 10rem !important;
    }

    .t\:bottom-44 {
        bottom: 11rem !important;
    }

    .t\:bottom-48 {
        bottom: 12rem !important;
    }

    .t\:bottom-52 {
        bottom: 13rem !important;
    }

    .t\:bottom-56 {
        bottom: 14rem !important;
    }

    .t\:bottom-60 {
        bottom: 15rem !important;
    }

    .t\:bottom-64 {
        bottom: 16rem !important;
    }

    .t\:bottom-72 {
        bottom: 18rem !important;
    }

    .t\:bottom-80 {
        bottom: 20rem !important;
    }

    .t\:bottom-96 {
        bottom: 24rem !important;
    }

    .t\:bottom-auto {
        bottom: auto !important;
    }

    .t\:bottom-px {
        bottom: 1px !important;
    }

    .t\:bottom-0\.5 {
        bottom: 0.125rem !important;
    }

    .t\:bottom-1\.5 {
        bottom: 0.375rem !important;
    }

    .t\:bottom-2\.5 {
        bottom: 0.625rem !important;
    }

    .t\:bottom-3\.5 {
        bottom: 0.875rem !important;
    }

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

    .t\:-bottom-1 {
        bottom: -0.25rem !important;
    }

    .t\:-bottom-2 {
        bottom: -0.5rem !important;
    }

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

    .t\:-bottom-4 {
        bottom: -1rem !important;
    }

    .t\:-bottom-5 {
        bottom: -1.25rem !important;
    }

    .t\:-bottom-6 {
        bottom: -1.5rem !important;
    }

    .t\:-bottom-7 {
        bottom: -1.75rem !important;
    }

    .t\:-bottom-8 {
        bottom: -2rem !important;
    }

    .t\:-bottom-9 {
        bottom: -2.25rem !important;
    }

    .t\:-bottom-10 {
        bottom: -2.5rem !important;
    }

    .t\:-bottom-11 {
        bottom: -2.75rem !important;
    }

    .t\:-bottom-12 {
        bottom: -3rem !important;
    }

    .t\:-bottom-14 {
        bottom: -3.5rem !important;
    }

    .t\:-bottom-16 {
        bottom: -4rem !important;
    }

    .t\:-bottom-20 {
        bottom: -5rem !important;
    }

    .t\:-bottom-24 {
        bottom: -6rem !important;
    }

    .t\:-bottom-28 {
        bottom: -7rem !important;
    }

    .t\:-bottom-32 {
        bottom: -8rem !important;
    }

    .t\:-bottom-36 {
        bottom: -9rem !important;
    }

    .t\:-bottom-40 {
        bottom: -10rem !important;
    }

    .t\:-bottom-44 {
        bottom: -11rem !important;
    }

    .t\:-bottom-48 {
        bottom: -12rem !important;
    }

    .t\:-bottom-52 {
        bottom: -13rem !important;
    }

    .t\:-bottom-56 {
        bottom: -14rem !important;
    }

    .t\:-bottom-60 {
        bottom: -15rem !important;
    }

    .t\:-bottom-64 {
        bottom: -16rem !important;
    }

    .t\:-bottom-72 {
        bottom: -18rem !important;
    }

    .t\:-bottom-80 {
        bottom: -20rem !important;
    }

    .t\:-bottom-96 {
        bottom: -24rem !important;
    }

    .t\:-bottom-px {
        bottom: -1px !important;
    }

    .t\:-bottom-0\.5 {
        bottom: -0.125rem !important;
    }

    .t\:-bottom-1\.5 {
        bottom: -0.375rem !important;
    }

    .t\:-bottom-2\.5 {
        bottom: -0.625rem !important;
    }

    .t\:-bottom-3\.5 {
        bottom: -0.875rem !important;
    }

    .t\:bottom-1\/2 {
        bottom: 50% !important;
    }

    .t\:bottom-1\/3 {
        bottom: 33.333333% !important;
    }

    .t\:bottom-2\/3 {
        bottom: 66.666667% !important;
    }

    .t\:bottom-1\/4 {
        bottom: 25% !important;
    }

    .t\:bottom-2\/4 {
        bottom: 50% !important;
    }

    .t\:bottom-3\/4 {
        bottom: 75% !important;
    }

    .t\:bottom-full {
        bottom: 100% !important;
    }

    .t\:-bottom-1\/2 {
        bottom: -50% !important;
    }

    .t\:-bottom-1\/3 {
        bottom: -33.333333% !important;
    }

    .t\:-bottom-2\/3 {
        bottom: -66.666667% !important;
    }

    .t\:-bottom-1\/4 {
        bottom: -25% !important;
    }

    .t\:-bottom-2\/4 {
        bottom: -50% !important;
    }

    .t\:-bottom-3\/4 {
        bottom: -75% !important;
    }

    .t\:-bottom-full {
        bottom: -100% !important;
    }

    .t\:left-0 {
        left: 0px !important;
    }

    .t\:left-1 {
        left: 0.25rem !important;
    }

    .t\:left-2 {
        left: 0.5rem !important;
    }

    .t\:left-3 {
        left: 0.75rem !important;
    }

    .t\:left-4 {
        left: 1rem !important;
    }

    .t\:left-5 {
        left: 1.25rem !important;
    }

    .t\:left-6 {
        left: 1.5rem !important;
    }

    .t\:left-7 {
        left: 1.75rem !important;
    }

    .t\:left-8 {
        left: 2rem !important;
    }

    .t\:left-9 {
        left: 2.25rem !important;
    }

    .t\:left-10 {
        left: 2.5rem !important;
    }

    .t\:left-11 {
        left: 2.75rem !important;
    }

    .t\:left-12 {
        left: 3rem !important;
    }

    .t\:left-14 {
        left: 3.5rem !important;
    }

    .t\:left-16 {
        left: 4rem !important;
    }

    .t\:left-20 {
        left: 5rem !important;
    }

    .t\:left-24 {
        left: 6rem !important;
    }

    .t\:left-28 {
        left: 7rem !important;
    }

    .t\:left-32 {
        left: 8rem !important;
    }

    .t\:left-36 {
        left: 9rem !important;
    }

    .t\:left-40 {
        left: 10rem !important;
    }

    .t\:left-44 {
        left: 11rem !important;
    }

    .t\:left-48 {
        left: 12rem !important;
    }

    .t\:left-52 {
        left: 13rem !important;
    }

    .t\:left-56 {
        left: 14rem !important;
    }

    .t\:left-60 {
        left: 15rem !important;
    }

    .t\:left-64 {
        left: 16rem !important;
    }

    .t\:left-72 {
        left: 18rem !important;
    }

    .t\:left-80 {
        left: 20rem !important;
    }

    .t\:left-96 {
        left: 24rem !important;
    }

    .t\:left-auto {
        left: auto !important;
    }

    .t\:left-px {
        left: 1px !important;
    }

    .t\:left-0\.5 {
        left: 0.125rem !important;
    }

    .t\:left-1\.5 {
        left: 0.375rem !important;
    }

    .t\:left-2\.5 {
        left: 0.625rem !important;
    }

    .t\:left-3\.5 {
        left: 0.875rem !important;
    }

    .t\:-left-0 {
        left: 0px !important;
    }

    .t\:-left-1 {
        left: -0.25rem !important;
    }

    .t\:-left-2 {
        left: -0.5rem !important;
    }

    .t\:-left-3 {
        left: -0.75rem !important;
    }

    .t\:-left-4 {
        left: -1rem !important;
    }

    .t\:-left-5 {
        left: -1.25rem !important;
    }

    .t\:-left-6 {
        left: -1.5rem !important;
    }

    .t\:-left-7 {
        left: -1.75rem !important;
    }

    .t\:-left-8 {
        left: -2rem !important;
    }

    .t\:-left-9 {
        left: -2.25rem !important;
    }

    .t\:-left-10 {
        left: -2.5rem !important;
    }

    .t\:-left-11 {
        left: -2.75rem !important;
    }

    .t\:-left-12 {
        left: -3rem !important;
    }

    .t\:-left-14 {
        left: -3.5rem !important;
    }

    .t\:-left-16 {
        left: -4rem !important;
    }

    .t\:-left-20 {
        left: -5rem !important;
    }

    .t\:-left-24 {
        left: -6rem !important;
    }

    .t\:-left-28 {
        left: -7rem !important;
    }

    .t\:-left-32 {
        left: -8rem !important;
    }

    .t\:-left-36 {
        left: -9rem !important;
    }

    .t\:-left-40 {
        left: -10rem !important;
    }

    .t\:-left-44 {
        left: -11rem !important;
    }

    .t\:-left-48 {
        left: -12rem !important;
    }

    .t\:-left-52 {
        left: -13rem !important;
    }

    .t\:-left-56 {
        left: -14rem !important;
    }

    .t\:-left-60 {
        left: -15rem !important;
    }

    .t\:-left-64 {
        left: -16rem !important;
    }

    .t\:-left-72 {
        left: -18rem !important;
    }

    .t\:-left-80 {
        left: -20rem !important;
    }

    .t\:-left-96 {
        left: -24rem !important;
    }

    .t\:-left-px {
        left: -1px !important;
    }

    .t\:-left-0\.5 {
        left: -0.125rem !important;
    }

    .t\:-left-1\.5 {
        left: -0.375rem !important;
    }

    .t\:-left-2\.5 {
        left: -0.625rem !important;
    }

    .t\:-left-3\.5 {
        left: -0.875rem !important;
    }

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

    .t\:left-1\/3 {
        left: 33.333333% !important;
    }

    .t\:left-2\/3 {
        left: 66.666667% !important;
    }

    .t\:left-1\/4 {
        left: 25% !important;
    }

    .t\:left-2\/4 {
        left: 50% !important;
    }

    .t\:left-3\/4 {
        left: 75% !important;
    }

    .t\:left-full {
        left: 100% !important;
    }

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

    .t\:-left-1\/3 {
        left: -33.333333% !important;
    }

    .t\:-left-2\/3 {
        left: -66.666667% !important;
    }

    .t\:-left-1\/4 {
        left: -25% !important;
    }

    .t\:-left-2\/4 {
        left: -50% !important;
    }

    .t\:-left-3\/4 {
        left: -75% !important;
    }

    .t\:-left-full {
        left: -100% !important;
    }

    .t\:isolate {
        isolation: isolate !important;
    }

    .t\:isolation-auto {
        isolation: auto !important;
    }

    .t\:z-0 {
        z-index: 0 !important;
    }

    .t\:z-10 {
        z-index: 10 !important;
    }

    .t\:z-20 {
        z-index: 20 !important;
    }

    .t\:z-30 {
        z-index: 30 !important;
    }

    .t\:z-40 {
        z-index: 40 !important;
    }

    .t\:z-50 {
        z-index: 50 !important;
    }

    .t\:z-auto {
        z-index: auto !important;
    }

    .t\:focus-within\:z-0:focus-within {
        z-index: 0 !important;
    }

    .t\:focus-within\:z-10:focus-within {
        z-index: 10 !important;
    }

    .t\:focus-within\:z-20:focus-within {
        z-index: 20 !important;
    }

    .t\:focus-within\:z-30:focus-within {
        z-index: 30 !important;
    }

    .t\:focus-within\:z-40:focus-within {
        z-index: 40 !important;
    }

    .t\:focus-within\:z-50:focus-within {
        z-index: 50 !important;
    }

    .t\:focus-within\:z-auto:focus-within {
        z-index: auto !important;
    }

    .t\:focus\:z-0:focus {
        z-index: 0 !important;
    }

    .t\:focus\:z-10:focus {
        z-index: 10 !important;
    }

    .t\:focus\:z-20:focus {
        z-index: 20 !important;
    }

    .t\:focus\:z-30:focus {
        z-index: 30 !important;
    }

    .t\:focus\:z-40:focus {
        z-index: 40 !important;
    }

    .t\:focus\:z-50:focus {
        z-index: 50 !important;
    }

    .t\:focus\:z-auto:focus {
        z-index: auto !important;
    }

    .t\:order-1 {
        order: 1 !important;
    }

    .t\:order-2 {
        order: 2 !important;
    }

    .t\:order-3 {
        order: 3 !important;
    }

    .t\:order-4 {
        order: 4 !important;
    }

    .t\:order-5 {
        order: 5 !important;
    }

    .t\:order-6 {
        order: 6 !important;
    }

    .t\:order-7 {
        order: 7 !important;
    }

    .t\:order-8 {
        order: 8 !important;
    }

    .t\:order-9 {
        order: 9 !important;
    }

    .t\:order-10 {
        order: 10 !important;
    }

    .t\:order-11 {
        order: 11 !important;
    }

    .t\:order-12 {
        order: 12 !important;
    }

    .t\:order-first {
        order: -9999 !important;
    }

    .t\:order-last {
        order: 9999 !important;
    }

    .t\:order-none {
        order: 0 !important;
    }

    .t\:float-right {
        float: right !important;
    }

    .t\:float-left {
        float: left !important;
    }

    .t\:float-none {
        float: none !important;
    }

    .t\:m-0 {
        margin: 0px !important;
    }

    .t\:m-1 {
        margin: 0.25rem !important;
    }

    .t\:m-2 {
        margin: 0.5rem !important;
    }

    .t\:m-3 {
        margin: 0.75rem !important;
    }

    .t\:m-4 {
        margin: 1rem !important;
    }

    .t\:m-5 {
        margin: 1.25rem !important;
    }

    .t\:m-6 {
        margin: 1.5rem !important;
    }

    .t\:m-7 {
        margin: 1.75rem !important;
    }

    .t\:m-8 {
        margin: 2rem !important;
    }

    .t\:m-9 {
        margin: 2.25rem !important;
    }

    .t\:m-10 {
        margin: 2.5rem !important;
    }

    .t\:m-11 {
        margin: 2.75rem !important;
    }

    .t\:m-12 {
        margin: 3rem !important;
    }

    .t\:m-14 {
        margin: 3.5rem !important;
    }

    .t\:m-16 {
        margin: 4rem !important;
    }

    .t\:m-20 {
        margin: 5rem !important;
    }

    .t\:m-24 {
        margin: 6rem !important;
    }

    .t\:m-28 {
        margin: 7rem !important;
    }

    .t\:m-32 {
        margin: 8rem !important;
    }

    .t\:m-36 {
        margin: 9rem !important;
    }

    .t\:m-40 {
        margin: 10rem !important;
    }

    .t\:m-44 {
        margin: 11rem !important;
    }

    .t\:m-48 {
        margin: 12rem !important;
    }

    .t\:m-52 {
        margin: 13rem !important;
    }

    .t\:m-56 {
        margin: 14rem !important;
    }

    .t\:m-60 {
        margin: 15rem !important;
    }

    .t\:m-64 {
        margin: 16rem !important;
    }

    .t\:m-72 {
        margin: 18rem !important;
    }

    .t\:m-80 {
        margin: 20rem !important;
    }

    .t\:m-96 {
        margin: 24rem !important;
    }

    .t\:m-auto {
        margin: auto !important;
    }

    .t\:m-px {
        margin: 1px !important;
    }

    .t\:m-0\.5 {
        margin: 0.125rem !important;
    }

    .t\:m-1\.5 {
        margin: 0.375rem !important;
    }

    .t\:m-2\.5 {
        margin: 0.625rem !important;
    }

    .t\:m-3\.5 {
        margin: 0.875rem !important;
    }

    .t\:mx-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .t\:mx-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .t\:mx-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .t\:mx-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .t\:mx-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .t\:mx-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .t\:mx-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .t\:mx-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }

    .t\:mx-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .t\:mx-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .t\:mx-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .t\:mx-11 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important;
    }

    .t\:mx-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .t\:mx-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }

    .t\:mx-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .t\:mx-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .t\:mx-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .t\:mx-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .t\:mx-32 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .t\:mx-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .t\:mx-40 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .t\:mx-44 {
        margin-left: 11rem !important;
        margin-right: 11rem !important;
    }

    .t\:mx-48 {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }

    .t\:mx-52 {
        margin-left: 13rem !important;
        margin-right: 13rem !important;
    }

    .t\:mx-56 {
        margin-left: 14rem !important;
        margin-right: 14rem !important;
    }

    .t\:mx-60 {
        margin-left: 15rem !important;
        margin-right: 15rem !important;
    }

    .t\:mx-64 {
        margin-left: 16rem !important;
        margin-right: 16rem !important;
    }

    .t\:mx-72 {
        margin-left: 18rem !important;
        margin-right: 18rem !important;
    }

    .t\:mx-80 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }

    .t\:mx-96 {
        margin-left: 24rem !important;
        margin-right: 24rem !important;
    }

    .t\:mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .t\:mx-px {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    .t\:mx-0\.5 {
        margin-left: 0.125rem !important;
        margin-right: 0.125rem !important;
    }

    .t\:mx-1\.5 {
        margin-left: 0.375rem !important;
        margin-right: 0.375rem !important;
    }

    .t\:mx-2\.5 {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }

    .t\:mx-3\.5 {
        margin-left: 0.875rem !important;
        margin-right: 0.875rem !important;
    }

    .t\:my-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .t\:my-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .t\:my-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .t\:my-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .t\:my-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .t\:my-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .t\:my-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .t\:my-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .t\:my-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .t\:my-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .t\:my-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .t\:my-11 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }

    .t\:my-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .t\:my-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .t\:my-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .t\:my-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .t\:my-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .t\:my-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .t\:my-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .t\:my-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .t\:my-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .t\:my-44 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }

    .t\:my-48 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    .t\:my-52 {
        margin-top: 13rem !important;
        margin-bottom: 13rem !important;
    }

    .t\:my-56 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .t\:my-60 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }

    .t\:my-64 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    .t\:my-72 {
        margin-top: 18rem !important;
        margin-bottom: 18rem !important;
    }

    .t\:my-80 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }

    .t\:my-96 {
        margin-top: 24rem !important;
        margin-bottom: 24rem !important;
    }

    .t\:my-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .t\:my-px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .t\:my-0\.5 {
        margin-top: 0.125rem !important;
        margin-bottom: 0.125rem !important;
    }

    .t\:my-1\.5 {
        margin-top: 0.375rem !important;
        margin-bottom: 0.375rem !important;
    }

    .t\:my-2\.5 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    .t\:my-3\.5 {
        margin-top: 0.875rem !important;
        margin-bottom: 0.875rem !important;
    }

    .t\:mt-0 {
        margin-top: 0px !important;
    }

    .t\:mt-1 {
        margin-top: 0.25rem !important;
    }

    .t\:mt-2 {
        margin-top: 0.5rem !important;
    }

    .t\:mt-3 {
        margin-top: 0.75rem !important;
    }

    .t\:mt-4 {
        margin-top: 1rem !important;
    }

    .t\:mt-5 {
        margin-top: 1.25rem !important;
    }

    .t\:mt-6 {
        margin-top: 1.5rem !important;
    }

    .t\:mt-7 {
        margin-top: 1.75rem !important;
    }

    .t\:mt-8 {
        margin-top: 2rem !important;
    }

    .t\:mt-9 {
        margin-top: 2.25rem !important;
    }

    .t\:mt-10 {
        margin-top: 2.5rem !important;
    }

    .t\:mt-11 {
        margin-top: 2.75rem !important;
    }

    .t\:mt-12 {
        margin-top: 3rem !important;
    }

    .t\:mt-14 {
        margin-top: 3.5rem !important;
    }

    .t\:mt-16 {
        margin-top: 4rem !important;
    }

    .t\:mt-20 {
        margin-top: 5rem !important;
    }

    .t\:mt-24 {
        margin-top: 6rem !important;
    }

    .t\:mt-28 {
        margin-top: 7rem !important;
    }

    .t\:mt-32 {
        margin-top: 8rem !important;
    }

    .t\:mt-36 {
        margin-top: 9rem !important;
    }

    .t\:mt-40 {
        margin-top: 10rem !important;
    }

    .t\:mt-44 {
        margin-top: 11rem !important;
    }

    .t\:mt-48 {
        margin-top: 12rem !important;
    }

    .t\:mt-52 {
        margin-top: 13rem !important;
    }

    .t\:mt-56 {
        margin-top: 14rem !important;
    }

    .t\:mt-60 {
        margin-top: 15rem !important;
    }

    .t\:mt-64 {
        margin-top: 16rem !important;
    }

    .t\:mt-72 {
        margin-top: 18rem !important;
    }

    .t\:mt-80 {
        margin-top: 20rem !important;
    }

    .t\:mt-96 {
        margin-top: 24rem !important;
    }

    .t\:mt-auto {
        margin-top: auto !important;
    }

    .t\:mt-px {
        margin-top: 1px !important;
    }

    .t\:mt-0\.5 {
        margin-top: 0.125rem !important;
    }

    .t\:mt-1\.5 {
        margin-top: 0.375rem !important;
    }

    .t\:mt-2\.5 {
        margin-top: 0.625rem !important;
    }

    .t\:mt-3\.5 {
        margin-top: 0.875rem !important;
    }

    .t\:mr-0 {
        margin-right: 0px !important;
    }

    .t\:mr-1 {
        margin-right: 0.25rem !important;
    }

    .t\:mr-2 {
        margin-right: 0.5rem !important;
    }

    .t\:mr-3 {
        margin-right: 0.75rem !important;
    }

    .t\:mr-4 {
        margin-right: 1rem !important;
    }

    .t\:mr-5 {
        margin-right: 1.25rem !important;
    }

    .t\:mr-6 {
        margin-right: 1.5rem !important;
    }

    .t\:mr-7 {
        margin-right: 1.75rem !important;
    }

    .t\:mr-8 {
        margin-right: 2rem !important;
    }

    .t\:mr-9 {
        margin-right: 2.25rem !important;
    }

    .t\:mr-10 {
        margin-right: 2.5rem !important;
    }

    .t\:mr-11 {
        margin-right: 2.75rem !important;
    }

    .t\:mr-12 {
        margin-right: 3rem !important;
    }

    .t\:mr-14 {
        margin-right: 3.5rem !important;
    }

    .t\:mr-16 {
        margin-right: 4rem !important;
    }

    .t\:mr-20 {
        margin-right: 5rem !important;
    }

    .t\:mr-24 {
        margin-right: 6rem !important;
    }

    .t\:mr-28 {
        margin-right: 7rem !important;
    }

    .t\:mr-32 {
        margin-right: 8rem !important;
    }

    .t\:mr-36 {
        margin-right: 9rem !important;
    }

    .t\:mr-40 {
        margin-right: 10rem !important;
    }

    .t\:mr-44 {
        margin-right: 11rem !important;
    }

    .t\:mr-48 {
        margin-right: 12rem !important;
    }

    .t\:mr-52 {
        margin-right: 13rem !important;
    }

    .t\:mr-56 {
        margin-right: 14rem !important;
    }

    .t\:mr-60 {
        margin-right: 15rem !important;
    }

    .t\:mr-64 {
        margin-right: 16rem !important;
    }

    .t\:mr-72 {
        margin-right: 18rem !important;
    }

    .t\:mr-80 {
        margin-right: 20rem !important;
    }

    .t\:mr-96 {
        margin-right: 24rem !important;
    }

    .t\:mr-auto {
        margin-right: auto !important;
    }

    .t\:mr-px {
        margin-right: 1px !important;
    }

    .t\:mr-0\.5 {
        margin-right: 0.125rem !important;
    }

    .t\:mr-1\.5 {
        margin-right: 0.375rem !important;
    }

    .t\:mr-2\.5 {
        margin-right: 0.625rem !important;
    }

    .t\:mr-3\.5 {
        margin-right: 0.875rem !important;
    }

    .t\:mb-0 {
        margin-bottom: 0px !important;
    }

    .t\:mb-1 {
        margin-bottom: 0.25rem !important;
    }

    .t\:mb-2 {
        margin-bottom: 0.5rem !important;
    }

    .t\:mb-3 {
        margin-bottom: 0.75rem !important;
    }

    .t\:mb-4 {
        margin-bottom: 1rem !important;
    }

    .t\:mb-5 {
        margin-bottom: 1.25rem !important;
    }

    .t\:mb-6 {
        margin-bottom: 1.5rem !important;
    }

    .t\:mb-7 {
        margin-bottom: 1.75rem !important;
    }

    .t\:mb-8 {
        margin-bottom: 2rem !important;
    }

    .t\:mb-9 {
        margin-bottom: 2.25rem !important;
    }

    .t\:mb-10 {
        margin-bottom: 2.5rem !important;
    }

    .t\:mb-11 {
        margin-bottom: 2.75rem !important;
    }

    .t\:mb-12 {
        margin-bottom: 3rem !important;
    }

    .t\:mb-14 {
        margin-bottom: 3.5rem !important;
    }

    .t\:mb-16 {
        margin-bottom: 4rem !important;
    }

    .t\:mb-20 {
        margin-bottom: 5rem !important;
    }

    .t\:mb-24 {
        margin-bottom: 6rem !important;
    }

    .t\:mb-28 {
        margin-bottom: 7rem !important;
    }

    .t\:mb-32 {
        margin-bottom: 8rem !important;
    }

    .t\:mb-36 {
        margin-bottom: 9rem !important;
    }

    .t\:mb-40 {
        margin-bottom: 10rem !important;
    }

    .t\:mb-44 {
        margin-bottom: 11rem !important;
    }

    .t\:mb-48 {
        margin-bottom: 12rem !important;
    }

    .t\:mb-52 {
        margin-bottom: 13rem !important;
    }

    .t\:mb-56 {
        margin-bottom: 14rem !important;
    }

    .t\:mb-60 {
        margin-bottom: 15rem !important;
    }

    .t\:mb-64 {
        margin-bottom: 16rem !important;
    }

    .t\:mb-72 {
        margin-bottom: 18rem !important;
    }

    .t\:mb-80 {
        margin-bottom: 20rem !important;
    }

    .t\:mb-96 {
        margin-bottom: 24rem !important;
    }

    .t\:mb-auto {
        margin-bottom: auto !important;
    }

    .t\:mb-px {
        margin-bottom: 1px !important;
    }

    .t\:mb-0\.5 {
        margin-bottom: 0.125rem !important;
    }

    .t\:mb-1\.5 {
        margin-bottom: 0.375rem !important;
    }

    .t\:mb-2\.5 {
        margin-bottom: 0.625rem !important;
    }

    .t\:mb-3\.5 {
        margin-bottom: 0.875rem !important;
    }

    .t\:ml-0 {
        margin-left: 0px !important;
    }

    .t\:ml-1 {
        margin-left: 0.25rem !important;
    }

    .t\:ml-2 {
        margin-left: 0.5rem !important;
    }

    .t\:ml-3 {
        margin-left: 0.75rem !important;
    }

    .t\:ml-4 {
        margin-left: 1rem !important;
    }

    .t\:ml-5 {
        margin-left: 1.25rem !important;
    }

    .t\:ml-6 {
        margin-left: 1.5rem !important;
    }

    .t\:ml-7 {
        margin-left: 1.75rem !important;
    }

    .t\:ml-8 {
        margin-left: 2rem !important;
    }

    .t\:ml-9 {
        margin-left: 2.25rem !important;
    }

    .t\:ml-10 {
        margin-left: 2.5rem !important;
    }

    .t\:ml-11 {
        margin-left: 2.75rem !important;
    }

    .t\:ml-12 {
        margin-left: 3rem !important;
    }

    .t\:ml-14 {
        margin-left: 3.5rem !important;
    }

    .t\:ml-16 {
        margin-left: 4rem !important;
    }

    .t\:ml-20 {
        margin-left: 5rem !important;
    }

    .t\:ml-24 {
        margin-left: 6rem !important;
    }

    .t\:ml-28 {
        margin-left: 7rem !important;
    }

    .t\:ml-32 {
        margin-left: 8rem !important;
    }

    .t\:ml-36 {
        margin-left: 9rem !important;
    }

    .t\:ml-40 {
        margin-left: 10rem !important;
    }

    .t\:ml-44 {
        margin-left: 11rem !important;
    }

    .t\:ml-48 {
        margin-left: 12rem !important;
    }

    .t\:ml-52 {
        margin-left: 13rem !important;
    }

    .t\:ml-56 {
        margin-left: 14rem !important;
    }

    .t\:ml-60 {
        margin-left: 15rem !important;
    }

    .t\:ml-64 {
        margin-left: 16rem !important;
    }

    .t\:ml-72 {
        margin-left: 18rem !important;
    }

    .t\:ml-80 {
        margin-left: 20rem !important;
    }

    .t\:ml-96 {
        margin-left: 24rem !important;
    }

    .t\:ml-auto {
        margin-left: auto !important;
    }

    .t\:ml-px {
        margin-left: 1px !important;
    }

    .t\:ml-0\.5 {
        margin-left: 0.125rem !important;
    }

    .t\:ml-1\.5 {
        margin-left: 0.375rem !important;
    }

    .t\:ml-2\.5 {
        margin-left: 0.625rem !important;
    }

    .t\:ml-3\.5 {
        margin-left: 0.875rem !important;
    }

    .t\:box-border {
        box-sizing: border-box !important;
    }

    .t\:box-content {
        box-sizing: content-box !important;
    }

    .t\:block {
        display: block !important;
    }

    .t\:inline-block {
        display: inline-block !important;
    }

    .t\:inline {
        display: inline !important;
    }

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

    .t\:inline-flex {
        display: inline-flex !important;
    }

    .t\:flow-root {
        display: flow-root !important;
    }

    .t\:contents {
        display: contents !important;
    }

    .t\:list-item {
        display: list-item !important;
    }

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

    .t\:h-0 {
        height: 0px !important;
    }

    .t\:h-1 {
        height: 0.25rem !important;
    }

    .t\:h-2 {
        height: 0.5rem !important;
    }

    .t\:h-3 {
        height: 0.75rem !important;
    }

    .t\:h-4 {
        height: 1rem !important;
    }

    .t\:h-5 {
        height: 1.25rem !important;
    }

    .t\:h-6 {
        height: 1.5rem !important;
    }

    .t\:h-7 {
        height: 1.75rem !important;
    }

    .t\:h-8 {
        height: 2rem !important;
    }

    .t\:h-9 {
        height: 2.25rem !important;
    }

    .t\:h-10 {
        height: 2.5rem !important;
    }

    .t\:h-11 {
        height: 2.75rem !important;
    }

    .t\:h-12 {
        height: 3rem !important;
    }

    .t\:h-14 {
        height: 3.5rem !important;
    }

    .t\:h-16 {
        height: 4rem !important;
    }

    .t\:h-20 {
        height: 5rem !important;
    }

    .t\:h-24 {
        height: 6rem !important;
    }

    .t\:h-28 {
        height: 7rem !important;
    }

    .t\:h-32 {
        height: 8rem !important;
    }

    .t\:h-36 {
        height: 9rem !important;
    }

    .t\:h-40 {
        height: 10rem !important;
    }

    .t\:h-44 {
        height: 11rem !important;
    }

    .t\:h-48 {
        height: 12rem !important;
    }

    .t\:h-52 {
        height: 13rem !important;
    }

    .t\:h-56 {
        height: 14rem !important;
    }

    .t\:h-60 {
        height: 15rem !important;
    }

    .t\:h-64 {
        height: 16rem !important;
    }

    .t\:h-72 {
        height: 18rem !important;
    }

    .t\:h-80 {
        height: 20rem !important;
    }

    .t\:h-96 {
        height: 24rem !important;
    }

    .t\:h-auto {
        height: auto !important;
    }

    .t\:h-px {
        height: 1px !important;
    }

    .t\:h-0\.5 {
        height: 0.125rem !important;
    }

    .t\:h-1\.5 {
        height: 0.375rem !important;
    }

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

    .t\:h-3\.5 {
        height: 0.875rem !important;
    }

    .t\:h-1\/2 {
        height: 50% !important;
    }

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

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

    .t\:h-1\/4 {
        height: 25% !important;
    }

    .t\:h-2\/4 {
        height: 50% !important;
    }

    .t\:h-3\/4 {
        height: 75% !important;
    }

    .t\:h-1\/5 {
        height: 20% !important;
    }

    .t\:h-2\/5 {
        height: 40% !important;
    }

    .t\:h-3\/5 {
        height: 60% !important;
    }

    .t\:h-4\/5 {
        height: 80% !important;
    }

    .t\:h-1\/6 {
        height: 16.666667% !important;
    }

    .t\:h-2\/6 {
        height: 33.333333% !important;
    }

    .t\:h-3\/6 {
        height: 50% !important;
    }

    .t\:h-4\/6 {
        height: 66.666667% !important;
    }

    .t\:h-5\/6 {
        height: 83.333333% !important;
    }

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

    .t\:h-screen {
        height: 100vh !important;
    }

    .t\:max-h-0 {
        max-height: 0px !important;
    }

    .t\:max-h-1 {
        max-height: 0.25rem !important;
    }

    .t\:max-h-2 {
        max-height: 0.5rem !important;
    }

    .t\:max-h-3 {
        max-height: 0.75rem !important;
    }

    .t\:max-h-4 {
        max-height: 1rem !important;
    }

    .t\:max-h-5 {
        max-height: 1.25rem !important;
    }

    .t\:max-h-6 {
        max-height: 1.5rem !important;
    }

    .t\:max-h-7 {
        max-height: 1.75rem !important;
    }

    .t\:max-h-8 {
        max-height: 2rem !important;
    }

    .t\:max-h-9 {
        max-height: 2.25rem !important;
    }

    .t\:max-h-10 {
        max-height: 2.5rem !important;
    }

    .t\:max-h-11 {
        max-height: 2.75rem !important;
    }

    .t\:max-h-12 {
        max-height: 3rem !important;
    }

    .t\:max-h-14 {
        max-height: 3.5rem !important;
    }

    .t\:max-h-16 {
        max-height: 4rem !important;
    }

    .t\:max-h-20 {
        max-height: 5rem !important;
    }

    .t\:max-h-24 {
        max-height: 6rem !important;
    }

    .t\:max-h-28 {
        max-height: 7rem !important;
    }

    .t\:max-h-32 {
        max-height: 8rem !important;
    }

    .t\:max-h-36 {
        max-height: 9rem !important;
    }

    .t\:max-h-40 {
        max-height: 10rem !important;
    }

    .t\:max-h-44 {
        max-height: 11rem !important;
    }

    .t\:max-h-48 {
        max-height: 12rem !important;
    }

    .t\:max-h-52 {
        max-height: 13rem !important;
    }

    .t\:max-h-56 {
        max-height: 14rem !important;
    }

    .t\:max-h-60 {
        max-height: 15rem !important;
    }

    .t\:max-h-64 {
        max-height: 16rem !important;
    }

    .t\:max-h-72 {
        max-height: 18rem !important;
    }

    .t\:max-h-80 {
        max-height: 20rem !important;
    }

    .t\:max-h-96 {
        max-height: 24rem !important;
    }

    .t\:max-h-px {
        max-height: 1px !important;
    }

    .t\:max-h-0\.5 {
        max-height: 0.125rem !important;
    }

    .t\:max-h-1\.5 {
        max-height: 0.375rem !important;
    }

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

    .t\:max-h-3\.5 {
        max-height: 0.875rem !important;
    }

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

    .t\:max-h-screen {
        max-height: 100vh !important;
    }

    .t\:min-h-0 {
        min-height: 0px !important;
    }

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

    .t\:min-h-screen {
        min-height: 100vh !important;
    }

    .t\:w-0 {
        width: 0px !important;
    }

    .t\:w-1 {
        width: 0.25rem !important;
    }

    .t\:w-2 {
        width: 0.5rem !important;
    }

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

    .t\:w-4 {
        width: 1rem !important;
    }

    .t\:w-5 {
        width: 1.25rem !important;
    }

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

    .t\:w-7 {
        width: 1.75rem !important;
    }

    .t\:w-8 {
        width: 2rem !important;
    }

    .t\:w-9 {
        width: 2.25rem !important;
    }

    .t\:w-10 {
        width: 2.5rem !important;
    }

    .t\:w-11 {
        width: 2.75rem !important;
    }

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

    .t\:w-14 {
        width: 3.5rem !important;
    }

    .t\:w-16 {
        width: 4rem !important;
    }

    .t\:w-20 {
        width: 5rem !important;
    }

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

    .t\:w-28 {
        width: 7rem !important;
    }

    .t\:w-32 {
        width: 8rem !important;
    }

    .t\:w-36 {
        width: 9rem !important;
    }

    .t\:w-40 {
        width: 10rem !important;
    }

    .t\:w-44 {
        width: 11rem !important;
    }

    .t\:w-48 {
        width: 12rem !important;
    }

    .t\:w-52 {
        width: 13rem !important;
    }

    .t\:w-56 {
        width: 14rem !important;
    }

    .t\:w-60 {
        width: 15rem !important;
    }

    .t\:w-64 {
        width: 16rem !important;
    }

    .t\:w-72 {
        width: 18rem !important;
    }

    .t\:w-80 {
        width: 20rem !important;
    }

    .t\:w-96 {
        width: 24rem !important;
    }

    .t\:w-auto {
        width: auto !important;
    }

    .t\:w-px {
        width: 1px !important;
    }

    .t\:w-0\.5 {
        width: 0.125rem !important;
    }

    .t\:w-1\.5 {
        width: 0.375rem !important;
    }

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

    .t\:w-3\.5 {
        width: 0.875rem !important;
    }

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

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

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

    .t\:w-1\/4 {
        width: 25% !important;
    }

    .t\:w-2\/4 {
        width: 50% !important;
    }

    .t\:w-3\/4 {
        width: 75% !important;
    }

    .t\:w-1\/5 {
        width: 20% !important;
    }

    .t\:w-2\/5 {
        width: 40% !important;
    }

    .t\:w-3\/5 {
        width: 60% !important;
    }

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

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

    .t\:w-2\/6 {
        width: 33.333333% !important;
    }

    .t\:w-3\/6 {
        width: 50% !important;
    }

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

    .t\:w-5\/6 {
        width: 83.333333% !important;
    }

    .t\:w-1\/12 {
        width: 8.333333% !important;
    }

    .t\:w-2\/12 {
        width: 16.666667% !important;
    }

    .t\:w-3\/12 {
        width: 25% !important;
    }

    .t\:w-4\/12 {
        width: 33.333333% !important;
    }

    .t\:w-5\/12 {
        width: 41.666667% !important;
    }

    .t\:w-6\/12 {
        width: 50% !important;
    }

    .t\:w-7\/12 {
        width: 58.333333% !important;
    }

    .t\:w-8\/12 {
        width: 66.666667% !important;
    }

    .t\:w-9\/12 {
        width: 75% !important;
    }

    .t\:w-10\/12 {
        width: 83.333333% !important;
    }

    .t\:w-11\/12 {
        width: 91.666667% !important;
    }

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

    .t\:w-screen {
        width: 100vw !important;
    }

    .t\:w-min {
        width: -webkit-min-content !important;
        width: -moz-min-content !important;
        width: min-content !important;
    }

    .t\:w-max {
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important;
    }

    .t\:min-w-0 {
        min-width: 0px !important;
    }

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

    .t\:min-w-min {
        min-width: -webkit-min-content !important;
        min-width: -moz-min-content !important;
        min-width: min-content !important;
    }

    .t\:min-w-max {
        min-width: -webkit-max-content !important;
        min-width: -moz-max-content !important;
        min-width: max-content !important;
    }

    .t\:max-w-0 {
        max-width: 0rem !important;
    }

    .t\:max-w-none {
        max-width: none !important;
    }

    .t\:max-w-xs {
        max-width: 20rem !important;
    }

    .t\:max-w-sm {
        max-width: 24rem !important;
    }

    .t\:max-w-md {
        max-width: 28rem !important;
    }

    .t\:max-w-lg {
        max-width: 32rem !important;
    }

    .t\:max-w-xl {
        max-width: 36rem !important;
    }

    .t\:max-w-2xl {
        max-width: 42rem !important;
    }

    .t\:max-w-3xl {
        max-width: 48rem !important;
    }

    .t\:max-w-4xl {
        max-width: 56rem !important;
    }

    .t\:max-w-5xl {
        max-width: 64rem !important;
    }

    .t\:max-w-6xl {
        max-width: 72rem !important;
    }

    .t\:max-w-7xl {
        max-width: 80rem !important;
    }

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

    .t\:max-w-min {
        max-width: -webkit-min-content !important;
        max-width: -moz-min-content !important;
        max-width: min-content !important;
    }

    .t\:max-w-max {
        max-width: -webkit-max-content !important;
        max-width: -moz-max-content !important;
        max-width: max-content !important;
    }

    .t\:max-w-prose {
        max-width: 65ch !important;
    }

    .t\:max-w-screen-t {
        max-width: 10px !important;
    }

    .t\:max-w-screen-xxs {
        max-width: 390px !important;
    }

    .t\:max-w-screen-xs {
        max-width: 414px !important;
    }

    .t\:max-w-screen-sm {
        max-width: 768px !important;
    }

    .t\:max-w-screen-md {
        max-width: 810px !important;
    }

    .t\:max-w-screen-lg {
        max-width: 1024px !important;
    }

    .t\:max-w-screen-xl {
        max-width: 1280px !important;
    }

    .t\:flex-1 {
        flex: 1 1 0% !important;
    }

    .t\:flex-auto {
        flex: 1 1 auto !important;
    }

    .t\:flex-initial {
        flex: 0 1 auto !important;
    }

    .t\:flex-none {
        flex: none !important;
    }

    .t\:flex-shrink-0 {
        flex-shrink: 0 !important;
    }

    .t\:flex-shrink {
        flex-shrink: 1 !important;
    }

    .t\:flex-grow-0 {
        flex-grow: 0 !important;
    }

    .t\:flex-grow {
        flex-grow: 1 !important;
    }

    .t\:border-collapse {
        border-collapse: collapse !important;
    }

    .t\:border-separate {
        border-collapse: separate !important;
    }

    .t\:transform {
        --tw-translate-x: 0 !important;
        --tw-translate-y: 0 !important;
        --tw-rotate: 0 !important;
        --tw-skew-x: 0 !important;
        --tw-skew-y: 0 !important;
        --tw-scale-x: 1 !important;
        --tw-scale-y: 1 !important;
        transform: translateX(var(--tw-translate-x)) translateY(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)) !important;
    }

    .t\:transform-gpu {
        --tw-translate-x: 0 !important;
        --tw-translate-y: 0 !important;
        --tw-rotate: 0 !important;
        --tw-skew-x: 0 !important;
        --tw-skew-y: 0 !important;
        --tw-scale-x: 1 !important;
        --tw-scale-y: 1 !important;
        transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    }

    .t\:transform-none {
        transform: none !important;
    }

    .t\:translate-x-0 {
        --tw-translate-x: 0px !important;
    }

    .t\:translate-y-0 {
        --tw-translate-y: 0px !important;
    }

    .t\:rotate-0 {
        --tw-rotate: 0deg !important;
    }

    .t\:rotate-1 {
        --tw-rotate: 1deg !important;
    }

    .t\:rotate-2 {
        --tw-rotate: 2deg !important;
    }

    .t\:rotate-3 {
        --tw-rotate: 3deg !important;
    }

    .t\:rotate-6 {
        --tw-rotate: 6deg !important;
    }

    .t\:rotate-12 {
        --tw-rotate: 12deg !important;
    }

    .t\:rotate-45 {
        --tw-rotate: 45deg !important;
    }

    .t\:rotate-90 {
        --tw-rotate: 90deg !important;
    }

    .t\:rotate-180 {
        --tw-rotate: 180deg !important;
    }

    .t\:-rotate-180 {
        --tw-rotate: -180deg !important;
    }

    .t\:-rotate-90 {
        --tw-rotate: -90deg !important;
    }

    .t\:-rotate-45 {
        --tw-rotate: -45deg !important;
    }

    .t\:-rotate-12 {
        --tw-rotate: -12deg !important;
    }

    .t\:-rotate-6 {
        --tw-rotate: -6deg !important;
    }

    .t\:-rotate-3 {
        --tw-rotate: -3deg !important;
    }

    .t\:-rotate-2 {
        --tw-rotate: -2deg !important;
    }

    .t\:-rotate-1 {
        --tw-rotate: -1deg !important;
    }

    .t\:cursor-auto {
        cursor: auto !important;
    }

    .t\:cursor-default {
        cursor: default !important;
    }

    .t\:cursor-pointer {
        cursor: pointer !important;
    }

    .t\:cursor-wait {
        cursor: wait !important;
    }

    .t\:cursor-text {
        cursor: text !important;
    }

    .t\:cursor-move {
        cursor: move !important;
    }

    .t\:cursor-help {
        cursor: help !important;
    }

    .t\:cursor-not-allowed {
        cursor: not-allowed !important;
    }

    .t\:select-none {
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }

    .t\:select-text {
        -webkit-user-select: text !important;
        -moz-user-select: text !important;
        -ms-user-select: text !important;
        user-select: text !important;
    }

    .t\:select-all {
        -webkit-user-select: all !important;
        -moz-user-select: all !important;
        user-select: all !important;
    }

    .t\:select-auto {
        -webkit-user-select: auto !important;
        -moz-user-select: auto !important;
        -ms-user-select: auto !important;
        user-select: auto !important;
    }

    .t\:resize-none {
        resize: none !important;
    }

    .t\:resize-y {
        resize: vertical !important;
    }

    .t\:resize-x {
        resize: horizontal !important;
    }

    .t\:resize {
        resize: both !important;
    }

    .t\:list-inside {
        list-style-position: inside !important;
    }

    .t\:list-outside {
        list-style-position: outside !important;
    }

    .t\:list-none {
        list-style-type: none !important;
    }

    .t\:list-disc {
        list-style-type: disc !important;
    }

    .t\:list-decimal {
        list-style-type: decimal !important;
    }

    .t\:appearance-none {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
    }

    .t\:flex-row {
        flex-direction: row !important;
    }

    .t\:flex-row-reverse {
        flex-direction: row-reverse !important;
    }

    .t\:flex-col {
        flex-direction: column !important;
    }

    .t\:flex-col-reverse {
        flex-direction: column-reverse !important;
    }

    .t\:flex-wrap {
        flex-wrap: wrap !important;
    }

    .t\:flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .t\:flex-nowrap {
        flex-wrap: nowrap !important;
    }

    .t\:content-center {
        align-content: center !important;
    }

    .t\:content-start {
        align-content: flex-start !important;
    }

    .t\:content-end {
        align-content: flex-end !important;
    }

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

    .t\:content-around {
        align-content: space-around !important;
    }

    .t\:content-evenly {
        align-content: space-evenly !important;
    }

    .t\:items-start {
        align-items: flex-start !important;
    }

    .t\:items-end {
        align-items: flex-end !important;
    }

    .t\:items-center {
        align-items: center !important;
    }

    .t\:items-baseline {
        align-items: baseline !important;
    }

    .t\:items-stretch {
        align-items: stretch !important;
    }

    .t\:justify-start {
        justify-content: flex-start !important;
    }

    .t\:justify-end {
        justify-content: flex-end !important;
    }

    .t\:justify-center {
        justify-content: center !important;
    }

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

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

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

    .t\:justify-items-start {
        justify-items: start !important;
    }

    .t\:justify-items-end {
        justify-items: end !important;
    }

    .t\:justify-items-center {
        justify-items: center !important;
    }

    .t\:justify-items-stretch {
        justify-items: stretch !important;
    }

    .t\:self-auto {
        align-self: auto !important;
    }

    .t\:self-start {
        align-self: flex-start !important;
    }

    .t\:self-end {
        align-self: flex-end !important;
    }

    .t\:self-center {
        align-self: center !important;
    }

    .t\:self-stretch {
        align-self: stretch !important;
    }

    .t\:self-baseline {
        align-self: baseline !important;
    }

    .t\:justify-self-auto {
        justify-self: auto !important;
    }

    .t\:justify-self-start {
        justify-self: start !important;
    }

    .t\:justify-self-end {
        justify-self: end !important;
    }

    .t\:justify-self-center {
        justify-self: center !important;
    }

    .t\:justify-self-stretch {
        justify-self: stretch !important;
    }

    .t\:overflow-auto {
        overflow: auto !important;
    }

    .t\:overflow-hidden {
        overflow: hidden !important;
    }

    .t\:overflow-visible {
        overflow: visible !important;
    }

    .t\:overflow-scroll {
        overflow: scroll !important;
    }

    .t\:overflow-x-auto {
        overflow-x: auto !important;
    }

    .t\:overflow-y-auto {
        overflow-y: auto !important;
    }

    .t\:overflow-x-hidden {
        overflow-x: hidden !important;
    }

    .t\:overflow-y-hidden {
        overflow-y: hidden !important;
    }

    .t\:overflow-x-visible {
        overflow-x: visible !important;
    }

    .t\:overflow-y-visible {
        overflow-y: visible !important;
    }

    .t\:overflow-x-scroll {
        overflow-x: scroll !important;
    }

    .t\:overflow-y-scroll {
        overflow-y: scroll !important;
    }

    .t\:overscroll-auto {
        -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
    }

    .t\:overscroll-contain {
        -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
    }

    .t\:overscroll-none {
        -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
    }

    .t\:overscroll-y-auto {
        overscroll-behavior-y: auto !important;
    }

    .t\:overscroll-y-contain {
        overscroll-behavior-y: contain !important;
    }

    .t\:overscroll-y-none {
        overscroll-behavior-y: none !important;
    }

    .t\:overscroll-x-auto {
        overscroll-behavior-x: auto !important;
    }

    .t\:overscroll-x-contain {
        overscroll-behavior-x: contain !important;
    }

    .t\:overscroll-x-none {
        overscroll-behavior-x: none !important;
    }

    .t\:truncate {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .t\:overflow-ellipsis {
        text-overflow: ellipsis !important;
    }

    .t\:overflow-clip {
        text-overflow: clip !important;
    }

    .t\:whitespace-normal {
        white-space: normal !important;
    }

    .t\:whitespace-nowrap {
        white-space: nowrap !important;
    }

    .t\:whitespace-pre {
        white-space: pre !important;
    }

    .t\:whitespace-pre-line {
        white-space: pre-line !important;
    }

    .t\:whitespace-pre-wrap {
        white-space: pre-wrap !important;
    }

    .t\:break-normal {
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    .t\:break-words {
        overflow-wrap: break-word !important;
    }

    .t\:break-all {
        word-break: break-all !important;
    }

    .t\:rounded-none {
        border-radius: 0px !important;
    }

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

    .t\:rounded {
        border-radius: 0.25rem !important;
    }

    .t\:rounded-md {
        border-radius: 0.375rem !important;
    }

    .t\:rounded-lg {
        border-radius: 0.5rem !important;
    }

    .t\:rounded-xl {
        border-radius: 0.75rem !important;
    }

    .t\:rounded-2xl {
        border-radius: 1rem !important;
    }

    .t\:rounded-3xl {
        border-radius: 1.5rem !important;
    }

    .t\:rounded-full {
        border-radius: 9999px !important;
    }

    .t\:rounded-t {
        border-top-left-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
    }

    .t\:border-0 {
        border-width: 0px !important;
    }

    .t\:border-2 {
        border-width: 2px !important;
    }

    .t\:border-4 {
        border-width: 4px !important;
    }

    .t\:border-8 {
        border-width: 8px !important;
    }

    .t\:border {
        border-width: 1px !important;
    }

    .t\:border-solid {
        border-style: solid !important;
    }

    .t\:border-dashed {
        border-style: dashed !important;
    }

    .t\:border-dotted {
        border-style: dotted !important;
    }

    .t\:border-double {
        border-style: double !important;
    }

    .t\:border-none {
        border-style: none !important;
    }

    .t\:border-transparent {
        border-color: transparent !important;
    }

    .t\:border-current {
        border-color: currentColor !important;
    }

    .t\:border-black {
        --tw-border-opacity: 1 !important;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
    }

    .t\:border-white {
        --tw-border-opacity: 1 !important;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
    }

    .t\:bg-transparent {
        background-color: transparent !important;
    }

    .t\:bg-current {
        background-color: currentColor !important;
    }

    .t\:bg-black {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
    }

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

    .t\:bg-gray-50 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-gray-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-gray-200 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-gray-300 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-gray-400 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-gray-500 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-gray-600 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-gray-700 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-gray-800 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-gray-900 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-red-50 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-red-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-red-200 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-red-300 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-red-400 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-red-500 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-red-600 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-red-700 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-red-800 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-red-900 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
    }

    .t\:bg-none {
        background-image: none !important;
    }

    .t\:bg-auto {
        background-size: auto !important;
    }

    .t\:bg-cover {
        background-size: cover !important;
    }

    .t\:bg-contain {
        background-size: contain !important;
    }

    .t\:bg-fixed {
        background-attachment: fixed !important;
    }

    .t\:bg-local {
        background-attachment: local !important;
    }

    .t\:bg-scroll {
        background-attachment: scroll !important;
    }

    .t\:bg-clip-border {
        background-clip: border-box !important;
    }

    .t\:bg-clip-padding {
        background-clip: padding-box !important;
    }

    .t\:bg-clip-content {
        background-clip: content-box !important;
    }

    .t\:bg-clip-text {
        -webkit-background-clip: text !important;
        background-clip: text !important;
    }

    .t\:bg-bottom {
        background-position: bottom !important;
    }

    .t\:bg-center {
        background-position: center !important;
    }

    .t\:bg-left {
        background-position: left !important;
    }

    .t\:bg-left-bottom {
        background-position: left bottom !important;
    }

    .t\:bg-left-top {
        background-position: left top !important;
    }

    .t\:bg-right {
        background-position: right !important;
    }

    .t\:bg-right-bottom {
        background-position: right bottom !important;
    }

    .t\:bg-right-top {
        background-position: right top !important;
    }

    .t\:bg-top {
        background-position: top !important;
    }

    .t\:bg-repeat {
        background-repeat: repeat !important;
    }

    .t\:bg-no-repeat {
        background-repeat: no-repeat !important;
    }

    .t\:bg-repeat-x {
        background-repeat: repeat-x !important;
    }

    .t\:bg-repeat-y {
        background-repeat: repeat-y !important;
    }

    .t\:bg-repeat-round {
        background-repeat: round !important;
    }

    .t\:bg-repeat-space {
        background-repeat: space !important;
    }

    .t\:bg-origin-border {
        background-origin: border-box !important;
    }

    .t\:bg-origin-padding {
        background-origin: padding-box !important;
    }

    .t\:bg-origin-content {
        background-origin: content-box !important;
    }

    .t\:fill-current {
        fill: currentColor !important;
    }

    .t\:stroke-current {
        stroke: currentColor !important;
    }

    .t\:stroke-0 {
        stroke-width: 0 !important;
    }

    .t\:stroke-1 {
        stroke-width: 1 !important;
    }

    .t\:stroke-2 {
        stroke-width: 2 !important;
    }

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

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

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

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

    .t\:object-scale-down {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }

    .t\:p-0 {
        padding: 0px !important;
    }

    .t\:p-1 {
        padding: 0.25rem !important;
    }

    .t\:p-2 {
        padding: 0.5rem !important;
    }

    .t\:p-3 {
        padding: 0.75rem !important;
    }

    .t\:p-4 {
        padding: 1rem !important;
    }

    .t\:p-5 {
        padding: 1.25rem !important;
    }

    .t\:p-6 {
        padding: 1.5rem !important;
    }

    .t\:p-7 {
        padding: 1.75rem !important;
    }

    .t\:p-8 {
        padding: 2rem !important;
    }

    .t\:p-9 {
        padding: 2.25rem !important;
    }

    .t\:p-10 {
        padding: 2.5rem !important;
    }

    .t\:p-11 {
        padding: 2.75rem !important;
    }

    .t\:p-12 {
        padding: 3rem !important;
    }

    .t\:p-14 {
        padding: 3.5rem !important;
    }

    .t\:p-16 {
        padding: 4rem !important;
    }

    .t\:p-20 {
        padding: 5rem !important;
    }

    .t\:p-24 {
        padding: 6rem !important;
    }

    .t\:p-28 {
        padding: 7rem !important;
    }

    .t\:p-32 {
        padding: 8rem !important;
    }

    .t\:p-36 {
        padding: 9rem !important;
    }

    .t\:p-40 {
        padding: 10rem !important;
    }

    .t\:p-44 {
        padding: 11rem !important;
    }

    .t\:p-48 {
        padding: 12rem !important;
    }

    .t\:p-52 {
        padding: 13rem !important;
    }

    .t\:p-56 {
        padding: 14rem !important;
    }

    .t\:p-60 {
        padding: 15rem !important;
    }

    .t\:p-64 {
        padding: 16rem !important;
    }

    .t\:p-72 {
        padding: 18rem !important;
    }

    .t\:p-80 {
        padding: 20rem !important;
    }

    .t\:p-96 {
        padding: 24rem !important;
    }

    .t\:p-px {
        padding: 1px !important;
    }

    .t\:p-0\.5 {
        padding: 0.125rem !important;
    }

    .t\:p-1\.5 {
        padding: 0.375rem !important;
    }

    .t\:p-2\.5 {
        padding: 0.625rem !important;
    }

    .t\:p-3\.5 {
        padding: 0.875rem !important;
    }

    .t\:px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .t\:px-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .t\:px-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .t\:px-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .t\:px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .t\:px-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .t\:px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .t\:px-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }

    .t\:px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .t\:px-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .t\:px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .t\:px-11 {
        padding-left: 2.75rem !important;
        padding-right: 2.75rem !important;
    }

    .t\:px-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .t\:px-14 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }

    .t\:px-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .t\:px-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .t\:px-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .t\:px-28 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }

    .t\:px-32 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }

    .t\:px-36 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }

    .t\:px-40 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }

    .t\:px-44 {
        padding-left: 11rem !important;
        padding-right: 11rem !important;
    }

    .t\:px-48 {
        padding-left: 12rem !important;
        padding-right: 12rem !important;
    }

    .t\:px-52 {
        padding-left: 13rem !important;
        padding-right: 13rem !important;
    }

    .t\:px-56 {
        padding-left: 14rem !important;
        padding-right: 14rem !important;
    }

    .t\:px-60 {
        padding-left: 15rem !important;
        padding-right: 15rem !important;
    }

    .t\:px-64 {
        padding-left: 16rem !important;
        padding-right: 16rem !important;
    }

    .t\:px-72 {
        padding-left: 18rem !important;
        padding-right: 18rem !important;
    }

    .t\:px-80 {
        padding-left: 20rem !important;
        padding-right: 20rem !important;
    }

    .t\:px-96 {
        padding-left: 24rem !important;
        padding-right: 24rem !important;
    }

    .t\:px-px {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .t\:px-0\.5 {
        padding-left: 0.125rem !important;
        padding-right: 0.125rem !important;
    }

    .t\:px-1\.5 {
        padding-left: 0.375rem !important;
        padding-right: 0.375rem !important;
    }

    .t\:px-2\.5 {
        padding-left: 0.625rem !important;
        padding-right: 0.625rem !important;
    }

    .t\:px-3\.5 {
        padding-left: 0.875rem !important;
        padding-right: 0.875rem !important;
    }

    .t\:py-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .t\:py-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .t\:py-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .t\:py-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .t\:py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .t\:py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .t\:py-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .t\:py-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .t\:py-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .t\:py-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .t\:py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .t\:py-11 {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important;
    }

    .t\:py-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .t\:py-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .t\:py-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .t\:py-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .t\:py-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .t\:py-28 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .t\:py-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .t\:py-36 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .t\:py-40 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .t\:py-44 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }

    .t\:py-48 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }

    .t\:py-52 {
        padding-top: 13rem !important;
        padding-bottom: 13rem !important;
    }

    .t\:py-56 {
        padding-top: 14rem !important;
        padding-bottom: 14rem !important;
    }

    .t\:py-60 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
    }

    .t\:py-64 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }

    .t\:py-72 {
        padding-top: 18rem !important;
        padding-bottom: 18rem !important;
    }

    .t\:py-80 {
        padding-top: 20rem !important;
        padding-bottom: 20rem !important;
    }

    .t\:py-96 {
        padding-top: 24rem !important;
        padding-bottom: 24rem !important;
    }

    .t\:py-px {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

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

    .t\:py-1\.5 {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }

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

    .t\:py-3\.5 {
        padding-top: 0.875rem !important;
        padding-bottom: 0.875rem !important;
    }

    .t\:pt-0 {
        padding-top: 0px !important;
    }

    .t\:pt-1 {
        padding-top: 0.25rem !important;
    }

    .t\:pt-2 {
        padding-top: 0.5rem !important;
    }

    .t\:pt-3 {
        padding-top: 0.75rem !important;
    }

    .t\:pt-4 {
        padding-top: 1rem !important;
    }

    .t\:pt-5 {
        padding-top: 1.25rem !important;
    }

    .t\:pt-6 {
        padding-top: 1.5rem !important;
    }

    .t\:pt-7 {
        padding-top: 1.75rem !important;
    }

    .t\:pt-8 {
        padding-top: 2rem !important;
    }

    .t\:pt-9 {
        padding-top: 2.25rem !important;
    }

    .t\:pt-10 {
        padding-top: 2.5rem !important;
    }

    .t\:pt-11 {
        padding-top: 2.75rem !important;
    }

    .t\:pt-12 {
        padding-top: 3rem !important;
    }

    .t\:pt-14 {
        padding-top: 3.5rem !important;
    }

    .t\:pt-16 {
        padding-top: 4rem !important;
    }

    .t\:pt-20 {
        padding-top: 5rem !important;
    }

    .t\:pt-24 {
        padding-top: 6rem !important;
    }

    .t\:pt-28 {
        padding-top: 7rem !important;
    }

    .t\:pt-32 {
        padding-top: 8rem !important;
    }

    .t\:pt-36 {
        padding-top: 9rem !important;
    }

    .t\:pt-40 {
        padding-top: 10rem !important;
    }

    .t\:pt-44 {
        padding-top: 11rem !important;
    }

    .t\:pt-48 {
        padding-top: 12rem !important;
    }

    .t\:pt-52 {
        padding-top: 13rem !important;
    }

    .t\:pt-56 {
        padding-top: 14rem !important;
    }

    .t\:pt-60 {
        padding-top: 15rem !important;
    }

    .t\:pt-64 {
        padding-top: 16rem !important;
    }

    .t\:pt-72 {
        padding-top: 18rem !important;
    }

    .t\:pt-80 {
        padding-top: 20rem !important;
    }

    .t\:pt-96 {
        padding-top: 24rem !important;
    }

    .t\:pt-px {
        padding-top: 1px !important;
    }

    .t\:pt-0\.5 {
        padding-top: 0.125rem !important;
    }

    .t\:pt-1\.5 {
        padding-top: 0.375rem !important;
    }

    .t\:pt-2\.5 {
        padding-top: 0.625rem !important;
    }

    .t\:pt-3\.5 {
        padding-top: 0.875rem !important;
    }

    .t\:pr-0 {
        padding-right: 0px !important;
    }

    .t\:pr-1 {
        padding-right: 0.25rem !important;
    }

    .t\:pr-2 {
        padding-right: 0.5rem !important;
    }

    .t\:pr-3 {
        padding-right: 0.75rem !important;
    }

    .t\:pr-4 {
        padding-right: 1rem !important;
    }

    .t\:pr-5 {
        padding-right: 1.25rem !important;
    }

    .t\:pr-6 {
        padding-right: 1.5rem !important;
    }

    .t\:pr-7 {
        padding-right: 1.75rem !important;
    }

    .t\:pr-8 {
        padding-right: 2rem !important;
    }

    .t\:pr-9 {
        padding-right: 2.25rem !important;
    }

    .t\:pr-10 {
        padding-right: 2.5rem !important;
    }

    .t\:pr-11 {
        padding-right: 2.75rem !important;
    }

    .t\:pr-12 {
        padding-right: 3rem !important;
    }

    .t\:pr-14 {
        padding-right: 3.5rem !important;
    }

    .t\:pr-16 {
        padding-right: 4rem !important;
    }

    .t\:pr-20 {
        padding-right: 5rem !important;
    }

    .t\:pr-24 {
        padding-right: 6rem !important;
    }

    .t\:pr-28 {
        padding-right: 7rem !important;
    }

    .t\:pr-32 {
        padding-right: 8rem !important;
    }

    .t\:pr-36 {
        padding-right: 9rem !important;
    }

    .t\:pr-40 {
        padding-right: 10rem !important;
    }

    .t\:pr-44 {
        padding-right: 11rem !important;
    }

    .t\:pr-48 {
        padding-right: 12rem !important;
    }

    .t\:pr-52 {
        padding-right: 13rem !important;
    }

    .t\:pr-56 {
        padding-right: 14rem !important;
    }

    .t\:pr-60 {
        padding-right: 15rem !important;
    }

    .t\:pr-64 {
        padding-right: 16rem !important;
    }

    .t\:pr-72 {
        padding-right: 18rem !important;
    }

    .t\:pr-80 {
        padding-right: 20rem !important;
    }

    .t\:pr-96 {
        padding-right: 24rem !important;
    }

    .t\:pr-px {
        padding-right: 1px !important;
    }

    .t\:pr-0\.5 {
        padding-right: 0.125rem !important;
    }

    .t\:pr-1\.5 {
        padding-right: 0.375rem !important;
    }

    .t\:pr-2\.5 {
        padding-right: 0.625rem !important;
    }

    .t\:pr-3\.5 {
        padding-right: 0.875rem !important;
    }

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

    .t\:pb-1 {
        padding-bottom: 0.25rem !important;
    }

    .t\:pb-2 {
        padding-bottom: 0.5rem !important;
    }

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

    .t\:pb-4 {
        padding-bottom: 1rem !important;
    }

    .t\:pb-5 {
        padding-bottom: 1.25rem !important;
    }

    .t\:pb-6 {
        padding-bottom: 1.5rem !important;
    }

    .t\:pb-7 {
        padding-bottom: 1.75rem !important;
    }

    .t\:pb-8 {
        padding-bottom: 2rem !important;
    }

    .t\:pb-9 {
        padding-bottom: 2.25rem !important;
    }

    .t\:pb-10 {
        padding-bottom: 2.5rem !important;
    }

    .t\:pb-11 {
        padding-bottom: 2.75rem !important;
    }

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

    .t\:pb-14 {
        padding-bottom: 3.5rem !important;
    }

    .t\:pb-16 {
        padding-bottom: 4rem !important;
    }

    .t\:pb-20 {
        padding-bottom: 5rem !important;
    }

    .t\:pb-24 {
        padding-bottom: 6rem !important;
    }

    .t\:pb-28 {
        padding-bottom: 7rem !important;
    }

    .t\:pb-32 {
        padding-bottom: 8rem !important;
    }

    .t\:pb-36 {
        padding-bottom: 9rem !important;
    }

    .t\:pb-40 {
        padding-bottom: 10rem !important;
    }

    .t\:pb-44 {
        padding-bottom: 11rem !important;
    }

    .t\:pb-48 {
        padding-bottom: 12rem !important;
    }

    .t\:pb-52 {
        padding-bottom: 13rem !important;
    }

    .t\:pb-56 {
        padding-bottom: 14rem !important;
    }

    .t\:pb-60 {
        padding-bottom: 15rem !important;
    }

    .t\:pb-64 {
        padding-bottom: 16rem !important;
    }

    .t\:pb-72 {
        padding-bottom: 18rem !important;
    }

    .t\:pb-80 {
        padding-bottom: 20rem !important;
    }

    .t\:pb-96 {
        padding-bottom: 24rem !important;
    }

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

    .t\:pb-0\.5 {
        padding-bottom: 0.125rem !important;
    }

    .t\:pb-1\.5 {
        padding-bottom: 0.375rem !important;
    }

    .t\:pb-2\.5 {
        padding-bottom: 0.625rem !important;
    }

    .t\:pb-3\.5 {
        padding-bottom: 0.875rem !important;
    }

    .t\:pl-0 {
        padding-left: 0px !important;
    }

    .t\:pl-1 {
        padding-left: 0.25rem !important;
    }

    .t\:pl-2 {
        padding-left: 0.5rem !important;
    }

    .t\:pl-3 {
        padding-left: 0.75rem !important;
    }

    .t\:pl-4 {
        padding-left: 1rem !important;
    }

    .t\:pl-5 {
        padding-left: 1.25rem !important;
    }

    .t\:pl-6 {
        padding-left: 1.5rem !important;
    }

    .t\:pl-7 {
        padding-left: 1.75rem !important;
    }

    .t\:pl-8 {
        padding-left: 2rem !important;
    }

    .t\:pl-9 {
        padding-left: 2.25rem !important;
    }

    .t\:pl-10 {
        padding-left: 2.5rem !important;
    }

    .t\:pl-11 {
        padding-left: 2.75rem !important;
    }

    .t\:pl-12 {
        padding-left: 3rem !important;
    }

    .t\:pl-14 {
        padding-left: 3.5rem !important;
    }

    .t\:pl-16 {
        padding-left: 4rem !important;
    }

    .t\:pl-20 {
        padding-left: 5rem !important;
    }

    .t\:pl-24 {
        padding-left: 6rem !important;
    }

    .t\:pl-28 {
        padding-left: 7rem !important;
    }

    .t\:pl-32 {
        padding-left: 8rem !important;
    }

    .t\:pl-36 {
        padding-left: 9rem !important;
    }

    .t\:pl-40 {
        padding-left: 10rem !important;
    }

    .t\:pl-44 {
        padding-left: 11rem !important;
    }

    .t\:pl-48 {
        padding-left: 12rem !important;
    }

    .t\:pl-52 {
        padding-left: 13rem !important;
    }

    .t\:pl-56 {
        padding-left: 14rem !important;
    }

    .t\:pl-60 {
        padding-left: 15rem !important;
    }

    .t\:pl-64 {
        padding-left: 16rem !important;
    }

    .t\:pl-72 {
        padding-left: 18rem !important;
    }

    .t\:pl-80 {
        padding-left: 20rem !important;
    }

    .t\:pl-96 {
        padding-left: 24rem !important;
    }

    .t\:pl-px {
        padding-left: 1px !important;
    }

    .t\:pl-0\.5 {
        padding-left: 0.125rem !important;
    }

    .t\:pl-1\.5 {
        padding-left: 0.375rem !important;
    }

    .t\:pl-2\.5 {
        padding-left: 0.625rem !important;
    }

    .t\:pl-3\.5 {
        padding-left: 0.875rem !important;
    }

    .t\:text-left {
        text-align: left !important;
    }

    .t\:text-center {
        text-align: center !important;
    }

    .t\:text-right {
        text-align: right !important;
    }

    .t\:text-justify {
        text-align: justify !important;
    }

    .t\:align-baseline {
        vertical-align: baseline !important;
    }

    .t\:align-top {
        vertical-align: top !important;
    }

    .t\:align-middle {
        vertical-align: middle !important;
    }

    .t\:align-bottom {
        vertical-align: bottom !important;
    }

    .t\:align-text-top {
        vertical-align: text-top !important;
    }

    .t\:align-text-bottom {
        vertical-align: text-bottom !important;
    }

    .t\:font-sans {
        font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    }

    .t\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
    }

    .t\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
    }

    .t\:text-xs {
        font-size: 0.75rem !important;
        line-height: 1rem !important;
    }

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

    .t\:text-base {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }

    .t\:text-lg {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
    }

    .t\:text-xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important;
    }

    .t\:text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }

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

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

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

    .t\:text-6xl {
        font-size: 3.75rem !important;
        line-height: 1 !important;
    }

    .t\:text-7xl {
        font-size: 4.5rem !important;
        line-height: 1 !important;
    }

    .t\:text-8xl {
        font-size: 6rem !important;
        line-height: 1 !important;
    }

    .t\:text-9xl {
        font-size: 8rem !important;
        line-height: 1 !important;
    }

    .t\:font-thin {
        font-weight: 100 !important;
    }

    .t\:font-extralight {
        font-weight: 200 !important;
    }

    .t\:font-light {
        font-weight: 300 !important;
    }

    .t\:font-normal {
        font-weight: 400 !important;
    }

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

    .t\:font-semibold {
        font-weight: 600 !important;
    }

    .t\:font-bold {
        font-weight: 700 !important;
    }

    .t\:font-extrabold {
        font-weight: 800 !important;
    }

    .t\:font-black {
        font-weight: 900 !important;
    }

    .t\:uppercase {
        text-transform: uppercase !important;
    }

    .t\:lowercase {
        text-transform: lowercase !important;
    }

    .t\:capitalize {
        text-transform: capitalize !important;
    }

    .t\:normal-case {
        text-transform: none !important;
    }

    .t\:italic {
        font-style: italic !important;
    }

    .t\:not-italic {
        font-style: normal !important;
    }

    .t\:leading-3 {
        line-height: .75rem !important;
    }

    .t\:leading-4 {
        line-height: 1rem !important;
    }

    .t\:leading-5 {
        line-height: 1.25rem !important;
    }

    .t\:leading-6 {
        line-height: 1.5rem !important;
    }

    .t\:leading-7 {
        line-height: 1.75rem !important;
    }

    .t\:leading-8 {
        line-height: 2rem !important;
    }

    .t\:leading-9 {
        line-height: 2.25rem !important;
    }

    .t\:leading-10 {
        line-height: 2.5rem !important;
    }

    .t\:leading-none {
        line-height: 1 !important;
    }

    .t\:leading-tight {
        line-height: 1.25 !important;
    }

    .t\:leading-snug {
        line-height: 1.375 !important;
    }

    .t\:leading-normal {
        line-height: 1.5 !important;
    }

    .t\:leading-relaxed {
        line-height: 1.625 !important;
    }

    .t\:leading-loose {
        line-height: 2 !important;
    }

    .t\:text-transparent {
        color: transparent !important;
    }

    .t\:text-current {
        color: currentColor !important;
    }

    .t\:text-black {
        --tw-text-opacity: 1 !important;
        color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
    }

    .t\:text-white {
        --tw-text-opacity: 1 !important;
        color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
    }

    .t\:text-gray-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
    }

    .t\:text-gray-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
    }

    .t\:text-gray-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
    }

    .t\:text-gray-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
    }

    .t\:text-gray-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
    }

    .t\:text-gray-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
    }

    .t\:text-gray-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
    }

    .t\:text-gray-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
    }

    .t\:text-gray-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
    }

    .t\:text-gray-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
    }

    .t\:text-red-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
    }

    .t\:text-red-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
    }

    .t\:text-red-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
    }

    .t\:text-red-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
    }

    .t\:text-red-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
    }

    .t\:text-red-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
    }

    .t\:text-red-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
    }

    .t\:text-red-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
    }

    .t\:text-red-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
    }

    .t\:text-red-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
    }

    .t\:text-yellow-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
    }

    .t\:text-yellow-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
    }

    .t\:text-yellow-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
    }

    .t\:text-yellow-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
    }

    .t\:text-yellow-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
    }

    .t\:text-yellow-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
    }

    .t\:text-yellow-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
    }

    .t\:text-yellow-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
    }

    .t\:text-yellow-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
    }

    .t\:text-yellow-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
    }

    .t\:text-green-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
    }

    .t\:text-green-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
    }

    .t\:text-green-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
    }

    .t\:text-green-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
    }

    .t\:text-green-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
    }

    .t\:text-green-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
    }

    .t\:text-green-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
    }

    .t\:text-green-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
    }

    .t\:text-green-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
    }

    .t\:text-green-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
    }

    .t\:text-blue-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
    }

    .t\:text-blue-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
    }

    .t\:text-blue-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
    }

    .t\:text-blue-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
    }

    .t\:text-blue-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
    }

    .t\:text-blue-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
    }

    .t\:text-blue-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
    }

    .t\:text-blue-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
    }

    .t\:text-blue-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
    }

    .t\:text-blue-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
    }

    .t\:underline {
        text-decoration: underline !important;
    }

    .t\:line-through {
        text-decoration: line-through !important;
    }

    .t\:no-underline {
        text-decoration: none !important;
    }

    .t\:opacity-0 {
        opacity: 0 !important;
    }

    .t\:opacity-5 {
        opacity: 0.05 !important;
    }

    .t\:opacity-10 {
        opacity: 0.1 !important;
    }

    .t\:opacity-20 {
        opacity: 0.2 !important;
    }

    .t\:opacity-25 {
        opacity: 0.25 !important;
    }

    .t\:opacity-30 {
        opacity: 0.3 !important;
    }

    .t\:opacity-40 {
        opacity: 0.4 !important;
    }

    .t\:opacity-50 {
        opacity: 0.5 !important;
    }

    .t\:opacity-60 {
        opacity: 0.6 !important;
    }

    .t\:opacity-70 {
        opacity: 0.7 !important;
    }

    .t\:opacity-75 {
        opacity: 0.75 !important;
    }

    .t\:opacity-80 {
        opacity: 0.8 !important;
    }

    .t\:opacity-90 {
        opacity: 0.9 !important;
    }

    .t\:opacity-95 {
        opacity: 0.95 !important;
    }

    .t\:opacity-100 {
        opacity: 1 !important;
    }

    .t\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .t\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .t\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .t\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .t\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .t\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .t\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .t\:shadow-none {
        --tw-shadow: 0 0 #0000 !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .t\:filter {
        --tw-blur: var(--tw-empty, ) !important;
        --tw-brightness: var(--tw-empty, ) !important;
        --tw-contrast: var(--tw-empty, ) !important;
        --tw-grayscale: var(--tw-empty, ) !important;
        --tw-hue-rotate: var(--tw-empty, ) !important;
        --tw-invert: var(--tw-empty, ) !important;
        --tw-saturate: var(--tw-empty, ) !important;
        --tw-sepia: var(--tw-empty, ) !important;
        --tw-drop-shadow: var(--tw-empty, ) !important;
        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) !important;
    }

    .t\:filter-none {
        filter: none !important;
    }

    .t\:drop-shadow-sm {
        --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05)) !important;
    }

    .t\:drop-shadow {
        --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
    }

    .t\:drop-shadow-md {
        --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
    }

    .t\:drop-shadow-lg {
        --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
    }

    .t\:drop-shadow-xl {
        --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
    }

    .t\:drop-shadow-2xl {
        --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
    }

    .t\:drop-shadow-none {
        --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
    }

    .t\:transition-none {
        transition-property: none !important;
    }

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

    .t\:transition {
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
        transition-duration: 150ms !important;
    }

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

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

    .t\:transition-shadow {
        transition-property: box-shadow !important;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
        transition-duration: 150ms !important;
    }

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

@media (min-width: 10px) {
    .sm\:container {
        width: 100%;
    }

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

    .sm\:sr-only {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border-width: 0 !important;
    }

    .sm\:not-sr-only {
        position: static !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important;
    }

    .sm\:focus-within\:sr-only:focus-within {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border-width: 0 !important;
    }

    .sm\:focus-within\:not-sr-only:focus-within {
        position: static !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important;
    }

    .sm\:focus\:sr-only:focus {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border-width: 0 !important;
    }

    .sm\:focus\:not-sr-only:focus {
        position: static !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important;
    }

    .sm\:pointer-events-none {
        pointer-events: none !important;
    }

    .sm\:pointer-events-auto {
        pointer-events: auto !important;
    }

    .sm\:visible {
        visibility: visible !important;
    }

    .sm\:invisible {
        visibility: hidden !important;
    }

    .sm\:static {
        position: static !important;
    }

    .sm\:fixed {
        position: fixed !important;
    }

    .sm\:absolute {
        position: absolute !important;
    }

    .sm\:relative {
        position: relative !important;
    }

    .sm\:sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }

    .sm\:top-0 {
        top: 0px !important;
    }

    .sm\:top-1 {
        top: 0.25rem !important;
    }

    .sm\:top-2 {
        top: 0.5rem !important;
    }

    .sm\:top-3 {
        top: 0.75rem !important;
    }

    .sm\:top-4 {
        top: 1rem !important;
    }

    .sm\:top-5 {
        top: 1.25rem !important;
    }

    .sm\:top-6 {
        top: 1.5rem !important;
    }

    .sm\:top-7 {
        top: 1.75rem !important;
    }

    .sm\:top-8 {
        top: 2rem !important;
    }

    .sm\:top-9 {
        top: 2.25rem !important;
    }

    .sm\:top-10 {
        top: 2.5rem !important;
    }

    .sm\:top-11 {
        top: 2.75rem !important;
    }

    .sm\:top-12 {
        top: 3rem !important;
    }

    .sm\:top-14 {
        top: 3.5rem !important;
    }

    .sm\:top-16 {
        top: 4rem !important;
    }

    .sm\:top-20 {
        top: 5rem !important;
    }

    .sm\:top-24 {
        top: 6rem !important;
    }

    .sm\:top-28 {
        top: 7rem !important;
    }

    .sm\:top-32 {
        top: 8rem !important;
    }

    .sm\:top-36 {
        top: 9rem !important;
    }

    .sm\:top-40 {
        top: 10rem !important;
    }

    .sm\:top-44 {
        top: 11rem !important;
    }

    .sm\:top-48 {
        top: 12rem !important;
    }

    .sm\:top-52 {
        top: 13rem !important;
    }

    .sm\:top-56 {
        top: 14rem !important;
    }

    .sm\:top-60 {
        top: 15rem !important;
    }

    .sm\:top-64 {
        top: 16rem !important;
    }

    .sm\:top-72 {
        top: 18rem !important;
    }

    .sm\:top-80 {
        top: 20rem !important;
    }

    .sm\:top-96 {
        top: 24rem !important;
    }

    .sm\:top-auto {
        top: auto !important;
    }

    .sm\:top-px {
        top: 1px !important;
    }

    .sm\:top-0\.5 {
        top: 0.125rem !important;
    }

    .sm\:top-1\.5 {
        top: 0.375rem !important;
    }

    .sm\:top-2\.5 {
        top: 0.625rem !important;
    }

    .sm\:top-3\.5 {
        top: 0.875rem !important;
    }

    .sm\:-top-0 {
        top: 0px !important;
    }

    .sm\:-top-1 {
        top: -0.25rem !important;
    }

    .sm\:-top-2 {
        top: -0.5rem !important;
    }

    .sm\:-top-3 {
        top: -0.75rem !important;
    }

    .sm\:-top-4 {
        top: -1rem !important;
    }

    .sm\:-top-5 {
        top: -1.25rem !important;
    }

    .sm\:-top-6 {
        top: -1.5rem !important;
    }

    .sm\:-top-7 {
        top: -1.75rem !important;
    }

    .sm\:-top-8 {
        top: -2rem !important;
    }

    .sm\:-top-9 {
        top: -2.25rem !important;
    }

    .sm\:-top-10 {
        top: -2.5rem !important;
    }

    .sm\:-top-11 {
        top: -2.75rem !important;
    }

    .sm\:-top-12 {
        top: -3rem !important;
    }

    .sm\:-top-14 {
        top: -3.5rem !important;
    }

    .sm\:-top-16 {
        top: -4rem !important;
    }

    .sm\:-top-20 {
        top: -5rem !important;
    }

    .sm\:-top-24 {
        top: -6rem !important;
    }

    .sm\:-top-28 {
        top: -7rem !important;
    }

    .sm\:-top-32 {
        top: -8rem !important;
    }

    .sm\:-top-36 {
        top: -9rem !important;
    }

    .sm\:-top-40 {
        top: -10rem !important;
    }

    .sm\:-top-44 {
        top: -11rem !important;
    }

    .sm\:-top-48 {
        top: -12rem !important;
    }

    .sm\:-top-52 {
        top: -13rem !important;
    }

    .sm\:-top-56 {
        top: -14rem !important;
    }

    .sm\:-top-60 {
        top: -15rem !important;
    }

    .sm\:-top-64 {
        top: -16rem !important;
    }

    .sm\:-top-72 {
        top: -18rem !important;
    }

    .sm\:-top-80 {
        top: -20rem !important;
    }

    .sm\:-top-96 {
        top: -24rem !important;
    }

    .sm\:-top-px {
        top: -1px !important;
    }

    .sm\:-top-0\.5 {
        top: -0.125rem !important;
    }

    .sm\:-top-1\.5 {
        top: -0.375rem !important;
    }

    .sm\:-top-2\.5 {
        top: -0.625rem !important;
    }

    .sm\:-top-3\.5 {
        top: -0.875rem !important;
    }

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

    .sm\:top-1\/3 {
        top: 33.333333% !important;
    }

    .sm\:top-2\/3 {
        top: 66.666667% !important;
    }

    .sm\:top-1\/4 {
        top: 25% !important;
    }

    .sm\:top-2\/4 {
        top: 50% !important;
    }

    .sm\:top-3\/4 {
        top: 75% !important;
    }

    .sm\:top-full {
        top: 100% !important;
    }

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

    .sm\:-top-1\/3 {
        top: -33.333333% !important;
    }

    .sm\:-top-2\/3 {
        top: -66.666667% !important;
    }

    .sm\:-top-1\/4 {
        top: -25% !important;
    }

    .sm\:-top-2\/4 {
        top: -50% !important;
    }

    .sm\:-top-3\/4 {
        top: -75% !important;
    }

    .sm\:-top-full {
        top: -100% !important;
    }

    .sm\:right-0 {
        right: 0px !important;
    }

    .sm\:right-1 {
        right: 0.25rem !important;
    }

    .sm\:right-2 {
        right: 0.5rem !important;
    }

    .sm\:right-3 {
        right: 0.75rem !important;
    }

    .sm\:right-4 {
        right: 1rem !important;
    }

    .sm\:right-5 {
        right: 1.25rem !important;
    }

    .sm\:right-6 {
        right: 1.5rem !important;
    }

    .sm\:right-7 {
        right: 1.75rem !important;
    }

    .sm\:right-8 {
        right: 2rem !important;
    }

    .sm\:right-9 {
        right: 2.25rem !important;
    }

    .sm\:right-10 {
        right: 2.5rem !important;
    }

    .sm\:right-11 {
        right: 2.75rem !important;
    }

    .sm\:right-12 {
        right: 3rem !important;
    }

    .sm\:right-14 {
        right: 3.5rem !important;
    }

    .sm\:right-16 {
        right: 4rem !important;
    }

    .sm\:right-20 {
        right: 5rem !important;
    }

    .sm\:right-24 {
        right: 6rem !important;
    }

    .sm\:right-28 {
        right: 7rem !important;
    }

    .sm\:right-32 {
        right: 8rem !important;
    }

    .sm\:right-36 {
        right: 9rem !important;
    }

    .sm\:right-40 {
        right: 10rem !important;
    }

    .sm\:right-44 {
        right: 11rem !important;
    }

    .sm\:right-48 {
        right: 12rem !important;
    }

    .sm\:right-52 {
        right: 13rem !important;
    }

    .sm\:right-56 {
        right: 14rem !important;
    }

    .sm\:right-60 {
        right: 15rem !important;
    }

    .sm\:right-64 {
        right: 16rem !important;
    }

    .sm\:right-72 {
        right: 18rem !important;
    }

    .sm\:right-80 {
        right: 20rem !important;
    }

    .sm\:right-96 {
        right: 24rem !important;
    }

    .sm\:right-auto {
        right: auto !important;
    }

    .sm\:right-px {
        right: 1px !important;
    }

    .sm\:right-0\.5 {
        right: 0.125rem !important;
    }

    .sm\:right-1\.5 {
        right: 0.375rem !important;
    }

    .sm\:right-2\.5 {
        right: 0.625rem !important;
    }

    .sm\:right-3\.5 {
        right: 0.875rem !important;
    }

    .sm\:-right-0 {
        right: 0px !important;
    }

    .sm\:-right-1 {
        right: -0.25rem !important;
    }

    .sm\:-right-2 {
        right: -0.5rem !important;
    }

    .sm\:-right-3 {
        right: -0.75rem !important;
    }

    .sm\:-right-4 {
        right: -1rem !important;
    }

    .sm\:-right-5 {
        right: -1.25rem !important;
    }

    .sm\:-right-6 {
        right: -1.5rem !important;
    }

    .sm\:-right-7 {
        right: -1.75rem !important;
    }

    .sm\:-right-8 {
        right: -2rem !important;
    }

    .sm\:-right-9 {
        right: -2.25rem !important;
    }

    .sm\:-right-10 {
        right: -2.5rem !important;
    }

    .sm\:-right-11 {
        right: -2.75rem !important;
    }

    .sm\:-right-12 {
        right: -3rem !important;
    }

    .sm\:-right-14 {
        right: -3.5rem !important;
    }

    .sm\:-right-16 {
        right: -4rem !important;
    }

    .sm\:-right-20 {
        right: -5rem !important;
    }

    .sm\:-right-24 {
        right: -6rem !important;
    }

    .sm\:-right-28 {
        right: -7rem !important;
    }

    .sm\:-right-32 {
        right: -8rem !important;
    }

    .sm\:-right-36 {
        right: -9rem !important;
    }

    .sm\:-right-40 {
        right: -10rem !important;
    }

    .sm\:-right-44 {
        right: -11rem !important;
    }

    .sm\:-right-48 {
        right: -12rem !important;
    }

    .sm\:-right-52 {
        right: -13rem !important;
    }

    .sm\:-right-56 {
        right: -14rem !important;
    }

    .sm\:-right-60 {
        right: -15rem !important;
    }

    .sm\:-right-64 {
        right: -16rem !important;
    }

    .sm\:-right-72 {
        right: -18rem !important;
    }

    .sm\:-right-80 {
        right: -20rem !important;
    }

    .sm\:-right-96 {
        right: -24rem !important;
    }

    .sm\:-right-px {
        right: -1px !important;
    }

    .sm\:-right-0\.5 {
        right: -0.125rem !important;
    }

    .sm\:-right-1\.5 {
        right: -0.375rem !important;
    }

    .sm\:-right-2\.5 {
        right: -0.625rem !important;
    }

    .sm\:-right-3\.5 {
        right: -0.875rem !important;
    }

    .sm\:right-1\/2 {
        right: 50% !important;
    }

    .sm\:right-1\/3 {
        right: 33.333333% !important;
    }

    .sm\:right-2\/3 {
        right: 66.666667% !important;
    }

    .sm\:right-1\/4 {
        right: 25% !important;
    }

    .sm\:right-2\/4 {
        right: 50% !important;
    }

    .sm\:right-3\/4 {
        right: 75% !important;
    }

    .sm\:right-full {
        right: 100% !important;
    }

    .sm\:-right-1\/2 {
        right: -50% !important;
    }

    .sm\:-right-1\/3 {
        right: -33.333333% !important;
    }

    .sm\:-right-2\/3 {
        right: -66.666667% !important;
    }

    .sm\:-right-1\/4 {
        right: -25% !important;
    }

    .sm\:-right-2\/4 {
        right: -50% !important;
    }

    .sm\:-right-3\/4 {
        right: -75% !important;
    }

    .sm\:-right-full {
        right: -100% !important;
    }

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

    .sm\:bottom-1 {
        bottom: 0.25rem !important;
    }

    .sm\:bottom-2 {
        bottom: 0.5rem !important;
    }

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

    .sm\:bottom-4 {
        bottom: 1rem !important;
    }

    .sm\:bottom-5 {
        bottom: 1.25rem !important;
    }

    .sm\:bottom-6 {
        bottom: 1.5rem !important;
    }

    .sm\:bottom-7 {
        bottom: 1.75rem !important;
    }

    .sm\:bottom-8 {
        bottom: 2rem !important;
    }

    .sm\:bottom-9 {
        bottom: 2.25rem !important;
    }

    .sm\:bottom-10 {
        bottom: 2.5rem !important;
    }

    .sm\:bottom-11 {
        bottom: 2.75rem !important;
    }

    .sm\:bottom-12 {
        bottom: 3rem !important;
    }

    .sm\:bottom-14 {
        bottom: 3.5rem !important;
    }

    .sm\:bottom-16 {
        bottom: 4rem !important;
    }

    .sm\:bottom-20 {
        bottom: 5rem !important;
    }

    .sm\:bottom-24 {
        bottom: 6rem !important;
    }

    .sm\:bottom-28 {
        bottom: 7rem !important;
    }

    .sm\:bottom-32 {
        bottom: 8rem !important;
    }

    .sm\:bottom-36 {
        bottom: 9rem !important;
    }

    .sm\:bottom-40 {
        bottom: 10rem !important;
    }

    .sm\:bottom-44 {
        bottom: 11rem !important;
    }

    .sm\:bottom-48 {
        bottom: 12rem !important;
    }

    .sm\:bottom-52 {
        bottom: 13rem !important;
    }

    .sm\:bottom-56 {
        bottom: 14rem !important;
    }

    .sm\:bottom-60 {
        bottom: 15rem !important;
    }

    .sm\:bottom-64 {
        bottom: 16rem !important;
    }

    .sm\:bottom-72 {
        bottom: 18rem !important;
    }

    .sm\:bottom-80 {
        bottom: 20rem !important;
    }

    .sm\:bottom-96 {
        bottom: 24rem !important;
    }

    .sm\:bottom-auto {
        bottom: auto !important;
    }

    .sm\:bottom-px {
        bottom: 1px !important;
    }

    .sm\:bottom-0\.5 {
        bottom: 0.125rem !important;
    }

    .sm\:bottom-1\.5 {
        bottom: 0.375rem !important;
    }

    .sm\:bottom-2\.5 {
        bottom: 0.625rem !important;
    }

    .sm\:bottom-3\.5 {
        bottom: 0.875rem !important;
    }

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

    .sm\:-bottom-1 {
        bottom: -0.25rem !important;
    }

    .sm\:-bottom-2 {
        bottom: -0.5rem !important;
    }

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

    .sm\:-bottom-4 {
        bottom: -1rem !important;
    }

    .sm\:-bottom-5 {
        bottom: -1.25rem !important;
    }

    .sm\:-bottom-6 {
        bottom: -1.5rem !important;
    }

    .sm\:-bottom-7 {
        bottom: -1.75rem !important;
    }

    .sm\:-bottom-8 {
        bottom: -2rem !important;
    }

    .sm\:-bottom-9 {
        bottom: -2.25rem !important;
    }

    .sm\:-bottom-10 {
        bottom: -2.5rem !important;
    }

    .sm\:-bottom-11 {
        bottom: -2.75rem !important;
    }

    .sm\:-bottom-12 {
        bottom: -3rem !important;
    }

    .sm\:-bottom-14 {
        bottom: -3.5rem !important;
    }

    .sm\:-bottom-16 {
        bottom: -4rem !important;
    }

    .sm\:-bottom-20 {
        bottom: -5rem !important;
    }

    .sm\:-bottom-24 {
        bottom: -6rem !important;
    }

    .sm\:-bottom-28 {
        bottom: -7rem !important;
    }

    .sm\:-bottom-32 {
        bottom: -8rem !important;
    }

    .sm\:-bottom-36 {
        bottom: -9rem !important;
    }

    .sm\:-bottom-40 {
        bottom: -10rem !important;
    }

    .sm\:-bottom-44 {
        bottom: -11rem !important;
    }

    .sm\:-bottom-48 {
        bottom: -12rem !important;
    }

    .sm\:-bottom-52 {
        bottom: -13rem !important;
    }

    .sm\:-bottom-56 {
        bottom: -14rem !important;
    }

    .sm\:-bottom-60 {
        bottom: -15rem !important;
    }

    .sm\:-bottom-64 {
        bottom: -16rem !important;
    }

    .sm\:-bottom-72 {
        bottom: -18rem !important;
    }

    .sm\:-bottom-80 {
        bottom: -20rem !important;
    }

    .sm\:-bottom-96 {
        bottom: -24rem !important;
    }

    .sm\:-bottom-px {
        bottom: -1px !important;
    }

    .sm\:-bottom-0\.5 {
        bottom: -0.125rem !important;
    }

    .sm\:-bottom-1\.5 {
        bottom: -0.375rem !important;
    }

    .sm\:-bottom-2\.5 {
        bottom: -0.625rem !important;
    }

    .sm\:-bottom-3\.5 {
        bottom: -0.875rem !important;
    }

    .sm\:bottom-1\/2 {
        bottom: 50% !important;
    }

    .sm\:bottom-1\/3 {
        bottom: 33.333333% !important;
    }

    .sm\:bottom-2\/3 {
        bottom: 66.666667% !important;
    }

    .sm\:bottom-1\/4 {
        bottom: 25% !important;
    }

    .sm\:bottom-2\/4 {
        bottom: 50% !important;
    }

    .sm\:bottom-3\/4 {
        bottom: 75% !important;
    }

    .sm\:bottom-full {
        bottom: 100% !important;
    }

    .sm\:-bottom-1\/2 {
        bottom: -50% !important;
    }

    .sm\:-bottom-1\/3 {
        bottom: -33.333333% !important;
    }

    .sm\:-bottom-2\/3 {
        bottom: -66.666667% !important;
    }

    .sm\:-bottom-1\/4 {
        bottom: -25% !important;
    }

    .sm\:-bottom-2\/4 {
        bottom: -50% !important;
    }

    .sm\:-bottom-3\/4 {
        bottom: -75% !important;
    }

    .sm\:-bottom-full {
        bottom: -100% !important;
    }

    .sm\:left-0 {
        left: 0px !important;
    }

    .sm\:left-1 {
        left: 0.25rem !important;
    }

    .sm\:left-2 {
        left: 0.5rem !important;
    }

    .sm\:left-3 {
        left: 0.75rem !important;
    }

    .sm\:left-4 {
        left: 1rem !important;
    }

    .sm\:left-5 {
        left: 1.25rem !important;
    }

    .sm\:left-6 {
        left: 1.5rem !important;
    }

    .sm\:left-7 {
        left: 1.75rem !important;
    }

    .sm\:left-8 {
        left: 2rem !important;
    }

    .sm\:left-9 {
        left: 2.25rem !important;
    }

    .sm\:left-10 {
        left: 2.5rem !important;
    }

    .sm\:left-11 {
        left: 2.75rem !important;
    }

    .sm\:left-12 {
        left: 3rem !important;
    }

    .sm\:left-14 {
        left: 3.5rem !important;
    }

    .sm\:left-16 {
        left: 4rem !important;
    }

    .sm\:left-20 {
        left: 5rem !important;
    }

    .sm\:left-24 {
        left: 6rem !important;
    }

    .sm\:left-28 {
        left: 7rem !important;
    }

    .sm\:left-32 {
        left: 8rem !important;
    }

    .sm\:left-36 {
        left: 9rem !important;
    }

    .sm\:left-40 {
        left: 10rem !important;
    }

    .sm\:left-44 {
        left: 11rem !important;
    }

    .sm\:left-48 {
        left: 12rem !important;
    }

    .sm\:left-52 {
        left: 13rem !important;
    }

    .sm\:left-56 {
        left: 14rem !important;
    }

    .sm\:left-60 {
        left: 15rem !important;
    }

    .sm\:left-64 {
        left: 16rem !important;
    }

    .sm\:left-72 {
        left: 18rem !important;
    }

    .sm\:left-80 {
        left: 20rem !important;
    }

    .sm\:left-96 {
        left: 24rem !important;
    }

    .sm\:left-auto {
        left: auto !important;
    }

    .sm\:left-px {
        left: 1px !important;
    }

    .sm\:left-0\.5 {
        left: 0.125rem !important;
    }

    .sm\:left-1\.5 {
        left: 0.375rem !important;
    }

    .sm\:left-2\.5 {
        left: 0.625rem !important;
    }

    .sm\:left-3\.5 {
        left: 0.875rem !important;
    }

    .sm\:-left-0 {
        left: 0px !important;
    }

    .sm\:-left-1 {
        left: -0.25rem !important;
    }

    .sm\:-left-2 {
        left: -0.5rem !important;
    }

    .sm\:-left-3 {
        left: -0.75rem !important;
    }

    .sm\:-left-4 {
        left: -1rem !important;
    }

    .sm\:-left-5 {
        left: -1.25rem !important;
    }

    .sm\:-left-6 {
        left: -1.5rem !important;
    }

    .sm\:-left-7 {
        left: -1.75rem !important;
    }

    .sm\:-left-8 {
        left: -2rem !important;
    }

    .sm\:-left-9 {
        left: -2.25rem !important;
    }

    .sm\:-left-10 {
        left: -2.5rem !important;
    }

    .sm\:-left-11 {
        left: -2.75rem !important;
    }

    .sm\:-left-12 {
        left: -3rem !important;
    }

    .sm\:-left-14 {
        left: -3.5rem !important;
    }

    .sm\:-left-16 {
        left: -4rem !important;
    }

    .sm\:-left-20 {
        left: -5rem !important;
    }

    .sm\:-left-24 {
        left: -6rem !important;
    }

    .sm\:-left-28 {
        left: -7rem !important;
    }

    .sm\:-left-32 {
        left: -8rem !important;
    }

    .sm\:-left-36 {
        left: -9rem !important;
    }

    .sm\:-left-40 {
        left: -10rem !important;
    }

    .sm\:-left-44 {
        left: -11rem !important;
    }

    .sm\:-left-48 {
        left: -12rem !important;
    }

    .sm\:-left-52 {
        left: -13rem !important;
    }

    .sm\:-left-56 {
        left: -14rem !important;
    }

    .sm\:-left-60 {
        left: -15rem !important;
    }

    .sm\:-left-64 {
        left: -16rem !important;
    }

    .sm\:-left-72 {
        left: -18rem !important;
    }

    .sm\:-left-80 {
        left: -20rem !important;
    }

    .sm\:-left-96 {
        left: -24rem !important;
    }

    .sm\:-left-px {
        left: -1px !important;
    }

    .sm\:-left-0\.5 {
        left: -0.125rem !important;
    }

    .sm\:-left-1\.5 {
        left: -0.375rem !important;
    }

    .sm\:-left-2\.5 {
        left: -0.625rem !important;
    }

    .sm\:-left-3\.5 {
        left: -0.875rem !important;
    }

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

    .sm\:left-1\/3 {
        left: 33.333333% !important;
    }

    .sm\:left-2\/3 {
        left: 66.666667% !important;
    }

    .sm\:left-1\/4 {
        left: 25% !important;
    }

    .sm\:left-2\/4 {
        left: 50% !important;
    }

    .sm\:left-3\/4 {
        left: 75% !important;
    }

    .sm\:left-full {
        left: 100% !important;
    }

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

    .sm\:-left-1\/3 {
        left: -33.333333% !important;
    }

    .sm\:-left-2\/3 {
        left: -66.666667% !important;
    }

    .sm\:-left-1\/4 {
        left: -25% !important;
    }

    .sm\:-left-2\/4 {
        left: -50% !important;
    }

    .sm\:-left-3\/4 {
        left: -75% !important;
    }

    .sm\:-left-full {
        left: -100% !important;
    }

    .sm\:isolate {
        isolation: isolate !important;
    }

    .sm\:isolation-auto {
        isolation: auto !important;
    }

    .sm\:z-0 {
        z-index: 0 !important;
    }

    .sm\:z-10 {
        z-index: 10 !important;
    }

    .sm\:z-20 {
        z-index: 20 !important;
    }

    .sm\:z-30 {
        z-index: 30 !important;
    }

    .sm\:z-40 {
        z-index: 40 !important;
    }

    .sm\:z-50 {
        z-index: 50 !important;
    }

    .sm\:z-auto {
        z-index: auto !important;
    }

    .sm\:focus-within\:z-0:focus-within {
        z-index: 0 !important;
    }

    .sm\:focus-within\:z-10:focus-within {
        z-index: 10 !important;
    }

    .sm\:focus-within\:z-20:focus-within {
        z-index: 20 !important;
    }

    .sm\:focus-within\:z-30:focus-within {
        z-index: 30 !important;
    }

    .sm\:focus-within\:z-40:focus-within {
        z-index: 40 !important;
    }

    .sm\:focus-within\:z-50:focus-within {
        z-index: 50 !important;
    }

    .sm\:focus-within\:z-auto:focus-within {
        z-index: auto !important;
    }

    .sm\:focus\:z-0:focus {
        z-index: 0 !important;
    }

    .sm\:focus\:z-10:focus {
        z-index: 10 !important;
    }

    .sm\:focus\:z-20:focus {
        z-index: 20 !important;
    }

    .sm\:focus\:z-30:focus {
        z-index: 30 !important;
    }

    .sm\:focus\:z-40:focus {
        z-index: 40 !important;
    }

    .sm\:focus\:z-50:focus {
        z-index: 50 !important;
    }

    .sm\:focus\:z-auto:focus {
        z-index: auto !important;
    }

    .sm\:order-1 {
        order: 1 !important;
    }

    .sm\:order-2 {
        order: 2 !important;
    }

    .sm\:order-3 {
        order: 3 !important;
    }

    .sm\:order-4 {
        order: 4 !important;
    }

    .sm\:order-5 {
        order: 5 !important;
    }

    .sm\:order-6 {
        order: 6 !important;
    }

    .sm\:order-7 {
        order: 7 !important;
    }

    .sm\:order-8 {
        order: 8 !important;
    }

    .sm\:order-9 {
        order: 9 !important;
    }

    .sm\:order-10 {
        order: 10 !important;
    }

    .sm\:order-11 {
        order: 11 !important;
    }

    .sm\:order-12 {
        order: 12 !important;
    }

    .sm\:order-first {
        order: -9999 !important;
    }

    .sm\:order-last {
        order: 9999 !important;
    }

    .sm\:order-none {
        order: 0 !important;
    }

    .sm\:float-right {
        float: right !important;
    }

    .sm\:float-left {
        float: left !important;
    }

    .sm\:float-none {
        float: none !important;
    }

    .sm\:m-0 {
        margin: 0px !important;
    }

    .sm\:m-1 {
        margin: 0.25rem !important;
    }

    .sm\:m-2 {
        margin: 0.5rem !important;
    }

    .sm\:m-3 {
        margin: 0.75rem !important;
    }

    .sm\:m-4 {
        margin: 1rem !important;
    }

    .sm\:m-5 {
        margin: 1.25rem !important;
    }

    .sm\:m-6 {
        margin: 1.5rem !important;
    }

    .sm\:m-7 {
        margin: 1.75rem !important;
    }

    .sm\:m-8 {
        margin: 2rem !important;
    }

    .sm\:m-9 {
        margin: 2.25rem !important;
    }

    .sm\:m-10 {
        margin: 2.5rem !important;
    }

    .sm\:m-11 {
        margin: 2.75rem !important;
    }

    .sm\:m-12 {
        margin: 3rem !important;
    }

    .sm\:m-14 {
        margin: 3.5rem !important;
    }

    .sm\:m-16 {
        margin: 4rem !important;
    }

    .sm\:m-20 {
        margin: 5rem !important;
    }

    .sm\:m-24 {
        margin: 6rem !important;
    }

    .sm\:m-28 {
        margin: 7rem !important;
    }

    .sm\:m-32 {
        margin: 8rem !important;
    }

    .sm\:m-36 {
        margin: 9rem !important;
    }

    .sm\:m-40 {
        margin: 10rem !important;
    }

    .sm\:m-44 {
        margin: 11rem !important;
    }

    .sm\:m-48 {
        margin: 12rem !important;
    }

    .sm\:m-52 {
        margin: 13rem !important;
    }

    .sm\:m-56 {
        margin: 14rem !important;
    }

    .sm\:m-60 {
        margin: 15rem !important;
    }

    .sm\:m-64 {
        margin: 16rem !important;
    }

    .sm\:m-72 {
        margin: 18rem !important;
    }

    .sm\:m-80 {
        margin: 20rem !important;
    }

    .sm\:m-96 {
        margin: 24rem !important;
    }

    .sm\:m-auto {
        margin: auto !important;
    }

    .sm\:m-px {
        margin: 1px !important;
    }

    .sm\:m-0\.5 {
        margin: 0.125rem !important;
    }

    .sm\:m-1\.5 {
        margin: 0.375rem !important;
    }

    .sm\:m-2\.5 {
        margin: 0.625rem !important;
    }

    .sm\:m-3\.5 {
        margin: 0.875rem !important;
    }

    .sm\:mx-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .sm\:mx-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .sm\:mx-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .sm\:mx-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .sm\:mx-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .sm\:mx-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .sm\:mx-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .sm\:mx-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }

    .sm\:mx-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .sm\:mx-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .sm\:mx-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .sm\:mx-11 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important;
    }

    .sm\:mx-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .sm\:mx-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }

    .sm\:mx-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .sm\:mx-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .sm\:mx-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .sm\:mx-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .sm\:mx-32 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .sm\:mx-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .sm\:mx-40 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .sm\:mx-44 {
        margin-left: 11rem !important;
        margin-right: 11rem !important;
    }

    .sm\:mx-48 {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }

    .sm\:mx-52 {
        margin-left: 13rem !important;
        margin-right: 13rem !important;
    }

    .sm\:mx-56 {
        margin-left: 14rem !important;
        margin-right: 14rem !important;
    }

    .sm\:mx-60 {
        margin-left: 15rem !important;
        margin-right: 15rem !important;
    }

    .sm\:mx-64 {
        margin-left: 16rem !important;
        margin-right: 16rem !important;
    }

    .sm\:mx-72 {
        margin-left: 18rem !important;
        margin-right: 18rem !important;
    }

    .sm\:mx-80 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }

    .sm\:mx-96 {
        margin-left: 24rem !important;
        margin-right: 24rem !important;
    }

    .sm\:mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .sm\:mx-px {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    .sm\:mx-0\.5 {
        margin-left: 0.125rem !important;
        margin-right: 0.125rem !important;
    }

    .sm\:mx-1\.5 {
        margin-left: 0.375rem !important;
        margin-right: 0.375rem !important;
    }

    .sm\:mx-2\.5 {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }

    .sm\:mx-3\.5 {
        margin-left: 0.875rem !important;
        margin-right: 0.875rem !important;
    }

    .sm\:my-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .sm\:my-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .sm\:my-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .sm\:my-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .sm\:my-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .sm\:my-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .sm\:my-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .sm\:my-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .sm\:my-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .sm\:my-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .sm\:my-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .sm\:my-11 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }

    .sm\:my-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .sm\:my-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .sm\:my-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .sm\:my-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .sm\:my-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .sm\:my-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .sm\:my-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .sm\:my-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .sm\:my-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .sm\:my-44 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }

    .sm\:my-48 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    .sm\:my-52 {
        margin-top: 13rem !important;
        margin-bottom: 13rem !important;
    }

    .sm\:my-56 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .sm\:my-60 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }

    .sm\:my-64 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    .sm\:my-72 {
        margin-top: 18rem !important;
        margin-bottom: 18rem !important;
    }

    .sm\:my-80 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }

    .sm\:my-96 {
        margin-top: 24rem !important;
        margin-bottom: 24rem !important;
    }

    .sm\:my-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .sm\:my-px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .sm\:my-0\.5 {
        margin-top: 0.125rem !important;
        margin-bottom: 0.125rem !important;
    }

    .sm\:my-1\.5 {
        margin-top: 0.375rem !important;
        margin-bottom: 0.375rem !important;
    }

    .sm\:my-2\.5 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    .sm\:my-3\.5 {
        margin-top: 0.875rem !important;
        margin-bottom: 0.875rem !important;
    }

    .sm\:mt-0 {
        margin-top: 0px !important;
    }

    .sm\:mt-1 {
        margin-top: 0.25rem !important;
    }

    .sm\:mt-2 {
        margin-top: 0.5rem !important;
    }

    .sm\:mt-3 {
        margin-top: 0.75rem !important;
    }

    .sm\:mt-4 {
        margin-top: 1rem !important;
    }

    .sm\:mt-5 {
        margin-top: 1.25rem !important;
    }

    .sm\:mt-6 {
        margin-top: 1.5rem !important;
    }

    .sm\:mt-7 {
        margin-top: 1.75rem !important;
    }

    .sm\:mt-8 {
        margin-top: 2rem !important;
    }

    .sm\:mt-9 {
        margin-top: 2.25rem !important;
    }

    .sm\:mt-10 {
        margin-top: 2.5rem !important;
    }

    .sm\:mt-11 {
        margin-top: 2.75rem !important;
    }

    .sm\:mt-12 {
        margin-top: 3rem !important;
    }

    .sm\:mt-14 {
        margin-top: 3.5rem !important;
    }

    .sm\:mt-16 {
        margin-top: 4rem !important;
    }

    .sm\:mt-20 {
        margin-top: 5rem !important;
    }

    .sm\:mt-24 {
        margin-top: 6rem !important;
    }

    .sm\:mt-28 {
        margin-top: 7rem !important;
    }

    .sm\:mt-32 {
        margin-top: 8rem !important;
    }

    .sm\:mt-36 {
        margin-top: 9rem !important;
    }

    .sm\:mt-40 {
        margin-top: 10rem !important;
    }

    .sm\:mt-44 {
        margin-top: 11rem !important;
    }

    .sm\:mt-48 {
        margin-top: 12rem !important;
    }

    .sm\:mt-52 {
        margin-top: 13rem !important;
    }

    .sm\:mt-56 {
        margin-top: 14rem !important;
    }

    .sm\:mt-60 {
        margin-top: 15rem !important;
    }

    .sm\:mt-64 {
        margin-top: 16rem !important;
    }

    .sm\:mt-72 {
        margin-top: 18rem !important;
    }

    .sm\:mt-80 {
        margin-top: 20rem !important;
    }

    .sm\:mt-96 {
        margin-top: 24rem !important;
    }

    .sm\:mt-auto {
        margin-top: auto !important;
    }

    .sm\:mt-px {
        margin-top: 1px !important;
    }

    .sm\:mt-0\.5 {
        margin-top: 0.125rem !important;
    }

    .sm\:mt-1\.5 {
        margin-top: 0.375rem !important;
    }

    .sm\:mt-2\.5 {
        margin-top: 0.625rem !important;
    }

    .sm\:mt-3\.5 {
        margin-top: 0.875rem !important;
    }

    .sm\:mr-0 {
        margin-right: 0px !important;
    }

    .sm\:mr-1 {
        margin-right: 0.25rem !important;
    }

    .sm\:mr-2 {
        margin-right: 0.5rem !important;
    }

    .sm\:mr-3 {
        margin-right: 0.75rem !important;
    }

    .sm\:mr-4 {
        margin-right: 1rem !important;
    }

    .sm\:mr-5 {
        margin-right: 1.25rem !important;
    }

    .sm\:mr-6 {
        margin-right: 1.5rem !important;
    }

    .sm\:mr-7 {
        margin-right: 1.75rem !important;
    }

    .sm\:mr-8 {
        margin-right: 2rem !important;
    }

    .sm\:mr-9 {
        margin-right: 2.25rem !important;
    }

    .sm\:mr-10 {
        margin-right: 2.5rem !important;
    }

    .sm\:mr-11 {
        margin-right: 2.75rem !important;
    }

    .sm\:mr-12 {
        margin-right: 3rem !important;
    }

    .sm\:mr-14 {
        margin-right: 3.5rem !important;
    }

    .sm\:mr-16 {
        margin-right: 4rem !important;
    }

    .sm\:mr-20 {
        margin-right: 5rem !important;
    }

    .sm\:mr-24 {
        margin-right: 6rem !important;
    }

    .sm\:mr-28 {
        margin-right: 7rem !important;
    }

    .sm\:mr-32 {
        margin-right: 8rem !important;
    }

    .sm\:mr-36 {
        margin-right: 9rem !important;
    }

    .sm\:mr-40 {
        margin-right: 10rem !important;
    }

    .sm\:mr-44 {
        margin-right: 11rem !important;
    }

    .sm\:mr-48 {
        margin-right: 12rem !important;
    }

    .sm\:mr-52 {
        margin-right: 13rem !important;
    }

    .sm\:mr-56 {
        margin-right: 14rem !important;
    }

    .sm\:mr-60 {
        margin-right: 15rem !important;
    }

    .sm\:mr-64 {
        margin-right: 16rem !important;
    }

    .sm\:mr-72 {
        margin-right: 18rem !important;
    }

    .sm\:mr-80 {
        margin-right: 20rem !important;
    }

    .sm\:mr-96 {
        margin-right: 24rem !important;
    }

    .sm\:mr-auto {
        margin-right: auto !important;
    }

    .sm\:mr-px {
        margin-right: 1px !important;
    }

    .sm\:mr-0\.5 {
        margin-right: 0.125rem !important;
    }

    .sm\:mr-1\.5 {
        margin-right: 0.375rem !important;
    }

    .sm\:mr-2\.5 {
        margin-right: 0.625rem !important;
    }

    .sm\:mr-3\.5 {
        margin-right: 0.875rem !important;
    }

    .sm\:mb-0 {
        margin-bottom: 0px !important;
    }

    .sm\:mb-1 {
        margin-bottom: 0.25rem !important;
    }

    .sm\:mb-2 {
        margin-bottom: 0.5rem !important;
    }

    .sm\:mb-3 {
        margin-bottom: 0.75rem !important;
    }

    .sm\:mb-4 {
        margin-bottom: 1rem !important;
    }

    .sm\:mb-5 {
        margin-bottom: 1.25rem !important;
    }

    .sm\:mb-6 {
        margin-bottom: 1.5rem !important;
    }

    .sm\:mb-7 {
        margin-bottom: 1.75rem !important;
    }

    .sm\:mb-8 {
        margin-bottom: 2rem !important;
    }

    .sm\:mb-9 {
        margin-bottom: 2.25rem !important;
    }

    .sm\:mb-10 {
        margin-bottom: 2.5rem !important;
    }

    .sm\:mb-11 {
        margin-bottom: 2.75rem !important;
    }

    .sm\:mb-12 {
        margin-bottom: 3rem !important;
    }

    .sm\:mb-14 {
        margin-bottom: 3.5rem !important;
    }

    .sm\:mb-16 {
        margin-bottom: 4rem !important;
    }

    .sm\:mb-20 {
        margin-bottom: 5rem !important;
    }

    .sm\:mb-24 {
        margin-bottom: 6rem !important;
    }

    .sm\:mb-28 {
        margin-bottom: 7rem !important;
    }

    .sm\:mb-32 {
        margin-bottom: 8rem !important;
    }

    .sm\:mb-36 {
        margin-bottom: 9rem !important;
    }

    .sm\:mb-40 {
        margin-bottom: 10rem !important;
    }

    .sm\:mb-44 {
        margin-bottom: 11rem !important;
    }

    .sm\:mb-48 {
        margin-bottom: 12rem !important;
    }

    .sm\:mb-52 {
        margin-bottom: 13rem !important;
    }

    .sm\:mb-56 {
        margin-bottom: 14rem !important;
    }

    .sm\:mb-60 {
        margin-bottom: 15rem !important;
    }

    .sm\:mb-64 {
        margin-bottom: 16rem !important;
    }

    .sm\:mb-72 {
        margin-bottom: 18rem !important;
    }

    .sm\:mb-80 {
        margin-bottom: 20rem !important;
    }

    .sm\:mb-96 {
        margin-bottom: 24rem !important;
    }

    .sm\:mb-auto {
        margin-bottom: auto !important;
    }

    .sm\:mb-px {
        margin-bottom: 1px !important;
    }

    .sm\:mb-0\.5 {
        margin-bottom: 0.125rem !important;
    }

    .sm\:mb-1\.5 {
        margin-bottom: 0.375rem !important;
    }

    .sm\:mb-2\.5 {
        margin-bottom: 0.625rem !important;
    }

    .sm\:mb-3\.5 {
        margin-bottom: 0.875rem !important;
    }

    .sm\:ml-0 {
        margin-left: 0px !important;
    }

    .sm\:ml-1 {
        margin-left: 0.25rem !important;
    }

    .sm\:ml-2 {
        margin-left: 0.5rem !important;
    }

    .sm\:ml-3 {
        margin-left: 0.75rem !important;
    }

    .sm\:ml-4 {
        margin-left: 1rem !important;
    }

    .sm\:ml-5 {
        margin-left: 1.25rem !important;
    }

    .sm\:ml-6 {
        margin-left: 1.5rem !important;
    }

    .sm\:ml-7 {
        margin-left: 1.75rem !important;
    }

    .sm\:ml-8 {
        margin-left: 2rem !important;
    }

    .sm\:ml-9 {
        margin-left: 2.25rem !important;
    }

    .sm\:ml-10 {
        margin-left: 2.5rem !important;
    }

    .sm\:ml-11 {
        margin-left: 2.75rem !important;
    }

    .sm\:ml-12 {
        margin-left: 3rem !important;
    }

    .sm\:ml-14 {
        margin-left: 3.5rem !important;
    }

    .sm\:ml-16 {
        margin-left: 4rem !important;
    }

    .sm\:ml-20 {
        margin-left: 5rem !important;
    }

    .sm\:ml-24 {
        margin-left: 6rem !important;
    }

    .sm\:ml-28 {
        margin-left: 7rem !important;
    }

    .sm\:ml-32 {
        margin-left: 8rem !important;
    }

    .sm\:ml-36 {
        margin-left: 9rem !important;
    }

    .sm\:ml-40 {
        margin-left: 10rem !important;
    }

    .sm\:ml-44 {
        margin-left: 11rem !important;
    }

    .sm\:ml-48 {
        margin-left: 12rem !important;
    }

    .sm\:ml-52 {
        margin-left: 13rem !important;
    }

    .sm\:ml-56 {
        margin-left: 14rem !important;
    }

    .sm\:ml-60 {
        margin-left: 15rem !important;
    }

    .sm\:ml-64 {
        margin-left: 16rem !important;
    }

    .sm\:ml-72 {
        margin-left: 18rem !important;
    }

    .sm\:ml-80 {
        margin-left: 20rem !important;
    }

    .sm\:ml-96 {
        margin-left: 24rem !important;
    }

    .sm\:ml-auto {
        margin-left: auto !important;
    }

    .sm\:ml-px {
        margin-left: 1px !important;
    }

    .sm\:ml-0\.5 {
        margin-left: 0.125rem !important;
    }

    .sm\:ml-1\.5 {
        margin-left: 0.375rem !important;
    }

    .sm\:ml-2\.5 {
        margin-left: 0.625rem !important;
    }

    .sm\:ml-3\.5 {
        margin-left: 0.875rem !important;
    }

    .sm\:box-border {
        box-sizing: border-box !important;
    }

    .sm\:box-content {
        box-sizing: content-box !important;
    }

    .sm\:block {
        display: block !important;
    }

    .sm\:inline-block {
        display: inline-block !important;
    }

    .sm\:inline {
        display: inline !important;
    }

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

    .sm\:inline-flex {
        display: inline-flex !important;
    }

    .sm\:flow-root {
        display: flow-root !important;
    }

    .sm\:contents {
        display: contents !important;
    }

    .sm\:list-item {
        display: list-item !important;
    }

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

    .sm\:h-0 {
        height: 0px !important;
    }

    .sm\:h-1 {
        height: 0.25rem !important;
    }

    .sm\:h-2 {
        height: 0.5rem !important;
    }

    .sm\:h-3 {
        height: 0.75rem !important;
    }

    .sm\:h-4 {
        height: 1rem !important;
    }

    .sm\:h-5 {
        height: 1.25rem !important;
    }

    .sm\:h-6 {
        height: 1.5rem !important;
    }

    .sm\:h-7 {
        height: 1.75rem !important;
    }

    .sm\:h-8 {
        height: 2rem !important;
    }

    .sm\:h-9 {
        height: 2.25rem !important;
    }

    .sm\:h-10 {
        height: 2.5rem !important;
    }

    .sm\:h-11 {
        height: 2.75rem !important;
    }

    .sm\:h-12 {
        height: 3rem !important;
    }

    .sm\:h-14 {
        height: 3.5rem !important;
    }

    .sm\:h-16 {
        height: 4rem !important;
    }

    .sm\:h-20 {
        height: 5rem !important;
    }

    .sm\:h-24 {
        height: 6rem !important;
    }

    .sm\:h-28 {
        height: 7rem !important;
    }

    .sm\:h-32 {
        height: 8rem !important;
    }

    .sm\:h-36 {
        height: 9rem !important;
    }

    .sm\:h-40 {
        height: 10rem !important;
    }

    .sm\:h-44 {
        height: 11rem !important;
    }

    .sm\:h-48 {
        height: 12rem !important;
    }

    .sm\:h-52 {
        height: 13rem !important;
    }

    .sm\:h-56 {
        height: 14rem !important;
    }

    .sm\:h-60 {
        height: 15rem !important;
    }

    .sm\:h-64 {
        height: 16rem !important;
    }

    .sm\:h-72 {
        height: 18rem !important;
    }

    .sm\:h-80 {
        height: 20rem !important;
    }

    .sm\:h-96 {
        height: 24rem !important;
    }

    .sm\:h-auto {
        height: auto !important;
    }

    .sm\:h-px {
        height: 1px !important;
    }

    .sm\:h-0\.5 {
        height: 0.125rem !important;
    }

    .sm\:h-1\.5 {
        height: 0.375rem !important;
    }

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

    .sm\:h-3\.5 {
        height: 0.875rem !important;
    }

    .sm\:h-1\/2 {
        height: 50% !important;
    }

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

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

    .sm\:h-1\/4 {
        height: 25% !important;
    }

    .sm\:h-2\/4 {
        height: 50% !important;
    }

    .sm\:h-3\/4 {
        height: 75% !important;
    }

    .sm\:h-1\/5 {
        height: 20% !important;
    }

    .sm\:h-2\/5 {
        height: 40% !important;
    }

    .sm\:h-3\/5 {
        height: 60% !important;
    }

    .sm\:h-4\/5 {
        height: 80% !important;
    }

    .sm\:h-1\/6 {
        height: 16.666667% !important;
    }

    .sm\:h-2\/6 {
        height: 33.333333% !important;
    }

    .sm\:h-3\/6 {
        height: 50% !important;
    }

    .sm\:h-4\/6 {
        height: 66.666667% !important;
    }

    .sm\:h-5\/6 {
        height: 83.333333% !important;
    }

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

    .sm\:h-screen {
        height: 100vh !important;
    }

    .sm\:max-h-0 {
        max-height: 0px !important;
    }

    .sm\:max-h-1 {
        max-height: 0.25rem !important;
    }

    .sm\:max-h-2 {
        max-height: 0.5rem !important;
    }

    .sm\:max-h-3 {
        max-height: 0.75rem !important;
    }

    .sm\:max-h-4 {
        max-height: 1rem !important;
    }

    .sm\:max-h-5 {
        max-height: 1.25rem !important;
    }

    .sm\:max-h-6 {
        max-height: 1.5rem !important;
    }

    .sm\:max-h-7 {
        max-height: 1.75rem !important;
    }

    .sm\:max-h-8 {
        max-height: 2rem !important;
    }

    .sm\:max-h-9 {
        max-height: 2.25rem !important;
    }

    .sm\:max-h-10 {
        max-height: 2.5rem !important;
    }

    .sm\:max-h-11 {
        max-height: 2.75rem !important;
    }

    .sm\:max-h-12 {
        max-height: 3rem !important;
    }

    .sm\:max-h-14 {
        max-height: 3.5rem !important;
    }

    .sm\:max-h-16 {
        max-height: 4rem !important;
    }

    .sm\:max-h-20 {
        max-height: 5rem !important;
    }

    .sm\:max-h-24 {
        max-height: 6rem !important;
    }

    .sm\:max-h-28 {
        max-height: 7rem !important;
    }

    .sm\:max-h-32 {
        max-height: 8rem !important;
    }

    .sm\:max-h-36 {
        max-height: 9rem !important;
    }

    .sm\:max-h-40 {
        max-height: 10rem !important;
    }

    .sm\:max-h-44 {
        max-height: 11rem !important;
    }

    .sm\:max-h-48 {
        max-height: 12rem !important;
    }

    .sm\:max-h-52 {
        max-height: 13rem !important;
    }

    .sm\:max-h-56 {
        max-height: 14rem !important;
    }

    .sm\:max-h-60 {
        max-height: 15rem !important;
    }

    .sm\:max-h-64 {
        max-height: 16rem !important;
    }

    .sm\:max-h-72 {
        max-height: 18rem !important;
    }

    .sm\:max-h-80 {
        max-height: 20rem !important;
    }

    .sm\:max-h-96 {
        max-height: 24rem !important;
    }

    .sm\:max-h-px {
        max-height: 1px !important;
    }

    .sm\:max-h-0\.5 {
        max-height: 0.125rem !important;
    }

    .sm\:max-h-1\.5 {
        max-height: 0.375rem !important;
    }

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

    .sm\:max-h-3\.5 {
        max-height: 0.875rem !important;
    }

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

    .sm\:max-h-screen {
        max-height: 100vh !important;
    }

    .sm\:min-h-0 {
        min-height: 0px !important;
    }

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

    .sm\:min-h-screen {
        min-height: 100vh !important;
    }

    .sm\:w-0 {
        width: 0px !important;
    }

    .sm\:w-1 {
        width: 0.25rem !important;
    }

    .sm\:w-2 {
        width: 0.5rem !important;
    }

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

    .sm\:w-4 {
        width: 1rem !important;
    }

    .sm\:w-5 {
        width: 1.25rem !important;
    }

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

    .sm\:w-7 {
        width: 1.75rem !important;
    }

    .sm\:w-8 {
        width: 2rem !important;
    }

    .sm\:w-9 {
        width: 2.25rem !important;
    }

    .sm\:w-10 {
        width: 2.5rem !important;
    }

    .sm\:w-11 {
        width: 2.75rem !important;
    }

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

    .sm\:w-14 {
        width: 3.5rem !important;
    }

    .sm\:w-16 {
        width: 4rem !important;
    }

    .sm\:w-20 {
        width: 5rem !important;
    }

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

    .sm\:w-28 {
        width: 7rem !important;
    }

    .sm\:w-32 {
        width: 8rem !important;
    }

    .sm\:w-36 {
        width: 9rem !important;
    }

    .sm\:w-40 {
        width: 10rem !important;
    }

    .sm\:w-44 {
        width: 11rem !important;
    }

    .sm\:w-48 {
        width: 12rem !important;
    }

    .sm\:w-52 {
        width: 13rem !important;
    }

    .sm\:w-56 {
        width: 14rem !important;
    }

    .sm\:w-60 {
        width: 15rem !important;
    }

    .sm\:w-64 {
        width: 16rem !important;
    }

    .sm\:w-72 {
        width: 18rem !important;
    }

    .sm\:w-80 {
        width: 20rem !important;
    }

    .sm\:w-96 {
        width: 24rem !important;
    }

    .sm\:w-auto {
        width: auto !important;
    }

    .sm\:w-px {
        width: 1px !important;
    }

    .sm\:w-0\.5 {
        width: 0.125rem !important;
    }

    .sm\:w-1\.5 {
        width: 0.375rem !important;
    }

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

    .sm\:w-3\.5 {
        width: 0.875rem !important;
    }

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

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

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

    .sm\:w-1\/4 {
        width: 25% !important;
    }

    .sm\:w-2\/4 {
        width: 50% !important;
    }

    .sm\:w-3\/4 {
        width: 75% !important;
    }

    .sm\:w-1\/5 {
        width: 20% !important;
    }

    .sm\:w-2\/5 {
        width: 40% !important;
    }

    .sm\:w-3\/5 {
        width: 60% !important;
    }

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

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

    .sm\:w-2\/6 {
        width: 33.333333% !important;
    }

    .sm\:w-3\/6 {
        width: 50% !important;
    }

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

    .sm\:w-5\/6 {
        width: 83.333333% !important;
    }

    .sm\:w-1\/12 {
        width: 8.333333% !important;
    }

    .sm\:w-2\/12 {
        width: 16.666667% !important;
    }

    .sm\:w-3\/12 {
        width: 25% !important;
    }

    .sm\:w-4\/12 {
        width: 33.333333% !important;
    }

    .sm\:w-5\/12 {
        width: 41.666667% !important;
    }

    .sm\:w-6\/12 {
        width: 50% !important;
    }

    .sm\:w-7\/12 {
        width: 58.333333% !important;
    }

    .sm\:w-8\/12 {
        width: 66.666667% !important;
    }

    .sm\:w-9\/12 {
        width: 75% !important;
    }

    .sm\:w-10\/12 {
        width: 83.333333% !important;
    }

    .sm\:w-11\/12 {
        width: 91.666667% !important;
    }

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

    .sm\:w-screen {
        width: 100vw !important;
    }

    .sm\:w-min {
        width: -webkit-min-content !important;
        width: -moz-min-content !important;
        width: min-content !important;
    }

    .sm\:w-max {
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important;
    }

    .sm\:min-w-0 {
        min-width: 0px !important;
    }

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

    .sm\:min-w-min {
        min-width: -webkit-min-content !important;
        min-width: -moz-min-content !important;
        min-width: min-content !important;
    }

    .sm\:min-w-max {
        min-width: -webkit-max-content !important;
        min-width: -moz-max-content !important;
        min-width: max-content !important;
    }

    .sm\:max-w-0 {
        max-width: 0rem !important;
    }

    .sm\:max-w-none {
        max-width: none !important;
    }

    .sm\:max-w-xs {
        max-width: 20rem !important;
    }

    .sm\:max-w-sm {
        max-width: 24rem !important;
    }

    .sm\:max-w-md {
        max-width: 28rem !important;
    }

    .sm\:max-w-lg {
        max-width: 32rem !important;
    }

    .sm\:max-w-xl {
        max-width: 36rem !important;
    }

    .sm\:max-w-2xl {
        max-width: 42rem !important;
    }

    .sm\:max-w-3xl {
        max-width: 48rem !important;
    }

    .sm\:max-w-4xl {
        max-width: 56rem !important;
    }

    .sm\:max-w-5xl {
        max-width: 64rem !important;
    }

    .sm\:max-w-6xl {
        max-width: 72rem !important;
    }

    .sm\:max-w-7xl {
        max-width: 80rem !important;
    }

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

    .sm\:max-w-min {
        max-width: -webkit-min-content !important;
        max-width: -moz-min-content !important;
        max-width: min-content !important;
    }

    .sm\:max-w-max {
        max-width: -webkit-max-content !important;
        max-width: -moz-max-content !important;
        max-width: max-content !important;
    }

    .sm\:max-w-prose {
        max-width: 65ch !important;
    }

    .sm\:max-w-screen-t {
        max-width: 10px !important;
    }

    .sm\:max-w-screen-xxs {
        max-width: 390px !important;
    }

    .sm\:max-w-screen-xs {
        max-width: 414px !important;
    }

    .sm\:max-w-screen-sm {
        max-width: 768px !important;
    }

    .sm\:max-w-screen-md {
        max-width: 810px !important;
    }

    .sm\:max-w-screen-lg {
        max-width: 1024px !important;
    }

    .sm\:max-w-screen-xl {
        max-width: 1280px !important;
    }

    .sm\:flex-1 {
        flex: 1 1 0% !important;
    }

    .sm\:flex-auto {
        flex: 1 1 auto !important;
    }

    .sm\:flex-initial {
        flex: 0 1 auto !important;
    }

    .sm\:flex-none {
        flex: none !important;
    }

    .sm\:flex-shrink-0 {
        flex-shrink: 0 !important;
    }

    .sm\:flex-shrink {
        flex-shrink: 1 !important;
    }

    .sm\:flex-grow-0 {
        flex-grow: 0 !important;
    }

    .sm\:flex-grow {
        flex-grow: 1 !important;
    }

    .sm\:border-collapse {
        border-collapse: collapse !important;
    }

    .sm\:border-separate {
        border-collapse: separate !important;
    }

    .sm\:transform {
        --tw-translate-x: 0 !important;
        --tw-translate-y: 0 !important;
        --tw-rotate: 0 !important;
        --tw-skew-x: 0 !important;
        --tw-skew-y: 0 !important;
        --tw-scale-x: 1 !important;
        --tw-scale-y: 1 !important;
        transform: translateX(var(--tw-translate-x)) translateY(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)) !important;
    }

    .sm\:transform-gpu {
        --tw-translate-x: 0 !important;
        --tw-translate-y: 0 !important;
        --tw-rotate: 0 !important;
        --tw-skew-x: 0 !important;
        --tw-skew-y: 0 !important;
        --tw-scale-x: 1 !important;
        --tw-scale-y: 1 !important;
        transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    }

    .sm\:transform-none {
        transform: none !important;
    }

    .sm\:translate-x-0 {
        --tw-translate-x: 0px !important;
    }

    .sm\:translate-y-0 {
        --tw-translate-y: 0px !important;
    }

    .sm\:rotate-0 {
        --tw-rotate: 0deg !important;
    }

    .sm\:rotate-1 {
        --tw-rotate: 1deg !important;
    }

    .sm\:rotate-2 {
        --tw-rotate: 2deg !important;
    }

    .sm\:rotate-3 {
        --tw-rotate: 3deg !important;
    }

    .sm\:rotate-6 {
        --tw-rotate: 6deg !important;
    }

    .sm\:rotate-12 {
        --tw-rotate: 12deg !important;
    }

    .sm\:rotate-45 {
        --tw-rotate: 45deg !important;
    }

    .sm\:rotate-90 {
        --tw-rotate: 90deg !important;
    }

    .sm\:rotate-180 {
        --tw-rotate: 180deg !important;
    }

    .sm\:-rotate-180 {
        --tw-rotate: -180deg !important;
    }

    .sm\:-rotate-90 {
        --tw-rotate: -90deg !important;
    }

    .sm\:-rotate-45 {
        --tw-rotate: -45deg !important;
    }

    .sm\:-rotate-12 {
        --tw-rotate: -12deg !important;
    }

    .sm\:-rotate-6 {
        --tw-rotate: -6deg !important;
    }

    .sm\:-rotate-3 {
        --tw-rotate: -3deg !important;
    }

    .sm\:-rotate-2 {
        --tw-rotate: -2deg !important;
    }

    .sm\:-rotate-1 {
        --tw-rotate: -1deg !important;
    }

    .sm\:cursor-auto {
        cursor: auto !important;
    }

    .sm\:cursor-default {
        cursor: default !important;
    }

    .sm\:cursor-pointer {
        cursor: pointer !important;
    }

    .sm\:cursor-wait {
        cursor: wait !important;
    }

    .sm\:cursor-text {
        cursor: text !important;
    }

    .sm\:cursor-move {
        cursor: move !important;
    }

    .sm\:cursor-help {
        cursor: help !important;
    }

    .sm\:cursor-not-allowed {
        cursor: not-allowed !important;
    }

    .sm\:select-none {
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }

    .sm\:select-text {
        -webkit-user-select: text !important;
        -moz-user-select: text !important;
        -ms-user-select: text !important;
        user-select: text !important;
    }

    .sm\:select-all {
        -webkit-user-select: all !important;
        -moz-user-select: all !important;
        user-select: all !important;
    }

    .sm\:select-auto {
        -webkit-user-select: auto !important;
        -moz-user-select: auto !important;
        -ms-user-select: auto !important;
        user-select: auto !important;
    }

    .sm\:resize-none {
        resize: none !important;
    }

    .sm\:resize-y {
        resize: vertical !important;
    }

    .sm\:resize-x {
        resize: horizontal !important;
    }

    .sm\:resize {
        resize: both !important;
    }

    .sm\:list-inside {
        list-style-position: inside !important;
    }

    .sm\:list-outside {
        list-style-position: outside !important;
    }

    .sm\:list-none {
        list-style-type: none !important;
    }

    .sm\:list-disc {
        list-style-type: disc !important;
    }

    .sm\:list-decimal {
        list-style-type: decimal !important;
    }

    .sm\:appearance-none {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
    }

    .sm\:flex-row {
        flex-direction: row !important;
    }

    .sm\:flex-row-reverse {
        flex-direction: row-reverse !important;
    }

    .sm\:flex-col {
        flex-direction: column !important;
    }

    .sm\:flex-col-reverse {
        flex-direction: column-reverse !important;
    }

    .sm\:flex-wrap {
        flex-wrap: wrap !important;
    }

    .sm\:flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .sm\:flex-nowrap {
        flex-wrap: nowrap !important;
    }

    .sm\:content-center {
        align-content: center !important;
    }

    .sm\:content-start {
        align-content: flex-start !important;
    }

    .sm\:content-end {
        align-content: flex-end !important;
    }

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

    .sm\:content-around {
        align-content: space-around !important;
    }

    .sm\:content-evenly {
        align-content: space-evenly !important;
    }

    .sm\:items-start {
        align-items: flex-start !important;
    }

    .sm\:items-end {
        align-items: flex-end !important;
    }

    .sm\:items-center {
        align-items: center !important;
    }

    .sm\:items-baseline {
        align-items: baseline !important;
    }

    .sm\:items-stretch {
        align-items: stretch !important;
    }

    .sm\:justify-start {
        justify-content: flex-start !important;
    }

    .sm\:justify-end {
        justify-content: flex-end !important;
    }

    .sm\:justify-center {
        justify-content: center !important;
    }

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

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

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

    .sm\:justify-items-start {
        justify-items: start !important;
    }

    .sm\:justify-items-end {
        justify-items: end !important;
    }

    .sm\:justify-items-center {
        justify-items: center !important;
    }

    .sm\:justify-items-stretch {
        justify-items: stretch !important;
    }

    .sm\:self-auto {
        align-self: auto !important;
    }

    .sm\:self-start {
        align-self: flex-start !important;
    }

    .sm\:self-end {
        align-self: flex-end !important;
    }

    .sm\:self-center {
        align-self: center !important;
    }

    .sm\:self-stretch {
        align-self: stretch !important;
    }

    .sm\:self-baseline {
        align-self: baseline !important;
    }

    .sm\:justify-self-auto {
        justify-self: auto !important;
    }

    .sm\:justify-self-start {
        justify-self: start !important;
    }

    .sm\:justify-self-end {
        justify-self: end !important;
    }

    .sm\:justify-self-center {
        justify-self: center !important;
    }

    .sm\:justify-self-stretch {
        justify-self: stretch !important;
    }

    .sm\:overflow-auto {
        overflow: auto !important;
    }

    .sm\:overflow-hidden {
        overflow: hidden !important;
    }

    .sm\:overflow-visible {
        overflow: visible !important;
    }

    .sm\:overflow-scroll {
        overflow: scroll !important;
    }

    .sm\:overflow-x-auto {
        overflow-x: auto !important;
    }

    .sm\:overflow-y-auto {
        overflow-y: auto !important;
    }

    .sm\:overflow-x-hidden {
        overflow-x: hidden !important;
    }

    .sm\:overflow-y-hidden {
        overflow-y: hidden !important;
    }

    .sm\:overflow-x-visible {
        overflow-x: visible !important;
    }

    .sm\:overflow-y-visible {
        overflow-y: visible !important;
    }

    .sm\:overflow-x-scroll {
        overflow-x: scroll !important;
    }

    .sm\:overflow-y-scroll {
        overflow-y: scroll !important;
    }

    .sm\:overscroll-auto {
        -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
    }

    .sm\:overscroll-contain {
        -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
    }

    .sm\:overscroll-none {
        -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
    }

    .sm\:overscroll-y-auto {
        overscroll-behavior-y: auto !important;
    }

    .sm\:overscroll-y-contain {
        overscroll-behavior-y: contain !important;
    }

    .sm\:overscroll-y-none {
        overscroll-behavior-y: none !important;
    }

    .sm\:overscroll-x-auto {
        overscroll-behavior-x: auto !important;
    }

    .sm\:overscroll-x-contain {
        overscroll-behavior-x: contain !important;
    }

    .sm\:overscroll-x-none {
        overscroll-behavior-x: none !important;
    }

    .sm\:truncate {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .sm\:overflow-ellipsis {
        text-overflow: ellipsis !important;
    }

    .sm\:overflow-clip {
        text-overflow: clip !important;
    }

    .sm\:whitespace-normal {
        white-space: normal !important;
    }

    .sm\:whitespace-nowrap {
        white-space: nowrap !important;
    }

    .sm\:whitespace-pre {
        white-space: pre !important;
    }

    .sm\:whitespace-pre-line {
        white-space: pre-line !important;
    }

    .sm\:whitespace-pre-wrap {
        white-space: pre-wrap !important;
    }

    .sm\:break-normal {
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    .sm\:break-words {
        overflow-wrap: break-word !important;
    }

    .sm\:break-all {
        word-break: break-all !important;
    }

    .sm\:rounded-none {
        border-radius: 0px !important;
    }

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

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

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

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

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

    .sm\:rounded-2xl {
        border-radius: 1rem !important;
    }

    .sm\:rounded-3xl {
        border-radius: 1.5rem !important;
    }

    .sm\:rounded-full {
        border-radius: 9999px !important;
    }

    .sm\:rounded-t {
        border-top-left-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
    }

    .sm\:border-0 {
        border-width: 0px !important;
    }

    .sm\:border-2 {
        border-width: 2px !important;
    }

    .sm\:border-4 {
        border-width: 4px !important;
    }

    .sm\:border-8 {
        border-width: 8px !important;
    }

    .sm\:border {
        border-width: 1px !important;
    }

    .sm\:border-solid {
        border-style: solid !important;
    }

    .sm\:border-dashed {
        border-style: dashed !important;
    }

    .sm\:border-dotted {
        border-style: dotted !important;
    }

    .sm\:border-double {
        border-style: double !important;
    }

    .sm\:border-none {
        border-style: none !important;
    }

    .sm\:border-transparent {
        border-color: transparent !important;
    }

    .sm\:border-current {
        border-color: currentColor !important;
    }

    .sm\:border-black {
        --tw-border-opacity: 1 !important;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
    }

    .sm\:border-white {
        --tw-border-opacity: 1 !important;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
    }

    .sm\:bg-none {
        background-image: none !important;
    }

    .sm\:bg-auto {
        background-size: auto !important;
    }

    .sm\:bg-cover {
        background-size: cover !important;
    }

    .sm\:bg-contain {
        background-size: contain !important;
    }

    .sm\:bg-fixed {
        background-attachment: fixed !important;
    }

    .sm\:bg-local {
        background-attachment: local !important;
    }

    .sm\:bg-scroll {
        background-attachment: scroll !important;
    }

    .sm\:bg-clip-border {
        background-clip: border-box !important;
    }

    .sm\:bg-clip-padding {
        background-clip: padding-box !important;
    }

    .sm\:bg-clip-content {
        background-clip: content-box !important;
    }

    .sm\:bg-clip-text {
        -webkit-background-clip: text !important;
        background-clip: text !important;
    }

    .sm\:bg-bottom {
        background-position: bottom !important;
    }

    .sm\:bg-center {
        background-position: center !important;
    }

    .sm\:bg-left {
        background-position: left !important;
    }

    .sm\:bg-left-bottom {
        background-position: left bottom !important;
    }

    .sm\:bg-left-top {
        background-position: left top !important;
    }

    .sm\:bg-right {
        background-position: right !important;
    }

    .sm\:bg-right-bottom {
        background-position: right bottom !important;
    }

    .sm\:bg-right-top {
        background-position: right top !important;
    }

    .sm\:bg-top {
        background-position: top !important;
    }

    .sm\:bg-repeat {
        background-repeat: repeat !important;
    }

    .sm\:bg-no-repeat {
        background-repeat: no-repeat !important;
    }

    .sm\:bg-repeat-x {
        background-repeat: repeat-x !important;
    }

    .sm\:bg-repeat-y {
        background-repeat: repeat-y !important;
    }

    .sm\:bg-repeat-round {
        background-repeat: round !important;
    }

    .sm\:bg-repeat-space {
        background-repeat: space !important;
    }

    .sm\:bg-origin-border {
        background-origin: border-box !important;
    }

    .sm\:bg-origin-padding {
        background-origin: padding-box !important;
    }

    .sm\:bg-origin-content {
        background-origin: content-box !important;
    }

    .sm\:fill-current {
        fill: currentColor !important;
    }

    .sm\:stroke-current {
        stroke: currentColor !important;
    }

    .sm\:stroke-0 {
        stroke-width: 0 !important;
    }

    .sm\:stroke-1 {
        stroke-width: 1 !important;
    }

    .sm\:stroke-2 {
        stroke-width: 2 !important;
    }

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

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

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

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

    .sm\:object-scale-down {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }

    .sm\:p-0 {
        padding: 0px !important;
    }

    .sm\:p-1 {
        padding: 0.25rem !important;
    }

    .sm\:p-2 {
        padding: 0.5rem !important;
    }

    .sm\:p-3 {
        padding: 0.75rem !important;
    }

    .sm\:p-4 {
        padding: 1rem !important;
    }

    .sm\:p-5 {
        padding: 1.25rem !important;
    }

    .sm\:p-6 {
        padding: 1.5rem !important;
    }

    .sm\:p-7 {
        padding: 1.75rem !important;
    }

    .sm\:p-8 {
        padding: 2rem !important;
    }

    .sm\:p-9 {
        padding: 2.25rem !important;
    }

    .sm\:p-10 {
        padding: 2.5rem !important;
    }

    .sm\:p-11 {
        padding: 2.75rem !important;
    }

    .sm\:p-12 {
        padding: 3rem !important;
    }

    .sm\:p-14 {
        padding: 3.5rem !important;
    }

    .sm\:p-16 {
        padding: 4rem !important;
    }

    .sm\:p-20 {
        padding: 5rem !important;
    }

    .sm\:p-24 {
        padding: 6rem !important;
    }

    .sm\:p-28 {
        padding: 7rem !important;
    }

    .sm\:p-32 {
        padding: 8rem !important;
    }

    .sm\:p-36 {
        padding: 9rem !important;
    }

    .sm\:p-40 {
        padding: 10rem !important;
    }

    .sm\:p-44 {
        padding: 11rem !important;
    }

    .sm\:p-48 {
        padding: 12rem !important;
    }

    .sm\:p-52 {
        padding: 13rem !important;
    }

    .sm\:p-56 {
        padding: 14rem !important;
    }

    .sm\:p-60 {
        padding: 15rem !important;
    }

    .sm\:p-64 {
        padding: 16rem !important;
    }

    .sm\:p-72 {
        padding: 18rem !important;
    }

    .sm\:p-80 {
        padding: 20rem !important;
    }

    .sm\:p-96 {
        padding: 24rem !important;
    }

    .sm\:p-px {
        padding: 1px !important;
    }

    .sm\:p-0\.5 {
        padding: 0.125rem !important;
    }

    .sm\:p-1\.5 {
        padding: 0.375rem !important;
    }

    .sm\:p-2\.5 {
        padding: 0.625rem !important;
    }

    .sm\:p-3\.5 {
        padding: 0.875rem !important;
    }

    .sm\:px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .sm\:px-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .sm\:px-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .sm\:px-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .sm\:px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .sm\:px-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .sm\:px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .sm\:px-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }

    .sm\:px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .sm\:px-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .sm\:px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .sm\:px-11 {
        padding-left: 2.75rem !important;
        padding-right: 2.75rem !important;
    }

    .sm\:px-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .sm\:px-14 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }

    .sm\:px-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .sm\:px-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .sm\:px-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .sm\:px-28 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }

    .sm\:px-32 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }

    .sm\:px-36 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }

    .sm\:px-40 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }

    .sm\:px-44 {
        padding-left: 11rem !important;
        padding-right: 11rem !important;
    }

    .sm\:px-48 {
        padding-left: 12rem !important;
        padding-right: 12rem !important;
    }

    .sm\:px-52 {
        padding-left: 13rem !important;
        padding-right: 13rem !important;
    }

    .sm\:px-56 {
        padding-left: 14rem !important;
        padding-right: 14rem !important;
    }

    .sm\:px-60 {
        padding-left: 15rem !important;
        padding-right: 15rem !important;
    }

    .sm\:px-64 {
        padding-left: 16rem !important;
        padding-right: 16rem !important;
    }

    .sm\:px-72 {
        padding-left: 18rem !important;
        padding-right: 18rem !important;
    }

    .sm\:px-80 {
        padding-left: 20rem !important;
        padding-right: 20rem !important;
    }

    .sm\:px-96 {
        padding-left: 24rem !important;
        padding-right: 24rem !important;
    }

    .sm\:px-px {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .sm\:px-0\.5 {
        padding-left: 0.125rem !important;
        padding-right: 0.125rem !important;
    }

    .sm\:px-1\.5 {
        padding-left: 0.375rem !important;
        padding-right: 0.375rem !important;
    }

    .sm\:px-2\.5 {
        padding-left: 0.625rem !important;
        padding-right: 0.625rem !important;
    }

    .sm\:px-3\.5 {
        padding-left: 0.875rem !important;
        padding-right: 0.875rem !important;
    }

    .sm\:py-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .sm\:py-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .sm\:py-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .sm\:py-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .sm\:py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .sm\:py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .sm\:py-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .sm\:py-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .sm\:py-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .sm\:py-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .sm\:py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .sm\:py-11 {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important;
    }

    .sm\:py-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .sm\:py-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .sm\:py-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .sm\:py-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .sm\:py-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .sm\:py-28 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .sm\:py-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .sm\:py-36 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .sm\:py-40 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .sm\:py-44 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }

    .sm\:py-48 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }

    .sm\:py-52 {
        padding-top: 13rem !important;
        padding-bottom: 13rem !important;
    }

    .sm\:py-56 {
        padding-top: 14rem !important;
        padding-bottom: 14rem !important;
    }

    .sm\:py-60 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
    }

    .sm\:py-64 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }

    .sm\:py-72 {
        padding-top: 18rem !important;
        padding-bottom: 18rem !important;
    }

    .sm\:py-80 {
        padding-top: 20rem !important;
        padding-bottom: 20rem !important;
    }

    .sm\:py-96 {
        padding-top: 24rem !important;
        padding-bottom: 24rem !important;
    }

    .sm\:py-px {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

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

    .sm\:py-1\.5 {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }

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

    .sm\:py-3\.5 {
        padding-top: 0.875rem !important;
        padding-bottom: 0.875rem !important;
    }

    .sm\:pt-0 {
        padding-top: 0px !important;
    }

    .sm\:pt-1 {
        padding-top: 0.25rem !important;
    }

    .sm\:pt-2 {
        padding-top: 0.5rem !important;
    }

    .sm\:pt-3 {
        padding-top: 0.75rem !important;
    }

    .sm\:pt-4 {
        padding-top: 1rem !important;
    }

    .sm\:pt-5 {
        padding-top: 1.25rem !important;
    }

    .sm\:pt-6 {
        padding-top: 1.5rem !important;
    }

    .sm\:pt-7 {
        padding-top: 1.75rem !important;
    }

    .sm\:pt-8 {
        padding-top: 2rem !important;
    }

    .sm\:pt-9 {
        padding-top: 2.25rem !important;
    }

    .sm\:pt-10 {
        padding-top: 2.5rem !important;
    }

    .sm\:pt-11 {
        padding-top: 2.75rem !important;
    }

    .sm\:pt-12 {
        padding-top: 3rem !important;
    }

    .sm\:pt-14 {
        padding-top: 3.5rem !important;
    }

    .sm\:pt-16 {
        padding-top: 4rem !important;
    }

    .sm\:pt-20 {
        padding-top: 5rem !important;
    }

    .sm\:pt-24 {
        padding-top: 6rem !important;
    }

    .sm\:pt-28 {
        padding-top: 7rem !important;
    }

    .sm\:pt-32 {
        padding-top: 8rem !important;
    }

    .sm\:pt-36 {
        padding-top: 9rem !important;
    }

    .sm\:pt-40 {
        padding-top: 10rem !important;
    }

    .sm\:pt-44 {
        padding-top: 11rem !important;
    }

    .sm\:pt-48 {
        padding-top: 12rem !important;
    }

    .sm\:pt-52 {
        padding-top: 13rem !important;
    }

    .sm\:pt-56 {
        padding-top: 14rem !important;
    }

    .sm\:pt-60 {
        padding-top: 15rem !important;
    }

    .sm\:pt-64 {
        padding-top: 16rem !important;
    }

    .sm\:pt-72 {
        padding-top: 18rem !important;
    }

    .sm\:pt-80 {
        padding-top: 20rem !important;
    }

    .sm\:pt-96 {
        padding-top: 24rem !important;
    }

    .sm\:pt-px {
        padding-top: 1px !important;
    }

    .sm\:pt-0\.5 {
        padding-top: 0.125rem !important;
    }

    .sm\:pt-1\.5 {
        padding-top: 0.375rem !important;
    }

    .sm\:pt-2\.5 {
        padding-top: 0.625rem !important;
    }

    .sm\:pt-3\.5 {
        padding-top: 0.875rem !important;
    }

    .sm\:pr-0 {
        padding-right: 0px !important;
    }

    .sm\:pr-1 {
        padding-right: 0.25rem !important;
    }

    .sm\:pr-2 {
        padding-right: 0.5rem !important;
    }

    .sm\:pr-3 {
        padding-right: 0.75rem !important;
    }

    .sm\:pr-4 {
        padding-right: 1rem !important;
    }

    .sm\:pr-5 {
        padding-right: 1.25rem !important;
    }

    .sm\:pr-6 {
        padding-right: 1.5rem !important;
    }

    .sm\:pr-7 {
        padding-right: 1.75rem !important;
    }

    .sm\:pr-8 {
        padding-right: 2rem !important;
    }

    .sm\:pr-9 {
        padding-right: 2.25rem !important;
    }

    .sm\:pr-10 {
        padding-right: 2.5rem !important;
    }

    .sm\:pr-11 {
        padding-right: 2.75rem !important;
    }

    .sm\:pr-12 {
        padding-right: 3rem !important;
    }

    .sm\:pr-14 {
        padding-right: 3.5rem !important;
    }

    .sm\:pr-16 {
        padding-right: 4rem !important;
    }

    .sm\:pr-20 {
        padding-right: 5rem !important;
    }

    .sm\:pr-24 {
        padding-right: 6rem !important;
    }

    .sm\:pr-28 {
        padding-right: 7rem !important;
    }

    .sm\:pr-32 {
        padding-right: 8rem !important;
    }

    .sm\:pr-36 {
        padding-right: 9rem !important;
    }

    .sm\:pr-40 {
        padding-right: 10rem !important;
    }

    .sm\:pr-44 {
        padding-right: 11rem !important;
    }

    .sm\:pr-48 {
        padding-right: 12rem !important;
    }

    .sm\:pr-52 {
        padding-right: 13rem !important;
    }

    .sm\:pr-56 {
        padding-right: 14rem !important;
    }

    .sm\:pr-60 {
        padding-right: 15rem !important;
    }

    .sm\:pr-64 {
        padding-right: 16rem !important;
    }

    .sm\:pr-72 {
        padding-right: 18rem !important;
    }

    .sm\:pr-80 {
        padding-right: 20rem !important;
    }

    .sm\:pr-96 {
        padding-right: 24rem !important;
    }

    .sm\:pr-px {
        padding-right: 1px !important;
    }

    .sm\:pr-0\.5 {
        padding-right: 0.125rem !important;
    }

    .sm\:pr-1\.5 {
        padding-right: 0.375rem !important;
    }

    .sm\:pr-2\.5 {
        padding-right: 0.625rem !important;
    }

    .sm\:pr-3\.5 {
        padding-right: 0.875rem !important;
    }

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

    .sm\:pb-1 {
        padding-bottom: 0.25rem !important;
    }

    .sm\:pb-2 {
        padding-bottom: 0.5rem !important;
    }

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

    .sm\:pb-4 {
        padding-bottom: 1rem !important;
    }

    .sm\:pb-5 {
        padding-bottom: 1.25rem !important;
    }

    .sm\:pb-6 {
        padding-bottom: 1.5rem !important;
    }

    .sm\:pb-7 {
        padding-bottom: 1.75rem !important;
    }

    .sm\:pb-8 {
        padding-bottom: 2rem !important;
    }

    .sm\:pb-9 {
        padding-bottom: 2.25rem !important;
    }

    .sm\:pb-10 {
        padding-bottom: 2.5rem !important;
    }

    .sm\:pb-11 {
        padding-bottom: 2.75rem !important;
    }

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

    .sm\:pb-14 {
        padding-bottom: 3.5rem !important;
    }

    .sm\:pb-16 {
        padding-bottom: 4rem !important;
    }

    .sm\:pb-20 {
        padding-bottom: 5rem !important;
    }

    .sm\:pb-24 {
        padding-bottom: 6rem !important;
    }

    .sm\:pb-28 {
        padding-bottom: 7rem !important;
    }

    .sm\:pb-32 {
        padding-bottom: 8rem !important;
    }

    .sm\:pb-36 {
        padding-bottom: 9rem !important;
    }

    .sm\:pb-40 {
        padding-bottom: 10rem !important;
    }

    .sm\:pb-44 {
        padding-bottom: 11rem !important;
    }

    .sm\:pb-48 {
        padding-bottom: 12rem !important;
    }

    .sm\:pb-52 {
        padding-bottom: 13rem !important;
    }

    .sm\:pb-56 {
        padding-bottom: 14rem !important;
    }

    .sm\:pb-60 {
        padding-bottom: 15rem !important;
    }

    .sm\:pb-64 {
        padding-bottom: 16rem !important;
    }

    .sm\:pb-72 {
        padding-bottom: 18rem !important;
    }

    .sm\:pb-80 {
        padding-bottom: 20rem !important;
    }

    .sm\:pb-96 {
        padding-bottom: 24rem !important;
    }

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

    .sm\:pb-0\.5 {
        padding-bottom: 0.125rem !important;
    }

    .sm\:pb-1\.5 {
        padding-bottom: 0.375rem !important;
    }

    .sm\:pb-2\.5 {
        padding-bottom: 0.625rem !important;
    }

    .sm\:pb-3\.5 {
        padding-bottom: 0.875rem !important;
    }

    .sm\:pl-0 {
        padding-left: 0px !important;
    }

    .sm\:pl-1 {
        padding-left: 0.25rem !important;
    }

    .sm\:pl-2 {
        padding-left: 0.5rem !important;
    }

    .sm\:pl-3 {
        padding-left: 0.75rem !important;
    }

    .sm\:pl-4 {
        padding-left: 1rem !important;
    }

    .sm\:pl-5 {
        padding-left: 1.25rem !important;
    }

    .sm\:pl-6 {
        padding-left: 1.5rem !important;
    }

    .sm\:pl-7 {
        padding-left: 1.75rem !important;
    }

    .sm\:pl-8 {
        padding-left: 2rem !important;
    }

    .sm\:pl-9 {
        padding-left: 2.25rem !important;
    }

    .sm\:pl-10 {
        padding-left: 2.5rem !important;
    }

    .sm\:pl-11 {
        padding-left: 2.75rem !important;
    }

    .sm\:pl-12 {
        padding-left: 3rem !important;
    }

    .sm\:pl-14 {
        padding-left: 3.5rem !important;
    }

    .sm\:pl-16 {
        padding-left: 4rem !important;
    }

    .sm\:pl-20 {
        padding-left: 5rem !important;
    }

    .sm\:pl-24 {
        padding-left: 6rem !important;
    }

    .sm\:pl-28 {
        padding-left: 7rem !important;
    }

    .sm\:pl-32 {
        padding-left: 8rem !important;
    }

    .sm\:pl-36 {
        padding-left: 9rem !important;
    }

    .sm\:pl-40 {
        padding-left: 10rem !important;
    }

    .sm\:pl-44 {
        padding-left: 11rem !important;
    }

    .sm\:pl-48 {
        padding-left: 12rem !important;
    }

    .sm\:pl-52 {
        padding-left: 13rem !important;
    }

    .sm\:pl-56 {
        padding-left: 14rem !important;
    }

    .sm\:pl-60 {
        padding-left: 15rem !important;
    }

    .sm\:pl-64 {
        padding-left: 16rem !important;
    }

    .sm\:pl-72 {
        padding-left: 18rem !important;
    }

    .sm\:pl-80 {
        padding-left: 20rem !important;
    }

    .sm\:pl-96 {
        padding-left: 24rem !important;
    }

    .sm\:pl-px {
        padding-left: 1px !important;
    }

    .sm\:pl-0\.5 {
        padding-left: 0.125rem !important;
    }

    .sm\:pl-1\.5 {
        padding-left: 0.375rem !important;
    }

    .sm\:pl-2\.5 {
        padding-left: 0.625rem !important;
    }

    .sm\:pl-3\.5 {
        padding-left: 0.875rem !important;
    }

    .sm\:text-left {
        text-align: left !important;
    }

    .sm\:text-center {
        text-align: center !important;
    }

    .sm\:text-right {
        text-align: right !important;
    }

    .sm\:text-justify {
        text-align: justify !important;
    }

    .sm\:align-baseline {
        vertical-align: baseline !important;
    }

    .sm\:align-top {
        vertical-align: top !important;
    }

    .sm\:align-middle {
        vertical-align: middle !important;
    }

    .sm\:align-bottom {
        vertical-align: bottom !important;
    }

    .sm\:align-text-top {
        vertical-align: text-top !important;
    }

    .sm\:align-text-bottom {
        vertical-align: text-bottom !important;
    }

    .sm\:font-sans {
        font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    }

    .sm\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
    }

    .sm\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
    }

    .sm\:text-xs {
        font-size: 0.75rem !important;
        line-height: 1rem !important;
    }

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

    .sm\:text-base {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }

    .sm\:text-lg {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
    }

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

    .sm\:text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }

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

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

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

    .sm\:text-6xl {
        font-size: 3.75rem !important;
        line-height: 1 !important;
    }

    .sm\:text-7xl {
        font-size: 4.5rem !important;
        line-height: 1 !important;
    }

    .sm\:text-8xl {
        font-size: 6rem !important;
        line-height: 1 !important;
    }

    .sm\:text-9xl {
        font-size: 8rem !important;
        line-height: 1 !important;
    }

    .sm\:font-thin {
        font-weight: 100 !important;
    }

    .sm\:font-extralight {
        font-weight: 200 !important;
    }

    .sm\:font-light {
        font-weight: 300 !important;
    }

    .sm\:font-normal {
        font-weight: 400 !important;
    }

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

    .sm\:font-semibold {
        font-weight: 600 !important;
    }

    .sm\:font-bold {
        font-weight: 700 !important;
    }

    .sm\:font-extrabold {
        font-weight: 800 !important;
    }

    .sm\:font-black {
        font-weight: 900 !important;
    }

    .sm\:uppercase {
        text-transform: uppercase !important;
    }

    .sm\:lowercase {
        text-transform: lowercase !important;
    }

    .sm\:capitalize {
        text-transform: capitalize !important;
    }

    .sm\:normal-case {
        text-transform: none !important;
    }

    .sm\:italic {
        font-style: italic !important;
    }

    .sm\:not-italic {
        font-style: normal !important;
    }

    .sm\:leading-3 {
        line-height: .75rem !important;
    }

    .sm\:leading-4 {
        line-height: 1rem !important;
    }

    .sm\:leading-5 {
        line-height: 1.25rem !important;
    }

    .sm\:leading-6 {
        line-height: 1.5rem !important;
    }

    .sm\:leading-7 {
        line-height: 1.75rem !important;
    }

    .sm\:leading-8 {
        line-height: 2rem !important;
    }

    .sm\:leading-9 {
        line-height: 2.25rem !important;
    }

    .sm\:leading-10 {
        line-height: 2.5rem !important;
    }

    .sm\:leading-none {
        line-height: 1 !important;
    }

    .sm\:leading-tight {
        line-height: 1.25 !important;
    }

    .sm\:leading-snug {
        line-height: 1.375 !important;
    }

    .sm\:leading-normal {
        line-height: 1.5 !important;
    }

    .sm\:leading-relaxed {
        line-height: 1.625 !important;
    }

    .sm\:leading-loose {
        line-height: 2 !important;
    }

    .sm\:text-transparent {
        color: transparent !important;
    }

    .sm\:text-current {
        color: currentColor !important;
    }

    .sm\:text-black {
        --tw-text-opacity: 1 !important;
        color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
    }

    .sm\:text-white {
        --tw-text-opacity: 1 !important;
        color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
    }

    .sm\:text-gray-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
    }

    .sm\:text-gray-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
    }

    .sm\:text-gray-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
    }

    .sm\:text-gray-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
    }

    .sm\:text-gray-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
    }

    .sm\:text-gray-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
    }

    .sm\:text-gray-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
    }

    .sm\:text-gray-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
    }

    .sm\:text-gray-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
    }

    .sm\:text-gray-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
    }

    .sm\:text-red-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
    }

    .sm\:text-red-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
    }

    .sm\:text-red-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
    }

    .sm\:text-red-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
    }

    .sm\:text-red-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
    }

    .sm\:text-red-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
    }

    .sm\:text-red-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
    }

    .sm\:text-red-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
    }

    .sm\:text-red-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
    }

    .sm\:text-red-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
    }

    .sm\:text-yellow-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
    }

    .sm\:text-yellow-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
    }

    .sm\:text-yellow-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
    }

    .sm\:text-yellow-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
    }

    .sm\:text-yellow-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
    }

    .sm\:text-yellow-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
    }

    .sm\:text-yellow-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
    }

    .sm\:text-yellow-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
    }

    .sm\:text-yellow-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
    }

    .sm\:text-yellow-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
    }

    .sm\:text-green-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
    }

    .sm\:text-green-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
    }

    .sm\:text-green-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
    }

    .sm\:text-green-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
    }

    .sm\:text-green-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
    }

    .sm\:text-green-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
    }

    .sm\:text-green-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
    }

    .sm\:text-green-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
    }

    .sm\:text-green-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
    }

    .sm\:text-green-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
    }

    .sm\:text-blue-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
    }

    .sm\:text-blue-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
    }

    .sm\:text-blue-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
    }

    .sm\:text-blue-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
    }

    .sm\:text-blue-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
    }

    .sm\:text-blue-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
    }

    .sm\:text-blue-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
    }

    .sm\:text-blue-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
    }

    .sm\:text-blue-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
    }

    .sm\:text-blue-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
    }

    .sm\:underline {
        text-decoration: underline !important;
    }

    .sm\:line-through {
        text-decoration: line-through !important;
    }

    .sm\:no-underline {
        text-decoration: none !important;
    }

    .sm\:opacity-0 {
        opacity: 0 !important;
    }

    .sm\:opacity-5 {
        opacity: 0.05 !important;
    }

    .sm\:opacity-10 {
        opacity: 0.1 !important;
    }

    .sm\:opacity-20 {
        opacity: 0.2 !important;
    }

    .sm\:opacity-25 {
        opacity: 0.25 !important;
    }

    .sm\:opacity-30 {
        opacity: 0.3 !important;
    }

    .sm\:opacity-40 {
        opacity: 0.4 !important;
    }

    .sm\:opacity-50 {
        opacity: 0.5 !important;
    }

    .sm\:opacity-60 {
        opacity: 0.6 !important;
    }

    .sm\:opacity-70 {
        opacity: 0.7 !important;
    }

    .sm\:opacity-75 {
        opacity: 0.75 !important;
    }

    .sm\:opacity-80 {
        opacity: 0.8 !important;
    }

    .sm\:opacity-90 {
        opacity: 0.9 !important;
    }

    .sm\:opacity-95 {
        opacity: 0.95 !important;
    }

    .sm\:opacity-100 {
        opacity: 1 !important;
    }

    .sm\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .sm\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .sm\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .sm\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .sm\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .sm\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .sm\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .sm\:shadow-none {
        --tw-shadow: 0 0 #0000 !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .sm\:outline-none {
        outline: 2px solid transparent !important;
        outline-offset: 2px !important;
    }

    .sm\:outline-white {
        outline: 2px dotted white !important;
        outline-offset: 2px !important;
    }

    .sm\:outline-black {
        outline: 2px dotted black !important;
        outline-offset: 2px !important;
    }

    .sm\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent !important;
        outline-offset: 2px !important;
    }

    .sm\:focus-within\:outline-white:focus-within {
        outline: 2px dotted white !important;
        outline-offset: 2px !important;
    }

    .sm\:focus-within\:outline-black:focus-within {
        outline: 2px dotted black !important;
        outline-offset: 2px !important;
    }

    .sm\:focus\:outline-none:focus {
        outline: 2px solid transparent !important;
        outline-offset: 2px !important;
    }

    .sm\:focus\:outline-white:focus {
        outline: 2px dotted white !important;
        outline-offset: 2px !important;
    }

    .sm\:focus\:outline-black:focus {
        outline: 2px dotted black !important;
        outline-offset: 2px !important;
    }

    .sm\:filter {
        --tw-blur: var(--tw-empty, ) !important;
        --tw-brightness: var(--tw-empty, ) !important;
        --tw-contrast: var(--tw-empty, ) !important;
        --tw-grayscale: var(--tw-empty, ) !important;
        --tw-hue-rotate: var(--tw-empty, ) !important;
        --tw-invert: var(--tw-empty, ) !important;
        --tw-saturate: var(--tw-empty, ) !important;
        --tw-sepia: var(--tw-empty, ) !important;
        --tw-drop-shadow: var(--tw-empty, ) !important;
        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) !important;
    }

    .sm\:filter-none {
        filter: none !important;
    }

    .sm\:drop-shadow-sm {
        --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05)) !important;
    }

    .sm\:drop-shadow {
        --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
    }

    .sm\:drop-shadow-md {
        --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
    }

    .sm\:drop-shadow-lg {
        --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
    }

    .sm\:drop-shadow-xl {
        --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
    }

    .sm\:drop-shadow-2xl {
        --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
    }

    .sm\:drop-shadow-none {
        --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
    }

    .sm\:transition-none {
        transition-property: none !important;
    }

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

    .sm\:transition {
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
        transition-duration: 150ms !important;
    }

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

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

    .sm\:transition-shadow {
        transition-property: box-shadow !important;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
        transition-duration: 150ms !important;
    }

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

@media (min-width: 10px) {
    .lg\:container {
        width: 100%;
    }

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

    .lg\:sr-only {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border-width: 0 !important;
    }

    .lg\:not-sr-only {
        position: static !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important;
    }

    .lg\:focus-within\:sr-only:focus-within {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border-width: 0 !important;
    }

    .lg\:focus-within\:not-sr-only:focus-within {
        position: static !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important;
    }

    .lg\:focus\:sr-only:focus {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border-width: 0 !important;
    }

    .lg\:focus\:not-sr-only:focus {
        position: static !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important;
    }

    .lg\:pointer-events-none {
        pointer-events: none !important;
    }

    .lg\:pointer-events-auto {
        pointer-events: auto !important;
    }

    .lg\:visible {
        visibility: visible !important;
    }

    .lg\:invisible {
        visibility: hidden !important;
    }

    .lg\:static {
        position: static !important;
    }

    .lg\:fixed {
        position: fixed !important;
    }

    .lg\:absolute {
        position: absolute !important;
    }

    .lg\:relative {
        position: relative !important;
    }

    .lg\:sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }

    .lg\:top-0 {
        top: 0px !important;
    }

    .lg\:top-1 {
        top: 0.25rem !important;
    }

    .lg\:top-2 {
        top: 0.5rem !important;
    }

    .lg\:top-3 {
        top: 0.75rem !important;
    }

    .lg\:top-4 {
        top: 1rem !important;
    }

    .lg\:top-5 {
        top: 1.25rem !important;
    }

    .lg\:top-6 {
        top: 1.5rem !important;
    }

    .lg\:top-7 {
        top: 1.75rem !important;
    }

    .lg\:top-8 {
        top: 2rem !important;
    }

    .lg\:top-9 {
        top: 2.25rem !important;
    }

    .lg\:top-10 {
        top: 2.5rem !important;
    }

    .lg\:top-11 {
        top: 2.75rem !important;
    }

    .lg\:top-12 {
        top: 3rem !important;
    }

    .lg\:top-14 {
        top: 3.5rem !important;
    }

    .lg\:top-16 {
        top: 4rem !important;
    }

    .lg\:top-20 {
        top: 5rem !important;
    }

    .lg\:top-24 {
        top: 6rem !important;
    }

    .lg\:top-28 {
        top: 7rem !important;
    }

    .lg\:top-32 {
        top: 8rem !important;
    }

    .lg\:top-36 {
        top: 9rem !important;
    }

    .lg\:top-40 {
        top: 10rem !important;
    }

    .lg\:top-44 {
        top: 11rem !important;
    }

    .lg\:top-48 {
        top: 12rem !important;
    }

    .lg\:top-52 {
        top: 13rem !important;
    }

    .lg\:top-56 {
        top: 14rem !important;
    }

    .lg\:top-60 {
        top: 15rem !important;
    }

    .lg\:top-64 {
        top: 16rem !important;
    }

    .lg\:top-72 {
        top: 18rem !important;
    }

    .lg\:top-80 {
        top: 20rem !important;
    }

    .lg\:top-96 {
        top: 24rem !important;
    }

    .lg\:top-auto {
        top: auto !important;
    }

    .lg\:top-px {
        top: 1px !important;
    }

    .lg\:top-0\.5 {
        top: 0.125rem !important;
    }

    .lg\:top-1\.5 {
        top: 0.375rem !important;
    }

    .lg\:top-2\.5 {
        top: 0.625rem !important;
    }

    .lg\:top-3\.5 {
        top: 0.875rem !important;
    }

    .lg\:-top-0 {
        top: 0px !important;
    }

    .lg\:-top-1 {
        top: -0.25rem !important;
    }

    .lg\:-top-2 {
        top: -0.5rem !important;
    }

    .lg\:-top-3 {
        top: -0.75rem !important;
    }

    .lg\:-top-4 {
        top: -1rem !important;
    }

    .lg\:-top-5 {
        top: -1.25rem !important;
    }

    .lg\:-top-6 {
        top: -1.5rem !important;
    }

    .lg\:-top-7 {
        top: -1.75rem !important;
    }

    .lg\:-top-8 {
        top: -2rem !important;
    }

    .lg\:-top-9 {
        top: -2.25rem !important;
    }

    .lg\:-top-10 {
        top: -2.5rem !important;
    }

    .lg\:-top-11 {
        top: -2.75rem !important;
    }

    .lg\:-top-12 {
        top: -3rem !important;
    }

    .lg\:-top-14 {
        top: -3.5rem !important;
    }

    .lg\:-top-16 {
        top: -4rem !important;
    }

    .lg\:-top-20 {
        top: -5rem !important;
    }

    .lg\:-top-24 {
        top: -6rem !important;
    }

    .lg\:-top-28 {
        top: -7rem !important;
    }

    .lg\:-top-32 {
        top: -8rem !important;
    }

    .lg\:-top-36 {
        top: -9rem !important;
    }

    .lg\:-top-40 {
        top: -10rem !important;
    }

    .lg\:-top-44 {
        top: -11rem !important;
    }

    .lg\:-top-48 {
        top: -12rem !important;
    }

    .lg\:-top-52 {
        top: -13rem !important;
    }

    .lg\:-top-56 {
        top: -14rem !important;
    }

    .lg\:-top-60 {
        top: -15rem !important;
    }

    .lg\:-top-64 {
        top: -16rem !important;
    }

    .lg\:-top-72 {
        top: -18rem !important;
    }

    .lg\:-top-80 {
        top: -20rem !important;
    }

    .lg\:-top-96 {
        top: -24rem !important;
    }

    .lg\:-top-px {
        top: -1px !important;
    }

    .lg\:-top-0\.5 {
        top: -0.125rem !important;
    }

    .lg\:-top-1\.5 {
        top: -0.375rem !important;
    }

    .lg\:-top-2\.5 {
        top: -0.625rem !important;
    }

    .lg\:-top-3\.5 {
        top: -0.875rem !important;
    }

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

    .lg\:top-1\/3 {
        top: 33.333333% !important;
    }

    .lg\:top-2\/3 {
        top: 66.666667% !important;
    }

    .lg\:top-1\/4 {
        top: 25% !important;
    }

    .lg\:top-2\/4 {
        top: 50% !important;
    }

    .lg\:top-3\/4 {
        top: 75% !important;
    }

    .lg\:top-full {
        top: 100% !important;
    }

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

    .lg\:-top-1\/3 {
        top: -33.333333% !important;
    }

    .lg\:-top-2\/3 {
        top: -66.666667% !important;
    }

    .lg\:-top-1\/4 {
        top: -25% !important;
    }

    .lg\:-top-2\/4 {
        top: -50% !important;
    }

    .lg\:-top-3\/4 {
        top: -75% !important;
    }

    .lg\:-top-full {
        top: -100% !important;
    }

    .lg\:right-0 {
        right: 0px !important;
    }

    .lg\:right-1 {
        right: 0.25rem !important;
    }

    .lg\:right-2 {
        right: 0.5rem !important;
    }

    .lg\:right-3 {
        right: 0.75rem !important;
    }

    .lg\:right-4 {
        right: 1rem !important;
    }

    .lg\:right-5 {
        right: 1.25rem !important;
    }

    .lg\:right-6 {
        right: 1.5rem !important;
    }

    .lg\:right-7 {
        right: 1.75rem !important;
    }

    .lg\:right-8 {
        right: 2rem !important;
    }

    .lg\:right-9 {
        right: 2.25rem !important;
    }

    .lg\:right-10 {
        right: 2.5rem !important;
    }

    .lg\:right-11 {
        right: 2.75rem !important;
    }

    .lg\:right-12 {
        right: 3rem !important;
    }

    .lg\:right-14 {
        right: 3.5rem !important;
    }

    .lg\:right-16 {
        right: 4rem !important;
    }

    .lg\:right-20 {
        right: 5rem !important;
    }

    .lg\:right-24 {
        right: 6rem !important;
    }

    .lg\:right-28 {
        right: 7rem !important;
    }

    .lg\:right-32 {
        right: 8rem !important;
    }

    .lg\:right-36 {
        right: 9rem !important;
    }

    .lg\:right-40 {
        right: 10rem !important;
    }

    .lg\:right-44 {
        right: 11rem !important;
    }

    .lg\:right-48 {
        right: 12rem !important;
    }

    .lg\:right-52 {
        right: 13rem !important;
    }

    .lg\:right-56 {
        right: 14rem !important;
    }

    .lg\:right-60 {
        right: 15rem !important;
    }

    .lg\:right-64 {
        right: 16rem !important;
    }

    .lg\:right-72 {
        right: 18rem !important;
    }

    .lg\:right-80 {
        right: 20rem !important;
    }

    .lg\:right-96 {
        right: 24rem !important;
    }

    .lg\:right-auto {
        right: auto !important;
    }

    .lg\:right-px {
        right: 1px !important;
    }

    .lg\:right-0\.5 {
        right: 0.125rem !important;
    }

    .lg\:right-1\.5 {
        right: 0.375rem !important;
    }

    .lg\:right-2\.5 {
        right: 0.625rem !important;
    }

    .lg\:right-3\.5 {
        right: 0.875rem !important;
    }

    .lg\:-right-0 {
        right: 0px !important;
    }

    .lg\:-right-1 {
        right: -0.25rem !important;
    }

    .lg\:-right-2 {
        right: -0.5rem !important;
    }

    .lg\:-right-3 {
        right: -0.75rem !important;
    }

    .lg\:-right-4 {
        right: -1rem !important;
    }

    .lg\:-right-5 {
        right: -1.25rem !important;
    }

    .lg\:-right-6 {
        right: -1.5rem !important;
    }

    .lg\:-right-7 {
        right: -1.75rem !important;
    }

    .lg\:-right-8 {
        right: -2rem !important;
    }

    .lg\:-right-9 {
        right: -2.25rem !important;
    }

    .lg\:-right-10 {
        right: -2.5rem !important;
    }

    .lg\:-right-11 {
        right: -2.75rem !important;
    }

    .lg\:-right-12 {
        right: -3rem !important;
    }

    .lg\:-right-14 {
        right: -3.5rem !important;
    }

    .lg\:-right-16 {
        right: -4rem !important;
    }

    .lg\:-right-20 {
        right: -5rem !important;
    }

    .lg\:-right-24 {
        right: -6rem !important;
    }

    .lg\:-right-28 {
        right: -7rem !important;
    }

    .lg\:-right-32 {
        right: -8rem !important;
    }

    .lg\:-right-36 {
        right: -9rem !important;
    }

    .lg\:-right-40 {
        right: -10rem !important;
    }

    .lg\:-right-44 {
        right: -11rem !important;
    }

    .lg\:-right-48 {
        right: -12rem !important;
    }

    .lg\:-right-52 {
        right: -13rem !important;
    }

    .lg\:-right-56 {
        right: -14rem !important;
    }

    .lg\:-right-60 {
        right: -15rem !important;
    }

    .lg\:-right-64 {
        right: -16rem !important;
    }

    .lg\:-right-72 {
        right: -18rem !important;
    }

    .lg\:-right-80 {
        right: -20rem !important;
    }

    .lg\:-right-96 {
        right: -24rem !important;
    }

    .lg\:-right-px {
        right: -1px !important;
    }

    .lg\:-right-0\.5 {
        right: -0.125rem !important;
    }

    .lg\:-right-1\.5 {
        right: -0.375rem !important;
    }

    .lg\:-right-2\.5 {
        right: -0.625rem !important;
    }

    .lg\:-right-3\.5 {
        right: -0.875rem !important;
    }

    .lg\:right-1\/2 {
        right: 50% !important;
    }

    .lg\:right-1\/3 {
        right: 33.333333% !important;
    }

    .lg\:right-2\/3 {
        right: 66.666667% !important;
    }

    .lg\:right-1\/4 {
        right: 25% !important;
    }

    .lg\:right-2\/4 {
        right: 50% !important;
    }

    .lg\:right-3\/4 {
        right: 75% !important;
    }

    .lg\:right-full {
        right: 100% !important;
    }

    .lg\:-right-1\/2 {
        right: -50% !important;
    }

    .lg\:-right-1\/3 {
        right: -33.333333% !important;
    }

    .lg\:-right-2\/3 {
        right: -66.666667% !important;
    }

    .lg\:-right-1\/4 {
        right: -25% !important;
    }

    .lg\:-right-2\/4 {
        right: -50% !important;
    }

    .lg\:-right-3\/4 {
        right: -75% !important;
    }

    .lg\:-right-full {
        right: -100% !important;
    }

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

    .lg\:bottom-1 {
        bottom: 0.25rem !important;
    }

    .lg\:bottom-2 {
        bottom: 0.5rem !important;
    }

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

    .lg\:bottom-4 {
        bottom: 1rem !important;
    }

    .lg\:bottom-5 {
        bottom: 1.25rem !important;
    }

    .lg\:bottom-6 {
        bottom: 1.5rem !important;
    }

    .lg\:bottom-7 {
        bottom: 1.75rem !important;
    }

    .lg\:bottom-8 {
        bottom: 2rem !important;
    }

    .lg\:bottom-9 {
        bottom: 2.25rem !important;
    }

    .lg\:bottom-10 {
        bottom: 2.5rem !important;
    }

    .lg\:bottom-11 {
        bottom: 2.75rem !important;
    }

    .lg\:bottom-12 {
        bottom: 3rem !important;
    }

    .lg\:bottom-14 {
        bottom: 3.5rem !important;
    }

    .lg\:bottom-16 {
        bottom: 4rem !important;
    }

    .lg\:bottom-20 {
        bottom: 5rem !important;
    }

    .lg\:bottom-24 {
        bottom: 6rem !important;
    }

    .lg\:bottom-28 {
        bottom: 7rem !important;
    }

    .lg\:bottom-32 {
        bottom: 8rem !important;
    }

    .lg\:bottom-36 {
        bottom: 9rem !important;
    }

    .lg\:bottom-40 {
        bottom: 10rem !important;
    }

    .lg\:bottom-44 {
        bottom: 11rem !important;
    }

    .lg\:bottom-48 {
        bottom: 12rem !important;
    }

    .lg\:bottom-52 {
        bottom: 13rem !important;
    }

    .lg\:bottom-56 {
        bottom: 14rem !important;
    }

    .lg\:bottom-60 {
        bottom: 15rem !important;
    }

    .lg\:bottom-64 {
        bottom: 16rem !important;
    }

    .lg\:bottom-72 {
        bottom: 18rem !important;
    }

    .lg\:bottom-80 {
        bottom: 20rem !important;
    }

    .lg\:bottom-96 {
        bottom: 24rem !important;
    }

    .lg\:bottom-auto {
        bottom: auto !important;
    }

    .lg\:bottom-px {
        bottom: 1px !important;
    }

    .lg\:bottom-0\.5 {
        bottom: 0.125rem !important;
    }

    .lg\:bottom-1\.5 {
        bottom: 0.375rem !important;
    }

    .lg\:bottom-2\.5 {
        bottom: 0.625rem !important;
    }

    .lg\:bottom-3\.5 {
        bottom: 0.875rem !important;
    }

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

    .lg\:-bottom-1 {
        bottom: -0.25rem !important;
    }

    .lg\:-bottom-2 {
        bottom: -0.5rem !important;
    }

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

    .lg\:-bottom-4 {
        bottom: -1rem !important;
    }

    .lg\:-bottom-5 {
        bottom: -1.25rem !important;
    }

    .lg\:-bottom-6 {
        bottom: -1.5rem !important;
    }

    .lg\:-bottom-7 {
        bottom: -1.75rem !important;
    }

    .lg\:-bottom-8 {
        bottom: -2rem !important;
    }

    .lg\:-bottom-9 {
        bottom: -2.25rem !important;
    }

    .lg\:-bottom-10 {
        bottom: -2.5rem !important;
    }

    .lg\:-bottom-11 {
        bottom: -2.75rem !important;
    }

    .lg\:-bottom-12 {
        bottom: -3rem !important;
    }

    .lg\:-bottom-14 {
        bottom: -3.5rem !important;
    }

    .lg\:-bottom-16 {
        bottom: -4rem !important;
    }

    .lg\:-bottom-20 {
        bottom: -5rem !important;
    }

    .lg\:-bottom-24 {
        bottom: -6rem !important;
    }

    .lg\:-bottom-28 {
        bottom: -7rem !important;
    }

    .lg\:-bottom-32 {
        bottom: -8rem !important;
    }

    .lg\:-bottom-36 {
        bottom: -9rem !important;
    }

    .lg\:-bottom-40 {
        bottom: -10rem !important;
    }

    .lg\:-bottom-44 {
        bottom: -11rem !important;
    }

    .lg\:-bottom-48 {
        bottom: -12rem !important;
    }

    .lg\:-bottom-52 {
        bottom: -13rem !important;
    }

    .lg\:-bottom-56 {
        bottom: -14rem !important;
    }

    .lg\:-bottom-60 {
        bottom: -15rem !important;
    }

    .lg\:-bottom-64 {
        bottom: -16rem !important;
    }

    .lg\:-bottom-72 {
        bottom: -18rem !important;
    }

    .lg\:-bottom-80 {
        bottom: -20rem !important;
    }

    .lg\:-bottom-96 {
        bottom: -24rem !important;
    }

    .lg\:-bottom-px {
        bottom: -1px !important;
    }

    .lg\:-bottom-0\.5 {
        bottom: -0.125rem !important;
    }

    .lg\:-bottom-1\.5 {
        bottom: -0.375rem !important;
    }

    .lg\:-bottom-2\.5 {
        bottom: -0.625rem !important;
    }

    .lg\:-bottom-3\.5 {
        bottom: -0.875rem !important;
    }

    .lg\:bottom-1\/2 {
        bottom: 50% !important;
    }

    .lg\:bottom-1\/3 {
        bottom: 33.333333% !important;
    }

    .lg\:bottom-2\/3 {
        bottom: 66.666667% !important;
    }

    .lg\:bottom-1\/4 {
        bottom: 25% !important;
    }

    .lg\:bottom-2\/4 {
        bottom: 50% !important;
    }

    .lg\:bottom-3\/4 {
        bottom: 75% !important;
    }

    .lg\:bottom-full {
        bottom: 100% !important;
    }

    .lg\:-bottom-1\/2 {
        bottom: -50% !important;
    }

    .lg\:-bottom-1\/3 {
        bottom: -33.333333% !important;
    }

    .lg\:-bottom-2\/3 {
        bottom: -66.666667% !important;
    }

    .lg\:-bottom-1\/4 {
        bottom: -25% !important;
    }

    .lg\:-bottom-2\/4 {
        bottom: -50% !important;
    }

    .lg\:-bottom-3\/4 {
        bottom: -75% !important;
    }

    .lg\:-bottom-full {
        bottom: -100% !important;
    }

    .lg\:left-0 {
        left: 0px !important;
    }

    .lg\:left-1 {
        left: 0.25rem !important;
    }

    .lg\:left-2 {
        left: 0.5rem !important;
    }

    .lg\:left-3 {
        left: 0.75rem !important;
    }

    .lg\:left-4 {
        left: 1rem !important;
    }

    .lg\:left-5 {
        left: 1.25rem !important;
    }

    .lg\:left-6 {
        left: 1.5rem !important;
    }

    .lg\:left-7 {
        left: 1.75rem !important;
    }

    .lg\:left-8 {
        left: 2rem !important;
    }

    .lg\:left-9 {
        left: 2.25rem !important;
    }

    .lg\:left-10 {
        left: 2.5rem !important;
    }

    .lg\:left-11 {
        left: 2.75rem !important;
    }

    .lg\:left-12 {
        left: 3rem !important;
    }

    .lg\:left-14 {
        left: 3.5rem !important;
    }

    .lg\:left-16 {
        left: 4rem !important;
    }

    .lg\:left-20 {
        left: 5rem !important;
    }

    .lg\:left-24 {
        left: 6rem !important;
    }

    .lg\:left-28 {
        left: 7rem !important;
    }

    .lg\:left-32 {
        left: 8rem !important;
    }

    .lg\:left-36 {
        left: 9rem !important;
    }

    .lg\:left-40 {
        left: 10rem !important;
    }

    .lg\:left-44 {
        left: 11rem !important;
    }

    .lg\:left-48 {
        left: 12rem !important;
    }

    .lg\:left-52 {
        left: 13rem !important;
    }

    .lg\:left-56 {
        left: 14rem !important;
    }

    .lg\:left-60 {
        left: 15rem !important;
    }

    .lg\:left-64 {
        left: 16rem !important;
    }

    .lg\:left-72 {
        left: 18rem !important;
    }

    .lg\:left-80 {
        left: 20rem !important;
    }

    .lg\:left-96 {
        left: 24rem !important;
    }

    .lg\:left-auto {
        left: auto !important;
    }

    .lg\:left-px {
        left: 1px !important;
    }

    .lg\:left-0\.5 {
        left: 0.125rem !important;
    }

    .lg\:left-1\.5 {
        left: 0.375rem !important;
    }

    .lg\:left-2\.5 {
        left: 0.625rem !important;
    }

    .lg\:left-3\.5 {
        left: 0.875rem !important;
    }

    .lg\:-left-0 {
        left: 0px !important;
    }

    .lg\:-left-1 {
        left: -0.25rem !important;
    }

    .lg\:-left-2 {
        left: -0.5rem !important;
    }

    .lg\:-left-3 {
        left: -0.75rem !important;
    }

    .lg\:-left-4 {
        left: -1rem !important;
    }

    .lg\:-left-5 {
        left: -1.25rem !important;
    }

    .lg\:-left-6 {
        left: -1.5rem !important;
    }

    .lg\:-left-7 {
        left: -1.75rem !important;
    }

    .lg\:-left-8 {
        left: -2rem !important;
    }

    .lg\:-left-9 {
        left: -2.25rem !important;
    }

    .lg\:-left-10 {
        left: -2.5rem !important;
    }

    .lg\:-left-11 {
        left: -2.75rem !important;
    }

    .lg\:-left-12 {
        left: -3rem !important;
    }

    .lg\:-left-14 {
        left: -3.5rem !important;
    }

    .lg\:-left-16 {
        left: -4rem !important;
    }

    .lg\:-left-20 {
        left: -5rem !important;
    }

    .lg\:-left-24 {
        left: -6rem !important;
    }

    .lg\:-left-28 {
        left: -7rem !important;
    }

    .lg\:-left-32 {
        left: -8rem !important;
    }

    .lg\:-left-36 {
        left: -9rem !important;
    }

    .lg\:-left-40 {
        left: -10rem !important;
    }

    .lg\:-left-44 {
        left: -11rem !important;
    }

    .lg\:-left-48 {
        left: -12rem !important;
    }

    .lg\:-left-52 {
        left: -13rem !important;
    }

    .lg\:-left-56 {
        left: -14rem !important;
    }

    .lg\:-left-60 {
        left: -15rem !important;
    }

    .lg\:-left-64 {
        left: -16rem !important;
    }

    .lg\:-left-72 {
        left: -18rem !important;
    }

    .lg\:-left-80 {
        left: -20rem !important;
    }

    .lg\:-left-96 {
        left: -24rem !important;
    }

    .lg\:-left-px {
        left: -1px !important;
    }

    .lg\:-left-0\.5 {
        left: -0.125rem !important;
    }

    .lg\:-left-1\.5 {
        left: -0.375rem !important;
    }

    .lg\:-left-2\.5 {
        left: -0.625rem !important;
    }

    .lg\:-left-3\.5 {
        left: -0.875rem !important;
    }

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

    .lg\:left-1\/3 {
        left: 33.333333% !important;
    }

    .lg\:left-2\/3 {
        left: 66.666667% !important;
    }

    .lg\:left-1\/4 {
        left: 25% !important;
    }

    .lg\:left-2\/4 {
        left: 50% !important;
    }

    .lg\:left-3\/4 {
        left: 75% !important;
    }

    .lg\:left-full {
        left: 100% !important;
    }

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

    .lg\:-left-1\/3 {
        left: -33.333333% !important;
    }

    .lg\:-left-2\/3 {
        left: -66.666667% !important;
    }

    .lg\:-left-1\/4 {
        left: -25% !important;
    }

    .lg\:-left-2\/4 {
        left: -50% !important;
    }

    .lg\:-left-3\/4 {
        left: -75% !important;
    }

    .lg\:-left-full {
        left: -100% !important;
    }

    .lg\:isolate {
        isolation: isolate !important;
    }

    .lg\:isolation-auto {
        isolation: auto !important;
    }

    .lg\:z-0 {
        z-index: 0 !important;
    }

    .lg\:z-10 {
        z-index: 10 !important;
    }

    .lg\:z-20 {
        z-index: 20 !important;
    }

    .lg\:z-30 {
        z-index: 30 !important;
    }

    .lg\:z-40 {
        z-index: 40 !important;
    }

    .lg\:z-50 {
        z-index: 50 !important;
    }

    .lg\:z-auto {
        z-index: auto !important;
    }

    .lg\:focus-within\:z-0:focus-within {
        z-index: 0 !important;
    }

    .lg\:focus-within\:z-10:focus-within {
        z-index: 10 !important;
    }

    .lg\:focus-within\:z-20:focus-within {
        z-index: 20 !important;
    }

    .lg\:focus-within\:z-30:focus-within {
        z-index: 30 !important;
    }

    .lg\:focus-within\:z-40:focus-within {
        z-index: 40 !important;
    }

    .lg\:focus-within\:z-50:focus-within {
        z-index: 50 !important;
    }

    .lg\:focus-within\:z-auto:focus-within {
        z-index: auto !important;
    }

    .lg\:focus\:z-0:focus {
        z-index: 0 !important;
    }

    .lg\:focus\:z-10:focus {
        z-index: 10 !important;
    }

    .lg\:focus\:z-20:focus {
        z-index: 20 !important;
    }

    .lg\:focus\:z-30:focus {
        z-index: 30 !important;
    }

    .lg\:focus\:z-40:focus {
        z-index: 40 !important;
    }

    .lg\:focus\:z-50:focus {
        z-index: 50 !important;
    }

    .lg\:focus\:z-auto:focus {
        z-index: auto !important;
    }

    .lg\:order-1 {
        order: 1 !important;
    }

    .lg\:order-2 {
        order: 2 !important;
    }

    .lg\:order-3 {
        order: 3 !important;
    }

    .lg\:order-4 {
        order: 4 !important;
    }

    .lg\:order-5 {
        order: 5 !important;
    }

    .lg\:order-6 {
        order: 6 !important;
    }

    .lg\:order-7 {
        order: 7 !important;
    }

    .lg\:order-8 {
        order: 8 !important;
    }

    .lg\:order-9 {
        order: 9 !important;
    }

    .lg\:order-10 {
        order: 10 !important;
    }

    .lg\:order-11 {
        order: 11 !important;
    }

    .lg\:order-12 {
        order: 12 !important;
    }

    .lg\:order-first {
        order: -9999 !important;
    }

    .lg\:order-last {
        order: 9999 !important;
    }

    .lg\:order-none {
        order: 0 !important;
    }

    .lg\:float-right {
        float: right !important;
    }

    .lg\:float-left {
        float: left !important;
    }

    .lg\:float-none {
        float: none !important;
    }

    .lg\:m-0 {
        margin: 0px !important;
    }

    .lg\:m-1 {
        margin: 0.25rem !important;
    }

    .lg\:m-2 {
        margin: 0.5rem !important;
    }

    .lg\:m-3 {
        margin: 0.75rem !important;
    }

    .lg\:m-4 {
        margin: 1rem !important;
    }

    .lg\:m-5 {
        margin: 1.25rem !important;
    }

    .lg\:m-6 {
        margin: 1.5rem !important;
    }

    .lg\:m-7 {
        margin: 1.75rem !important;
    }

    .lg\:m-8 {
        margin: 2rem !important;
    }

    .lg\:m-9 {
        margin: 2.25rem !important;
    }

    .lg\:m-10 {
        margin: 2.5rem !important;
    }

    .lg\:m-11 {
        margin: 2.75rem !important;
    }

    .lg\:m-12 {
        margin: 3rem !important;
    }

    .lg\:m-14 {
        margin: 3.5rem !important;
    }

    .lg\:m-16 {
        margin: 4rem !important;
    }

    .lg\:m-20 {
        margin: 5rem !important;
    }

    .lg\:m-24 {
        margin: 6rem !important;
    }

    .lg\:m-28 {
        margin: 7rem !important;
    }

    .lg\:m-32 {
        margin: 8rem !important;
    }

    .lg\:m-36 {
        margin: 9rem !important;
    }

    .lg\:m-40 {
        margin: 10rem !important;
    }

    .lg\:m-44 {
        margin: 11rem !important;
    }

    .lg\:m-48 {
        margin: 12rem !important;
    }

    .lg\:m-52 {
        margin: 13rem !important;
    }

    .lg\:m-56 {
        margin: 14rem !important;
    }

    .lg\:m-60 {
        margin: 15rem !important;
    }

    .lg\:m-64 {
        margin: 16rem !important;
    }

    .lg\:m-72 {
        margin: 18rem !important;
    }

    .lg\:m-80 {
        margin: 20rem !important;
    }

    .lg\:m-96 {
        margin: 24rem !important;
    }

    .lg\:m-auto {
        margin: auto !important;
    }

    .lg\:m-px {
        margin: 1px !important;
    }

    .lg\:m-0\.5 {
        margin: 0.125rem !important;
    }

    .lg\:m-1\.5 {
        margin: 0.375rem !important;
    }

    .lg\:m-2\.5 {
        margin: 0.625rem !important;
    }

    .lg\:m-3\.5 {
        margin: 0.875rem !important;
    }

    .lg\:mx-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .lg\:mx-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .lg\:mx-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .lg\:mx-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .lg\:mx-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .lg\:mx-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .lg\:mx-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .lg\:mx-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }

    .lg\:mx-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .lg\:mx-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .lg\:mx-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .lg\:mx-11 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important;
    }

    .lg\:mx-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .lg\:mx-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }

    .lg\:mx-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .lg\:mx-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .lg\:mx-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .lg\:mx-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .lg\:mx-32 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .lg\:mx-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .lg\:mx-40 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .lg\:mx-44 {
        margin-left: 11rem !important;
        margin-right: 11rem !important;
    }

    .lg\:mx-48 {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }

    .lg\:mx-52 {
        margin-left: 13rem !important;
        margin-right: 13rem !important;
    }

    .lg\:mx-56 {
        margin-left: 14rem !important;
        margin-right: 14rem !important;
    }

    .lg\:mx-60 {
        margin-left: 15rem !important;
        margin-right: 15rem !important;
    }

    .lg\:mx-64 {
        margin-left: 16rem !important;
        margin-right: 16rem !important;
    }

    .lg\:mx-72 {
        margin-left: 18rem !important;
        margin-right: 18rem !important;
    }

    .lg\:mx-80 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }

    .lg\:mx-96 {
        margin-left: 24rem !important;
        margin-right: 24rem !important;
    }

    .lg\:mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .lg\:mx-px {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    .lg\:mx-0\.5 {
        margin-left: 0.125rem !important;
        margin-right: 0.125rem !important;
    }

    .lg\:mx-1\.5 {
        margin-left: 0.375rem !important;
        margin-right: 0.375rem !important;
    }

    .lg\:mx-2\.5 {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }

    .lg\:mx-3\.5 {
        margin-left: 0.875rem !important;
        margin-right: 0.875rem !important;
    }

    .lg\:my-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .lg\:my-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .lg\:my-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .lg\:my-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .lg\:my-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .lg\:my-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .lg\:my-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .lg\:my-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .lg\:my-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .lg\:my-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .lg\:my-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .lg\:my-11 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }

    .lg\:my-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .lg\:my-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .lg\:my-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .lg\:my-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .lg\:my-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .lg\:my-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .lg\:my-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .lg\:my-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .lg\:my-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .lg\:my-44 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }

    .lg\:my-48 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    .lg\:my-52 {
        margin-top: 13rem !important;
        margin-bottom: 13rem !important;
    }

    .lg\:my-56 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .lg\:my-60 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }

    .lg\:my-64 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    .lg\:my-72 {
        margin-top: 18rem !important;
        margin-bottom: 18rem !important;
    }

    .lg\:my-80 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }

    .lg\:my-96 {
        margin-top: 24rem !important;
        margin-bottom: 24rem !important;
    }

    .lg\:my-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .lg\:my-px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .lg\:my-0\.5 {
        margin-top: 0.125rem !important;
        margin-bottom: 0.125rem !important;
    }

    .lg\:my-1\.5 {
        margin-top: 0.375rem !important;
        margin-bottom: 0.375rem !important;
    }

    .lg\:my-2\.5 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    .lg\:my-3\.5 {
        margin-top: 0.875rem !important;
        margin-bottom: 0.875rem !important;
    }

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

    .lg\:mt-1 {
        margin-top: 0.25rem !important;
    }

    .lg\:mt-2 {
        margin-top: 0.5rem !important;
    }

    .lg\:mt-3 {
        margin-top: 0.75rem !important;
    }

    .lg\:mt-4 {
        margin-top: 1rem !important;
    }

    .lg\:mt-5 {
        margin-top: 1.25rem !important;
    }

    .lg\:mt-6 {
        margin-top: 1.5rem !important;
    }

    .lg\:mt-7 {
        margin-top: 1.75rem !important;
    }

    .lg\:mt-8 {
        margin-top: 2rem !important;
    }

    .lg\:mt-9 {
        margin-top: 2.25rem !important;
    }

    .lg\:mt-10 {
        margin-top: 2.5rem !important;
    }

    .lg\:mt-11 {
        margin-top: 2.75rem !important;
    }

    .lg\:mt-12 {
        margin-top: 3rem !important;
    }

    .lg\:mt-14 {
        margin-top: 3.5rem !important;
    }

    .lg\:mt-16 {
        margin-top: 4rem !important;
    }

    .lg\:mt-20 {
        margin-top: 5rem !important;
    }

    .lg\:mt-24 {
        margin-top: 6rem !important;
    }

    .lg\:mt-28 {
        margin-top: 7rem !important;
    }

    .lg\:mt-32 {
        margin-top: 8rem !important;
    }

    .lg\:mt-36 {
        margin-top: 9rem !important;
    }

    .lg\:mt-40 {
        margin-top: 10rem !important;
    }

    .lg\:mt-44 {
        margin-top: 11rem !important;
    }

    .lg\:mt-48 {
        margin-top: 12rem !important;
    }

    .lg\:mt-52 {
        margin-top: 13rem !important;
    }

    .lg\:mt-56 {
        margin-top: 14rem !important;
    }

    .lg\:mt-60 {
        margin-top: 15rem !important;
    }

    .lg\:mt-64 {
        margin-top: 16rem !important;
    }

    .lg\:mt-72 {
        margin-top: 18rem !important;
    }

    .lg\:mt-80 {
        margin-top: 20rem !important;
    }

    .lg\:mt-96 {
        margin-top: 24rem !important;
    }

    .lg\:mt-auto {
        margin-top: auto !important;
    }

    .lg\:mt-px {
        margin-top: 1px !important;
    }

    .lg\:mt-0\.5 {
        margin-top: 0.125rem !important;
    }

    .lg\:mt-1\.5 {
        margin-top: 0.375rem !important;
    }

    .lg\:mt-2\.5 {
        margin-top: 0.625rem !important;
    }

    .lg\:mt-3\.5 {
        margin-top: 0.875rem !important;
    }

    .lg\:mr-0 {
        margin-right: 0px !important;
    }

    .lg\:mr-1 {
        margin-right: 0.25rem !important;
    }

    .lg\:mr-2 {
        margin-right: 0.5rem !important;
    }

    .lg\:mr-3 {
        margin-right: 0.75rem !important;
    }

    .lg\:mr-4 {
        margin-right: 1rem !important;
    }

    .lg\:mr-5 {
        margin-right: 1.25rem !important;
    }

    .lg\:mr-6 {
        margin-right: 1.5rem !important;
    }

    .lg\:mr-7 {
        margin-right: 1.75rem !important;
    }

    .lg\:mr-8 {
        margin-right: 2rem !important;
    }

    .lg\:mr-9 {
        margin-right: 2.25rem !important;
    }

    .lg\:mr-10 {
        margin-right: 2.5rem !important;
    }

    .lg\:mr-11 {
        margin-right: 2.75rem !important;
    }

    .lg\:mr-12 {
        margin-right: 3rem !important;
    }

    .lg\:mr-14 {
        margin-right: 3.5rem !important;
    }

    .lg\:mr-16 {
        margin-right: 4rem !important;
    }

    .lg\:mr-20 {
        margin-right: 5rem !important;
    }

    .lg\:mr-24 {
        margin-right: 6rem !important;
    }

    .lg\:mr-28 {
        margin-right: 7rem !important;
    }

    .lg\:mr-32 {
        margin-right: 8rem !important;
    }

    .lg\:mr-36 {
        margin-right: 9rem !important;
    }

    .lg\:mr-40 {
        margin-right: 10rem !important;
    }

    .lg\:mr-44 {
        margin-right: 11rem !important;
    }

    .lg\:mr-48 {
        margin-right: 12rem !important;
    }

    .lg\:mr-52 {
        margin-right: 13rem !important;
    }

    .lg\:mr-56 {
        margin-right: 14rem !important;
    }

    .lg\:mr-60 {
        margin-right: 15rem !important;
    }

    .lg\:mr-64 {
        margin-right: 16rem !important;
    }

    .lg\:mr-72 {
        margin-right: 18rem !important;
    }

    .lg\:mr-80 {
        margin-right: 20rem !important;
    }

    .lg\:mr-96 {
        margin-right: 24rem !important;
    }

    .lg\:mr-auto {
        margin-right: auto !important;
    }

    .lg\:mr-px {
        margin-right: 1px !important;
    }

    .lg\:mr-0\.5 {
        margin-right: 0.125rem !important;
    }

    .lg\:mr-1\.5 {
        margin-right: 0.375rem !important;
    }

    .lg\:mr-2\.5 {
        margin-right: 0.625rem !important;
    }

    .lg\:mr-3\.5 {
        margin-right: 0.875rem !important;
    }

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

    .lg\:mb-1 {
        margin-bottom: 0.25rem !important;
    }

    .lg\:mb-2 {
        margin-bottom: 0.5rem !important;
    }

    .lg\:mb-3 {
        margin-bottom: 0.75rem !important;
    }

    .lg\:mb-4 {
        margin-bottom: 1rem !important;
    }

    .lg\:mb-5 {
        margin-bottom: 1.25rem !important;
    }

    .lg\:mb-6 {
        margin-bottom: 1.5rem !important;
    }

    .lg\:mb-7 {
        margin-bottom: 1.75rem !important;
    }

    .lg\:mb-8 {
        margin-bottom: 2rem !important;
    }

    .lg\:mb-9 {
        margin-bottom: 2.25rem !important;
    }

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

    .lg\:mb-11 {
        margin-bottom: 2.75rem !important;
    }

    .lg\:mb-12 {
        margin-bottom: 3rem !important;
    }

    .lg\:mb-14 {
        margin-bottom: 3.5rem !important;
    }

    .lg\:mb-16 {
        margin-bottom: 4rem !important;
    }

    .lg\:mb-20 {
        margin-bottom: 5rem !important;
    }

    .lg\:mb-24 {
        margin-bottom: 6rem !important;
    }

    .lg\:mb-28 {
        margin-bottom: 7rem !important;
    }

    .lg\:mb-32 {
        margin-bottom: 8rem !important;
    }

    .lg\:mb-36 {
        margin-bottom: 9rem !important;
    }

    .lg\:mb-40 {
        margin-bottom: 10rem !important;
    }

    .lg\:mb-44 {
        margin-bottom: 11rem !important;
    }

    .lg\:mb-48 {
        margin-bottom: 12rem !important;
    }

    .lg\:mb-52 {
        margin-bottom: 13rem !important;
    }

    .lg\:mb-56 {
        margin-bottom: 14rem !important;
    }

    .lg\:mb-60 {
        margin-bottom: 15rem !important;
    }

    .lg\:mb-64 {
        margin-bottom: 16rem !important;
    }

    .lg\:mb-72 {
        margin-bottom: 18rem !important;
    }

    .lg\:mb-80 {
        margin-bottom: 20rem !important;
    }

    .lg\:mb-96 {
        margin-bottom: 24rem !important;
    }

    .lg\:mb-auto {
        margin-bottom: auto !important;
    }

    .lg\:mb-px {
        margin-bottom: 1px !important;
    }

    .lg\:mb-0\.5 {
        margin-bottom: 0.125rem !important;
    }

    .lg\:mb-1\.5 {
        margin-bottom: 0.375rem !important;
    }

    .lg\:mb-2\.5 {
        margin-bottom: 0.625rem !important;
    }

    .lg\:mb-3\.5 {
        margin-bottom: 0.875rem !important;
    }

    .lg\:ml-0 {
        margin-left: 0px !important;
    }

    .lg\:ml-1 {
        margin-left: 0.25rem !important;
    }

    .lg\:ml-2 {
        margin-left: 0.5rem !important;
    }

    .lg\:ml-3 {
        margin-left: 0.75rem !important;
    }

    .lg\:ml-4 {
        margin-left: 1rem !important;
    }

    .lg\:ml-5 {
        margin-left: 1.25rem !important;
    }

    .lg\:ml-6 {
        margin-left: 1.5rem !important;
    }

    .lg\:ml-7 {
        margin-left: 1.75rem !important;
    }

    .lg\:ml-8 {
        margin-left: 2rem !important;
    }

    .lg\:ml-9 {
        margin-left: 2.25rem !important;
    }

    .lg\:ml-10 {
        margin-left: 2.5rem !important;
    }

    .lg\:ml-11 {
        margin-left: 2.75rem !important;
    }

    .lg\:ml-12 {
        margin-left: 3rem !important;
    }

    .lg\:ml-14 {
        margin-left: 3.5rem !important;
    }

    .lg\:ml-16 {
        margin-left: 4rem !important;
    }

    .lg\:ml-20 {
        margin-left: 5rem !important;
    }

    .lg\:ml-24 {
        margin-left: 6rem !important;
    }

    .lg\:ml-28 {
        margin-left: 7rem !important;
    }

    .lg\:ml-32 {
        margin-left: 8rem !important;
    }

    .lg\:ml-36 {
        margin-left: 9rem !important;
    }

    .lg\:ml-40 {
        margin-left: 10rem !important;
    }

    .lg\:ml-44 {
        margin-left: 11rem !important;
    }

    .lg\:ml-48 {
        margin-left: 12rem !important;
    }

    .lg\:ml-52 {
        margin-left: 13rem !important;
    }

    .lg\:ml-56 {
        margin-left: 14rem !important;
    }

    .lg\:ml-60 {
        margin-left: 15rem !important;
    }

    .lg\:ml-64 {
        margin-left: 16rem !important;
    }

    .lg\:ml-72 {
        margin-left: 18rem !important;
    }

    .lg\:ml-80 {
        margin-left: 20rem !important;
    }

    .lg\:ml-96 {
        margin-left: 24rem !important;
    }

    .lg\:ml-auto {
        margin-left: auto !important;
    }

    .lg\:ml-px {
        margin-left: 1px !important;
    }

    .lg\:ml-0\.5 {
        margin-left: 0.125rem !important;
    }

    .lg\:ml-1\.5 {
        margin-left: 0.375rem !important;
    }

    .lg\:ml-2\.5 {
        margin-left: 0.625rem !important;
    }

    .lg\:ml-3\.5 {
        margin-left: 0.875rem !important;
    }

    .lg\:box-border {
        box-sizing: border-box !important;
    }

    .lg\:box-content {
        box-sizing: content-box !important;
    }

    .lg\:block {
        display: block !important;
    }

    .lg\:inline-block {
        display: inline-block !important;
    }

    .lg\:inline {
        display: inline !important;
    }

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

    .lg\:inline-flex {
        display: inline-flex !important;
    }

    .lg\:flow-root {
        display: flow-root !important;
    }

    .lg\:contents {
        display: contents !important;
    }

    .lg\:list-item {
        display: list-item !important;
    }

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

    .lg\:h-0 {
        height: 0px !important;
    }

    .lg\:h-1 {
        height: 0.25rem !important;
    }

    .lg\:h-2 {
        height: 0.5rem !important;
    }

    .lg\:h-3 {
        height: 0.75rem !important;
    }

    .lg\:h-4 {
        height: 1rem !important;
    }

    .lg\:h-5 {
        height: 1.25rem !important;
    }

    .lg\:h-6 {
        height: 1.5rem !important;
    }

    .lg\:h-7 {
        height: 1.75rem !important;
    }

    .lg\:h-8 {
        height: 2rem !important;
    }

    .lg\:h-9 {
        height: 2.25rem !important;
    }

    .lg\:h-10 {
        height: 2.5rem !important;
    }

    .lg\:h-11 {
        height: 2.75rem !important;
    }

    .lg\:h-12 {
        height: 3rem !important;
    }

    .lg\:h-14 {
        height: 3.5rem !important;
    }

    .lg\:h-16 {
        height: 4rem !important;
    }

    .lg\:h-20 {
        height: 5rem !important;
    }

    .lg\:h-24 {
        height: 6rem !important;
    }

    .lg\:h-28 {
        height: 7rem !important;
    }

    .lg\:h-32 {
        height: 8rem !important;
    }

    .lg\:h-36 {
        height: 9rem !important;
    }

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

    .lg\:h-44 {
        height: 11rem !important;
    }

    .lg\:h-48 {
        height: 12rem !important;
    }

    .lg\:h-52 {
        height: 13rem !important;
    }

    .lg\:h-56 {
        height: 14rem !important;
    }

    .lg\:h-60 {
        height: 15rem !important;
    }

    .lg\:h-64 {
        height: 16rem !important;
    }

    .lg\:h-72 {
        height: 18rem !important;
    }

    .lg\:h-80 {
        height: 20rem !important;
    }

    .lg\:h-96 {
        height: 24rem !important;
    }

    .lg\:h-auto {
        height: auto !important;
    }

    .lg\:h-px {
        height: 1px !important;
    }

    .lg\:h-0\.5 {
        height: 0.125rem !important;
    }

    .lg\:h-1\.5 {
        height: 0.375rem !important;
    }

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

    .lg\:h-3\.5 {
        height: 0.875rem !important;
    }

    .lg\:h-1\/2 {
        height: 50% !important;
    }

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

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

    .lg\:h-1\/4 {
        height: 25% !important;
    }

    .lg\:h-2\/4 {
        height: 50% !important;
    }

    .lg\:h-3\/4 {
        height: 75% !important;
    }

    .lg\:h-1\/5 {
        height: 20% !important;
    }

    .lg\:h-2\/5 {
        height: 40% !important;
    }

    .lg\:h-3\/5 {
        height: 60% !important;
    }

    .lg\:h-4\/5 {
        height: 80% !important;
    }

    .lg\:h-1\/6 {
        height: 16.666667% !important;
    }

    .lg\:h-2\/6 {
        height: 33.333333% !important;
    }

    .lg\:h-3\/6 {
        height: 50% !important;
    }

    .lg\:h-4\/6 {
        height: 66.666667% !important;
    }

    .lg\:h-5\/6 {
        height: 83.333333% !important;
    }

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

    .lg\:h-screen {
        height: 100vh !important;
    }

    .lg\:max-h-0 {
        max-height: 0px !important;
    }

    .lg\:max-h-1 {
        max-height: 0.25rem !important;
    }

    .lg\:max-h-2 {
        max-height: 0.5rem !important;
    }

    .lg\:max-h-3 {
        max-height: 0.75rem !important;
    }

    .lg\:max-h-4 {
        max-height: 1rem !important;
    }

    .lg\:max-h-5 {
        max-height: 1.25rem !important;
    }

    .lg\:max-h-6 {
        max-height: 1.5rem !important;
    }

    .lg\:max-h-7 {
        max-height: 1.75rem !important;
    }

    .lg\:max-h-8 {
        max-height: 2rem !important;
    }

    .lg\:max-h-9 {
        max-height: 2.25rem !important;
    }

    .lg\:max-h-10 {
        max-height: 2.5rem !important;
    }

    .lg\:max-h-11 {
        max-height: 2.75rem !important;
    }

    .lg\:max-h-12 {
        max-height: 3rem !important;
    }

    .lg\:max-h-14 {
        max-height: 3.5rem !important;
    }

    .lg\:max-h-16 {
        max-height: 4rem !important;
    }

    .lg\:max-h-20 {
        max-height: 5rem !important;
    }

    .lg\:max-h-24 {
        max-height: 6rem !important;
    }

    .lg\:max-h-28 {
        max-height: 7rem !important;
    }

    .lg\:max-h-32 {
        max-height: 8rem !important;
    }

    .lg\:max-h-36 {
        max-height: 9rem !important;
    }

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

    .lg\:max-h-44 {
        max-height: 11rem !important;
    }

    .lg\:max-h-48 {
        max-height: 12rem !important;
    }

    .lg\:max-h-52 {
        max-height: 13rem !important;
    }

    .lg\:max-h-56 {
        max-height: 14rem !important;
    }

    .lg\:max-h-60 {
        max-height: 15rem !important;
    }

    .lg\:max-h-64 {
        max-height: 16rem !important;
    }

    .lg\:max-h-72 {
        max-height: 18rem !important;
    }

    .lg\:max-h-80 {
        max-height: 20rem !important;
    }

    .lg\:max-h-96 {
        max-height: 24rem !important;
    }

    .lg\:max-h-px {
        max-height: 1px !important;
    }

    .lg\:max-h-0\.5 {
        max-height: 0.125rem !important;
    }

    .lg\:max-h-1\.5 {
        max-height: 0.375rem !important;
    }

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

    .lg\:max-h-3\.5 {
        max-height: 0.875rem !important;
    }

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

    .lg\:max-h-screen {
        max-height: 100vh !important;
    }

    .lg\:min-h-0 {
        min-height: 0px !important;
    }

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

    .lg\:min-h-screen {
        min-height: 100vh !important;
    }

    .lg\:w-0 {
        width: 0px !important;
    }

    .lg\:w-1 {
        width: 0.25rem !important;
    }

    .lg\:w-2 {
        width: 0.5rem !important;
    }

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

    .lg\:w-4 {
        width: 1rem !important;
    }

    .lg\:w-5 {
        width: 1.25rem !important;
    }

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

    .lg\:w-7 {
        width: 1.75rem !important;
    }

    .lg\:w-8 {
        width: 2rem !important;
    }

    .lg\:w-9 {
        width: 2.25rem !important;
    }

    .lg\:w-10 {
        width: 2.5rem !important;
    }

    .lg\:w-11 {
        width: 2.75rem !important;
    }

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

    .lg\:w-14 {
        width: 3.5rem !important;
    }

    .lg\:w-16 {
        width: 4rem !important;
    }

    .lg\:w-20 {
        width: 5rem !important;
    }

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

    .lg\:w-28 {
        width: 7rem !important;
    }

    .lg\:w-32 {
        width: 8rem !important;
    }

    .lg\:w-36 {
        width: 9rem !important;
    }

    .lg\:w-40 {
        width: 10rem !important;
    }

    .lg\:w-44 {
        width: 11rem !important;
    }

    .lg\:w-48 {
        width: 12rem !important;
    }

    .lg\:w-52 {
        width: 13rem !important;
    }

    .lg\:w-56 {
        width: 14rem !important;
    }

    .lg\:w-60 {
        width: 15rem !important;
    }

    .lg\:w-64 {
        width: 16rem !important;
    }

    .lg\:w-72 {
        width: 18rem !important;
    }

    .lg\:w-80 {
        width: 20rem !important;
    }

    .lg\:w-96 {
        width: 24rem !important;
    }

    .lg\:w-auto {
        width: auto !important;
    }

    .lg\:w-px {
        width: 1px !important;
    }

    .lg\:w-0\.5 {
        width: 0.125rem !important;
    }

    .lg\:w-1\.5 {
        width: 0.375rem !important;
    }

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

    .lg\:w-3\.5 {
        width: 0.875rem !important;
    }

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

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

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

    .lg\:w-1\/4 {
        width: 25% !important;
    }

    .lg\:w-2\/4 {
        width: 50% !important;
    }

    .lg\:w-3\/4 {
        width: 75% !important;
    }

    .lg\:w-1\/5 {
        width: 20% !important;
    }

    .lg\:w-2\/5 {
        width: 40% !important;
    }

    .lg\:w-3\/5 {
        width: 60% !important;
    }

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

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

    .lg\:w-2\/6 {
        width: 33.333333% !important;
    }

    .lg\:w-3\/6 {
        width: 50% !important;
    }

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

    .lg\:w-5\/6 {
        width: 83.333333% !important;
    }

    .lg\:w-1\/12 {
        width: 8.333333% !important;
    }

    .lg\:w-2\/12 {
        width: 16.666667% !important;
    }

    .lg\:w-3\/12 {
        width: 25% !important;
    }

    .lg\:w-4\/12 {
        width: 33.333333% !important;
    }

    .lg\:w-5\/12 {
        width: 41.666667% !important;
    }

    .lg\:w-6\/12 {
        width: 50% !important;
    }

    .lg\:w-7\/12 {
        width: 58.333333% !important;
    }

    .lg\:w-8\/12 {
        width: 66.666667% !important;
    }

    .lg\:w-9\/12 {
        width: 75% !important;
    }

    .lg\:w-10\/12 {
        width: 83.333333% !important;
    }

    .lg\:w-11\/12 {
        width: 91.666667% !important;
    }

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

    .lg\:w-screen {
        width: 100vw !important;
    }

    .lg\:w-min {
        width: -webkit-min-content !important;
        width: -moz-min-content !important;
        width: min-content !important;
    }

    .lg\:w-max {
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important;
    }

    .lg\:min-w-0 {
        min-width: 0px !important;
    }

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

    .lg\:min-w-min {
        min-width: -webkit-min-content !important;
        min-width: -moz-min-content !important;
        min-width: min-content !important;
    }

    .lg\:min-w-max {
        min-width: -webkit-max-content !important;
        min-width: -moz-max-content !important;
        min-width: max-content !important;
    }

    .lg\:max-w-0 {
        max-width: 0rem !important;
    }

    .lg\:max-w-none {
        max-width: none !important;
    }

    .lg\:max-w-xs {
        max-width: 20rem !important;
    }

    .lg\:max-w-sm {
        max-width: 24rem !important;
    }

    .lg\:max-w-md {
        max-width: 28rem !important;
    }

    .lg\:max-w-lg {
        max-width: 32rem !important;
    }

    .lg\:max-w-xl {
        max-width: 36rem !important;
    }

    .lg\:max-w-2xl {
        max-width: 42rem !important;
    }

    .lg\:max-w-3xl {
        max-width: 48rem !important;
    }

    .lg\:max-w-4xl {
        max-width: 56rem !important;
    }

    .lg\:max-w-5xl {
        max-width: 64rem !important;
    }

    .lg\:max-w-6xl {
        max-width: 72rem !important;
    }

    .lg\:max-w-7xl {
        max-width: 80rem !important;
    }

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

    .lg\:max-w-min {
        max-width: -webkit-min-content !important;
        max-width: -moz-min-content !important;
        max-width: min-content !important;
    }

    .lg\:max-w-max {
        max-width: -webkit-max-content !important;
        max-width: -moz-max-content !important;
        max-width: max-content !important;
    }

    .lg\:max-w-prose {
        max-width: 65ch !important;
    }

    .lg\:max-w-screen-t {
        max-width: 10px !important;
    }

    .lg\:max-w-screen-xxs {
        max-width: 390px !important;
    }

    .lg\:max-w-screen-xs {
        max-width: 414px !important;
    }

    .lg\:max-w-screen-sm {
        max-width: 768px !important;
    }

    .lg\:max-w-screen-md {
        max-width: 810px !important;
    }

    .lg\:max-w-screen-lg {
        max-width: 1024px !important;
    }

    .lg\:max-w-screen-xl {
        max-width: 1280px !important;
    }

    .lg\:flex-1 {
        flex: 1 1 0% !important;
    }

    .lg\:flex-auto {
        flex: 1 1 auto !important;
    }

    .lg\:flex-initial {
        flex: 0 1 auto !important;
    }

    .lg\:flex-none {
        flex: none !important;
    }

    .lg\:flex-shrink-0 {
        flex-shrink: 0 !important;
    }

    .lg\:flex-shrink {
        flex-shrink: 1 !important;
    }

    .lg\:flex-grow-0 {
        flex-grow: 0 !important;
    }

    .lg\:flex-grow {
        flex-grow: 1 !important;
    }

    .lg\:border-collapse {
        border-collapse: collapse !important;
    }

    .lg\:border-separate {
        border-collapse: separate !important;
    }

    .lg\:transform {
        --tw-translate-x: 0 !important;
        --tw-translate-y: 0 !important;
        --tw-rotate: 0 !important;
        --tw-skew-x: 0 !important;
        --tw-skew-y: 0 !important;
        --tw-scale-x: 1 !important;
        --tw-scale-y: 1 !important;
        transform: translateX(var(--tw-translate-x)) translateY(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)) !important;
    }

    .lg\:transform-gpu {
        --tw-translate-x: 0 !important;
        --tw-translate-y: 0 !important;
        --tw-rotate: 0 !important;
        --tw-skew-x: 0 !important;
        --tw-skew-y: 0 !important;
        --tw-scale-x: 1 !important;
        --tw-scale-y: 1 !important;
        transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    }

    .lg\:transform-none {
        transform: none !important;
    }

    .lg\:translate-x-0 {
        --tw-translate-x: 0px !important;
    }

    .lg\:translate-y-0 {
        --tw-translate-y: 0px !important;
    }

    .lg\:rotate-0 {
        --tw-rotate: 0deg !important;
    }

    .lg\:rotate-1 {
        --tw-rotate: 1deg !important;
    }

    .lg\:rotate-2 {
        --tw-rotate: 2deg !important;
    }

    .lg\:rotate-3 {
        --tw-rotate: 3deg !important;
    }

    .lg\:rotate-6 {
        --tw-rotate: 6deg !important;
    }

    .lg\:rotate-12 {
        --tw-rotate: 12deg !important;
    }

    .lg\:rotate-45 {
        --tw-rotate: 45deg !important;
    }

    .lg\:rotate-90 {
        --tw-rotate: 90deg !important;
    }

    .lg\:rotate-180 {
        --tw-rotate: 180deg !important;
    }

    .lg\:-rotate-180 {
        --tw-rotate: -180deg !important;
    }

    .lg\:-rotate-90 {
        --tw-rotate: -90deg !important;
    }

    .lg\:-rotate-45 {
        --tw-rotate: -45deg !important;
    }

    .lg\:-rotate-12 {
        --tw-rotate: -12deg !important;
    }

    .lg\:-rotate-6 {
        --tw-rotate: -6deg !important;
    }

    .lg\:-rotate-3 {
        --tw-rotate: -3deg !important;
    }

    .lg\:-rotate-2 {
        --tw-rotate: -2deg !important;
    }

    .lg\:-rotate-1 {
        --tw-rotate: -1deg !important;
    }

    .lg\:cursor-auto {
        cursor: auto !important;
    }

    .lg\:cursor-default {
        cursor: default !important;
    }

    .lg\:cursor-pointer {
        cursor: pointer !important;
    }

    .lg\:cursor-wait {
        cursor: wait !important;
    }

    .lg\:cursor-text {
        cursor: text !important;
    }

    .lg\:cursor-move {
        cursor: move !important;
    }

    .lg\:cursor-help {
        cursor: help !important;
    }

    .lg\:cursor-not-allowed {
        cursor: not-allowed !important;
    }

    .lg\:select-none {
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }

    .lg\:select-text {
        -webkit-user-select: text !important;
        -moz-user-select: text !important;
        -ms-user-select: text !important;
        user-select: text !important;
    }

    .lg\:select-all {
        -webkit-user-select: all !important;
        -moz-user-select: all !important;
        user-select: all !important;
    }

    .lg\:select-auto {
        -webkit-user-select: auto !important;
        -moz-user-select: auto !important;
        -ms-user-select: auto !important;
        user-select: auto !important;
    }

    .lg\:resize-none {
        resize: none !important;
    }

    .lg\:resize-y {
        resize: vertical !important;
    }

    .lg\:resize-x {
        resize: horizontal !important;
    }

    .lg\:resize {
        resize: both !important;
    }

    .lg\:list-inside {
        list-style-position: inside !important;
    }

    .lg\:list-outside {
        list-style-position: outside !important;
    }

    .lg\:list-none {
        list-style-type: none !important;
    }

    .lg\:list-disc {
        list-style-type: disc !important;
    }

    .lg\:list-decimal {
        list-style-type: decimal !important;
    }

    .lg\:appearance-none {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
    }

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

    .lg\:flex-row-reverse {
        flex-direction: row-reverse !important;
    }

    .lg\:flex-col {
        flex-direction: column !important;
    }

    .lg\:flex-col-reverse {
        flex-direction: column-reverse !important;
    }

    .lg\:flex-wrap {
        flex-wrap: wrap !important;
    }

    .lg\:flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .lg\:flex-nowrap {
        flex-wrap: nowrap !important;
    }

    .lg\:content-center {
        align-content: center !important;
    }

    .lg\:content-start {
        align-content: flex-start !important;
    }

    .lg\:content-end {
        align-content: flex-end !important;
    }

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

    .lg\:content-around {
        align-content: space-around !important;
    }

    .lg\:content-evenly {
        align-content: space-evenly !important;
    }

    .lg\:items-start {
        align-items: flex-start !important;
    }

    .lg\:items-end {
        align-items: flex-end !important;
    }

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

    .lg\:items-baseline {
        align-items: baseline !important;
    }

    .lg\:items-stretch {
        align-items: stretch !important;
    }

    .lg\:justify-start {
        justify-content: flex-start !important;
    }

    .lg\:justify-end {
        justify-content: flex-end !important;
    }

    .lg\:justify-center {
        justify-content: center !important;
    }

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

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

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

    .lg\:justify-items-start {
        justify-items: start !important;
    }

    .lg\:justify-items-end {
        justify-items: end !important;
    }

    .lg\:justify-items-center {
        justify-items: center !important;
    }

    .lg\:justify-items-stretch {
        justify-items: stretch !important;
    }

    .lg\:self-auto {
        align-self: auto !important;
    }

    .lg\:self-start {
        align-self: flex-start !important;
    }

    .lg\:self-end {
        align-self: flex-end !important;
    }

    .lg\:self-center {
        align-self: center !important;
    }

    .lg\:self-stretch {
        align-self: stretch !important;
    }

    .lg\:self-baseline {
        align-self: baseline !important;
    }

    .lg\:justify-self-auto {
        justify-self: auto !important;
    }

    .lg\:justify-self-start {
        justify-self: start !important;
    }

    .lg\:justify-self-end {
        justify-self: end !important;
    }

    .lg\:justify-self-center {
        justify-self: center !important;
    }

    .lg\:justify-self-stretch {
        justify-self: stretch !important;
    }

    .lg\:overflow-auto {
        overflow: auto !important;
    }

    .lg\:overflow-hidden {
        overflow: hidden !important;
    }

    .lg\:overflow-visible {
        overflow: visible !important;
    }

    .lg\:overflow-scroll {
        overflow: scroll !important;
    }

    .lg\:overflow-x-auto {
        overflow-x: auto !important;
    }

    .lg\:overflow-y-auto {
        overflow-y: auto !important;
    }

    .lg\:overflow-x-hidden {
        overflow-x: hidden !important;
    }

    .lg\:overflow-y-hidden {
        overflow-y: hidden !important;
    }

    .lg\:overflow-x-visible {
        overflow-x: visible !important;
    }

    .lg\:overflow-y-visible {
        overflow-y: visible !important;
    }

    .lg\:overflow-x-scroll {
        overflow-x: scroll !important;
    }

    .lg\:overflow-y-scroll {
        overflow-y: scroll !important;
    }

    .lg\:overscroll-auto {
        -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
    }

    .lg\:overscroll-contain {
        -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
    }

    .lg\:overscroll-none {
        -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
    }

    .lg\:overscroll-y-auto {
        overscroll-behavior-y: auto !important;
    }

    .lg\:overscroll-y-contain {
        overscroll-behavior-y: contain !important;
    }

    .lg\:overscroll-y-none {
        overscroll-behavior-y: none !important;
    }

    .lg\:overscroll-x-auto {
        overscroll-behavior-x: auto !important;
    }

    .lg\:overscroll-x-contain {
        overscroll-behavior-x: contain !important;
    }

    .lg\:overscroll-x-none {
        overscroll-behavior-x: none !important;
    }

    .lg\:truncate {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .lg\:overflow-ellipsis {
        text-overflow: ellipsis !important;
    }

    .lg\:overflow-clip {
        text-overflow: clip !important;
    }

    .lg\:whitespace-normal {
        white-space: normal !important;
    }

    .lg\:whitespace-nowrap {
        white-space: nowrap !important;
    }

    .lg\:whitespace-pre {
        white-space: pre !important;
    }

    .lg\:whitespace-pre-line {
        white-space: pre-line !important;
    }

    .lg\:whitespace-pre-wrap {
        white-space: pre-wrap !important;
    }

    .lg\:break-normal {
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    .lg\:break-words {
        overflow-wrap: break-word !important;
    }

    .lg\:break-all {
        word-break: break-all !important;
    }

    .lg\:rounded-none {
        border-radius: 0px !important;
    }

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

    .lg\:rounded {
        border-radius: 0.25rem !important;
    }

    .lg\:rounded-md {
        border-radius: 0.375rem !important;
    }

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

    .lg\:rounded-xl {
        border-radius: 0.75rem !important;
    }

    .lg\:rounded-2xl {
        border-radius: 1rem !important;
    }

    .lg\:rounded-3xl {
        border-radius: 1.5rem !important;
    }

    .lg\:rounded-full {
        border-radius: 9999px !important;
    }

    .lg\:rounded-t {
        border-top-left-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
    }

    .lg\:border-0 {
        border-width: 0px !important;
    }

    .lg\:border-2 {
        border-width: 2px !important;
    }

    .lg\:border-4 {
        border-width: 4px !important;
    }

    .lg\:border-8 {
        border-width: 8px !important;
    }

    .lg\:border {
        border-width: 1px !important;
    }

    .lg\:border-solid {
        border-style: solid !important;
    }

    .lg\:border-dashed {
        border-style: dashed !important;
    }

    .lg\:border-dotted {
        border-style: dotted !important;
    }

    .lg\:border-double {
        border-style: double !important;
    }

    .lg\:border-none {
        border-style: none !important;
    }

    .lg\:border-transparent {
        border-color: transparent !important;
    }

    .lg\:border-current {
        border-color: currentColor !important;
    }

    .lg\:border-black {
        --tw-border-opacity: 1 !important;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
    }

    .lg\:border-white {
        --tw-border-opacity: 1 !important;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
    }

    .lg\:bg-transparent {
        background-color: transparent !important;
    }

    .lg\:bg-current {
        background-color: currentColor !important;
    }

    .lg\:bg-black {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
    }

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

    .lg\:bg-gray-50 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-gray-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-gray-200 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-gray-300 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-gray-400 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-gray-500 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-gray-600 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-gray-700 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-gray-800 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-gray-900 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-red-50 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-red-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-red-200 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-red-300 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-red-400 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-red-500 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-red-600 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-red-700 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-red-800 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-red-900 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
    }

    .lg\:bg-none {
        background-image: none !important;
    }

    .lg\:bg-auto {
        background-size: auto !important;
    }

    .lg\:bg-cover {
        background-size: cover !important;
    }

    .lg\:bg-contain {
        background-size: contain !important;
    }

    .lg\:bg-fixed {
        background-attachment: fixed !important;
    }

    .lg\:bg-local {
        background-attachment: local !important;
    }

    .lg\:bg-scroll {
        background-attachment: scroll !important;
    }

    .lg\:bg-clip-border {
        background-clip: border-box !important;
    }

    .lg\:bg-clip-padding {
        background-clip: padding-box !important;
    }

    .lg\:bg-clip-content {
        background-clip: content-box !important;
    }

    .lg\:bg-clip-text {
        -webkit-background-clip: text !important;
        background-clip: text !important;
    }

    .lg\:bg-bottom {
        background-position: bottom !important;
    }

    .lg\:bg-center {
        background-position: center !important;
    }

    .lg\:bg-left {
        background-position: left !important;
    }

    .lg\:bg-left-bottom {
        background-position: left bottom !important;
    }

    .lg\:bg-left-top {
        background-position: left top !important;
    }

    .lg\:bg-right {
        background-position: right !important;
    }

    .lg\:bg-right-bottom {
        background-position: right bottom !important;
    }

    .lg\:bg-right-top {
        background-position: right top !important;
    }

    .lg\:bg-top {
        background-position: top !important;
    }

    .lg\:bg-repeat {
        background-repeat: repeat !important;
    }

    .lg\:bg-no-repeat {
        background-repeat: no-repeat !important;
    }

    .lg\:bg-repeat-x {
        background-repeat: repeat-x !important;
    }

    .lg\:bg-repeat-y {
        background-repeat: repeat-y !important;
    }

    .lg\:bg-repeat-round {
        background-repeat: round !important;
    }

    .lg\:bg-repeat-space {
        background-repeat: space !important;
    }

    .lg\:bg-origin-border {
        background-origin: border-box !important;
    }

    .lg\:bg-origin-padding {
        background-origin: padding-box !important;
    }

    .lg\:bg-origin-content {
        background-origin: content-box !important;
    }

    .lg\:fill-current {
        fill: currentColor !important;
    }

    .lg\:stroke-current {
        stroke: currentColor !important;
    }

    .lg\:stroke-0 {
        stroke-width: 0 !important;
    }

    .lg\:stroke-1 {
        stroke-width: 1 !important;
    }

    .lg\:stroke-2 {
        stroke-width: 2 !important;
    }

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

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

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

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

    .lg\:object-scale-down {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }

    .lg\:p-0 {
        padding: 0px !important;
    }

    .lg\:p-1 {
        padding: 0.25rem !important;
    }

    .lg\:p-2 {
        padding: 0.5rem !important;
    }

    .lg\:p-3 {
        padding: 0.75rem !important;
    }

    .lg\:p-4 {
        padding: 1rem !important;
    }

    .lg\:p-5 {
        padding: 1.25rem !important;
    }

    .lg\:p-6 {
        padding: 1.5rem !important;
    }

    .lg\:p-7 {
        padding: 1.75rem !important;
    }

    .lg\:p-8 {
        padding: 2rem !important;
    }

    .lg\:p-9 {
        padding: 2.25rem !important;
    }

    .lg\:p-10 {
        padding: 2.5rem !important;
    }

    .lg\:p-11 {
        padding: 2.75rem !important;
    }

    .lg\:p-12 {
        padding: 3rem !important;
    }

    .lg\:p-14 {
        padding: 3.5rem !important;
    }

    .lg\:p-16 {
        padding: 4rem !important;
    }

    .lg\:p-20 {
        padding: 5rem !important;
    }

    .lg\:p-24 {
        padding: 6rem !important;
    }

    .lg\:p-28 {
        padding: 7rem !important;
    }

    .lg\:p-32 {
        padding: 8rem !important;
    }

    .lg\:p-36 {
        padding: 9rem !important;
    }

    .lg\:p-40 {
        padding: 10rem !important;
    }

    .lg\:p-44 {
        padding: 11rem !important;
    }

    .lg\:p-48 {
        padding: 12rem !important;
    }

    .lg\:p-52 {
        padding: 13rem !important;
    }

    .lg\:p-56 {
        padding: 14rem !important;
    }

    .lg\:p-60 {
        padding: 15rem !important;
    }

    .lg\:p-64 {
        padding: 16rem !important;
    }

    .lg\:p-72 {
        padding: 18rem !important;
    }

    .lg\:p-80 {
        padding: 20rem !important;
    }

    .lg\:p-96 {
        padding: 24rem !important;
    }

    .lg\:p-px {
        padding: 1px !important;
    }

    .lg\:p-0\.5 {
        padding: 0.125rem !important;
    }

    .lg\:p-1\.5 {
        padding: 0.375rem !important;
    }

    .lg\:p-2\.5 {
        padding: 0.625rem !important;
    }

    .lg\:p-3\.5 {
        padding: 0.875rem !important;
    }

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

    .lg\:px-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .lg\:px-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .lg\:px-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .lg\:px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .lg\:px-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .lg\:px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .lg\:px-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }

    .lg\:px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .lg\:px-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .lg\:px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .lg\:px-11 {
        padding-left: 2.75rem !important;
        padding-right: 2.75rem !important;
    }

    .lg\:px-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .lg\:px-14 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }

    .lg\:px-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .lg\:px-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .lg\:px-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .lg\:px-28 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }

    .lg\:px-32 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }

    .lg\:px-36 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }

    .lg\:px-40 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }

    .lg\:px-44 {
        padding-left: 11rem !important;
        padding-right: 11rem !important;
    }

    .lg\:px-48 {
        padding-left: 12rem !important;
        padding-right: 12rem !important;
    }

    .lg\:px-52 {
        padding-left: 13rem !important;
        padding-right: 13rem !important;
    }

    .lg\:px-56 {
        padding-left: 14rem !important;
        padding-right: 14rem !important;
    }

    .lg\:px-60 {
        padding-left: 15rem !important;
        padding-right: 15rem !important;
    }

    .lg\:px-64 {
        padding-left: 16rem !important;
        padding-right: 16rem !important;
    }

    .lg\:px-72 {
        padding-left: 18rem !important;
        padding-right: 18rem !important;
    }

    .lg\:px-80 {
        padding-left: 20rem !important;
        padding-right: 20rem !important;
    }

    .lg\:px-96 {
        padding-left: 24rem !important;
        padding-right: 24rem !important;
    }

    .lg\:px-px {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .lg\:px-0\.5 {
        padding-left: 0.125rem !important;
        padding-right: 0.125rem !important;
    }

    .lg\:px-1\.5 {
        padding-left: 0.375rem !important;
        padding-right: 0.375rem !important;
    }

    .lg\:px-2\.5 {
        padding-left: 0.625rem !important;
        padding-right: 0.625rem !important;
    }

    .lg\:px-3\.5 {
        padding-left: 0.875rem !important;
        padding-right: 0.875rem !important;
    }

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

    .lg\:py-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .lg\:py-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .lg\:py-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .lg\:py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .lg\:py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .lg\:py-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .lg\:py-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .lg\:py-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .lg\:py-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .lg\:py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .lg\:py-11 {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important;
    }

    .lg\:py-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .lg\:py-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .lg\:py-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .lg\:py-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .lg\:py-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .lg\:py-28 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .lg\:py-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .lg\:py-36 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .lg\:py-40 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .lg\:py-44 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }

    .lg\:py-48 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }

    .lg\:py-52 {
        padding-top: 13rem !important;
        padding-bottom: 13rem !important;
    }

    .lg\:py-56 {
        padding-top: 14rem !important;
        padding-bottom: 14rem !important;
    }

    .lg\:py-60 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
    }

    .lg\:py-64 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }

    .lg\:py-72 {
        padding-top: 18rem !important;
        padding-bottom: 18rem !important;
    }

    .lg\:py-80 {
        padding-top: 20rem !important;
        padding-bottom: 20rem !important;
    }

    .lg\:py-96 {
        padding-top: 24rem !important;
        padding-bottom: 24rem !important;
    }

    .lg\:py-px {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

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

    .lg\:py-1\.5 {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }

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

    .lg\:py-3\.5 {
        padding-top: 0.875rem !important;
        padding-bottom: 0.875rem !important;
    }

    .lg\:pt-0 {
        padding-top: 0px !important;
    }

    .lg\:pt-1 {
        padding-top: 0.25rem !important;
    }

    .lg\:pt-2 {
        padding-top: 0.5rem !important;
    }

    .lg\:pt-3 {
        padding-top: 0.75rem !important;
    }

    .lg\:pt-4 {
        padding-top: 1rem !important;
    }

    .lg\:pt-5 {
        padding-top: 1.25rem !important;
    }

    .lg\:pt-6 {
        padding-top: 1.5rem !important;
    }

    .lg\:pt-7 {
        padding-top: 1.75rem !important;
    }

    .lg\:pt-8 {
        padding-top: 2rem !important;
    }

    .lg\:pt-9 {
        padding-top: 2.25rem !important;
    }

    .lg\:pt-10 {
        padding-top: 2.5rem !important;
    }

    .lg\:pt-11 {
        padding-top: 2.75rem !important;
    }

    .lg\:pt-12 {
        padding-top: 3rem !important;
    }

    .lg\:pt-14 {
        padding-top: 3.5rem !important;
    }

    .lg\:pt-16 {
        padding-top: 4rem !important;
    }

    .lg\:pt-20 {
        padding-top: 5rem !important;
    }

    .lg\:pt-24 {
        padding-top: 6rem !important;
    }

    .lg\:pt-28 {
        padding-top: 7rem !important;
    }

    .lg\:pt-32 {
        padding-top: 8rem !important;
    }

    .lg\:pt-36 {
        padding-top: 9rem !important;
    }

    .lg\:pt-40 {
        padding-top: 10rem !important;
    }

    .lg\:pt-44 {
        padding-top: 11rem !important;
    }

    .lg\:pt-48 {
        padding-top: 12rem !important;
    }

    .lg\:pt-52 {
        padding-top: 13rem !important;
    }

    .lg\:pt-56 {
        padding-top: 14rem !important;
    }

    .lg\:pt-60 {
        padding-top: 15rem !important;
    }

    .lg\:pt-64 {
        padding-top: 16rem !important;
    }

    .lg\:pt-72 {
        padding-top: 18rem !important;
    }

    .lg\:pt-80 {
        padding-top: 20rem !important;
    }

    .lg\:pt-96 {
        padding-top: 24rem !important;
    }

    .lg\:pt-px {
        padding-top: 1px !important;
    }

    .lg\:pt-0\.5 {
        padding-top: 0.125rem !important;
    }

    .lg\:pt-1\.5 {
        padding-top: 0.375rem !important;
    }

    .lg\:pt-2\.5 {
        padding-top: 0.625rem !important;
    }

    .lg\:pt-3\.5 {
        padding-top: 0.875rem !important;
    }

    .lg\:pr-0 {
        padding-right: 0px !important;
    }

    .lg\:pr-1 {
        padding-right: 0.25rem !important;
    }

    .lg\:pr-2 {
        padding-right: 0.5rem !important;
    }

    .lg\:pr-3 {
        padding-right: 0.75rem !important;
    }

    .lg\:pr-4 {
        padding-right: 1rem !important;
    }

    .lg\:pr-5 {
        padding-right: 1.25rem !important;
    }

    .lg\:pr-6 {
        padding-right: 1.5rem !important;
    }

    .lg\:pr-7 {
        padding-right: 1.75rem !important;
    }

    .lg\:pr-8 {
        padding-right: 2rem !important;
    }

    .lg\:pr-9 {
        padding-right: 2.25rem !important;
    }

    .lg\:pr-10 {
        padding-right: 2.5rem !important;
    }

    .lg\:pr-11 {
        padding-right: 2.75rem !important;
    }

    .lg\:pr-12 {
        padding-right: 3rem !important;
    }

    .lg\:pr-14 {
        padding-right: 3.5rem !important;
    }

    .lg\:pr-16 {
        padding-right: 4rem !important;
    }

    .lg\:pr-20 {
        padding-right: 5rem !important;
    }

    .lg\:pr-24 {
        padding-right: 6rem !important;
    }

    .lg\:pr-28 {
        padding-right: 7rem !important;
    }

    .lg\:pr-32 {
        padding-right: 8rem !important;
    }

    .lg\:pr-36 {
        padding-right: 9rem !important;
    }

    .lg\:pr-40 {
        padding-right: 10rem !important;
    }

    .lg\:pr-44 {
        padding-right: 11rem !important;
    }

    .lg\:pr-48 {
        padding-right: 12rem !important;
    }

    .lg\:pr-52 {
        padding-right: 13rem !important;
    }

    .lg\:pr-56 {
        padding-right: 14rem !important;
    }

    .lg\:pr-60 {
        padding-right: 15rem !important;
    }

    .lg\:pr-64 {
        padding-right: 16rem !important;
    }

    .lg\:pr-72 {
        padding-right: 18rem !important;
    }

    .lg\:pr-80 {
        padding-right: 20rem !important;
    }

    .lg\:pr-96 {
        padding-right: 24rem !important;
    }

    .lg\:pr-px {
        padding-right: 1px !important;
    }

    .lg\:pr-0\.5 {
        padding-right: 0.125rem !important;
    }

    .lg\:pr-1\.5 {
        padding-right: 0.375rem !important;
    }

    .lg\:pr-2\.5 {
        padding-right: 0.625rem !important;
    }

    .lg\:pr-3\.5 {
        padding-right: 0.875rem !important;
    }

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

    .lg\:pb-1 {
        padding-bottom: 0.25rem !important;
    }

    .lg\:pb-2 {
        padding-bottom: 0.5rem !important;
    }

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

    .lg\:pb-4 {
        padding-bottom: 1rem !important;
    }

    .lg\:pb-5 {
        padding-bottom: 1.25rem !important;
    }

    .lg\:pb-6 {
        padding-bottom: 1.5rem !important;
    }

    .lg\:pb-7 {
        padding-bottom: 1.75rem !important;
    }

    .lg\:pb-8 {
        padding-bottom: 2rem !important;
    }

    .lg\:pb-9 {
        padding-bottom: 2.25rem !important;
    }

    .lg\:pb-10 {
        padding-bottom: 2.5rem !important;
    }

    .lg\:pb-11 {
        padding-bottom: 2.75rem !important;
    }

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

    .lg\:pb-14 {
        padding-bottom: 3.5rem !important;
    }

    .lg\:pb-16 {
        padding-bottom: 4rem !important;
    }

    .lg\:pb-20 {
        padding-bottom: 5rem !important;
    }

    .lg\:pb-24 {
        padding-bottom: 6rem !important;
    }

    .lg\:pb-28 {
        padding-bottom: 7rem !important;
    }

    .lg\:pb-32 {
        padding-bottom: 8rem !important;
    }

    .lg\:pb-36 {
        padding-bottom: 9rem !important;
    }

    .lg\:pb-40 {
        padding-bottom: 10rem !important;
    }

    .lg\:pb-44 {
        padding-bottom: 11rem !important;
    }

    .lg\:pb-48 {
        padding-bottom: 12rem !important;
    }

    .lg\:pb-52 {
        padding-bottom: 13rem !important;
    }

    .lg\:pb-56 {
        padding-bottom: 14rem !important;
    }

    .lg\:pb-60 {
        padding-bottom: 15rem !important;
    }

    .lg\:pb-64 {
        padding-bottom: 16rem !important;
    }

    .lg\:pb-72 {
        padding-bottom: 18rem !important;
    }

    .lg\:pb-80 {
        padding-bottom: 20rem !important;
    }

    .lg\:pb-96 {
        padding-bottom: 24rem !important;
    }

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

    .lg\:pb-0\.5 {
        padding-bottom: 0.125rem !important;
    }

    .lg\:pb-1\.5 {
        padding-bottom: 0.375rem !important;
    }

    .lg\:pb-2\.5 {
        padding-bottom: 0.625rem !important;
    }

    .lg\:pb-3\.5 {
        padding-bottom: 0.875rem !important;
    }

    .lg\:pl-0 {
        padding-left: 0px !important;
    }

    .lg\:pl-1 {
        padding-left: 0.25rem !important;
    }

    .lg\:pl-2 {
        padding-left: 0.5rem !important;
    }

    .lg\:pl-3 {
        padding-left: 0.75rem !important;
    }

    .lg\:pl-4 {
        padding-left: 1rem !important;
    }

    .lg\:pl-5 {
        padding-left: 1.25rem !important;
    }

    .lg\:pl-6 {
        padding-left: 1.5rem !important;
    }

    .lg\:pl-7 {
        padding-left: 1.75rem !important;
    }

    .lg\:pl-8 {
        padding-left: 2rem !important;
    }

    .lg\:pl-9 {
        padding-left: 2.25rem !important;
    }

    .lg\:pl-10 {
        padding-left: 2.5rem !important;
    }

    .lg\:pl-11 {
        padding-left: 2.75rem !important;
    }

    .lg\:pl-12 {
        padding-left: 3rem !important;
    }

    .lg\:pl-14 {
        padding-left: 3.5rem !important;
    }

    .lg\:pl-16 {
        padding-left: 4rem !important;
    }

    .lg\:pl-20 {
        padding-left: 5rem !important;
    }

    .lg\:pl-24 {
        padding-left: 6rem !important;
    }

    .lg\:pl-28 {
        padding-left: 7rem !important;
    }

    .lg\:pl-32 {
        padding-left: 8rem !important;
    }

    .lg\:pl-36 {
        padding-left: 9rem !important;
    }

    .lg\:pl-40 {
        padding-left: 10rem !important;
    }

    .lg\:pl-44 {
        padding-left: 11rem !important;
    }

    .lg\:pl-48 {
        padding-left: 12rem !important;
    }

    .lg\:pl-52 {
        padding-left: 13rem !important;
    }

    .lg\:pl-56 {
        padding-left: 14rem !important;
    }

    .lg\:pl-60 {
        padding-left: 15rem !important;
    }

    .lg\:pl-64 {
        padding-left: 16rem !important;
    }

    .lg\:pl-72 {
        padding-left: 18rem !important;
    }

    .lg\:pl-80 {
        padding-left: 20rem !important;
    }

    .lg\:pl-96 {
        padding-left: 24rem !important;
    }

    .lg\:pl-px {
        padding-left: 1px !important;
    }

    .lg\:pl-0\.5 {
        padding-left: 0.125rem !important;
    }

    .lg\:pl-1\.5 {
        padding-left: 0.375rem !important;
    }

    .lg\:pl-2\.5 {
        padding-left: 0.625rem !important;
    }

    .lg\:pl-3\.5 {
        padding-left: 0.875rem !important;
    }

    .lg\:text-left {
        text-align: left !important;
    }

    .lg\:text-center {
        text-align: center !important;
    }

    .lg\:text-right {
        text-align: right !important;
    }

    .lg\:text-justify {
        text-align: justify !important;
    }

    .lg\:align-baseline {
        vertical-align: baseline !important;
    }

    .lg\:align-top {
        vertical-align: top !important;
    }

    .lg\:align-middle {
        vertical-align: middle !important;
    }

    .lg\:align-bottom {
        vertical-align: bottom !important;
    }

    .lg\:align-text-top {
        vertical-align: text-top !important;
    }

    .lg\:align-text-bottom {
        vertical-align: text-bottom !important;
    }

    .lg\:font-sans {
        font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    }

    .lg\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
    }

    .lg\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
    }

    .lg\:text-xs {
        font-size: 0.75rem !important;
        line-height: 1rem !important;
    }

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

    .lg\:text-base {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }

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

    .lg\:text-xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important;
    }

    .lg\:text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }

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

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

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

    .lg\:text-6xl {
        font-size: 3.75rem !important;
        line-height: 1 !important;
    }

    .lg\:text-7xl {
        font-size: 4.5rem !important;
        line-height: 1 !important;
    }

    .lg\:text-8xl {
        font-size: 6rem !important;
        line-height: 1 !important;
    }

    .lg\:text-9xl {
        font-size: 8rem !important;
        line-height: 1 !important;
    }

    .lg\:font-thin {
        font-weight: 100 !important;
    }

    .lg\:font-extralight {
        font-weight: 200 !important;
    }

    .lg\:font-light {
        font-weight: 300 !important;
    }

    .lg\:font-normal {
        font-weight: 400 !important;
    }

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

    .lg\:font-semibold {
        font-weight: 600 !important;
    }

    .lg\:font-bold {
        font-weight: 700 !important;
    }

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

    .lg\:font-black {
        font-weight: 900 !important;
    }

    .lg\:uppercase {
        text-transform: uppercase !important;
    }

    .lg\:lowercase {
        text-transform: lowercase !important;
    }

    .lg\:capitalize {
        text-transform: capitalize !important;
    }

    .lg\:normal-case {
        text-transform: none !important;
    }

    .lg\:italic {
        font-style: italic !important;
    }

    .lg\:not-italic {
        font-style: normal !important;
    }

    .lg\:leading-3 {
        line-height: .75rem !important;
    }

    .lg\:leading-4 {
        line-height: 1rem !important;
    }

    .lg\:leading-5 {
        line-height: 1.25rem !important;
    }

    .lg\:leading-6 {
        line-height: 1.5rem !important;
    }

    .lg\:leading-7 {
        line-height: 1.75rem !important;
    }

    .lg\:leading-8 {
        line-height: 2rem !important;
    }

    .lg\:leading-9 {
        line-height: 2.25rem !important;
    }

    .lg\:leading-10 {
        line-height: 2.5rem !important;
    }

    .lg\:leading-none {
        line-height: 1 !important;
    }

    .lg\:leading-tight {
        line-height: 1.25 !important;
    }

    .lg\:leading-snug {
        line-height: 1.375 !important;
    }

    .lg\:leading-normal {
        line-height: 1.5 !important;
    }

    .lg\:leading-relaxed {
        line-height: 1.625 !important;
    }

    .lg\:leading-loose {
        line-height: 2 !important;
    }

    .lg\:text-transparent {
        color: transparent !important;
    }

    .lg\:text-current {
        color: currentColor !important;
    }

    .lg\:text-black {
        --tw-text-opacity: 1 !important;
        color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
    }

    .lg\:text-white {
        --tw-text-opacity: 1 !important;
        color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
    }

    .lg\:text-gray-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
    }

    .lg\:text-gray-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
    }

    .lg\:text-gray-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
    }

    .lg\:text-gray-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
    }

    .lg\:text-gray-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
    }

    .lg\:text-gray-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
    }

    .lg\:text-gray-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
    }

    .lg\:text-gray-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
    }

    .lg\:text-gray-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
    }

    .lg\:text-gray-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
    }

    .lg\:text-red-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
    }

    .lg\:text-red-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
    }

    .lg\:text-red-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
    }

    .lg\:text-red-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
    }

    .lg\:text-red-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
    }

    .lg\:text-red-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
    }

    .lg\:text-red-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
    }

    .lg\:text-red-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
    }

    .lg\:text-red-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
    }

    .lg\:text-red-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
    }

    .lg\:text-yellow-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
    }

    .lg\:text-yellow-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
    }

    .lg\:text-yellow-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
    }

    .lg\:text-yellow-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
    }

    .lg\:text-yellow-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
    }

    .lg\:text-yellow-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
    }

    .lg\:text-yellow-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
    }

    .lg\:text-yellow-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
    }

    .lg\:text-yellow-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
    }

    .lg\:text-yellow-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
    }

    .lg\:text-green-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
    }

    .lg\:text-green-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
    }

    .lg\:text-green-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
    }

    .lg\:text-green-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
    }

    .lg\:text-green-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
    }

    .lg\:text-green-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
    }

    .lg\:text-green-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
    }

    .lg\:text-green-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
    }

    .lg\:text-green-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
    }

    .lg\:text-green-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
    }

    .lg\:text-blue-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
    }

    .lg\:text-blue-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
    }

    .lg\:text-blue-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
    }

    .lg\:text-blue-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
    }

    .lg\:text-blue-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
    }

    .lg\:text-blue-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
    }

    .lg\:text-blue-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
    }

    .lg\:text-blue-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
    }

    .lg\:text-blue-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
    }

    .lg\:text-blue-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
    }

    .lg\:underline {
        text-decoration: underline !important;
    }

    .lg\:line-through {
        text-decoration: line-through !important;
    }

    .lg\:no-underline {
        text-decoration: none !important;
    }

    .lg\:opacity-0 {
        opacity: 0 !important;
    }

    .lg\:opacity-5 {
        opacity: 0.05 !important;
    }

    .lg\:opacity-10 {
        opacity: 0.1 !important;
    }

    .lg\:opacity-20 {
        opacity: 0.2 !important;
    }

    .lg\:opacity-25 {
        opacity: 0.25 !important;
    }

    .lg\:opacity-30 {
        opacity: 0.3 !important;
    }

    .lg\:opacity-40 {
        opacity: 0.4 !important;
    }

    .lg\:opacity-50 {
        opacity: 0.5 !important;
    }

    .lg\:opacity-60 {
        opacity: 0.6 !important;
    }

    .lg\:opacity-70 {
        opacity: 0.7 !important;
    }

    .lg\:opacity-75 {
        opacity: 0.75 !important;
    }

    .lg\:opacity-80 {
        opacity: 0.8 !important;
    }

    .lg\:opacity-90 {
        opacity: 0.9 !important;
    }

    .lg\:opacity-95 {
        opacity: 0.95 !important;
    }

    .lg\:opacity-100 {
        opacity: 1 !important;
    }

    .lg\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .lg\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .lg\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .lg\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .lg\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .lg\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .lg\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .lg\:shadow-none {
        --tw-shadow: 0 0 #0000 !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .lg\:filter {
        --tw-blur: var(--tw-empty, ) !important;
        --tw-brightness: var(--tw-empty, ) !important;
        --tw-contrast: var(--tw-empty, ) !important;
        --tw-grayscale: var(--tw-empty, ) !important;
        --tw-hue-rotate: var(--tw-empty, ) !important;
        --tw-invert: var(--tw-empty, ) !important;
        --tw-saturate: var(--tw-empty, ) !important;
        --tw-sepia: var(--tw-empty, ) !important;
        --tw-drop-shadow: var(--tw-empty, ) !important;
        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) !important;
    }

    .lg\:filter-none {
        filter: none !important;
    }

    .lg\:drop-shadow-sm {
        --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05)) !important;
    }

    .lg\:drop-shadow {
        --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
    }

    .lg\:drop-shadow-md {
        --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
    }

    .lg\:drop-shadow-lg {
        --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
    }

    .lg\:drop-shadow-xl {
        --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
    }

    .lg\:drop-shadow-2xl {
        --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
    }

    .lg\:drop-shadow-none {
        --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
    }

    .lg\:transition-none {
        transition-property: none !important;
    }

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

    .lg\:transition {
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
        transition-duration: 150ms !important;
    }

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

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

    .lg\:transition-shadow {
        transition-property: box-shadow !important;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
        transition-duration: 150ms !important;
    }

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

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

    .xl\:sr-only {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border-width: 0 !important;
    }

    .xl\:not-sr-only {
        position: static !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important;
    }

    .xl\:focus-within\:sr-only:focus-within {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border-width: 0 !important;
    }

    .xl\:focus-within\:not-sr-only:focus-within {
        position: static !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important;
    }

    .xl\:focus\:sr-only:focus {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border-width: 0 !important;
    }

    .xl\:focus\:not-sr-only:focus {
        position: static !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important;
    }

    .xl\:pointer-events-none {
        pointer-events: none !important;
    }

    .xl\:pointer-events-auto {
        pointer-events: auto !important;
    }

    .xl\:visible {
        visibility: visible !important;
    }

    .xl\:invisible {
        visibility: hidden !important;
    }

    .xl\:static {
        position: static !important;
    }

    .xl\:fixed {
        position: fixed !important;
    }

    .xl\:absolute {
        position: absolute !important;
    }

    .xl\:relative {
        position: relative !important;
    }

    .xl\:sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }

    .xl\:top-0 {
        top: 0px !important;
    }

    .xl\:top-1 {
        top: 0.25rem !important;
    }

    .xl\:top-2 {
        top: 0.5rem !important;
    }

    .xl\:top-3 {
        top: 0.75rem !important;
    }

    .xl\:top-4 {
        top: 1rem !important;
    }

    .xl\:top-5 {
        top: 1.25rem !important;
    }

    .xl\:top-6 {
        top: 1.5rem !important;
    }

    .xl\:top-7 {
        top: 1.75rem !important;
    }

    .xl\:top-8 {
        top: 2rem !important;
    }

    .xl\:top-9 {
        top: 2.25rem !important;
    }

    .xl\:top-10 {
        top: 2.5rem !important;
    }

    .xl\:top-11 {
        top: 2.75rem !important;
    }

    .xl\:top-12 {
        top: 3rem !important;
    }

    .xl\:top-14 {
        top: 3.5rem !important;
    }

    .xl\:top-16 {
        top: 4rem !important;
    }

    .xl\:top-20 {
        top: 5rem !important;
    }

    .xl\:top-24 {
        top: 6rem !important;
    }

    .xl\:top-28 {
        top: 7rem !important;
    }

    .xl\:top-32 {
        top: 8rem !important;
    }

    .xl\:top-36 {
        top: 9rem !important;
    }

    .xl\:top-40 {
        top: 10rem !important;
    }

    .xl\:top-44 {
        top: 11rem !important;
    }

    .xl\:top-48 {
        top: 12rem !important;
    }

    .xl\:top-52 {
        top: 13rem !important;
    }

    .xl\:top-56 {
        top: 14rem !important;
    }

    .xl\:top-60 {
        top: 15rem !important;
    }

    .xl\:top-64 {
        top: 16rem !important;
    }

    .xl\:top-72 {
        top: 18rem !important;
    }

    .xl\:top-80 {
        top: 20rem !important;
    }

    .xl\:top-96 {
        top: 24rem !important;
    }

    .xl\:top-auto {
        top: auto !important;
    }

    .xl\:top-px {
        top: 1px !important;
    }

    .xl\:top-0\.5 {
        top: 0.125rem !important;
    }

    .xl\:top-1\.5 {
        top: 0.375rem !important;
    }

    .xl\:top-2\.5 {
        top: 0.625rem !important;
    }

    .xl\:top-3\.5 {
        top: 0.875rem !important;
    }

    .xl\:-top-0 {
        top: 0px !important;
    }

    .xl\:-top-1 {
        top: -0.25rem !important;
    }

    .xl\:-top-2 {
        top: -0.5rem !important;
    }

    .xl\:-top-3 {
        top: -0.75rem !important;
    }

    .xl\:-top-4 {
        top: -1rem !important;
    }

    .xl\:-top-5 {
        top: -1.25rem !important;
    }

    .xl\:-top-6 {
        top: -1.5rem !important;
    }

    .xl\:-top-7 {
        top: -1.75rem !important;
    }

    .xl\:-top-8 {
        top: -2rem !important;
    }

    .xl\:-top-9 {
        top: -2.25rem !important;
    }

    .xl\:-top-10 {
        top: -2.5rem !important;
    }

    .xl\:-top-11 {
        top: -2.75rem !important;
    }

    .xl\:-top-12 {
        top: -3rem !important;
    }

    .xl\:-top-14 {
        top: -3.5rem !important;
    }

    .xl\:-top-16 {
        top: -4rem !important;
    }

    .xl\:-top-20 {
        top: -5rem !important;
    }

    .xl\:-top-24 {
        top: -6rem !important;
    }

    .xl\:-top-28 {
        top: -7rem !important;
    }

    .xl\:-top-32 {
        top: -8rem !important;
    }

    .xl\:-top-36 {
        top: -9rem !important;
    }

    .xl\:-top-40 {
        top: -10rem !important;
    }

    .xl\:-top-44 {
        top: -11rem !important;
    }

    .xl\:-top-48 {
        top: -12rem !important;
    }

    .xl\:-top-52 {
        top: -13rem !important;
    }

    .xl\:-top-56 {
        top: -14rem !important;
    }

    .xl\:-top-60 {
        top: -15rem !important;
    }

    .xl\:-top-64 {
        top: -16rem !important;
    }

    .xl\:-top-72 {
        top: -18rem !important;
    }

    .xl\:-top-80 {
        top: -20rem !important;
    }

    .xl\:-top-96 {
        top: -24rem !important;
    }

    .xl\:-top-px {
        top: -1px !important;
    }

    .xl\:-top-0\.5 {
        top: -0.125rem !important;
    }

    .xl\:-top-1\.5 {
        top: -0.375rem !important;
    }

    .xl\:-top-2\.5 {
        top: -0.625rem !important;
    }

    .xl\:-top-3\.5 {
        top: -0.875rem !important;
    }

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

    .xl\:top-1\/3 {
        top: 33.333333% !important;
    }

    .xl\:top-2\/3 {
        top: 66.666667% !important;
    }

    .xl\:top-1\/4 {
        top: 25% !important;
    }

    .xl\:top-2\/4 {
        top: 50% !important;
    }

    .xl\:top-3\/4 {
        top: 75% !important;
    }

    .xl\:top-full {
        top: 100% !important;
    }

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

    .xl\:-top-1\/3 {
        top: -33.333333% !important;
    }

    .xl\:-top-2\/3 {
        top: -66.666667% !important;
    }

    .xl\:-top-1\/4 {
        top: -25% !important;
    }

    .xl\:-top-2\/4 {
        top: -50% !important;
    }

    .xl\:-top-3\/4 {
        top: -75% !important;
    }

    .xl\:-top-full {
        top: -100% !important;
    }

    .xl\:right-0 {
        right: 0px !important;
    }

    .xl\:right-1 {
        right: 0.25rem !important;
    }

    .xl\:right-2 {
        right: 0.5rem !important;
    }

    .xl\:right-3 {
        right: 0.75rem !important;
    }

    .xl\:right-4 {
        right: 1rem !important;
    }

    .xl\:right-5 {
        right: 1.25rem !important;
    }

    .xl\:right-6 {
        right: 1.5rem !important;
    }

    .xl\:right-7 {
        right: 1.75rem !important;
    }

    .xl\:right-8 {
        right: 2rem !important;
    }

    .xl\:right-9 {
        right: 2.25rem !important;
    }

    .xl\:right-10 {
        right: 2.5rem !important;
    }

    .xl\:right-11 {
        right: 2.75rem !important;
    }

    .xl\:right-12 {
        right: 3rem !important;
    }

    .xl\:right-14 {
        right: 3.5rem !important;
    }

    .xl\:right-16 {
        right: 4rem !important;
    }

    .xl\:right-20 {
        right: 5rem !important;
    }

    .xl\:right-24 {
        right: 6rem !important;
    }

    .xl\:right-28 {
        right: 7rem !important;
    }

    .xl\:right-32 {
        right: 8rem !important;
    }

    .xl\:right-36 {
        right: 9rem !important;
    }

    .xl\:right-40 {
        right: 10rem !important;
    }

    .xl\:right-44 {
        right: 11rem !important;
    }

    .xl\:right-48 {
        right: 12rem !important;
    }

    .xl\:right-52 {
        right: 13rem !important;
    }

    .xl\:right-56 {
        right: 14rem !important;
    }

    .xl\:right-60 {
        right: 15rem !important;
    }

    .xl\:right-64 {
        right: 16rem !important;
    }

    .xl\:right-72 {
        right: 18rem !important;
    }

    .xl\:right-80 {
        right: 20rem !important;
    }

    .xl\:right-96 {
        right: 24rem !important;
    }

    .xl\:right-auto {
        right: auto !important;
    }

    .xl\:right-px {
        right: 1px !important;
    }

    .xl\:right-0\.5 {
        right: 0.125rem !important;
    }

    .xl\:right-1\.5 {
        right: 0.375rem !important;
    }

    .xl\:right-2\.5 {
        right: 0.625rem !important;
    }

    .xl\:right-3\.5 {
        right: 0.875rem !important;
    }

    .xl\:-right-0 {
        right: 0px !important;
    }

    .xl\:-right-1 {
        right: -0.25rem !important;
    }

    .xl\:-right-2 {
        right: -0.5rem !important;
    }

    .xl\:-right-3 {
        right: -0.75rem !important;
    }

    .xl\:-right-4 {
        right: -1rem !important;
    }

    .xl\:-right-5 {
        right: -1.25rem !important;
    }

    .xl\:-right-6 {
        right: -1.5rem !important;
    }

    .xl\:-right-7 {
        right: -1.75rem !important;
    }

    .xl\:-right-8 {
        right: -2rem !important;
    }

    .xl\:-right-9 {
        right: -2.25rem !important;
    }

    .xl\:-right-10 {
        right: -2.5rem !important;
    }

    .xl\:-right-11 {
        right: -2.75rem !important;
    }

    .xl\:-right-12 {
        right: -3rem !important;
    }

    .xl\:-right-14 {
        right: -3.5rem !important;
    }

    .xl\:-right-16 {
        right: -4rem !important;
    }

    .xl\:-right-20 {
        right: -5rem !important;
    }

    .xl\:-right-24 {
        right: -6rem !important;
    }

    .xl\:-right-28 {
        right: -7rem !important;
    }

    .xl\:-right-32 {
        right: -8rem !important;
    }

    .xl\:-right-36 {
        right: -9rem !important;
    }

    .xl\:-right-40 {
        right: -10rem !important;
    }

    .xl\:-right-44 {
        right: -11rem !important;
    }

    .xl\:-right-48 {
        right: -12rem !important;
    }

    .xl\:-right-52 {
        right: -13rem !important;
    }

    .xl\:-right-56 {
        right: -14rem !important;
    }

    .xl\:-right-60 {
        right: -15rem !important;
    }

    .xl\:-right-64 {
        right: -16rem !important;
    }

    .xl\:-right-72 {
        right: -18rem !important;
    }

    .xl\:-right-80 {
        right: -20rem !important;
    }

    .xl\:-right-96 {
        right: -24rem !important;
    }

    .xl\:-right-px {
        right: -1px !important;
    }

    .xl\:-right-0\.5 {
        right: -0.125rem !important;
    }

    .xl\:-right-1\.5 {
        right: -0.375rem !important;
    }

    .xl\:-right-2\.5 {
        right: -0.625rem !important;
    }

    .xl\:-right-3\.5 {
        right: -0.875rem !important;
    }

    .xl\:right-1\/2 {
        right: 50% !important;
    }

    .xl\:right-1\/3 {
        right: 33.333333% !important;
    }

    .xl\:right-2\/3 {
        right: 66.666667% !important;
    }

    .xl\:right-1\/4 {
        right: 25% !important;
    }

    .xl\:right-2\/4 {
        right: 50% !important;
    }

    .xl\:right-3\/4 {
        right: 75% !important;
    }

    .xl\:right-full {
        right: 100% !important;
    }

    .xl\:-right-1\/2 {
        right: -50% !important;
    }

    .xl\:-right-1\/3 {
        right: -33.333333% !important;
    }

    .xl\:-right-2\/3 {
        right: -66.666667% !important;
    }

    .xl\:-right-1\/4 {
        right: -25% !important;
    }

    .xl\:-right-2\/4 {
        right: -50% !important;
    }

    .xl\:-right-3\/4 {
        right: -75% !important;
    }

    .xl\:-right-full {
        right: -100% !important;
    }

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

    .xl\:bottom-1 {
        bottom: 0.25rem !important;
    }

    .xl\:bottom-2 {
        bottom: 0.5rem !important;
    }

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

    .xl\:bottom-4 {
        bottom: 1rem !important;
    }

    .xl\:bottom-5 {
        bottom: 1.25rem !important;
    }

    .xl\:bottom-6 {
        bottom: 1.5rem !important;
    }

    .xl\:bottom-7 {
        bottom: 1.75rem !important;
    }

    .xl\:bottom-8 {
        bottom: 2rem !important;
    }

    .xl\:bottom-9 {
        bottom: 2.25rem !important;
    }

    .xl\:bottom-10 {
        bottom: 2.5rem !important;
    }

    .xl\:bottom-11 {
        bottom: 2.75rem !important;
    }

    .xl\:bottom-12 {
        bottom: 3rem !important;
    }

    .xl\:bottom-14 {
        bottom: 3.5rem !important;
    }

    .xl\:bottom-16 {
        bottom: 4rem !important;
    }

    .xl\:bottom-20 {
        bottom: 5rem !important;
    }

    .xl\:bottom-24 {
        bottom: 6rem !important;
    }

    .xl\:bottom-28 {
        bottom: 7rem !important;
    }

    .xl\:bottom-32 {
        bottom: 8rem !important;
    }

    .xl\:bottom-36 {
        bottom: 9rem !important;
    }

    .xl\:bottom-40 {
        bottom: 10rem !important;
    }

    .xl\:bottom-44 {
        bottom: 11rem !important;
    }

    .xl\:bottom-48 {
        bottom: 12rem !important;
    }

    .xl\:bottom-52 {
        bottom: 13rem !important;
    }

    .xl\:bottom-56 {
        bottom: 14rem !important;
    }

    .xl\:bottom-60 {
        bottom: 15rem !important;
    }

    .xl\:bottom-64 {
        bottom: 16rem !important;
    }

    .xl\:bottom-72 {
        bottom: 18rem !important;
    }

    .xl\:bottom-80 {
        bottom: 20rem !important;
    }

    .xl\:bottom-96 {
        bottom: 24rem !important;
    }

    .xl\:bottom-auto {
        bottom: auto !important;
    }

    .xl\:bottom-px {
        bottom: 1px !important;
    }

    .xl\:bottom-0\.5 {
        bottom: 0.125rem !important;
    }

    .xl\:bottom-1\.5 {
        bottom: 0.375rem !important;
    }

    .xl\:bottom-2\.5 {
        bottom: 0.625rem !important;
    }

    .xl\:bottom-3\.5 {
        bottom: 0.875rem !important;
    }

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

    .xl\:-bottom-1 {
        bottom: -0.25rem !important;
    }

    .xl\:-bottom-2 {
        bottom: -0.5rem !important;
    }

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

    .xl\:-bottom-4 {
        bottom: -1rem !important;
    }

    .xl\:-bottom-5 {
        bottom: -1.25rem !important;
    }

    .xl\:-bottom-6 {
        bottom: -1.5rem !important;
    }

    .xl\:-bottom-7 {
        bottom: -1.75rem !important;
    }

    .xl\:-bottom-8 {
        bottom: -2rem !important;
    }

    .xl\:-bottom-9 {
        bottom: -2.25rem !important;
    }

    .xl\:-bottom-10 {
        bottom: -2.5rem !important;
    }

    .xl\:-bottom-11 {
        bottom: -2.75rem !important;
    }

    .xl\:-bottom-12 {
        bottom: -3rem !important;
    }

    .xl\:-bottom-14 {
        bottom: -3.5rem !important;
    }

    .xl\:-bottom-16 {
        bottom: -4rem !important;
    }

    .xl\:-bottom-20 {
        bottom: -5rem !important;
    }

    .xl\:-bottom-24 {
        bottom: -6rem !important;
    }

    .xl\:-bottom-28 {
        bottom: -7rem !important;
    }

    .xl\:-bottom-32 {
        bottom: -8rem !important;
    }

    .xl\:-bottom-36 {
        bottom: -9rem !important;
    }

    .xl\:-bottom-40 {
        bottom: -10rem !important;
    }

    .xl\:-bottom-44 {
        bottom: -11rem !important;
    }

    .xl\:-bottom-48 {
        bottom: -12rem !important;
    }

    .xl\:-bottom-52 {
        bottom: -13rem !important;
    }

    .xl\:-bottom-56 {
        bottom: -14rem !important;
    }

    .xl\:-bottom-60 {
        bottom: -15rem !important;
    }

    .xl\:-bottom-64 {
        bottom: -16rem !important;
    }

    .xl\:-bottom-72 {
        bottom: -18rem !important;
    }

    .xl\:-bottom-80 {
        bottom: -20rem !important;
    }

    .xl\:-bottom-96 {
        bottom: -24rem !important;
    }

    .xl\:-bottom-px {
        bottom: -1px !important;
    }

    .xl\:-bottom-0\.5 {
        bottom: -0.125rem !important;
    }

    .xl\:-bottom-1\.5 {
        bottom: -0.375rem !important;
    }

    .xl\:-bottom-2\.5 {
        bottom: -0.625rem !important;
    }

    .xl\:-bottom-3\.5 {
        bottom: -0.875rem !important;
    }

    .xl\:bottom-1\/2 {
        bottom: 50% !important;
    }

    .xl\:bottom-1\/3 {
        bottom: 33.333333% !important;
    }

    .xl\:bottom-2\/3 {
        bottom: 66.666667% !important;
    }

    .xl\:bottom-1\/4 {
        bottom: 25% !important;
    }

    .xl\:bottom-2\/4 {
        bottom: 50% !important;
    }

    .xl\:bottom-3\/4 {
        bottom: 75% !important;
    }

    .xl\:bottom-full {
        bottom: 100% !important;
    }

    .xl\:-bottom-1\/2 {
        bottom: -50% !important;
    }

    .xl\:-bottom-1\/3 {
        bottom: -33.333333% !important;
    }

    .xl\:-bottom-2\/3 {
        bottom: -66.666667% !important;
    }

    .xl\:-bottom-1\/4 {
        bottom: -25% !important;
    }

    .xl\:-bottom-2\/4 {
        bottom: -50% !important;
    }

    .xl\:-bottom-3\/4 {
        bottom: -75% !important;
    }

    .xl\:-bottom-full {
        bottom: -100% !important;
    }

    .xl\:left-0 {
        left: 0px !important;
    }

    .xl\:left-1 {
        left: 0.25rem !important;
    }

    .xl\:left-2 {
        left: 0.5rem !important;
    }

    .xl\:left-3 {
        left: 0.75rem !important;
    }

    .xl\:left-4 {
        left: 1rem !important;
    }

    .xl\:left-5 {
        left: 1.25rem !important;
    }

    .xl\:left-6 {
        left: 1.5rem !important;
    }

    .xl\:left-7 {
        left: 1.75rem !important;
    }

    .xl\:left-8 {
        left: 2rem !important;
    }

    .xl\:left-9 {
        left: 2.25rem !important;
    }

    .xl\:left-10 {
        left: 2.5rem !important;
    }

    .xl\:left-11 {
        left: 2.75rem !important;
    }

    .xl\:left-12 {
        left: 3rem !important;
    }

    .xl\:left-14 {
        left: 3.5rem !important;
    }

    .xl\:left-16 {
        left: 4rem !important;
    }

    .xl\:left-20 {
        left: 5rem !important;
    }

    .xl\:left-24 {
        left: 6rem !important;
    }

    .xl\:left-28 {
        left: 7rem !important;
    }

    .xl\:left-32 {
        left: 8rem !important;
    }

    .xl\:left-36 {
        left: 9rem !important;
    }

    .xl\:left-40 {
        left: 10rem !important;
    }

    .xl\:left-44 {
        left: 11rem !important;
    }

    .xl\:left-48 {
        left: 12rem !important;
    }

    .xl\:left-52 {
        left: 13rem !important;
    }

    .xl\:left-56 {
        left: 14rem !important;
    }

    .xl\:left-60 {
        left: 15rem !important;
    }

    .xl\:left-64 {
        left: 16rem !important;
    }

    .xl\:left-72 {
        left: 18rem !important;
    }

    .xl\:left-80 {
        left: 20rem !important;
    }

    .xl\:left-96 {
        left: 24rem !important;
    }

    .xl\:left-auto {
        left: auto !important;
    }

    .xl\:left-px {
        left: 1px !important;
    }

    .xl\:left-0\.5 {
        left: 0.125rem !important;
    }

    .xl\:left-1\.5 {
        left: 0.375rem !important;
    }

    .xl\:left-2\.5 {
        left: 0.625rem !important;
    }

    .xl\:left-3\.5 {
        left: 0.875rem !important;
    }

    .xl\:-left-0 {
        left: 0px !important;
    }

    .xl\:-left-1 {
        left: -0.25rem !important;
    }

    .xl\:-left-2 {
        left: -0.5rem !important;
    }

    .xl\:-left-3 {
        left: -0.75rem !important;
    }

    .xl\:-left-4 {
        left: -1rem !important;
    }

    .xl\:-left-5 {
        left: -1.25rem !important;
    }

    .xl\:-left-6 {
        left: -1.5rem !important;
    }

    .xl\:-left-7 {
        left: -1.75rem !important;
    }

    .xl\:-left-8 {
        left: -2rem !important;
    }

    .xl\:-left-9 {
        left: -2.25rem !important;
    }

    .xl\:-left-10 {
        left: -2.5rem !important;
    }

    .xl\:-left-11 {
        left: -2.75rem !important;
    }

    .xl\:-left-12 {
        left: -3rem !important;
    }

    .xl\:-left-14 {
        left: -3.5rem !important;
    }

    .xl\:-left-16 {
        left: -4rem !important;
    }

    .xl\:-left-20 {
        left: -5rem !important;
    }

    .xl\:-left-24 {
        left: -6rem !important;
    }

    .xl\:-left-28 {
        left: -7rem !important;
    }

    .xl\:-left-32 {
        left: -8rem !important;
    }

    .xl\:-left-36 {
        left: -9rem !important;
    }

    .xl\:-left-40 {
        left: -10rem !important;
    }

    .xl\:-left-44 {
        left: -11rem !important;
    }

    .xl\:-left-48 {
        left: -12rem !important;
    }

    .xl\:-left-52 {
        left: -13rem !important;
    }

    .xl\:-left-56 {
        left: -14rem !important;
    }

    .xl\:-left-60 {
        left: -15rem !important;
    }

    .xl\:-left-64 {
        left: -16rem !important;
    }

    .xl\:-left-72 {
        left: -18rem !important;
    }

    .xl\:-left-80 {
        left: -20rem !important;
    }

    .xl\:-left-96 {
        left: -24rem !important;
    }

    .xl\:-left-px {
        left: -1px !important;
    }

    .xl\:-left-0\.5 {
        left: -0.125rem !important;
    }

    .xl\:-left-1\.5 {
        left: -0.375rem !important;
    }

    .xl\:-left-2\.5 {
        left: -0.625rem !important;
    }

    .xl\:-left-3\.5 {
        left: -0.875rem !important;
    }

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

    .xl\:left-1\/3 {
        left: 33.333333% !important;
    }

    .xl\:left-2\/3 {
        left: 66.666667% !important;
    }

    .xl\:left-1\/4 {
        left: 25% !important;
    }

    .xl\:left-2\/4 {
        left: 50% !important;
    }

    .xl\:left-3\/4 {
        left: 75% !important;
    }

    .xl\:left-full {
        left: 100% !important;
    }

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

    .xl\:-left-1\/3 {
        left: -33.333333% !important;
    }

    .xl\:-left-2\/3 {
        left: -66.666667% !important;
    }

    .xl\:-left-1\/4 {
        left: -25% !important;
    }

    .xl\:-left-2\/4 {
        left: -50% !important;
    }

    .xl\:-left-3\/4 {
        left: -75% !important;
    }

    .xl\:-left-full {
        left: -100% !important;
    }

    .xl\:isolate {
        isolation: isolate !important;
    }

    .xl\:isolation-auto {
        isolation: auto !important;
    }

    .xl\:z-0 {
        z-index: 0 !important;
    }

    .xl\:z-10 {
        z-index: 10 !important;
    }

    .xl\:z-20 {
        z-index: 20 !important;
    }

    .xl\:z-30 {
        z-index: 30 !important;
    }

    .xl\:z-40 {
        z-index: 40 !important;
    }

    .xl\:z-50 {
        z-index: 50 !important;
    }

    .xl\:z-auto {
        z-index: auto !important;
    }

    .xl\:focus-within\:z-0:focus-within {
        z-index: 0 !important;
    }

    .xl\:focus-within\:z-10:focus-within {
        z-index: 10 !important;
    }

    .xl\:focus-within\:z-20:focus-within {
        z-index: 20 !important;
    }

    .xl\:focus-within\:z-30:focus-within {
        z-index: 30 !important;
    }

    .xl\:focus-within\:z-40:focus-within {
        z-index: 40 !important;
    }

    .xl\:focus-within\:z-50:focus-within {
        z-index: 50 !important;
    }

    .xl\:focus-within\:z-auto:focus-within {
        z-index: auto !important;
    }

    .xl\:focus\:z-0:focus {
        z-index: 0 !important;
    }

    .xl\:focus\:z-10:focus {
        z-index: 10 !important;
    }

    .xl\:focus\:z-20:focus {
        z-index: 20 !important;
    }

    .xl\:focus\:z-30:focus {
        z-index: 30 !important;
    }

    .xl\:focus\:z-40:focus {
        z-index: 40 !important;
    }

    .xl\:focus\:z-50:focus {
        z-index: 50 !important;
    }

    .xl\:focus\:z-auto:focus {
        z-index: auto !important;
    }

    .xl\:order-1 {
        order: 1 !important;
    }

    .xl\:order-2 {
        order: 2 !important;
    }

    .xl\:order-3 {
        order: 3 !important;
    }

    .xl\:order-4 {
        order: 4 !important;
    }

    .xl\:order-5 {
        order: 5 !important;
    }

    .xl\:order-6 {
        order: 6 !important;
    }

    .xl\:order-7 {
        order: 7 !important;
    }

    .xl\:order-8 {
        order: 8 !important;
    }

    .xl\:order-9 {
        order: 9 !important;
    }

    .xl\:order-10 {
        order: 10 !important;
    }

    .xl\:order-11 {
        order: 11 !important;
    }

    .xl\:order-12 {
        order: 12 !important;
    }

    .xl\:order-first {
        order: -9999 !important;
    }

    .xl\:order-last {
        order: 9999 !important;
    }

    .xl\:order-none {
        order: 0 !important;
    }

    .xl\:float-right {
        float: right !important;
    }

    .xl\:float-left {
        float: left !important;
    }

    .xl\:float-none {
        float: none !important;
    }

    .xl\:m-0 {
        margin: 0px !important;
    }

    .xl\:m-1 {
        margin: 0.25rem !important;
    }

    .xl\:m-2 {
        margin: 0.5rem !important;
    }

    .xl\:m-3 {
        margin: 0.75rem !important;
    }

    .xl\:m-4 {
        margin: 1rem !important;
    }

    .xl\:m-5 {
        margin: 1.25rem !important;
    }

    .xl\:m-6 {
        margin: 1.5rem !important;
    }

    .xl\:m-7 {
        margin: 1.75rem !important;
    }

    .xl\:m-8 {
        margin: 2rem !important;
    }

    .xl\:m-9 {
        margin: 2.25rem !important;
    }

    .xl\:m-10 {
        margin: 2.5rem !important;
    }

    .xl\:m-11 {
        margin: 2.75rem !important;
    }

    .xl\:m-12 {
        margin: 3rem !important;
    }

    .xl\:m-14 {
        margin: 3.5rem !important;
    }

    .xl\:m-16 {
        margin: 4rem !important;
    }

    .xl\:m-20 {
        margin: 5rem !important;
    }

    .xl\:m-24 {
        margin: 6rem !important;
    }

    .xl\:m-28 {
        margin: 7rem !important;
    }

    .xl\:m-32 {
        margin: 8rem !important;
    }

    .xl\:m-36 {
        margin: 9rem !important;
    }

    .xl\:m-40 {
        margin: 10rem !important;
    }

    .xl\:m-44 {
        margin: 11rem !important;
    }

    .xl\:m-48 {
        margin: 12rem !important;
    }

    .xl\:m-52 {
        margin: 13rem !important;
    }

    .xl\:m-56 {
        margin: 14rem !important;
    }

    .xl\:m-60 {
        margin: 15rem !important;
    }

    .xl\:m-64 {
        margin: 16rem !important;
    }

    .xl\:m-72 {
        margin: 18rem !important;
    }

    .xl\:m-80 {
        margin: 20rem !important;
    }

    .xl\:m-96 {
        margin: 24rem !important;
    }

    .xl\:m-auto {
        margin: auto !important;
    }

    .xl\:m-px {
        margin: 1px !important;
    }

    .xl\:m-0\.5 {
        margin: 0.125rem !important;
    }

    .xl\:m-1\.5 {
        margin: 0.375rem !important;
    }

    .xl\:m-2\.5 {
        margin: 0.625rem !important;
    }

    .xl\:m-3\.5 {
        margin: 0.875rem !important;
    }

    .xl\:mx-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .xl\:mx-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .xl\:mx-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .xl\:mx-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .xl\:mx-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .xl\:mx-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .xl\:mx-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .xl\:mx-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }

    .xl\:mx-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .xl\:mx-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .xl\:mx-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .xl\:mx-11 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important;
    }

    .xl\:mx-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .xl\:mx-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }

    .xl\:mx-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .xl\:mx-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .xl\:mx-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .xl\:mx-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .xl\:mx-32 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .xl\:mx-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .xl\:mx-40 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .xl\:mx-44 {
        margin-left: 11rem !important;
        margin-right: 11rem !important;
    }

    .xl\:mx-48 {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }

    .xl\:mx-52 {
        margin-left: 13rem !important;
        margin-right: 13rem !important;
    }

    .xl\:mx-56 {
        margin-left: 14rem !important;
        margin-right: 14rem !important;
    }

    .xl\:mx-60 {
        margin-left: 15rem !important;
        margin-right: 15rem !important;
    }

    .xl\:mx-64 {
        margin-left: 16rem !important;
        margin-right: 16rem !important;
    }

    .xl\:mx-72 {
        margin-left: 18rem !important;
        margin-right: 18rem !important;
    }

    .xl\:mx-80 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }

    .xl\:mx-96 {
        margin-left: 24rem !important;
        margin-right: 24rem !important;
    }

    .xl\:mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .xl\:mx-px {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    .xl\:mx-0\.5 {
        margin-left: 0.125rem !important;
        margin-right: 0.125rem !important;
    }

    .xl\:mx-1\.5 {
        margin-left: 0.375rem !important;
        margin-right: 0.375rem !important;
    }

    .xl\:mx-2\.5 {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }

    .xl\:mx-3\.5 {
        margin-left: 0.875rem !important;
        margin-right: 0.875rem !important;
    }

    .xl\:my-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .xl\:my-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .xl\:my-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .xl\:my-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .xl\:my-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .xl\:my-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .xl\:my-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .xl\:my-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .xl\:my-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .xl\:my-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .xl\:my-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .xl\:my-11 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }

    .xl\:my-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .xl\:my-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .xl\:my-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .xl\:my-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .xl\:my-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .xl\:my-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .xl\:my-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .xl\:my-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .xl\:my-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .xl\:my-44 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }

    .xl\:my-48 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    .xl\:my-52 {
        margin-top: 13rem !important;
        margin-bottom: 13rem !important;
    }

    .xl\:my-56 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .xl\:my-60 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }

    .xl\:my-64 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    .xl\:my-72 {
        margin-top: 18rem !important;
        margin-bottom: 18rem !important;
    }

    .xl\:my-80 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }

    .xl\:my-96 {
        margin-top: 24rem !important;
        margin-bottom: 24rem !important;
    }

    .xl\:my-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .xl\:my-px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .xl\:my-0\.5 {
        margin-top: 0.125rem !important;
        margin-bottom: 0.125rem !important;
    }

    .xl\:my-1\.5 {
        margin-top: 0.375rem !important;
        margin-bottom: 0.375rem !important;
    }

    .xl\:my-2\.5 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    .xl\:my-3\.5 {
        margin-top: 0.875rem !important;
        margin-bottom: 0.875rem !important;
    }

    .xl\:mt-0 {
        margin-top: 0px !important;
    }

    .xl\:mt-1 {
        margin-top: 0.25rem !important;
    }

    .xl\:mt-2 {
        margin-top: 0.5rem !important;
    }

    .xl\:mt-3 {
        margin-top: 0.75rem !important;
    }

    .xl\:mt-4 {
        margin-top: 1rem !important;
    }

    .xl\:mt-5 {
        margin-top: 1.25rem !important;
    }

    .xl\:mt-6 {
        margin-top: 1.5rem !important;
    }

    .xl\:mt-7 {
        margin-top: 1.75rem !important;
    }

    .xl\:mt-8 {
        margin-top: 2rem !important;
    }

    .xl\:mt-9 {
        margin-top: 2.25rem !important;
    }

    .xl\:mt-10 {
        margin-top: 2.5rem !important;
    }

    .xl\:mt-11 {
        margin-top: 2.75rem !important;
    }

    .xl\:mt-12 {
        margin-top: 3rem !important;
    }

    .xl\:mt-14 {
        margin-top: 3.5rem !important;
    }

    .xl\:mt-16 {
        margin-top: 4rem !important;
    }

    .xl\:mt-20 {
        margin-top: 5rem !important;
    }

    .xl\:mt-24 {
        margin-top: 6rem !important;
    }

    .xl\:mt-28 {
        margin-top: 7rem !important;
    }

    .xl\:mt-32 {
        margin-top: 8rem !important;
    }

    .xl\:mt-36 {
        margin-top: 9rem !important;
    }

    .xl\:mt-40 {
        margin-top: 10rem !important;
    }

    .xl\:mt-44 {
        margin-top: 11rem !important;
    }

    .xl\:mt-48 {
        margin-top: 12rem !important;
    }

    .xl\:mt-52 {
        margin-top: 13rem !important;
    }

    .xl\:mt-56 {
        margin-top: 14rem !important;
    }

    .xl\:mt-60 {
        margin-top: 15rem !important;
    }

    .xl\:mt-64 {
        margin-top: 16rem !important;
    }

    .xl\:mt-72 {
        margin-top: 18rem !important;
    }

    .xl\:mt-80 {
        margin-top: 20rem !important;
    }

    .xl\:mt-96 {
        margin-top: 24rem !important;
    }

    .xl\:mt-auto {
        margin-top: auto !important;
    }

    .xl\:mt-px {
        margin-top: 1px !important;
    }

    .xl\:mt-0\.5 {
        margin-top: 0.125rem !important;
    }

    .xl\:mt-1\.5 {
        margin-top: 0.375rem !important;
    }

    .xl\:mt-2\.5 {
        margin-top: 0.625rem !important;
    }

    .xl\:mt-3\.5 {
        margin-top: 0.875rem !important;
    }

    .xl\:mr-0 {
        margin-right: 0px !important;
    }

    .xl\:mr-1 {
        margin-right: 0.25rem !important;
    }

    .xl\:mr-2 {
        margin-right: 0.5rem !important;
    }

    .xl\:mr-3 {
        margin-right: 0.75rem !important;
    }

    .xl\:mr-4 {
        margin-right: 1rem !important;
    }

    .xl\:mr-5 {
        margin-right: 1.25rem !important;
    }

    .xl\:mr-6 {
        margin-right: 1.5rem !important;
    }

    .xl\:mr-7 {
        margin-right: 1.75rem !important;
    }

    .xl\:mr-8 {
        margin-right: 2rem !important;
    }

    .xl\:mr-9 {
        margin-right: 2.25rem !important;
    }

    .xl\:mr-10 {
        margin-right: 2.5rem !important;
    }

    .xl\:mr-11 {
        margin-right: 2.75rem !important;
    }

    .xl\:mr-12 {
        margin-right: 3rem !important;
    }

    .xl\:mr-14 {
        margin-right: 3.5rem !important;
    }

    .xl\:mr-16 {
        margin-right: 4rem !important;
    }

    .xl\:mr-20 {
        margin-right: 5rem !important;
    }

    .xl\:mr-24 {
        margin-right: 6rem !important;
    }

    .xl\:mr-28 {
        margin-right: 7rem !important;
    }

    .xl\:mr-32 {
        margin-right: 8rem !important;
    }

    .xl\:mr-36 {
        margin-right: 9rem !important;
    }

    .xl\:mr-40 {
        margin-right: 10rem !important;
    }

    .xl\:mr-44 {
        margin-right: 11rem !important;
    }

    .xl\:mr-48 {
        margin-right: 12rem !important;
    }

    .xl\:mr-52 {
        margin-right: 13rem !important;
    }

    .xl\:mr-56 {
        margin-right: 14rem !important;
    }

    .xl\:mr-60 {
        margin-right: 15rem !important;
    }

    .xl\:mr-64 {
        margin-right: 16rem !important;
    }

    .xl\:mr-72 {
        margin-right: 18rem !important;
    }

    .xl\:mr-80 {
        margin-right: 20rem !important;
    }

    .xl\:mr-96 {
        margin-right: 24rem !important;
    }

    .xl\:mr-auto {
        margin-right: auto !important;
    }

    .xl\:mr-px {
        margin-right: 1px !important;
    }

    .xl\:mr-0\.5 {
        margin-right: 0.125rem !important;
    }

    .xl\:mr-1\.5 {
        margin-right: 0.375rem !important;
    }

    .xl\:mr-2\.5 {
        margin-right: 0.625rem !important;
    }

    .xl\:mr-3\.5 {
        margin-right: 0.875rem !important;
    }

    .xl\:mb-0 {
        margin-bottom: 0px !important;
    }

    .xl\:mb-1 {
        margin-bottom: 0.25rem !important;
    }

    .xl\:mb-2 {
        margin-bottom: 0.5rem !important;
    }

    .xl\:mb-3 {
        margin-bottom: 0.75rem !important;
    }

    .xl\:mb-4 {
        margin-bottom: 1rem !important;
    }

    .xl\:mb-5 {
        margin-bottom: 1.25rem !important;
    }

    .xl\:mb-6 {
        margin-bottom: 1.5rem !important;
    }

    .xl\:mb-7 {
        margin-bottom: 1.75rem !important;
    }

    .xl\:mb-8 {
        margin-bottom: 2rem !important;
    }

    .xl\:mb-9 {
        margin-bottom: 2.25rem !important;
    }

    .xl\:mb-10 {
        margin-bottom: 2.5rem !important;
    }

    .xl\:mb-11 {
        margin-bottom: 2.75rem !important;
    }

    .xl\:mb-12 {
        margin-bottom: 3rem !important;
    }

    .xl\:mb-14 {
        margin-bottom: 3.5rem !important;
    }

    .xl\:mb-16 {
        margin-bottom: 4rem !important;
    }

    .xl\:mb-20 {
        margin-bottom: 5rem !important;
    }

    .xl\:mb-24 {
        margin-bottom: 6rem !important;
    }

    .xl\:mb-28 {
        margin-bottom: 7rem !important;
    }

    .xl\:mb-32 {
        margin-bottom: 8rem !important;
    }

    .xl\:mb-36 {
        margin-bottom: 9rem !important;
    }

    .xl\:mb-40 {
        margin-bottom: 10rem !important;
    }

    .xl\:mb-44 {
        margin-bottom: 11rem !important;
    }

    .xl\:mb-48 {
        margin-bottom: 12rem !important;
    }

    .xl\:mb-52 {
        margin-bottom: 13rem !important;
    }

    .xl\:mb-56 {
        margin-bottom: 14rem !important;
    }

    .xl\:mb-60 {
        margin-bottom: 15rem !important;
    }

    .xl\:mb-64 {
        margin-bottom: 16rem !important;
    }

    .xl\:mb-72 {
        margin-bottom: 18rem !important;
    }

    .xl\:mb-80 {
        margin-bottom: 20rem !important;
    }

    .xl\:mb-96 {
        margin-bottom: 24rem !important;
    }

    .xl\:mb-auto {
        margin-bottom: auto !important;
    }

    .xl\:mb-px {
        margin-bottom: 1px !important;
    }

    .xl\:mb-0\.5 {
        margin-bottom: 0.125rem !important;
    }

    .xl\:mb-1\.5 {
        margin-bottom: 0.375rem !important;
    }

    .xl\:mb-2\.5 {
        margin-bottom: 0.625rem !important;
    }

    .xl\:mb-3\.5 {
        margin-bottom: 0.875rem !important;
    }

    .xl\:ml-0 {
        margin-left: 0px !important;
    }

    .xl\:ml-1 {
        margin-left: 0.25rem !important;
    }

    .xl\:ml-2 {
        margin-left: 0.5rem !important;
    }

    .xl\:ml-3 {
        margin-left: 0.75rem !important;
    }

    .xl\:ml-4 {
        margin-left: 1rem !important;
    }

    .xl\:ml-5 {
        margin-left: 1.25rem !important;
    }

    .xl\:ml-6 {
        margin-left: 1.5rem !important;
    }

    .xl\:ml-7 {
        margin-left: 1.75rem !important;
    }

    .xl\:ml-8 {
        margin-left: 2rem !important;
    }

    .xl\:ml-9 {
        margin-left: 2.25rem !important;
    }

    .xl\:ml-10 {
        margin-left: 2.5rem !important;
    }

    .xl\:ml-11 {
        margin-left: 2.75rem !important;
    }

    .xl\:ml-12 {
        margin-left: 3rem !important;
    }

    .xl\:ml-14 {
        margin-left: 3.5rem !important;
    }

    .xl\:ml-16 {
        margin-left: 4rem !important;
    }

    .xl\:ml-20 {
        margin-left: 5rem !important;
    }

    .xl\:ml-24 {
        margin-left: 6rem !important;
    }

    .xl\:ml-28 {
        margin-left: 7rem !important;
    }

    .xl\:ml-32 {
        margin-left: 8rem !important;
    }

    .xl\:ml-36 {
        margin-left: 9rem !important;
    }

    .xl\:ml-40 {
        margin-left: 10rem !important;
    }

    .xl\:ml-44 {
        margin-left: 11rem !important;
    }

    .xl\:ml-48 {
        margin-left: 12rem !important;
    }

    .xl\:ml-52 {
        margin-left: 13rem !important;
    }

    .xl\:ml-56 {
        margin-left: 14rem !important;
    }

    .xl\:ml-60 {
        margin-left: 15rem !important;
    }

    .xl\:ml-64 {
        margin-left: 16rem !important;
    }

    .xl\:ml-72 {
        margin-left: 18rem !important;
    }

    .xl\:ml-80 {
        margin-left: 20rem !important;
    }

    .xl\:ml-96 {
        margin-left: 24rem !important;
    }

    .xl\:ml-auto {
        margin-left: auto !important;
    }

    .xl\:ml-px {
        margin-left: 1px !important;
    }

    .xl\:ml-0\.5 {
        margin-left: 0.125rem !important;
    }

    .xl\:ml-1\.5 {
        margin-left: 0.375rem !important;
    }

    .xl\:ml-2\.5 {
        margin-left: 0.625rem !important;
    }

    .xl\:ml-3\.5 {
        margin-left: 0.875rem !important;
    }

    .xl\:box-border {
        box-sizing: border-box !important;
    }

    .xl\:box-content {
        box-sizing: content-box !important;
    }

    .xl\:block {
        display: block !important;
    }

    .xl\:inline-block {
        display: inline-block !important;
    }

    .xl\:inline {
        display: inline !important;
    }

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

    .xl\:inline-flex {
        display: inline-flex !important;
    }

    .xl\:flow-root {
        display: flow-root !important;
    }

    .xl\:contents {
        display: contents !important;
    }

    .xl\:list-item {
        display: list-item !important;
    }

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

    .xl\:h-0 {
        height: 0px !important;
    }

    .xl\:h-1 {
        height: 0.25rem !important;
    }

    .xl\:h-2 {
        height: 0.5rem !important;
    }

    .xl\:h-3 {
        height: 0.75rem !important;
    }

    .xl\:h-4 {
        height: 1rem !important;
    }

    .xl\:h-5 {
        height: 1.25rem !important;
    }

    .xl\:h-6 {
        height: 1.5rem !important;
    }

    .xl\:h-7 {
        height: 1.75rem !important;
    }

    .xl\:h-8 {
        height: 2rem !important;
    }

    .xl\:h-9 {
        height: 2.25rem !important;
    }

    .xl\:h-10 {
        height: 2.5rem !important;
    }

    .xl\:h-11 {
        height: 2.75rem !important;
    }

    .xl\:h-12 {
        height: 3rem !important;
    }

    .xl\:h-14 {
        height: 3.5rem !important;
    }

    .xl\:h-16 {
        height: 4rem !important;
    }

    .xl\:h-20 {
        height: 5rem !important;
    }

    .xl\:h-24 {
        height: 6rem !important;
    }

    .xl\:h-28 {
        height: 7rem !important;
    }

    .xl\:h-32 {
        height: 8rem !important;
    }

    .xl\:h-36 {
        height: 9rem !important;
    }

    .xl\:h-40 {
        height: 10rem !important;
    }

    .xl\:h-44 {
        height: 11rem !important;
    }

    .xl\:h-48 {
        height: 12rem !important;
    }

    .xl\:h-52 {
        height: 13rem !important;
    }

    .xl\:h-56 {
        height: 14rem !important;
    }

    .xl\:h-60 {
        height: 15rem !important;
    }

    .xl\:h-64 {
        height: 16rem !important;
    }

    .xl\:h-72 {
        height: 18rem !important;
    }

    .xl\:h-80 {
        height: 20rem !important;
    }

    .xl\:h-96 {
        height: 24rem !important;
    }

    .xl\:h-auto {
        height: auto !important;
    }

    .xl\:h-px {
        height: 1px !important;
    }

    .xl\:h-0\.5 {
        height: 0.125rem !important;
    }

    .xl\:h-1\.5 {
        height: 0.375rem !important;
    }

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

    .xl\:h-3\.5 {
        height: 0.875rem !important;
    }

    .xl\:h-1\/2 {
        height: 50% !important;
    }

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

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

    .xl\:h-1\/4 {
        height: 25% !important;
    }

    .xl\:h-2\/4 {
        height: 50% !important;
    }

    .xl\:h-3\/4 {
        height: 75% !important;
    }

    .xl\:h-1\/5 {
        height: 20% !important;
    }

    .xl\:h-2\/5 {
        height: 40% !important;
    }

    .xl\:h-3\/5 {
        height: 60% !important;
    }

    .xl\:h-4\/5 {
        height: 80% !important;
    }

    .xl\:h-1\/6 {
        height: 16.666667% !important;
    }

    .xl\:h-2\/6 {
        height: 33.333333% !important;
    }

    .xl\:h-3\/6 {
        height: 50% !important;
    }

    .xl\:h-4\/6 {
        height: 66.666667% !important;
    }

    .xl\:h-5\/6 {
        height: 83.333333% !important;
    }

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

    .xl\:h-screen {
        height: 100vh !important;
    }

    .xl\:max-h-0 {
        max-height: 0px !important;
    }

    .xl\:max-h-1 {
        max-height: 0.25rem !important;
    }

    .xl\:max-h-2 {
        max-height: 0.5rem !important;
    }

    .xl\:max-h-3 {
        max-height: 0.75rem !important;
    }

    .xl\:max-h-4 {
        max-height: 1rem !important;
    }

    .xl\:max-h-5 {
        max-height: 1.25rem !important;
    }

    .xl\:max-h-6 {
        max-height: 1.5rem !important;
    }

    .xl\:max-h-7 {
        max-height: 1.75rem !important;
    }

    .xl\:max-h-8 {
        max-height: 2rem !important;
    }

    .xl\:max-h-9 {
        max-height: 2.25rem !important;
    }

    .xl\:max-h-10 {
        max-height: 2.5rem !important;
    }

    .xl\:max-h-11 {
        max-height: 2.75rem !important;
    }

    .xl\:max-h-12 {
        max-height: 3rem !important;
    }

    .xl\:max-h-14 {
        max-height: 3.5rem !important;
    }

    .xl\:max-h-16 {
        max-height: 4rem !important;
    }

    .xl\:max-h-20 {
        max-height: 5rem !important;
    }

    .xl\:max-h-24 {
        max-height: 6rem !important;
    }

    .xl\:max-h-28 {
        max-height: 7rem !important;
    }

    .xl\:max-h-32 {
        max-height: 8rem !important;
    }

    .xl\:max-h-36 {
        max-height: 9rem !important;
    }

    .xl\:max-h-40 {
        max-height: 10rem !important;
    }

    .xl\:max-h-44 {
        max-height: 11rem !important;
    }

    .xl\:max-h-48 {
        max-height: 12rem !important;
    }

    .xl\:max-h-52 {
        max-height: 13rem !important;
    }

    .xl\:max-h-56 {
        max-height: 14rem !important;
    }

    .xl\:max-h-60 {
        max-height: 15rem !important;
    }

    .xl\:max-h-64 {
        max-height: 16rem !important;
    }

    .xl\:max-h-72 {
        max-height: 18rem !important;
    }

    .xl\:max-h-80 {
        max-height: 20rem !important;
    }

    .xl\:max-h-96 {
        max-height: 24rem !important;
    }

    .xl\:max-h-px {
        max-height: 1px !important;
    }

    .xl\:max-h-0\.5 {
        max-height: 0.125rem !important;
    }

    .xl\:max-h-1\.5 {
        max-height: 0.375rem !important;
    }

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

    .xl\:max-h-3\.5 {
        max-height: 0.875rem !important;
    }

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

    .xl\:max-h-screen {
        max-height: 100vh !important;
    }

    .xl\:min-h-0 {
        min-height: 0px !important;
    }

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

    .xl\:min-h-screen {
        min-height: 100vh !important;
    }

    .xl\:w-0 {
        width: 0px !important;
    }

    .xl\:w-1 {
        width: 0.25rem !important;
    }

    .xl\:w-2 {
        width: 0.5rem !important;
    }

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

    .xl\:w-4 {
        width: 1rem !important;
    }

    .xl\:w-5 {
        width: 1.25rem !important;
    }

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

    .xl\:w-7 {
        width: 1.75rem !important;
    }

    .xl\:w-8 {
        width: 2rem !important;
    }

    .xl\:w-9 {
        width: 2.25rem !important;
    }

    .xl\:w-10 {
        width: 2.5rem !important;
    }

    .xl\:w-11 {
        width: 2.75rem !important;
    }

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

    .xl\:w-14 {
        width: 3.5rem !important;
    }

    .xl\:w-16 {
        width: 4rem !important;
    }

    .xl\:w-20 {
        width: 5rem !important;
    }

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

    .xl\:w-28 {
        width: 7rem !important;
    }

    .xl\:w-32 {
        width: 8rem !important;
    }

    .xl\:w-36 {
        width: 9rem !important;
    }

    .xl\:w-40 {
        width: 10rem !important;
    }

    .xl\:w-44 {
        width: 11rem !important;
    }

    .xl\:w-48 {
        width: 12rem !important;
    }

    .xl\:w-52 {
        width: 13rem !important;
    }

    .xl\:w-56 {
        width: 14rem !important;
    }

    .xl\:w-60 {
        width: 15rem !important;
    }

    .xl\:w-64 {
        width: 16rem !important;
    }

    .xl\:w-72 {
        width: 18rem !important;
    }

    .xl\:w-80 {
        width: 20rem !important;
    }

    .xl\:w-96 {
        width: 24rem !important;
    }

    .xl\:w-auto {
        width: auto !important;
    }

    .xl\:w-px {
        width: 1px !important;
    }

    .xl\:w-0\.5 {
        width: 0.125rem !important;
    }

    .xl\:w-1\.5 {
        width: 0.375rem !important;
    }

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

    .xl\:w-3\.5 {
        width: 0.875rem !important;
    }

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

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

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

    .xl\:w-1\/4 {
        width: 25% !important;
    }

    .xl\:w-2\/4 {
        width: 50% !important;
    }

    .xl\:w-3\/4 {
        width: 75% !important;
    }

    .xl\:w-1\/5 {
        width: 20% !important;
    }

    .xl\:w-2\/5 {
        width: 40% !important;
    }

    .xl\:w-3\/5 {
        width: 60% !important;
    }

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

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

    .xl\:w-2\/6 {
        width: 33.333333% !important;
    }

    .xl\:w-3\/6 {
        width: 50% !important;
    }

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

    .xl\:w-5\/6 {
        width: 83.333333% !important;
    }

    .xl\:w-1\/12 {
        width: 8.333333% !important;
    }

    .xl\:w-2\/12 {
        width: 16.666667% !important;
    }

    .xl\:w-3\/12 {
        width: 25% !important;
    }

    .xl\:w-4\/12 {
        width: 33.333333% !important;
    }

    .xl\:w-5\/12 {
        width: 41.666667% !important;
    }

    .xl\:w-6\/12 {
        width: 50% !important;
    }

    .xl\:w-7\/12 {
        width: 58.333333% !important;
    }

    .xl\:w-8\/12 {
        width: 66.666667% !important;
    }

    .xl\:w-9\/12 {
        width: 75% !important;
    }

    .xl\:w-10\/12 {
        width: 83.333333% !important;
    }

    .xl\:w-11\/12 {
        width: 91.666667% !important;
    }

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

    .xl\:w-screen {
        width: 100vw !important;
    }

    .xl\:w-min {
        width: -webkit-min-content !important;
        width: -moz-min-content !important;
        width: min-content !important;
    }

    .xl\:w-max {
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important;
    }

    .xl\:min-w-0 {
        min-width: 0px !important;
    }

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

    .xl\:min-w-min {
        min-width: -webkit-min-content !important;
        min-width: -moz-min-content !important;
        min-width: min-content !important;
    }

    .xl\:min-w-max {
        min-width: -webkit-max-content !important;
        min-width: -moz-max-content !important;
        min-width: max-content !important;
    }

    .xl\:max-w-0 {
        max-width: 0rem !important;
    }

    .xl\:max-w-none {
        max-width: none !important;
    }

    .xl\:max-w-xs {
        max-width: 20rem !important;
    }

    .xl\:max-w-sm {
        max-width: 24rem !important;
    }

    .xl\:max-w-md {
        max-width: 28rem !important;
    }

    .xl\:max-w-lg {
        max-width: 32rem !important;
    }

    .xl\:max-w-xl {
        max-width: 36rem !important;
    }

    .xl\:max-w-2xl {
        max-width: 42rem !important;
    }

    .xl\:max-w-3xl {
        max-width: 48rem !important;
    }

    .xl\:max-w-4xl {
        max-width: 56rem !important;
    }

    .xl\:max-w-5xl {
        max-width: 64rem !important;
    }

    .xl\:max-w-6xl {
        max-width: 72rem !important;
    }

    .xl\:max-w-7xl {
        max-width: 80rem !important;
    }

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

    .xl\:max-w-min {
        max-width: -webkit-min-content !important;
        max-width: -moz-min-content !important;
        max-width: min-content !important;
    }

    .xl\:max-w-max {
        max-width: -webkit-max-content !important;
        max-width: -moz-max-content !important;
        max-width: max-content !important;
    }

    .xl\:max-w-prose {
        max-width: 65ch !important;
    }

    .xl\:max-w-screen-t {
        max-width: 10px !important;
    }

    .xl\:max-w-screen-xxs {
        max-width: 390px !important;
    }

    .xl\:max-w-screen-xs {
        max-width: 414px !important;
    }

    .xl\:max-w-screen-sm {
        max-width: 768px !important;
    }

    .xl\:max-w-screen-md {
        max-width: 810px !important;
    }

    .xl\:max-w-screen-lg {
        max-width: 1024px !important;
    }

    .xl\:max-w-screen-xl {
        max-width: 1280px !important;
    }

    .xl\:flex-1 {
        flex: 1 1 0% !important;
    }

    .xl\:flex-auto {
        flex: 1 1 auto !important;
    }

    .xl\:flex-initial {
        flex: 0 1 auto !important;
    }

    .xl\:flex-none {
        flex: none !important;
    }

    .xl\:flex-shrink-0 {
        flex-shrink: 0 !important;
    }

    .xl\:flex-shrink {
        flex-shrink: 1 !important;
    }

    .xl\:flex-grow-0 {
        flex-grow: 0 !important;
    }

    .xl\:flex-grow {
        flex-grow: 1 !important;
    }

    .xl\:border-collapse {
        border-collapse: collapse !important;
    }

    .xl\:border-separate {
        border-collapse: separate !important;
    }

    .xl\:transform {
        --tw-translate-x: 0 !important;
        --tw-translate-y: 0 !important;
        --tw-rotate: 0 !important;
        --tw-skew-x: 0 !important;
        --tw-skew-y: 0 !important;
        --tw-scale-x: 1 !important;
        --tw-scale-y: 1 !important;
        transform: translateX(var(--tw-translate-x)) translateY(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)) !important;
    }

    .xl\:transform-gpu {
        --tw-translate-x: 0 !important;
        --tw-translate-y: 0 !important;
        --tw-rotate: 0 !important;
        --tw-skew-x: 0 !important;
        --tw-skew-y: 0 !important;
        --tw-scale-x: 1 !important;
        --tw-scale-y: 1 !important;
        transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    }

    .xl\:transform-none {
        transform: none !important;
    }

    .xl\:translate-x-0 {
        --tw-translate-x: 0px !important;
    }

    .xl\:translate-y-0 {
        --tw-translate-y: 0px !important;
    }

    .xl\:rotate-0 {
        --tw-rotate: 0deg !important;
    }

    .xl\:rotate-1 {
        --tw-rotate: 1deg !important;
    }

    .xl\:rotate-2 {
        --tw-rotate: 2deg !important;
    }

    .xl\:rotate-3 {
        --tw-rotate: 3deg !important;
    }

    .xl\:rotate-6 {
        --tw-rotate: 6deg !important;
    }

    .xl\:rotate-12 {
        --tw-rotate: 12deg !important;
    }

    .xl\:rotate-45 {
        --tw-rotate: 45deg !important;
    }

    .xl\:rotate-90 {
        --tw-rotate: 90deg !important;
    }

    .xl\:rotate-180 {
        --tw-rotate: 180deg !important;
    }

    .xl\:-rotate-180 {
        --tw-rotate: -180deg !important;
    }

    .xl\:-rotate-90 {
        --tw-rotate: -90deg !important;
    }

    .xl\:-rotate-45 {
        --tw-rotate: -45deg !important;
    }

    .xl\:-rotate-12 {
        --tw-rotate: -12deg !important;
    }

    .xl\:-rotate-6 {
        --tw-rotate: -6deg !important;
    }

    .xl\:-rotate-3 {
        --tw-rotate: -3deg !important;
    }

    .xl\:-rotate-2 {
        --tw-rotate: -2deg !important;
    }

    .xl\:-rotate-1 {
        --tw-rotate: -1deg !important;
    }

    .xl\:cursor-auto {
        cursor: auto !important;
    }

    .xl\:cursor-default {
        cursor: default !important;
    }

    .xl\:cursor-pointer {
        cursor: pointer !important;
    }

    .xl\:cursor-wait {
        cursor: wait !important;
    }

    .xl\:cursor-text {
        cursor: text !important;
    }

    .xl\:cursor-move {
        cursor: move !important;
    }

    .xl\:cursor-help {
        cursor: help !important;
    }

    .xl\:cursor-not-allowed {
        cursor: not-allowed !important;
    }

    .xl\:select-none {
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }

    .xl\:select-text {
        -webkit-user-select: text !important;
        -moz-user-select: text !important;
        -ms-user-select: text !important;
        user-select: text !important;
    }

    .xl\:select-all {
        -webkit-user-select: all !important;
        -moz-user-select: all !important;
        user-select: all !important;
    }

    .xl\:select-auto {
        -webkit-user-select: auto !important;
        -moz-user-select: auto !important;
        -ms-user-select: auto !important;
        user-select: auto !important;
    }

    .xl\:resize-none {
        resize: none !important;
    }

    .xl\:resize-y {
        resize: vertical !important;
    }

    .xl\:resize-x {
        resize: horizontal !important;
    }

    .xl\:resize {
        resize: both !important;
    }

    .xl\:list-inside {
        list-style-position: inside !important;
    }

    .xl\:list-outside {
        list-style-position: outside !important;
    }

    .xl\:list-none {
        list-style-type: none !important;
    }

    .xl\:list-disc {
        list-style-type: disc !important;
    }

    .xl\:list-decimal {
        list-style-type: decimal !important;
    }

    .xl\:appearance-none {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
    }

    .xl\:flex-row {
        flex-direction: row !important;
    }

    .xl\:flex-row-reverse {
        flex-direction: row-reverse !important;
    }

    .xl\:flex-col {
        flex-direction: column !important;
    }

    .xl\:flex-col-reverse {
        flex-direction: column-reverse !important;
    }

    .xl\:flex-wrap {
        flex-wrap: wrap !important;
    }

    .xl\:flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .xl\:flex-nowrap {
        flex-wrap: nowrap !important;
    }

    .xl\:content-center {
        align-content: center !important;
    }

    .xl\:content-start {
        align-content: flex-start !important;
    }

    .xl\:content-end {
        align-content: flex-end !important;
    }

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

    .xl\:content-around {
        align-content: space-around !important;
    }

    .xl\:content-evenly {
        align-content: space-evenly !important;
    }

    .xl\:items-start {
        align-items: flex-start !important;
    }

    .xl\:items-end {
        align-items: flex-end !important;
    }

    .xl\:items-center {
        align-items: center !important;
    }

    .xl\:items-baseline {
        align-items: baseline !important;
    }

    .xl\:items-stretch {
        align-items: stretch !important;
    }

    .xl\:justify-start {
        justify-content: flex-start !important;
    }

    .xl\:justify-end {
        justify-content: flex-end !important;
    }

    .xl\:justify-center {
        justify-content: center !important;
    }

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

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

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

    .xl\:justify-items-start {
        justify-items: start !important;
    }

    .xl\:justify-items-end {
        justify-items: end !important;
    }

    .xl\:justify-items-center {
        justify-items: center !important;
    }

    .xl\:justify-items-stretch {
        justify-items: stretch !important;
    }

    .xl\:self-auto {
        align-self: auto !important;
    }

    .xl\:self-start {
        align-self: flex-start !important;
    }

    .xl\:self-end {
        align-self: flex-end !important;
    }

    .xl\:self-center {
        align-self: center !important;
    }

    .xl\:self-stretch {
        align-self: stretch !important;
    }

    .xl\:self-baseline {
        align-self: baseline !important;
    }

    .xl\:justify-self-auto {
        justify-self: auto !important;
    }

    .xl\:justify-self-start {
        justify-self: start !important;
    }

    .xl\:justify-self-end {
        justify-self: end !important;
    }

    .xl\:justify-self-center {
        justify-self: center !important;
    }

    .xl\:justify-self-stretch {
        justify-self: stretch !important;
    }

    .xl\:overflow-auto {
        overflow: auto !important;
    }

    .xl\:overflow-hidden {
        overflow: hidden !important;
    }

    .xl\:overflow-visible {
        overflow: visible !important;
    }

    .xl\:overflow-scroll {
        overflow: scroll !important;
    }

    .xl\:overflow-x-auto {
        overflow-x: auto !important;
    }

    .xl\:overflow-y-auto {
        overflow-y: auto !important;
    }

    .xl\:overflow-x-hidden {
        overflow-x: hidden !important;
    }

    .xl\:overflow-y-hidden {
        overflow-y: hidden !important;
    }

    .xl\:overflow-x-visible {
        overflow-x: visible !important;
    }

    .xl\:overflow-y-visible {
        overflow-y: visible !important;
    }

    .xl\:overflow-x-scroll {
        overflow-x: scroll !important;
    }

    .xl\:overflow-y-scroll {
        overflow-y: scroll !important;
    }

    .xl\:overscroll-auto {
        -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
    }

    .xl\:overscroll-contain {
        -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
    }

    .xl\:overscroll-none {
        -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
    }

    .xl\:overscroll-y-auto {
        overscroll-behavior-y: auto !important;
    }

    .xl\:overscroll-y-contain {
        overscroll-behavior-y: contain !important;
    }

    .xl\:overscroll-y-none {
        overscroll-behavior-y: none !important;
    }

    .xl\:overscroll-x-auto {
        overscroll-behavior-x: auto !important;
    }

    .xl\:overscroll-x-contain {
        overscroll-behavior-x: contain !important;
    }

    .xl\:overscroll-x-none {
        overscroll-behavior-x: none !important;
    }

    .xl\:truncate {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .xl\:overflow-ellipsis {
        text-overflow: ellipsis !important;
    }

    .xl\:overflow-clip {
        text-overflow: clip !important;
    }

    .xl\:whitespace-normal {
        white-space: normal !important;
    }

    .xl\:whitespace-nowrap {
        white-space: nowrap !important;
    }

    .xl\:whitespace-pre {
        white-space: pre !important;
    }

    .xl\:whitespace-pre-line {
        white-space: pre-line !important;
    }

    .xl\:whitespace-pre-wrap {
        white-space: pre-wrap !important;
    }

    .xl\:break-normal {
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    .xl\:break-words {
        overflow-wrap: break-word !important;
    }

    .xl\:break-all {
        word-break: break-all !important;
    }

    .xl\:rounded-none {
        border-radius: 0px !important;
    }

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

    .xl\:rounded {
        border-radius: 0.25rem !important;
    }

    .xl\:rounded-md {
        border-radius: 0.375rem !important;
    }

    .xl\:rounded-lg {
        border-radius: 0.5rem !important;
    }

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

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

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

    .xl\:rounded-full {
        border-radius: 9999px !important;
    }

    .xl\:rounded-t {
        border-top-left-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
    }

    .xl\:border-0 {
        border-width: 0px !important;
    }

    .xl\:border-2 {
        border-width: 2px !important;
    }

    .xl\:border-4 {
        border-width: 4px !important;
    }

    .xl\:border-8 {
        border-width: 8px !important;
    }

    .xl\:border {
        border-width: 1px !important;
    }

    .xl\:border-solid {
        border-style: solid !important;
    }

    .xl\:border-dashed {
        border-style: dashed !important;
    }

    .xl\:border-dotted {
        border-style: dotted !important;
    }

    .xl\:border-double {
        border-style: double !important;
    }

    .xl\:border-none {
        border-style: none !important;
    }

    .xl\:border-transparent {
        border-color: transparent !important;
    }

    .xl\:border-current {
        border-color: currentColor !important;
    }

    .xl\:border-black {
        --tw-border-opacity: 1 !important;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
    }

    .xl\:border-white {
        --tw-border-opacity: 1 !important;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
    }

    .xl\:bg-transparent {
        background-color: transparent !important;
    }

    .xl\:bg-current {
        background-color: currentColor !important;
    }

    .xl\:bg-black {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
    }

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

    .xl\:bg-gray-50 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-gray-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-gray-200 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-gray-300 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-gray-400 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-gray-500 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-gray-600 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-gray-700 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-gray-800 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-gray-900 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-red-50 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-red-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-red-200 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-red-300 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-red-400 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-red-500 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-red-600 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-red-700 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-red-800 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-red-900 {
        --tw-bg-opacity: 1 !important;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
    }

    .xl\:bg-none {
        background-image: none !important;
    }

    .xl\:bg-auto {
        background-size: auto !important;
    }

    .xl\:bg-cover {
        background-size: cover !important;
    }

    .xl\:bg-contain {
        background-size: contain !important;
    }

    .xl\:bg-fixed {
        background-attachment: fixed !important;
    }

    .xl\:bg-local {
        background-attachment: local !important;
    }

    .xl\:bg-scroll {
        background-attachment: scroll !important;
    }

    .xl\:bg-clip-border {
        background-clip: border-box !important;
    }

    .xl\:bg-clip-padding {
        background-clip: padding-box !important;
    }

    .xl\:bg-clip-content {
        background-clip: content-box !important;
    }

    .xl\:bg-clip-text {
        -webkit-background-clip: text !important;
        background-clip: text !important;
    }

    .xl\:bg-bottom {
        background-position: bottom !important;
    }

    .xl\:bg-center {
        background-position: center !important;
    }

    .xl\:bg-left {
        background-position: left !important;
    }

    .xl\:bg-left-bottom {
        background-position: left bottom !important;
    }

    .xl\:bg-left-top {
        background-position: left top !important;
    }

    .xl\:bg-right {
        background-position: right !important;
    }

    .xl\:bg-right-bottom {
        background-position: right bottom !important;
    }

    .xl\:bg-right-top {
        background-position: right top !important;
    }

    .xl\:bg-top {
        background-position: top !important;
    }

    .xl\:bg-repeat {
        background-repeat: repeat !important;
    }

    .xl\:bg-no-repeat {
        background-repeat: no-repeat !important;
    }

    .xl\:bg-repeat-x {
        background-repeat: repeat-x !important;
    }

    .xl\:bg-repeat-y {
        background-repeat: repeat-y !important;
    }

    .xl\:bg-repeat-round {
        background-repeat: round !important;
    }

    .xl\:bg-repeat-space {
        background-repeat: space !important;
    }

    .xl\:bg-origin-border {
        background-origin: border-box !important;
    }

    .xl\:bg-origin-padding {
        background-origin: padding-box !important;
    }

    .xl\:bg-origin-content {
        background-origin: content-box !important;
    }

    .xl\:fill-current {
        fill: currentColor !important;
    }

    .xl\:stroke-current {
        stroke: currentColor !important;
    }

    .xl\:stroke-0 {
        stroke-width: 0 !important;
    }

    .xl\:stroke-1 {
        stroke-width: 1 !important;
    }

    .xl\:stroke-2 {
        stroke-width: 2 !important;
    }

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

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

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

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

    .xl\:object-scale-down {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }

    .xl\:p-0 {
        padding: 0px !important;
    }

    .xl\:p-1 {
        padding: 0.25rem !important;
    }

    .xl\:p-2 {
        padding: 0.5rem !important;
    }

    .xl\:p-3 {
        padding: 0.75rem !important;
    }

    .xl\:p-4 {
        padding: 1rem !important;
    }

    .xl\:p-5 {
        padding: 1.25rem !important;
    }

    .xl\:p-6 {
        padding: 1.5rem !important;
    }

    .xl\:p-7 {
        padding: 1.75rem !important;
    }

    .xl\:p-8 {
        padding: 2rem !important;
    }

    .xl\:p-9 {
        padding: 2.25rem !important;
    }

    .xl\:p-10 {
        padding: 2.5rem !important;
    }

    .xl\:p-11 {
        padding: 2.75rem !important;
    }

    .xl\:p-12 {
        padding: 3rem !important;
    }

    .xl\:p-14 {
        padding: 3.5rem !important;
    }

    .xl\:p-16 {
        padding: 4rem !important;
    }

    .xl\:p-20 {
        padding: 5rem !important;
    }

    .xl\:p-24 {
        padding: 6rem !important;
    }

    .xl\:p-28 {
        padding: 7rem !important;
    }

    .xl\:p-32 {
        padding: 8rem !important;
    }

    .xl\:p-36 {
        padding: 9rem !important;
    }

    .xl\:p-40 {
        padding: 10rem !important;
    }

    .xl\:p-44 {
        padding: 11rem !important;
    }

    .xl\:p-48 {
        padding: 12rem !important;
    }

    .xl\:p-52 {
        padding: 13rem !important;
    }

    .xl\:p-56 {
        padding: 14rem !important;
    }

    .xl\:p-60 {
        padding: 15rem !important;
    }

    .xl\:p-64 {
        padding: 16rem !important;
    }

    .xl\:p-72 {
        padding: 18rem !important;
    }

    .xl\:p-80 {
        padding: 20rem !important;
    }

    .xl\:p-96 {
        padding: 24rem !important;
    }

    .xl\:p-px {
        padding: 1px !important;
    }

    .xl\:p-0\.5 {
        padding: 0.125rem !important;
    }

    .xl\:p-1\.5 {
        padding: 0.375rem !important;
    }

    .xl\:p-2\.5 {
        padding: 0.625rem !important;
    }

    .xl\:p-3\.5 {
        padding: 0.875rem !important;
    }

    .xl\:px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .xl\:px-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .xl\:px-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .xl\:px-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .xl\:px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .xl\:px-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .xl\:px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .xl\:px-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }

    .xl\:px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .xl\:px-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .xl\:px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .xl\:px-11 {
        padding-left: 2.75rem !important;
        padding-right: 2.75rem !important;
    }

    .xl\:px-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .xl\:px-14 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }

    .xl\:px-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .xl\:px-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .xl\:px-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .xl\:px-28 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }

    .xl\:px-32 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }

    .xl\:px-36 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }

    .xl\:px-40 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }

    .xl\:px-44 {
        padding-left: 11rem !important;
        padding-right: 11rem !important;
    }

    .xl\:px-48 {
        padding-left: 12rem !important;
        padding-right: 12rem !important;
    }

    .xl\:px-52 {
        padding-left: 13rem !important;
        padding-right: 13rem !important;
    }

    .xl\:px-56 {
        padding-left: 14rem !important;
        padding-right: 14rem !important;
    }

    .xl\:px-60 {
        padding-left: 15rem !important;
        padding-right: 15rem !important;
    }

    .xl\:px-64 {
        padding-left: 16rem !important;
        padding-right: 16rem !important;
    }

    .xl\:px-72 {
        padding-left: 18rem !important;
        padding-right: 18rem !important;
    }

    .xl\:px-80 {
        padding-left: 20rem !important;
        padding-right: 20rem !important;
    }

    .xl\:px-96 {
        padding-left: 24rem !important;
        padding-right: 24rem !important;
    }

    .xl\:px-px {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .xl\:px-0\.5 {
        padding-left: 0.125rem !important;
        padding-right: 0.125rem !important;
    }

    .xl\:px-1\.5 {
        padding-left: 0.375rem !important;
        padding-right: 0.375rem !important;
    }

    .xl\:px-2\.5 {
        padding-left: 0.625rem !important;
        padding-right: 0.625rem !important;
    }

    .xl\:px-3\.5 {
        padding-left: 0.875rem !important;
        padding-right: 0.875rem !important;
    }

    .xl\:py-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .xl\:py-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .xl\:py-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .xl\:py-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .xl\:py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .xl\:py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .xl\:py-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .xl\:py-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .xl\:py-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .xl\:py-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .xl\:py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .xl\:py-11 {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important;
    }

    .xl\:py-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .xl\:py-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .xl\:py-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .xl\:py-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .xl\:py-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .xl\:py-28 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .xl\:py-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .xl\:py-36 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .xl\:py-40 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .xl\:py-44 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }

    .xl\:py-48 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }

    .xl\:py-52 {
        padding-top: 13rem !important;
        padding-bottom: 13rem !important;
    }

    .xl\:py-56 {
        padding-top: 14rem !important;
        padding-bottom: 14rem !important;
    }

    .xl\:py-60 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
    }

    .xl\:py-64 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }

    .xl\:py-72 {
        padding-top: 18rem !important;
        padding-bottom: 18rem !important;
    }

    .xl\:py-80 {
        padding-top: 20rem !important;
        padding-bottom: 20rem !important;
    }

    .xl\:py-96 {
        padding-top: 24rem !important;
        padding-bottom: 24rem !important;
    }

    .xl\:py-px {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

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

    .xl\:py-1\.5 {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }

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

    .xl\:py-3\.5 {
        padding-top: 0.875rem !important;
        padding-bottom: 0.875rem !important;
    }

    .xl\:pt-0 {
        padding-top: 0px !important;
    }

    .xl\:pt-1 {
        padding-top: 0.25rem !important;
    }

    .xl\:pt-2 {
        padding-top: 0.5rem !important;
    }

    .xl\:pt-3 {
        padding-top: 0.75rem !important;
    }

    .xl\:pt-4 {
        padding-top: 1rem !important;
    }

    .xl\:pt-5 {
        padding-top: 1.25rem !important;
    }

    .xl\:pt-6 {
        padding-top: 1.5rem !important;
    }

    .xl\:pt-7 {
        padding-top: 1.75rem !important;
    }

    .xl\:pt-8 {
        padding-top: 2rem !important;
    }

    .xl\:pt-9 {
        padding-top: 2.25rem !important;
    }

    .xl\:pt-10 {
        padding-top: 2.5rem !important;
    }

    .xl\:pt-11 {
        padding-top: 2.75rem !important;
    }

    .xl\:pt-12 {
        padding-top: 3rem !important;
    }

    .xl\:pt-14 {
        padding-top: 3.5rem !important;
    }

    .xl\:pt-16 {
        padding-top: 4rem !important;
    }

    .xl\:pt-20 {
        padding-top: 5rem !important;
    }

    .xl\:pt-24 {
        padding-top: 6rem !important;
    }

    .xl\:pt-28 {
        padding-top: 7rem !important;
    }

    .xl\:pt-32 {
        padding-top: 8rem !important;
    }

    .xl\:pt-36 {
        padding-top: 9rem !important;
    }

    .xl\:pt-40 {
        padding-top: 10rem !important;
    }

    .xl\:pt-44 {
        padding-top: 11rem !important;
    }

    .xl\:pt-48 {
        padding-top: 12rem !important;
    }

    .xl\:pt-52 {
        padding-top: 13rem !important;
    }

    .xl\:pt-56 {
        padding-top: 14rem !important;
    }

    .xl\:pt-60 {
        padding-top: 15rem !important;
    }

    .xl\:pt-64 {
        padding-top: 16rem !important;
    }

    .xl\:pt-72 {
        padding-top: 18rem !important;
    }

    .xl\:pt-80 {
        padding-top: 20rem !important;
    }

    .xl\:pt-96 {
        padding-top: 24rem !important;
    }

    .xl\:pt-px {
        padding-top: 1px !important;
    }

    .xl\:pt-0\.5 {
        padding-top: 0.125rem !important;
    }

    .xl\:pt-1\.5 {
        padding-top: 0.375rem !important;
    }

    .xl\:pt-2\.5 {
        padding-top: 0.625rem !important;
    }

    .xl\:pt-3\.5 {
        padding-top: 0.875rem !important;
    }

    .xl\:pr-0 {
        padding-right: 0px !important;
    }

    .xl\:pr-1 {
        padding-right: 0.25rem !important;
    }

    .xl\:pr-2 {
        padding-right: 0.5rem !important;
    }

    .xl\:pr-3 {
        padding-right: 0.75rem !important;
    }

    .xl\:pr-4 {
        padding-right: 1rem !important;
    }

    .xl\:pr-5 {
        padding-right: 1.25rem !important;
    }

    .xl\:pr-6 {
        padding-right: 1.5rem !important;
    }

    .xl\:pr-7 {
        padding-right: 1.75rem !important;
    }

    .xl\:pr-8 {
        padding-right: 2rem !important;
    }

    .xl\:pr-9 {
        padding-right: 2.25rem !important;
    }

    .xl\:pr-10 {
        padding-right: 2.5rem !important;
    }

    .xl\:pr-11 {
        padding-right: 2.75rem !important;
    }

    .xl\:pr-12 {
        padding-right: 3rem !important;
    }

    .xl\:pr-14 {
        padding-right: 3.5rem !important;
    }

    .xl\:pr-16 {
        padding-right: 4rem !important;
    }

    .xl\:pr-20 {
        padding-right: 5rem !important;
    }

    .xl\:pr-24 {
        padding-right: 6rem !important;
    }

    .xl\:pr-28 {
        padding-right: 7rem !important;
    }

    .xl\:pr-32 {
        padding-right: 8rem !important;
    }

    .xl\:pr-36 {
        padding-right: 9rem !important;
    }

    .xl\:pr-40 {
        padding-right: 10rem !important;
    }

    .xl\:pr-44 {
        padding-right: 11rem !important;
    }

    .xl\:pr-48 {
        padding-right: 12rem !important;
    }

    .xl\:pr-52 {
        padding-right: 13rem !important;
    }

    .xl\:pr-56 {
        padding-right: 14rem !important;
    }

    .xl\:pr-60 {
        padding-right: 15rem !important;
    }

    .xl\:pr-64 {
        padding-right: 16rem !important;
    }

    .xl\:pr-72 {
        padding-right: 18rem !important;
    }

    .xl\:pr-80 {
        padding-right: 20rem !important;
    }

    .xl\:pr-96 {
        padding-right: 24rem !important;
    }

    .xl\:pr-px {
        padding-right: 1px !important;
    }

    .xl\:pr-0\.5 {
        padding-right: 0.125rem !important;
    }

    .xl\:pr-1\.5 {
        padding-right: 0.375rem !important;
    }

    .xl\:pr-2\.5 {
        padding-right: 0.625rem !important;
    }

    .xl\:pr-3\.5 {
        padding-right: 0.875rem !important;
    }

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

    .xl\:pb-1 {
        padding-bottom: 0.25rem !important;
    }

    .xl\:pb-2 {
        padding-bottom: 0.5rem !important;
    }

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

    .xl\:pb-4 {
        padding-bottom: 1rem !important;
    }

    .xl\:pb-5 {
        padding-bottom: 1.25rem !important;
    }

    .xl\:pb-6 {
        padding-bottom: 1.5rem !important;
    }

    .xl\:pb-7 {
        padding-bottom: 1.75rem !important;
    }

    .xl\:pb-8 {
        padding-bottom: 2rem !important;
    }

    .xl\:pb-9 {
        padding-bottom: 2.25rem !important;
    }

    .xl\:pb-10 {
        padding-bottom: 2.5rem !important;
    }

    .xl\:pb-11 {
        padding-bottom: 2.75rem !important;
    }

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

    .xl\:pb-14 {
        padding-bottom: 3.5rem !important;
    }

    .xl\:pb-16 {
        padding-bottom: 4rem !important;
    }

    .xl\:pb-20 {
        padding-bottom: 5rem !important;
    }

    .xl\:pb-24 {
        padding-bottom: 6rem !important;
    }

    .xl\:pb-28 {
        padding-bottom: 7rem !important;
    }

    .xl\:pb-32 {
        padding-bottom: 8rem !important;
    }

    .xl\:pb-36 {
        padding-bottom: 9rem !important;
    }

    .xl\:pb-40 {
        padding-bottom: 10rem !important;
    }

    .xl\:pb-44 {
        padding-bottom: 11rem !important;
    }

    .xl\:pb-48 {
        padding-bottom: 12rem !important;
    }

    .xl\:pb-52 {
        padding-bottom: 13rem !important;
    }

    .xl\:pb-56 {
        padding-bottom: 14rem !important;
    }

    .xl\:pb-60 {
        padding-bottom: 15rem !important;
    }

    .xl\:pb-64 {
        padding-bottom: 16rem !important;
    }

    .xl\:pb-72 {
        padding-bottom: 18rem !important;
    }

    .xl\:pb-80 {
        padding-bottom: 20rem !important;
    }

    .xl\:pb-96 {
        padding-bottom: 24rem !important;
    }

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

    .xl\:pb-0\.5 {
        padding-bottom: 0.125rem !important;
    }

    .xl\:pb-1\.5 {
        padding-bottom: 0.375rem !important;
    }

    .xl\:pb-2\.5 {
        padding-bottom: 0.625rem !important;
    }

    .xl\:pb-3\.5 {
        padding-bottom: 0.875rem !important;
    }

    .xl\:pl-0 {
        padding-left: 0px !important;
    }

    .xl\:pl-1 {
        padding-left: 0.25rem !important;
    }

    .xl\:pl-2 {
        padding-left: 0.5rem !important;
    }

    .xl\:pl-3 {
        padding-left: 0.75rem !important;
    }

    .xl\:pl-4 {
        padding-left: 1rem !important;
    }

    .xl\:pl-5 {
        padding-left: 1.25rem !important;
    }

    .xl\:pl-6 {
        padding-left: 1.5rem !important;
    }

    .xl\:pl-7 {
        padding-left: 1.75rem !important;
    }

    .xl\:pl-8 {
        padding-left: 2rem !important;
    }

    .xl\:pl-9 {
        padding-left: 2.25rem !important;
    }

    .xl\:pl-10 {
        padding-left: 2.5rem !important;
    }

    .xl\:pl-11 {
        padding-left: 2.75rem !important;
    }

    .xl\:pl-12 {
        padding-left: 3rem !important;
    }

    .xl\:pl-14 {
        padding-left: 3.5rem !important;
    }

    .xl\:pl-16 {
        padding-left: 4rem !important;
    }

    .xl\:pl-20 {
        padding-left: 5rem !important;
    }

    .xl\:pl-24 {
        padding-left: 6rem !important;
    }

    .xl\:pl-28 {
        padding-left: 7rem !important;
    }

    .xl\:pl-32 {
        padding-left: 8rem !important;
    }

    .xl\:pl-36 {
        padding-left: 9rem !important;
    }

    .xl\:pl-40 {
        padding-left: 10rem !important;
    }

    .xl\:pl-44 {
        padding-left: 11rem !important;
    }

    .xl\:pl-48 {
        padding-left: 12rem !important;
    }

    .xl\:pl-52 {
        padding-left: 13rem !important;
    }

    .xl\:pl-56 {
        padding-left: 14rem !important;
    }

    .xl\:pl-60 {
        padding-left: 15rem !important;
    }

    .xl\:pl-64 {
        padding-left: 16rem !important;
    }

    .xl\:pl-72 {
        padding-left: 18rem !important;
    }

    .xl\:pl-80 {
        padding-left: 20rem !important;
    }

    .xl\:pl-96 {
        padding-left: 24rem !important;
    }

    .xl\:pl-px {
        padding-left: 1px !important;
    }

    .xl\:pl-0\.5 {
        padding-left: 0.125rem !important;
    }

    .xl\:pl-1\.5 {
        padding-left: 0.375rem !important;
    }

    .xl\:pl-2\.5 {
        padding-left: 0.625rem !important;
    }

    .xl\:pl-3\.5 {
        padding-left: 0.875rem !important;
    }

    .xl\:text-left {
        text-align: left !important;
    }

    .xl\:text-center {
        text-align: center !important;
    }

    .xl\:text-right {
        text-align: right !important;
    }

    .xl\:text-justify {
        text-align: justify !important;
    }

    .xl\:align-baseline {
        vertical-align: baseline !important;
    }

    .xl\:align-top {
        vertical-align: top !important;
    }

    .xl\:align-middle {
        vertical-align: middle !important;
    }

    .xl\:align-bottom {
        vertical-align: bottom !important;
    }

    .xl\:align-text-top {
        vertical-align: text-top !important;
    }

    .xl\:align-text-bottom {
        vertical-align: text-bottom !important;
    }

    .xl\:font-sans {
        font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    }

    .xl\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
    }

    .xl\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
    }

    .xl\:text-xs {
        font-size: 0.75rem !important;
        line-height: 1rem !important;
    }

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

    .xl\:text-base {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }

    .xl\:text-lg {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
    }

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

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

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

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

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

    .xl\:text-6xl {
        font-size: 3.75rem !important;
        line-height: 1 !important;
    }

    .xl\:text-7xl {
        font-size: 4.5rem !important;
        line-height: 1 !important;
    }

    .xl\:text-8xl {
        font-size: 6rem !important;
        line-height: 1 !important;
    }

    .xl\:text-9xl {
        font-size: 8rem !important;
        line-height: 1 !important;
    }

    .xl\:font-thin {
        font-weight: 100 !important;
    }

    .xl\:font-extralight {
        font-weight: 200 !important;
    }

    .xl\:font-light {
        font-weight: 300 !important;
    }

    .xl\:font-normal {
        font-weight: 400 !important;
    }

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

    .xl\:font-semibold {
        font-weight: 600 !important;
    }

    .xl\:font-bold {
        font-weight: 700 !important;
    }

    .xl\:font-extrabold {
        font-weight: 800 !important;
    }

    .xl\:font-black {
        font-weight: 900 !important;
    }

    .xl\:uppercase {
        text-transform: uppercase !important;
    }

    .xl\:lowercase {
        text-transform: lowercase !important;
    }

    .xl\:capitalize {
        text-transform: capitalize !important;
    }

    .xl\:normal-case {
        text-transform: none !important;
    }

    .xl\:italic {
        font-style: italic !important;
    }

    .xl\:not-italic {
        font-style: normal !important;
    }

    .xl\:leading-3 {
        line-height: .75rem !important;
    }

    .xl\:leading-4 {
        line-height: 1rem !important;
    }

    .xl\:leading-5 {
        line-height: 1.25rem !important;
    }

    .xl\:leading-6 {
        line-height: 1.5rem !important;
    }

    .xl\:leading-7 {
        line-height: 1.75rem !important;
    }

    .xl\:leading-8 {
        line-height: 2rem !important;
    }

    .xl\:leading-9 {
        line-height: 2.25rem !important;
    }

    .xl\:leading-10 {
        line-height: 2.5rem !important;
    }

    .xl\:leading-none {
        line-height: 1 !important;
    }

    .xl\:leading-tight {
        line-height: 1.25 !important;
    }

    .xl\:leading-snug {
        line-height: 1.375 !important;
    }

    .xl\:leading-normal {
        line-height: 1.5 !important;
    }

    .xl\:leading-relaxed {
        line-height: 1.625 !important;
    }

    .xl\:leading-loose {
        line-height: 2 !important;
    }

    .xl\:text-transparent {
        color: transparent !important;
    }

    .xl\:text-current {
        color: currentColor !important;
    }

    .xl\:text-black {
        --tw-text-opacity: 1 !important;
        color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
    }

    .xl\:text-white {
        --tw-text-opacity: 1 !important;
        color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
    }

    .xl\:text-gray-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
    }

    .xl\:text-gray-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
    }

    .xl\:text-gray-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
    }

    .xl\:text-gray-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
    }

    .xl\:text-gray-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
    }

    .xl\:text-gray-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
    }

    .xl\:text-gray-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
    }

    .xl\:text-gray-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
    }

    .xl\:text-gray-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
    }

    .xl\:text-gray-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
    }

    .xl\:text-red-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
    }

    .xl\:text-red-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
    }

    .xl\:text-red-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
    }

    .xl\:text-red-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
    }

    .xl\:text-red-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
    }

    .xl\:text-red-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
    }

    .xl\:text-red-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
    }

    .xl\:text-red-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
    }

    .xl\:text-red-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
    }

    .xl\:text-red-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
    }

    .xl\:text-yellow-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
    }

    .xl\:text-yellow-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
    }

    .xl\:text-yellow-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
    }

    .xl\:text-yellow-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
    }

    .xl\:text-yellow-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
    }

    .xl\:text-yellow-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
    }

    .xl\:text-yellow-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
    }

    .xl\:text-yellow-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
    }

    .xl\:text-yellow-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
    }

    .xl\:text-yellow-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
    }

    .xl\:text-green-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
    }

    .xl\:text-green-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
    }

    .xl\:text-green-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
    }

    .xl\:text-green-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
    }

    .xl\:text-green-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
    }

    .xl\:text-green-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
    }

    .xl\:text-green-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
    }

    .xl\:text-green-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
    }

    .xl\:text-green-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
    }

    .xl\:text-green-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
    }

    .xl\:text-blue-50 {
        --tw-text-opacity: 1 !important;
        color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
    }

    .xl\:text-blue-100 {
        --tw-text-opacity: 1 !important;
        color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
    }

    .xl\:text-blue-200 {
        --tw-text-opacity: 1 !important;
        color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
    }

    .xl\:text-blue-300 {
        --tw-text-opacity: 1 !important;
        color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
    }

    .xl\:text-blue-400 {
        --tw-text-opacity: 1 !important;
        color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
    }

    .xl\:text-blue-500 {
        --tw-text-opacity: 1 !important;
        color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
    }

    .xl\:text-blue-600 {
        --tw-text-opacity: 1 !important;
        color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
    }

    .xl\:text-blue-700 {
        --tw-text-opacity: 1 !important;
        color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
    }

    .xl\:text-blue-800 {
        --tw-text-opacity: 1 !important;
        color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
    }

    .xl\:text-blue-900 {
        --tw-text-opacity: 1 !important;
        color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
    }

    .xl\:underline {
        text-decoration: underline !important;
    }

    .xl\:line-through {
        text-decoration: line-through !important;
    }

    .xl\:no-underline {
        text-decoration: none !important;
    }

    .xl\:opacity-0 {
        opacity: 0 !important;
    }

    .xl\:opacity-5 {
        opacity: 0.05 !important;
    }

    .xl\:opacity-10 {
        opacity: 0.1 !important;
    }

    .xl\:opacity-20 {
        opacity: 0.2 !important;
    }

    .xl\:opacity-25 {
        opacity: 0.25 !important;
    }

    .xl\:opacity-30 {
        opacity: 0.3 !important;
    }

    .xl\:opacity-40 {
        opacity: 0.4 !important;
    }

    .xl\:opacity-50 {
        opacity: 0.5 !important;
    }

    .xl\:opacity-60 {
        opacity: 0.6 !important;
    }

    .xl\:opacity-70 {
        opacity: 0.7 !important;
    }

    .xl\:opacity-75 {
        opacity: 0.75 !important;
    }

    .xl\:opacity-80 {
        opacity: 0.8 !important;
    }

    .xl\:opacity-90 {
        opacity: 0.9 !important;
    }

    .xl\:opacity-95 {
        opacity: 0.95 !important;
    }

    .xl\:opacity-100 {
        opacity: 1 !important;
    }

    .xl\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .xl\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .xl\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .xl\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .xl\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .xl\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .xl\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .xl\:shadow-none {
        --tw-shadow: 0 0 #0000 !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .xl\:outline-none {
        outline: 2px solid transparent !important;
        outline-offset: 2px !important;
    }

    .xl\:outline-white {
        outline: 2px dotted white !important;
        outline-offset: 2px !important;
    }

    .xl\:outline-black {
        outline: 2px dotted black !important;
        outline-offset: 2px !important;
    }

    .xl\:filter {
        --tw-blur: var(--tw-empty, ) !important;
        --tw-brightness: var(--tw-empty, ) !important;
        --tw-contrast: var(--tw-empty, ) !important;
        --tw-grayscale: var(--tw-empty, ) !important;
        --tw-hue-rotate: var(--tw-empty, ) !important;
        --tw-invert: var(--tw-empty, ) !important;
        --tw-saturate: var(--tw-empty, ) !important;
        --tw-sepia: var(--tw-empty, ) !important;
        --tw-drop-shadow: var(--tw-empty, ) !important;
        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) !important;
    }

    .xl\:filter-none {
        filter: none !important;
    }

    .xl\:drop-shadow-sm {
        --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05)) !important;
    }

    .xl\:drop-shadow {
        --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
    }

    .xl\:drop-shadow-md {
        --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
    }

    .xl\:drop-shadow-lg {
        --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
    }

    .xl\:drop-shadow-xl {
        --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
    }

    .xl\:drop-shadow-2xl {
        --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
    }

    .xl\:drop-shadow-none {
        --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
    }

    .xl\:transition-none {
        transition-property: none !important;
    }

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

    .xl\:transition {
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
        transition-duration: 150ms !important;
    }

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

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

    .xl\:transition-shadow {
        transition-property: box-shadow !important;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
        transition-duration: 150ms !important;
    }

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

/* /theme_blank/static/custom/custom.css defined in bundle 'website.assets_frontend' */
button {
    outline: none !important;
}

.text-none {
    font-size: 0px !important;
    line-height: 0px !important;
}

.title-blue {
    color: #17a2b8 !important;
}

.title-green {
    color: #4cbd89;
}

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

@media (max-width: 767px) {
    .rtl.mt4-banner {
        background-position: 63% top !important;
        background-size: 120rem !important;
    }

    .mt4-banner {
        background-position: 36% top !important;
        background-size: 100rem !important;
    }

    .robotic-banner {
        background-position: 27% top !important;
        background-size: 79rem !important;
    }

    .rtl.robotic-banner {
        background-position: 70% top !important;
        background-size: 79rem !important;
    }

    .rm-bg {
        background-image: url("/website_snippets/static/src/images6/img/landing-banner.jpg");
    }

    .npb26__bg {
        background-image: url("/website_snippets/static/src/images2/img/landing__banner-m.png");
    }

    .bg-lottery {
        background-image: none !important;
    }

    .cyclic-banner {
        background-size: 182rem;
        background-position: 48.5% 0%;
    }

    .cyclic-banner-2 {
        background-size: 90rem;
        background-position: 100% 0%;
    }

    .bg-school {
        background-image: url("/website_snippets/static/src/images7/img/landing__banner-mobile.jpg");
    }

    .black-friday__bg {
        background-image: url("/website_snippets/static/src/images11/img/landing__banner-m.png");
    }

    .cash-back {
        background-image: url("/website_snippets/static/src/images12/img/landing__banner-m.png");
    }

    .robotic-banner-2 {
        background-image: url("/website_snippets/static/src/images3/img/landing__banner-m.jpg");
    }

    .robotic-info-form-2 {
        background-image: url("/website_snippets/static/src/images3/img/info__form-m.jpg");
    }

    .main-form-banner-2 {
        background-image: url("/website_snippets/static/src/images3/img/landing__banner-m.jpg");
    }

    .main-info-form-2 {
        background-image: url("/website_snippets/static/src/images3/img/info__form-m.jpg");
    }
}

@media (min-width: 767px) {
    .bg-school {
        background-image: url("/website_snippets/static/src/images7/img/landing__banner.jpg");
    }

    .black-friday__bg {
        background-image: url("/website_snippets/static/src/images11/img/landing__banner.jpg");
    }

    .cash-back {
        background-image: url("/website_snippets/static/src/images12/img/landing__banner.jpg");
    }

    .bg-lottery {
        background-image: url("/website_snippets/static/src/images13/img/landing__banner-full.jpg");
        background-position: 60% 0;
    }

    .robotic-banner-2 {
        background-image: url("/website_snippets/static/src/images3/img/landing__banner.jpg");
    }

    .robotic-info-form-2 {
        background-image: url("/website_snippets/static/src/images3/img/info__form.jpg");
    }

    .main-form-banner-2 {
        background-image: url("/website_snippets/static/src/images3/img/landing__banner.jpg");
    }

    .main-info-form-2 {
        background-image: url("/website_snippets/static/src/images3/img/info__form.jpg");
    }

    .npb26__bg {
        background-image: url("/website_snippets/static/src/images2/img/landing__banner-tablet.png");
    }
}

@media (min-width: 1280px) {
    .npb26__bg {
        background-image: url("/website_snippets/static/src/images2/img/landing__banner.jpg");
    }
}

.list-dash {
    list-style-type: none !important;
}

.list-dash li:before {
    content: " -";
}

@media (max-width: 1280px) {
    .start__num {
        left: 47%;
        transform: translate(-50%, 0%);
    }
}

.font-roboto {
    font-family: "Roboto-Regular" !important;
}

.font-seg {
    font-family: SegoeUI !important;
}

.font-time {
    font-family: TimeNewRoman !important;
}

.font-fut {
    font-family: futuramediumc !important;
}

.font-calibri {
    font-family: "calibri" !important;
}

@media (min-width: 1024px) {
    .line-gray-center {
        position: absolute;
        top: 1.5rem;
        left: 50%;
        transform: translate(-50%, 0);
        width: 75%;
        height: 0.08rem;
        background-color: black;
        opacity: 0.2;
    }
}

section a.button-gr-green,
section button.button-gr-green {
    background: linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
    transition: all 0.3s ease 0s;
    background-size: 260% 100%;
    background-position: right;
    color: #fff !important;
}

section a.button-gr-green:hover,
section button.button-gr-green:hover {
    background-position: left bottom;
    color: #fff !important;
}

.button-blue {
    color: #fff !important;
    background-color: #17a2b8;
}

.button-blue:hover {
    color: #fff !important;
    opacity: 0.7;
}

.button-yellow {
    color: #010101 !important;
    background-color: #ffc107;
}

.button-yellow:hover {
    color: #010101 !important;
    opacity: 0.7;
}

.button-white {
    color: #010101 !important;
    background-color: #fff;
}

.button-white:hover {
    color: #010101 !important;
    opacity: 0.7;
}

.dark-button-blue {
    color: #fff;
    background-color: #112f94;
}

.dark-button-blue:hover {
    color: #fff;
    opacity: 0.7;
}

.button-red {
    color: #fff !important;
    background-color: #ff0000;
}

.button-red:hover {
    color: #fff !important;
    opacity: 0.7;
}

.ribbon {
    position: absolute;
    left: -6%;
    top: 4%;
    transform: rotate(-45deg);
}

.button {
    font-weight: 500 !important;
}

@media (min-width: 767px) {
    .button-gr-green-pc {
        background: linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
        transition: all 0.3s ease 0s;
        color: #fff !important;
        background-size: 260% 100%;
        background-position: right;
    }

    .button-gr-green-pc:hover {
        background-position: left bottom;
        color: #fff !important;
    }
}

@media (max-width: 767px) {
    .button-gr-green-pc {
        background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

@media (max-width: 767px) {
    .cyclic-banner {
        background-size: 182rem !important;
        background-position: 48.5% 0% !important;
    }

    .cyclic-banner-2 {
        background-size: 90rem !important;
        background-position: 100% 0% !important;
    }
}

.burger span {
    position: absolute;
    background-color: #010101;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.2rem;
    top: 50%;
    transition: all 0.3s ease 0s;
    transform: translate(0, -50%);
}

.burger:before,
.burger:after {
    content: "";
    background-color: #010101;
    position: absolute;
    width: 100%;
    height: 0.2rem;
    left: 0;
    transition: all 0.3s ease 0s;
}

.burger:before {
    top: 0;
}

.burger:after {
    bottom: 0;
}

.burger.active span {
    transform: scale(0);
}

.burger.active:before {
    transform: rotate(45deg);
    top: 0.5rem;
}

.burger.active:after {
    transform: rotate(-45deg);
    top: 0.5rem;
}

@media (max-width: 767px) {
    #menu_cl {
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease 0s;
    }

    #menu_cl.active {
        opacity: 1;
        visibility: visible;
    }
}

section a:hover {
    text-decoration: none !important;
}

section[data-snippet] div.row,
section[data-snippet] div.container,
section[data-snippet] div.col-lg-1,
section[data-snippet] div.col-lg-2,
section[data-snippet] div.col-lg-3,
section[data-snippet] div.col-lg-4,
section[data-snippet] div.col-lg-5,
section[data-snippet] div.col-lg-6,
section[data-snippet] div.col-lg-7,
section[data-snippet] div.col-lg-8,
section[data-snippet] div.col-lg-9,
section[data-snippet] div.col-lg-10,
section[data-snippet] div.col-lg-11,
section[data-snippet] div.col-lg-12 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

section[data-snippet] .btn-custom_wrap.col-lg-1,
section[data-snippet] .btn-custom_wrap.col-lg-2,
section[data-snippet] .btn-custom_wrap.col-lg-3,
section[data-snippet] .btn-custom_wrap.col-lg-4,
section[data-snippet] .btn-custom_wrap.col-lg-5,
section[data-snippet] .btn-custom_wrap.col-lg-6,
section[data-snippet] .btn-custom_wrap.col-lg-7,
section[data-snippet] .btn-custom_wrap.col-lg-8,
section[data-snippet] .btn-custom_wrap.col-lg-9,
section[data-snippet] .btn-custom_wrap.col-lg-10,
section[data-snippet] .btn-custom_wrap.col-lg-11 {
    -ms-flex: auto;
    flex: none;
    max-width: 100%;
    width: 100%;
}

section[data-snippet] .btn-custom_wrap {
    padding: 2rem 0 !important;
}

section[data-snippet] .btn-custom_wrap-form {
    padding: 0.5rem 0 !important;
}

section[data-snippet] .btn-custom_wrap.pt0 a.btn {
    padding-top: 0.2rem !important;
}

section[data-snippet] .btn-custom_wrap.pt4 a.btn {
    padding-top: 0.4rem !important;
}

section[data-snippet] .btn-custom_wrap.pt8 a.btn {
    padding-top: 0.6rem !important;
}

section[data-snippet] .btn-custom_wrap.pt16 a.btn {
    padding-top: 0.8rem !important;
}

section[data-snippet] .btn-custom_wrap.pt24 a.btn {
    padding-top: 1rem !important;
}

section[data-snippet] .btn-custom_wrap.pt32 a.btn {
    padding-top: 1.2rem !important;
}

section[data-snippet] .btn-custom_wrap.pt40 a.btn {
    padding-top: 1.4rem !important;
}

section[data-snippet] .btn-custom_wrap.pt48 a.btn {
    padding-top: 1.6rem !important;
}

section[data-snippet] .btn-custom_wrap.pt56 a.btn {
    padding-top: 1.8rem !important;
}

section[data-snippet] .btn-custom_wrap.pt64 a.btn {
    padding-top: 2rem !important;
}

section[data-snippet] .btn-custom_wrap.pt72 a.btn {
    padding-top: 2.2rem !important;
}

section[data-snippet] .btn-custom_wrap.pt80 a.btn {
    padding-top: 2.4rem !important;
}

section[data-snippet] .btn-custom_wrap.pt88 a.btn {
    padding-top: 2.6rem !important;
}

section[data-snippet] .btn-custom_wrap.pt96 a.btn {
    padding-top: 2.8rem !important;
}

section[data-snippet] .btn-custom_wrap.pt104 a.btn {
    padding-top: 3rem !important;
}

section[data-snippet] .btn-custom_wrap.pt112 a.btn {
    padding-top: 3.2rem !important;
}

section[data-snippet] .btn-custom_wrap.pt120 a.btn {
    padding-top: 3.4rem !important;
}

section[data-snippet] .btn-custom_wrap.pt128 a.btn {
    padding-top: 3.6rem !important;
}

section[data-snippet] .btn-custom_wrap.pt136 a.btn {
    padding-top: 3.8rem !important;
}

section[data-snippet] .btn-custom_wrap.pt144 a.btn {
    padding-top: 4rem !important;
}

section[data-snippet] .btn-custom_wrap.pt152 a.btn {
    padding-top: 4.2rem !important;
}

section[data-snippet] .btn-custom_wrap.pt160 a.btn {
    padding-top: 4.4rem !important;
}

section[data-snippet] .btn-custom_wrap.pt168 a.btn {
    padding-top: 4.6rem !important;
}

section[data-snippet] .btn-custom_wrap.pt176 a.btn {
    padding-top: 4.8rem !important;
}

section[data-snippet] .btn-custom_wrap.pt184 a.btn {
    padding-top: 5rem !important;
}

section[data-snippet] .btn-custom_wrap.pt192 a.btn {
    padding-top: 5.2rem !important;
}

section[data-snippet] .btn-custom_wrap.pt200 a.btn {
    padding-top: 5.4rem !important;
}

section[data-snippet] .btn-custom_wrap.pt208 a.btn {
    padding-top: 5.6rem !important;
}

section[data-snippet] .btn-custom_wrap.pt216 a.btn {
    padding-top: 5.8rem !important;
}

section[data-snippet] .btn-custom_wrap.pt224 a.btn {
    padding-top: 6rem !important;
}

section[data-snippet] .btn-custom_wrap.pt232 a.btn {
    padding-top: 6.2rem !important;
}

section[data-snippet] .btn-custom_wrap.pt240 a.btn {
    padding-top: 6.4rem !important;
}

section[data-snippet] .btn-custom_wrap.pt248 a.btn {
    padding-top: 6.6rem !important;
}

section[data-snippet] .btn-custom_wrap.pt256 a.btn {
    padding-top: 6.8rem !important;
}

section[data-snippet] .btn-custom_wrap.pb0 a.btn {
    padding-bottom: 0.2rem !important;
}

section[data-snippet] .btn-custom_wrap.pb4 a.btn {
    padding-bottom: 0.4rem !important;
}

section[data-snippet] .btn-custom_wrap.pb8 a.btn {
    padding-bottom: 0.6rem !important;
}

section[data-snippet] .btn-custom_wrap.pb16 a.btn {
    padding-bottom: 0.8rem !important;
}

section[data-snippet] .btn-custom_wrap.pb24 a.btn {
    padding-bottom: 1rem !important;
}

section[data-snippet] .btn-custom_wrap.pb32 a.btn {
    padding-bottom: 1.2rem !important;
}

section[data-snippet] .btn-custom_wrap.pb40 a.btn {
    padding-bottom: 1.4rem !important;
}

section[data-snippet] .btn-custom_wrap.pb48 a.btn {
    padding-bottom: 1.6rem !important;
}

section[data-snippet] .btn-custom_wrap.pb56 a.btn {
    padding-bottom: 1.8rem !important;
}

section[data-snippet] .btn-custom_wrap.pb64 a.btn {
    padding-bottom: 2rem !important;
}

section[data-snippet] .btn-custom_wrap.pb72 a.btn {
    padding-bottom: 2.2rem !important;
}

section[data-snippet] .btn-custom_wrap.pb80 a.btn {
    padding-bottom: 2.4rem !important;
}

section[data-snippet] .btn-custom_wrap.pb88 a.btn {
    padding-bottom: 2.6rem !important;
}

section[data-snippet] .btn-custom_wrap.pb96 a.btn {
    padding-bottom: 2.8rem !important;
}

section[data-snippet] .btn-custom_wrap.pb104 a.btn {
    padding-bottom: 3rem !important;
}

section[data-snippet] .btn-custom_wrap.pb112 a.btn {
    padding-bottom: 3.2rem !important;
}

section[data-snippet] .btn-custom_wrap.pb120 a.btn {
    padding-bottom: 3.4rem !important;
}

section[data-snippet] .btn-custom_wrap.pb128 a.btn {
    padding-bottom: 3.6rem !important;
}

section[data-snippet] .btn-custom_wrap.pb136 a.btn {
    padding-bottom: 3.8rem !important;
}

section[data-snippet] .btn-custom_wrap.pb144 a.btn {
    padding-bottom: 4rem !important;
}

section[data-snippet] .btn-custom_wrap.pb152 a.btn {
    padding-bottom: 4.2rem !important;
}

section[data-snippet] .btn-custom_wrap.pb160 a.btn {
    padding-bottom: 4.4rem !important;
}

section[data-snippet] .btn-custom_wrap.pb168 a.btn {
    padding-bottom: 4.6rem !important;
}

section[data-snippet] .btn-custom_wrap.pb176 a.btn {
    padding-bottom: 4.8rem !important;
}

section[data-snippet] .btn-custom_wrap.pb184 a.btn {
    padding-bottom: 5rem !important;
}

section[data-snippet] .btn-custom_wrap.pb192 a.btn {
    padding-bottom: 5.2rem !important;
}

section[data-snippet] .btn-custom_wrap.pb200 a.btn {
    padding-bottom: 5.4rem !important;
}

section[data-snippet] .btn-custom_wrap.pb208 a.btn {
    padding-bottom: 5.6rem !important;
}

section[data-snippet] .btn-custom_wrap.pb216 a.btn {
    padding-bottom: 5.8rem !important;
}

section[data-snippet] .btn-custom_wrap.pb224 a.btn {
    padding-bottom: 6rem !important;
}

section[data-snippet] .btn-custom_wrap.pb232 a.btn {
    padding-bottom: 6.2rem !important;
}

section[data-snippet] .btn-custom_wrap.pb240 a.btn {
    padding-bottom: 6.4rem !important;
}

section[data-snippet] .btn-custom_wrap.pb248 a.btn {
    padding-bottom: 6.6rem !important;
}

section[data-snippet] .btn-custom_wrap.pb256 a.btn {
    padding-bottom: 6.8rem !important;
}

section[data-snippet] .btn-custom_wrap.col-lg-1 a.btn {
    padding-left: 0rem;
    padding-right: 0rem;
}

section[data-snippet] .btn-custom_wrap.col-lg-2 a.btn {
    padding-left: 1rem;
    padding-right: 1rem;
}

section[data-snippet] .btn-custom_wrap.col-lg-3 a.btn {
    padding-left: 2rem;
    padding-right: 2rem;
}

section[data-snippet] .btn-custom_wrap.col-lg-4 a.btn {
    padding-left: 3rem;
    padding-right: 3rem;
}

section[data-snippet] .btn-custom_wrap.col-lg-5 a.btn {
    padding-left: 4rem;
    padding-right: 4rem;
}

section[data-snippet] .btn-custom_wrap.col-lg-6 a.btn {
    padding-left: 5rem;
    padding-right: 5rem;
}

section[data-snippet] .btn-custom_wrap.col-lg-7 a.btn {
    padding-left: 6rem;
    padding-right: 6rem;
}

section[data-snippet] .btn-custom_wrap.col-lg-8 a.btn {
    padding-left: 7rem;
    padding-right: 7rem;
}

section[data-snippet] .btn-custom_wrap.col-lg-9 a.btn {
    padding-left: 8rem;
    padding-right: 8rem;
}

section[data-snippet] .btn-custom_wrap.col-lg-10 a.btn {
    padding-left: 9rem;
    padding-right: 9rem;
}

section[data-snippet] .btn-custom_wrap.col-lg-11 a.btn {
    padding-left: 10rem;
    padding-right: 10rem;
}

section[data-snippet] .btn-custom_wrap.col-lg-12 a.btn {
    padding-left: 11rem;
    padding-right: 11rem;
}

section[data-snippet] .btn-custom_wrap.btn-custom_wrap-form.col-lg-1 a.btn {
    padding-left: 0rem;
    padding-right: 0rem;
}

section[data-snippet] .btn-custom_wrap.btn-custom_wrap-form.col-lg-2 a.btn {
    padding-left: 1rem;
    padding-right: 1rem;
}

section[data-snippet] .btn-custom_wrap.btn-custom_wrap-form.col-lg-3 a.btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

section[data-snippet] .btn-custom_wrap.btn-custom_wrap-form.col-lg-4 a.btn {
    padding-left: 2rem;
    padding-right: 2rem;
}

section[data-snippet] .btn-custom_wrap.btn-custom_wrap-form.col-lg-5 a.btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

section[data-snippet] .btn-custom_wrap.btn-custom_wrap-form.col-lg-6 a.btn {
    padding-left: 3rem;
    padding-right: 3rem;
}

section[data-snippet] .btn-custom_wrap.btn-custom_wrap-form.col-lg-7 a.btn {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

section[data-snippet] .btn-custom_wrap.btn-custom_wrap-form.col-lg-8 a.btn {
    padding-left: 4rem;
    padding-right: 4rem;
}

section[data-snippet] .btn-custom_wrap.btn-custom_wrap-form.col-lg-9 a.btn {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}

section[data-snippet] .btn-custom_wrap.btn-custom_wrap-form.col-lg-10 a.btn {
    padding-left: 5rem;
    padding-right: 5rem;
}

section[data-snippet] .btn-custom_wrap.btn-custom_wrap-form.col-lg-11 a.btn {
    width: 90%;
    padding-left: 0rem;
    padding-right: 0rem;
}

section[data-snippet] .btn-custom_wrap.btn-custom_wrap-form.col-lg-12 a.btn {
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
}

section[data-snippet] .btn-custom_wrap a.btn {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}

@media (min-width: 576px) {

    section[data-snippet] div.container,
    .o_container_small {
        max-width: 100%;
    }
}

@media (min-width: 768px) {

    section[data-snippet] div.container,
    .o_container_small {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {

    section[data-snippet] div.container,
    .o_container_small {
        max-width: 100%;
    }
}

@media (min-width: 767px) {
    section[data-snippet="s_npbfx_banner"] {
        background-image: url("/website_snippets/static/src/images1/img/landing__banner-f.jpg");
    }
}

@media (max-width: 767px) {
    section[data-snippet="s_npbfx_banner"] {
        background-image: url("/website_snippets/static/src/images1/img/landing__banner-m.jpg");
    }
}

@media (min-width: 767px) {
    section[data-snippet="s_main_banner"] {
        background-image: url("/website_snippets/static/src/images1/img/landing__banner-f.jpg");
    }
}

@media (max-width: 767px) {
    section[data-snippet="s_main_banner"] {
        background-image: url("/website_snippets/static/src/images1/img/landing__banner-m.jpg");
    }
}

h2 span {
    font-weight: normal;
}

h2 span span {
    font-weight: normal;
}

h2 {
    font-weight: normal;
}

h3 span {
    font-weight: normal;
}

h3 span span {
    font-weight: normal;
}

h3 {
    font-weight: normal;
}

.iti {
    width: 100%;
}

.iti__country-list {
    width: 24rem;
    top: 3.6rem;
    background-color: #010101 !important;
    border-radius: 0.25rem !important;
}

.iti__country-list span {
    color: #fff !important;
}

.iti__country-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fff;
}

.iti__country-list::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 0.25rem !important;
}

.iti__flag {
    background-image: url("/website_snippets/static/src/input_flags/flags.png") !important;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("/website_snippets/static/src/input_flags/flags@2x.png") !important;
    }
}

section.rtl .iti.iti--allow-dropdown {
    direction: ltr !important;
}

section.rtl .iti--allow-dropdown input[type="tel"] {
    padding-left: 6.285714286rem;
}

.iti__country-list {
    z-index: 100 !important;
}

.iti__country-name {
    white-space: normal;
}

#robotic-form-block,
#robotic-info-form-block {
    position: relative;
}

#robotic-form-block.loading p,
#robotic-info-form-block.loading p {
    opacity: 0.5;
}

#robotic-form-block.loading form,
#robotic-info-form-block.loading form {
    opacity: 0.5;
    pointer-events: none;
}

#robotic-form-block.loading::after,
#robotic-info-form-block.loading::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: url(/website_snippets/static/src/preload/preload.gif);
    background-size: contain;
    background-repeat: no-repeat;
}

#robotic-form-error,
#robotic-info-form-error {
    padding: 4rem;
    text-align: center;
    flex: none;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

#robotic__error-title,
#robotic-info__error-title {
    font-size: 1.5rem;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

#robotic-form_btn-error,
#robotic-info-form_btn-error {
    padding: 0.375rem 0.75rem;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    display: inline-block;
    width: 100%;
    font-size: 1.25rem;
    font-family: Roboto-Medium;
    color: #fff;
    background-color: #112f94;
    border-radius: 0.25rem;
    border: 1px solid transparent;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#robotic-form_btn-error:hover,
#robotic-info-form_btn-error:hover {
    text-decoration: none !important;
    filter: invert(0.2) !important;
}

#main-form-block,
#main-info-form-block {
    position: relative;
}

#main-form-block.loading p,
#main-info-form-block.loading p {
    opacity: 0.5;
}

#main-form-block.loading form,
#main-info-form-block.loading form {
    opacity: 0.5;
    pointer-events: none;
}

#main-form-block.loading::after,
#main-info-form-block.loading::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: url(/website_snippets/static/src/preload/preload.gif);
    background-size: contain;
    background-repeat: no-repeat;
}

#main-form-error,
#main-info-form-error {
    padding: 4rem;
    text-align: center;
    flex: none;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

#main__error-title,
#main-info__error-title {
    font-size: 1.5rem;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

#main-form_btn-error,
#main-info-form_btn-error {
    padding: 0.375rem 0.75rem;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    display: inline-block;
    width: 100%;
    font-size: 1.25rem;
    font-family: Roboto-Medium;
    color: #fff;
    background-color: #112f94;
    border-radius: 0.25rem;
    border: 1px solid transparent;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#main-form_btn-error:not([data-hover-bg-color], [data-hover-color], [data-hover-border-color]):hover,
#main-info-form_btn-error:not([data-hover-bg-color], [data-hover-color], [data-hover-border-color]):hover {
    text-decoration: none !important;
    filter: invert(0.2) !important;
}

#wrap a {
    color: inherit;
}

#wrap .header__with_nav-dark .header__item button svg {
    stroke: #fff;
}

#wrap .header__with_nav-white .header__item button svg {
    stroke: #4A4A4A;
}

#wrap .header__with_nav-dark .header__item:hover button svg {
    transform: rotate(180deg);
    stroke: #009B7A;
}

.header__item:hover button span {
    color: #009B7A;
}

.header__item button svg {
    transition: transform .2s ease-in;
    transform: rotate(0deg);
}

.header__item:hover .sub__nav {
    top: 100% !important;
    visibility: visible;
    opacity: 1;
}

.header__item .sub__nav {
    top: calc(100% + 1rem);
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}

.header__item .sub__nav .sub-menu__item {
    width: max-content;
}

.sub-menu__item .sub-menu__link {
    transition: all 0.15s ease-in-out;
}

#wrap li.sub-menu__item .sub-menu__link:hover {
    color: #009B7A;
}

.language__link {
    transition: all 0.15s ease-in-out;
}

.language__item:hover .language-dropdown__text {
    color: #009B7A !important;
}

#wrap li.header__item a.language__link:hover {
    color: #009B7A !important;
}

.auth__language_container .language__list {
    top: calc(100% + 1rem);
    visibility: hidden;
    opacity: 0;
    transition: all .15s ease-in-out;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.auth__language_container:hover .language__list {
    visibility: visible;
    top: 100% !important;
    opacity: 1;
}

.sub-menu__item .language__link img+span,
.sub-menu__item .language__link span+img {
    margin-left: 0.5rem;
}

[data-snippet="s_header_with_nav_ru"] .auth__language_container:hover .language-dropdown__text-active,
[data-snippet="s_header_with_nav_ru_dark"] .auth__language_container:hover .language-dropdown__text-active {
    color: #009B7A;
}

[data-snippet="s_header_with_nav_ru"] .auth__language_container:hover button svg,
[data-snippet="s_header_with_nav_ru_dark"] .auth__language_container:hover button svg {
    transition: transform .15s ease-in;
    transform: rotate(180deg);
    stroke: #009B7A;
}

[data-snippet="s_header_with_nav_ru"] .sub__nav:before,
[data-snippet="s_header_with_nav_ru_dark"] .sub__nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #026C56 0%, #009978 100%, #009978 100%), linear-gradient(0, #009B7A, #009B7A);
}

.auth__link_login,
.auth__link_reg {
    transition: all 0.15s ease-in-out;
}

.auth__link_login:hover {
    background: #fb9744 !important;
}

.auth__link_reg:hover {
    background: #05b38e !important;
}

.auth__link_login.hover {
    background: #fb9744;
}

.auth__link_reg.hover {
    background: #05b38e;
}

ul.sub-menu__list,
ul.language__list {
    list-style-type: none;
}

.sub__nav,
.language__list {
    z-index: 110;
}

li.language__item+li.language__item {
    margin-top: 1.42rem;
}

header.language__menu-enable .auth__language_container {
    display: flex !important;
}

header.language__menu-disable .auth__language_container {
    display: none !important;
}

ul.sub-menu__list:first-child {
    margin-left: 0 !important;
}

.header__list li.header__item:first-child {
    margin-left: 0 !important;
}

.header__logo_link-img {
    width: 190px;
}

h1,
h2,
h3,
p,
a,
li {
    position: relative;
    z-index: 60;
}

a.header__logo_link,
img.header__logo_img {
    position: relative;
    z-index: 90;
}

.header__with_nav.rtl .auth_link_container:last-child {
    margin-left: 0 !important;
    margin-right: 1rem;
}

.header__with_nav.rtl .auth__language_container {
    padding: 0 !important;
    margin-left: 1rem;
}

.header__with_nav.rtl .header__button_text {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
}

.header__with_nav.rtl .header__nav_container {
    margin-left: 0 !important;
    margin-right: 3rem !important;
}

.header__with_nav.rtl li.header__item {
    margin-right: 1rem !important;
    margin-left: 0rem !important;
}

.header__with_nav.rtl .language-dropdown__text {
    margin-right: 0rem !important;
    margin-left: 0.5rem !important;
}

.header__with_nav.rtl .language-dropdown__flag {
    margin-right: 0rem !important;
    margin-left: 0.5rem !important;
}

.header__with_nav.rtl ul.sub-menu__list:last-child {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.header__with_nav.rtl ul.sub-menu__list:first-child {
    margin-left: 2.5rem !important;
}

.header__with_nav-2023 .sub-menu__column:first-child {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.header__with_nav-2023 .sub-menu__column:first-child:before {
    display: none;
}

.header__with_nav-2023 .sub-menu__item:nth-child(2) {
    margin-top: 2rem !important;
}

.header__with_nav-2023 .sub-menu__list+.sub-menu__list {
    margin-top: 2.85rem !important;
}

.header__with_nav-2023 .sub-menu__column:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    opacity: 0.29;
    background-color: #77787A;
}

.header__with_nav-2023 .header__item:hover button span {
    color: #000;
    font-weight: bold;
}

.header__with_nav-2023 .sub__nav,
.auth__language_container .language__list {
    box-shadow: 0px 20px 40px rgba(54, 54, 54, 0.1);
}

.header__with_nav-2023 .language__link:first-child {
    margin-top: 0 !important;
}

.header__with_nav-2023 .header__item:hover .header__button_text {
    font-weight: bold !important;
}

.header__with_nav-2023 .header__item:hover svg,
.auth__language_container:hover svg {
    transform: rotate(180deg) !important;
}

.header__with_nav-2023 .language__link .language-dropdown__text,
.header__with_nav-2023 .language-dropdown_button svg {
    transition: all 0.2s ease 0s;
}

.header__with_nav-2023 .language__link:hover .language-dropdown__text {
    color: #009B7A !important;
}

.header__with_nav-2023 .auth__language_container .language__list {
    top: 2rem !important;
}

.header__with_nav-2023 .header__item:hover .sub__nav {
    top: 8rem !important;
}

.header__with_nav-2023 .language__item {
    padding: 0 !important;
}

.header__with_nav-2023 .sub-menu__list {
    width: 16rem !important;
}

.header__with_nav-2023 .header__item .sub__nav .sub-menu__item {
    width: auto;
}

#robotic-form-block,
#robotic-form-success,
#robotic-info-form-block,
#robotic-info-form-success {
    position: relative;
    z-index: 100;
}

#main-form-block,
#main-form-success,
#main-info-form-block,
#main-info-form-success {
    position: relative;
    z-index: 100;
}

.header__item {
    z-index: 110;
}

a.hover {
    filter: invert(0.2);
}

#wrapwrap.odoo-editor-editable .hover-example {
    display: inline-flex !important;
}

#wrapwrap.odoo-editor-editable .hover-original.hover-hide {
    display: none !important;
}

a.custom-hover {
    transition: all 0.2s ease 0s;
}

a.custom-hover:hover {
    filter: none !important;
}

@media (min-width: 2000px) {
    section[style*='background-image: url("'] {
        background-position: center !important;
    }
}

#wrapwrap:not(.legacy-site) .pt0 {
    padding-top: 0px !important;
}

#wrapwrap:not(.legacy-site) .pb0 {
    padding-bottom: 0px !important;
}

#wrapwrap:not(.legacy-site) .pt4 {
    padding-top: calc(4/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb4 {
    padding-bottom: calc(4/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt8 {
    padding-top: calc(8/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb8 {
    padding-bottom: calc(8/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt16 {
    padding-top: calc(16/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb16 {
    padding-bottom: calc(16/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt24 {
    padding-top: calc(24/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb24 {
    padding-bottom: calc(24/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt32 {
    padding-top: calc(32/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb32 {
    padding-bottom: calc(32/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt40 {
    padding-top: calc(40/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb40 {
    padding-bottom: calc(40/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt48 {
    padding-top: calc(48/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb48 {
    padding-bottom: calc(48/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt56 {
    padding-top: calc(56/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb56 {
    padding-bottom: calc(56/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt64 {
    padding-top: calc(64/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb64 {
    padding-bottom: calc(64/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt72 {
    padding-top: calc(72/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb72 {
    padding-bottom: calc(72/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt80 {
    padding-top: calc(80/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb80 {
    padding-bottom: calc(80/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt88 {
    padding-top: calc(88/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb88 {
    padding-bottom: calc(88/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt96 {
    padding-top: calc(96/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb96 {
    padding-bottom: calc(96/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt104 {
    padding-top: calc(104/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb104 {
    padding-bottom: calc(104/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt112 {
    padding-top: calc(112/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb112 {
    padding-bottom: calc(112/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt120 {
    padding-top: calc(120/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb120 {
    padding-bottom: calc(120/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt128 {
    padding-top: calc(128/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb128 {
    padding-bottom: calc(128/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt136 {
    padding-top: calc(136/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb136 {
    padding-bottom: calc(136/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt144 {
    padding-top: calc(144/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb144 {
    padding-bottom: calc(144/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt152 {
    padding-top: calc(152/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb152 {
    padding-bottom: calc(152/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt160 {
    padding-top: calc(160/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb160 {
    padding-bottom: calc(160/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt168 {
    padding-top: calc(168/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb168 {
    padding-bottom: calc(168/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt176 {
    padding-top: calc(176/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb176 {
    padding-bottom: calc(176/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt184 {
    padding-top: calc(184/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb184 {
    padding-bottom: calc(184/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt192 {
    padding-top: calc(192/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb192 {
    padding-bottom: calc(192/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt200 {
    padding-top: calc(200/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb200 {
    padding-bottom: calc(200/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt208 {
    padding-top: calc(208/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb208 {
    padding-bottom: calc(208/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt216 {
    padding-top: calc(216/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb216 {
    padding-bottom: calc(216/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt224 {
    padding-top: calc(224/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb224 {
    padding-bottom: calc(224/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt232 {
    padding-top: calc(232/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb232 {
    padding-bottom: calc(232/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt240 {
    padding-top: calc(240/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb240 {
    padding-bottom: calc(240/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt248 {
    padding-top: calc(248/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb248 {
    padding-bottom: calc(248/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pt256 {
    padding-top: calc(256/14 * 1rem) !important;
}

#wrapwrap:not(.legacy-site) .pb256 {
    padding-bottom: calc(256/14 * 1rem) !important;
}

.icons-wrap.xl\:icons-wrap__one .icons-wrap__item {
    max-width: 100% !important;
    width: 100% !important;
}

.icons-wrap.xl\:icons-wrap__one .icons-wrap__item:nth-child(n+2) {
    margin-top: 4rem;
}

.icons-wrap.xl\:icons-wrap__two .icons-wrap__item {
    max-width: 48% !important;
    width: 100% !important;
}

.icons-wrap.xl\:icons-wrap__two .icons-wrap__item:nth-child(n+3) {
    margin-top: 4rem;
}

.icons-wrap.xl\:icons-wrap__three .icons-wrap__item {
    max-width: 31% !important;
    width: 100% !important;
}

.icons-wrap.xl\:icons-wrap__three .icons-wrap__item:nth-child(n+4) {
    margin-top: 4rem;
}

.icons-wrap.xl\:icons-wrap__four .icons-wrap__item {
    max-width: 24% !important;
    width: 100% !important;
}

.icons-wrap.xl\:icons-wrap__four .icons-wrap__item:nth-child(n+5) {
    margin-top: 4rem;
}

.icons-wrap.xl\:icons-wrap__five .icons-wrap__item {
    max-width: 19% !important;
    width: 100% !important;
}

.icons-wrap.xl\:icons-wrap__five .icons-wrap__item:nth-child(n+6) {
    margin-top: 4rem;
}

.icons-wrap.xl\:icons-wrap__six .icons-wrap__item {
    max-width: 15% !important;
    width: 100% !important;
}

.ribbon-item {
    width: 8.21429rem;
    left: -8%;
    top: 4%;
    transform: rotate(-45deg);
}

#wrapwrap a[url],
#wrapwrap a[onclick],
#wrapwrap img[url],
.custom-url-block[url*="/"] {
    cursor: pointer;
}

.xl\:one-column-enable {
    flex-direction: column !important;
}

.xl\:one-column-enable .row {
    width: 100% !important;
}

.xl\:one-column-enable .col-lg-custom {
    flex: none;
}

.action-box-btn+.action-box-btn {
    margin-left: 1.2rem;
}

section[data-snippet="s_npbfx2023_text_with_image"] .box-item {
    width: 48.5%;
}

section[data-snippet="s_npbfx2023_3_columns_image_text_button"] .box-item {
    width: 48.5%;
}

section[data-snippet="s_npbfx2023_image_text_with_image"] .icon-img+.icon-img {
    margin-left: 1rem;
}

section[data-snippet="s_2023_text_with_image"] .box-item {
    width: 48.5%;
}

section[data-snippet="s_2023_3_columns_image_text_button"] .box-item {
    width: 48.5%;
}

section[data-snippet="s_2023_image_text_with_image"] .icon-img+.icon-img {
    margin-left: 1rem;
}

#wrapwrap .js-mobile-title-close-mobile {
    display: none !important;
}

#wrap.o_editable .moving-image__img[data-edit-mode] {
    flex-direction: column;
    width: 0;
    transform: translate(0, 0) !important;
    align-items: flex-start !important;
}

#wrap.o_editable .moving-image__img[data-edit-mode] .moving-image__img-copy {
    display: none !important;
}

.moving-image__container {
    display: flex;
}

.moving-image__container::-webkit-scrollbar,
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.moving-image__container.moving-image__direction-right .moving-image__img {
    animation: 50s linear 0.2s infinite running anim-horizontal-full;
}

.moving-image__container.moving-image__direction-left .moving-image__img {
    animation: 50s linear 0.2s infinite running anim-horizontal-full-reverse;
}

#wrap.o_editable .moving-image__img[data-edit-mode] {
    animation: none !important;
}

#wrap.o_editable .moving-image__img[data-edit-mode] .moving-image__item {
    margin-top: 1rem;
}

@keyframes anim-horizontal-full {
    0% {
        transform: translate(calc(-100% + 100vw), 0);
    }

    50% {
        transform: translate(0%, 0);
    }

    100% {
        transform: translate(calc(-100% + 100vw), 0);
    }
}

@keyframes anim-horizontal-full-reverse {
    0% {
        transform: translate(0%, 0);
    }

    50% {
        transform: translate(calc(-100% + 100vw), 0);
    }

    100% {
        transform: translate(0%, 0);
    }
}

@media (max-width: 1280px) {
    @keyframes anim-horizontal-full {
        0% {
            transform: translate(calc(-95% + 137.142857143rem), 0);
        }

        50% {
            transform: translate(0%, 0);
        }

        100% {
            transform: translate(calc(-95% + 137.142857143rem), 0);
        }
    }

    @keyframes anim-horizontal-full-reverse {
        0% {
            transform: translate(0%, 0);
        }

        50% {
            transform: translate(calc(-95% + 137.142857143rem), 0);
        }

        100% {
            transform: translate(0%, 0);
        }
    }
}

.moving-image__container:hover .moving-image__img {
    animation-play-state: paused;
}

.moving-image__container.moving-image__duration-2 .moving-image__img {
    animation-duration: 200s;
}

.moving-image__container.moving-image__duration-4 .moving-image__img {
    animation-duration: 180s;
}

.moving-image__container.moving-image__duration-6 .moving-image__img {
    animation-duration: 160s;
}

.moving-image__container.moving-image__duration-8 .moving-image__img {
    animation-duration: 140s;
}

.moving-image__container.moving-image__duration-10 .moving-image__img {
    animation-duration: 120s;
}

.moving-image__container.moving-image__duration-12 .moving-image__img {
    animation-duration: 100s;
}

.moving-image__container.moving-image__duration-14 .moving-image__img {
    animation-duration: 80s;
}

.moving-image__container.moving-image__duration-16 .moving-image__img {
    animation-duration: 60s;
}

.moving-image__container.moving-image__duration-18 .moving-image__img {
    animation-duration: 40s;
}

.moving-image__container.moving-image__duration-20 .moving-image__img {
    animation-duration: 20s;
}

#wrapwrap:not(.odoo-editor-editable) .moving-image__img {
    pointer-events: none;
}

.footer_social-icons+.footer_social-icons {
    margin-left: 0.7rem;
}

@media (min-width: 1280px) {
    section[data-snippet] {
        min-width: 1280px !important;
    }
}

@media (min-width: 1280px) {
    #wrap .modal section[data-snippet] {
        min-width: auto !important;
    }
}

@media (max-width: 1920px) {
    #wrapwrap {
        overflow-x: hidden !important;
    }
}

@media (max-width: 1280px) {
    section.absolute {
        left: 0 !important;
        transform: none !important;
    }
}

@media (min-width: 10px) {
    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

h1[style*='line-height'] span,
h2[style*='line-height'] span,
h3[style*='line-height'] span,
p[style*='line-height'] span,
a[style*='line-height'] span,
li[style*='line-height'] span {
    line-height: inherit !important;
}

section[data-snippet="s_npbfx2023_footer_4_menu_social_icons"] .editable_menu div {
    margin-bottom: 1.5rem !important;
}

section[data-snippet="s_npbfx2023_footer_4_menu_social_icons"] .editable_menu div:first-child {
    margin-bottom: 2.25rem !important;
}

section[data-snippet="s_npbfx2023_footer_4_menu_social_icons"] .editable_menu:not(.editable_menu-social-network) div:first-child {
    font-size: 1.15em;
}

section[data-snippet="s_npbfx2023_footer_4_menu_social_icons"] .footer_social-icons+.footer_social-icons {
    margin-left: 1.2rem !important;
}

section[data-snippet="s_npbfx2023_footer_4_menu_social_icons"] .editable_menu-second,
section[data-snippet="s_npbfx2023_footer_4_menu_social_icons"] .editable_menu-fourth {
    padding-left: 3.9rem !important;
}

section[data-snippet="s_footer_4_menu_social_icons"] .editable_menu div {
    margin-bottom: 1.5rem !important;
}

section[data-snippet="s_footer_4_menu_social_icons"] .editable_menu div:first-child {
    margin-bottom: 2.25rem !important;
}

section[data-snippet="s_footer_4_menu_social_icons"] .editable_menu:not(.editable_menu-social-network) div:first-child {
    font-size: 1.15em;
}

section[data-snippet="s_footer_4_menu_social_icons"] .footer_social-icons+.footer_social-icons {
    margin-left: 1.2rem !important;
}

section[data-snippet="s_footer_4_menu_social_icons"] .editable_menu-second,
section[data-snippet="s_footer_4_menu_social_icons"] .editable_menu-fourth {
    padding-left: 3.9rem !important;
}

.editable_menu-third,
.editable_menu-fourth {
    margin-top: 3.85rem;
}

.footer_social-icons+.footer_social-icons {
    margin-left: 0.5rem;
}

img.img-custom-width[style*="width"] {
    height: auto !important;
    max-width: none !important;
    min-width: auto !important;
    max-height: none !important;
    min-height: auto !important;
    object-fit: cover !important;
}

.header__with_nav.language-hide .auth__language_container {
    display: none !important;
}

.header__with_nav.language-hide .header__auth_container {
    justify-content: flex-end !important;
}

section[data-snippet="s_2023_cookies_popup"].rtl {
    text-align: right !important;
}

section[data-snippet="s_2023_cookies_popup"].rtl .cookies__popup-close.absolute {
    right: auto !important;
    left: 0.75rem !important;
}

#wrap.o_editable section[data-snippet="s_2023_cookies_popup"] {
    display: flex !important;
}

#wrap.o_editable section.cookies-windows[data-hide="true"] {
    display: none !important;
}

tr {
    transition: all 0.2s ease 0s;
}

#wrap .s_website_form_dnone {
    display: none;
}

input[data-focus-border-color]:focus-visible,
.default-focus-none:focus-visible {
    outline: none !important;
}

.form-group .s_website_form_input:focus {
    box-shadow: none;
}

.form-builder-block .form-group label {
    display: none;
}

.form-builder-block .form-group label[has-label] {
    display: inline-block;
}

section:not(.rtl) img.icon-in-text {
    right: auto !important;
    left: 0;
}

section.rtl img.icon-in-text {
    left: auto !important;
    right: 0;
}

section.s_carousel_wrapper-custom .carousel-control-prev-icon::before {
    color: inherit !important;
}

section.s_carousel_wrapper-custom .carousel-control-next-icon::before {
    color: inherit !important;
}

.s_popup .s_popup_close-left {
    left: 0 !important;
    right: auto !important;
}

.s_popup .s_popup_close-center {
    right: 50% !important;
    transform: translate(50%, 0) !important;
}

.nav-pills .nav-link.btn-custom.active {
    color: inherit;
    background-color: transparent;
}

.btn-custom {
    transition: all 0.15s ease-in-out;
}

section .carousel-control-next,
section .carousel-control-prev,
section .carousel-indicators {
    z-index: 100;
}

.accordion-item.accordion-item-plus .accordion-item-icon span,
.accordion-item.accordion-item-arrow .accordion-item-icon svg {
    transition: all 0.15s ease-in-out;
}

.accordion-item.accordion-item-plus .accordion-item-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.accordion-item.accordion-item-plus .accordion-item-icon span.accordion-first-plus {
    width: calc(2em/14);
    height: 100%;
}

.accordion-item.accordion-item-plus .accordion-item-icon span.accordion-second-plus {
    width: 100%;
    height: calc(2em/14);
}

.accordion-item.accordion-item-plus .btn.btn-custom.active .accordion-item-icon span.accordion-first-plus {
    width: calc(2em/14);
    height: 100%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item.accordion-item-arrow svg.accordion-item-svg {
    display: block !important;
}

.accordion-item.accordion-item-arrow .btn.btn-custom.active svg.accordion-item-svg {
    transform: rotate(180deg);
}

.xl\:max-w-screen-desktop {
    max-width: 1244px !important;
}

.accordion-custom .accordion-item:first-child {
    margin-top: 0 !important;
}

#wrapwrap.odoo-editor-editable .iframe-snippet .iframe-container {
    pointer-events: none !important;
}

#wrapwrap a.btn:focus {
    box-shadow: none;
}

@media (min-width: 1920px) {
    section.xxl\:bg-auto {
        background-size: auto !important;
    }

    section.xxl\:bg-cover {
        background-size: cover !important;
    }

    section.xxl\:bg-contain {
        background-size: contain !important;
    }
}

#wrapwrap font[style*='background']:not(.text-gradient),
#wrapwrap font[class*='bg-'] {
    padding: 0;
}

#wrapwrap.odoo-editor-editable .iti__flag {
    font-size: 0;
}

.cookies-position-right {
    left: auto !important;
    right: 2.75rem !important;
}

#wrap.o_editable section[data-snippet="s_2023_cookies_popup"].fixed {
    right: calc(20.785714286rem + 2.75rem) !important;
}

.cookies-position-left {
    left: 2.75rem;
}

#wrapwrap:not(.odoo-editor-editable) .accordion-custom-notclose-on .accordion-custom-btn.active {
    pointer-events: none;
}

.accordion-custom-image-animation:not(.accordion-custom-image-animation-on) .accordion-custom-image {
    transition: none !important;
}

textarea.textarea-no-resize {
    resize: none;
}

#wrapwrap:not(.odoo-editor-editable) .click-scrolling-container {
    padding-left: calc((100vw - 1216px) / 2);
}

#wrapwrap.odoo-editor-editable .click-scrolling-container {
    padding-left: calc((100vw - 1216px - 291px) / 2);
}

#wrapwrap:not(.odoo-editor-editable) .click-scrolling-container img {
    pointer-events: none;
}

#wrapwrap:not(.odoo-editor-editable) .click-scrolling-container::-webkit-scrollbar,
#wrapwrap:not(.odoo-editor-editable) .no-scroll-bar::-webkit-scrollbar {
    display: none;
}

#wrapwrap:not(.odoo-editor-editable) .click-scrolling-container,
#wrapwrap:not(.odoo-editor-editable) .no-scroll-bar {
    scrollbar-width: none;
}

.click-scrolling-item {
    min-width: 40rem;
    width: min-content;
}

input.outline-error-red {
    outline: 0.145rem solid red !important;
}

.s_tabs_nav.t\:overflow-x-scroll .nav.nav-pills {
    flex-wrap: wrap !important;
}

.rtl .rtl-xl\:ml-0 {
    margin-left: 0 !important;
}

.rtl .rtl-xl\:mr-4 {
    margin-right: 1rem !important;
}

.rtl .rtl-xl\:mr-6 {
    margin-right: 1.5rem !important;
}

.rtl .rtl-xl\:mr-16 {
    margin-right: 4rem !important;
}

.moving-image__img img.moving-image__item {
    object-fit: contain !important;
}